v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Analytics - Optimisations

Copy product optimisations between 2 channels

post/v2/user/analytics/{storeId}/optimisations/copy

Path parameters

storeIdstring guid required

Your store identifier

Request body

channelIdSourcestring guid required

The channel identifier

channelIdTargetstring guid required

The channel identifier

keepExistingOptimisationboolean required

If true the existing optimisation will be kept

Example request

{
  "channelIdSource": "2dc136a7-0d3d-4cc9-a825-a28a42c53e28",
  "channelIdTarget": "2dc136a7-0d3d-4cc9-a825-a28a42c53e28"
}

Response

Products optimisatisation copied

catalogProductCountinteger required

The catalog product count

enabledProductCountinteger required

The enabled product count

Example response

{
  "channel": {
    "channelId": "2dc136a7-0d3d-4cc9-a825-a28a42c53e28",
    "channelName": "Amazon FRA",
    "channelImageUrl": "http://www.mydomain.com"
  }
}