Get catalog report
Get catalog report
Authorizations:
newStoreAccessToken
query Parameters
fromToken | string Opaque value, without any further meaning than providing pointer to next page. It is ok to omit it for first request. For next requests please provide token from previous response otherwise returned values will be always same. |
Responses
Response samples
- 200
Content type
application/json
{- "page": [
- {
- "product_id": "string",
- "variant_group_id": "string",
- "is_available": true,
- "has_price": true,
- "locale": "string",
- "catalog": "string"
}
], - "nextToken": "string"
}