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
Example request
{
"channelIdSource": "2dc136a7-0d3d-4cc9-a825-a28a42c53e28",
"channelIdTarget": "2dc136a7-0d3d-4cc9-a825-a28a42c53e28"
}Response
Products optimisatisation copied
Example response
{
"channel": {
"channelId": "2dc136a7-0d3d-4cc9-a825-a28a42c53e28",
"channelName": "Amazon FRA",
"channelImageUrl": "http://www.mydomain.com"
}
}