Skip to main content
POST
/
reports
/
create
/
amazonBuyBoxPerformance
Create an Amazon Buy Box Performance Report report
curl --request POST \
  --url https://mm-api.merchantspring.io/reports/create/amazonBuyBoxPerformance \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "channelId": "<string>",
  "merchantId": "<string>"
}
'
{
  "reportId": "<string>",
  "reportType": "<string>",
  "status": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Report criteria

channelId
string
merchantId
string
filter
enum<string>

The type of buy box performance to report on

Available options:
winning,
losing,
notParticipating,
noOffers,
losingToAmazon,
losingToOthers,
losingToSelf,
noWinner

Response

Successful operation

reportId
string
reportType
string
status
string