Use this API to retrieve the status of up to 100 disputed items at a time.
We need to pass productId
, and productIdType
in the body for creating a dispute.
- POST {{url}}/v3/items/dispute/duplicates/status
Responses will be based on the item status:
-
404: No item Response
-
200: Response received for all items
-
206: Partial response received
An Item can be in 4 different stages:
IN_REVIEW
,IS_DUPLICATE
,ERROR
,NOT_DUPLICATE
Use this API to retrieve the status of up to 100 disputed items at a time.We need to pass productId
, and productIdType
in the body for creating a dispute. POST {{url}}/v3/items/dispute/duplicates/status Responses will be based on the item status: 404: No item Response 200: Response received for all items 206: Partial response received An Item can be in 4 different stages: * IN_REVIEW
, IS_DUPLICATE
, ERROR
, NOT_DUPLICATE
You can fetch the monthly and weekly trends for both demand and price for the assortment recommendations that are recommended for you.