List all products eligible for the given offer. Returns a paginated list of products that can be used with the specified offer. At least one of offerCode or offerId must be provided. offerCode takes priority
Arguments
offerCode
StringOffer code (takes priority over offerId when both are provided). Example: 'NIKE10'
offerId
StringThe unique identifier of the offer. Example: '5bb521cfdc83215e1889b347'
page
IntPage number for pagination. Example: 1
pageSize
IntNumber of items per page. Example: 20
Response
Query
Try it
Input Variables
Response