Get Products In Campaign
This endpoint returns paginated product ids currently in active campaigns.You can filter by vendor_id, fetching only from active campaigns and bids.
Query Parameters
The ID of the vendor to get sponsored products.
A token provided in a previous response. If not empty, it is used to retrieve the page that follows.
The pagination limit.
0 < x < 100
Include products whose campaigns are scheduled to start within the N next given hours.
Whether to fetch only active products. If false, all products will be fetched even if the campaign or the bid are inactive.
Response
Scrolled response for products in campaign.
Flag that indicates whether more results are available. true
indicates there is a next page of results. false
indicates this response contains the last page of results.
List of sponsored product ids.
Pagination cursor. Provide this value as a next_page
query parameter in a new request to retrieve the next page of results.
1