API Endpoints
Product

/external/v2/publishers/{publisherId}/markets/{marketId}/products/search

POST
https://<pcm-domain>/external/v2/publishers/{publisherId}/markets/{marketId}/products/search
Generated server url

Retrieves filtered products for a publisher and market.

Omit the from attribute in the request body for retrieving the first set of products. The response includes a value for the next attribute whenever there are more products to retrieve. Use this next value as a value for the from attribute in the subsequent request in order to retrieve another set of products.

Notes:

  • By default, products removed from the feed are not returned. Filtering allows including them explicitly. Pass both false and true as values in the filters.values JSON array in order to include both current and removed products.
Path Parameters
publisherId
*
marketId
*
Body Parameters
body
*
filters
limit
*
from
Responses
200
OK
detailed
next
401
Unauthorized
403
Forbidden
404
Not Found
messages
422
Unprocessable Entity
messages