{
"hasMore": true,
"next": {
"limit": 123,
"offset": 123
},
"sponsoredProducts": [
"<string>"
]
}
This endpoint is deprecated. Use /products-in-campaign instead.
{
"hasMore": true,
"next": {
"limit": 123,
"offset": 123
},
"sponsoredProducts": [
"<string>"
]
}
A valid API key generated in Topsort's UI.
The ID of the vendor to get sponsored products.
The pagination offset.
x >= 0
The pagination limit.
0 <= x <= 100
Whether to fetch only active products. If false, all products will be fetched even if the campaign or the bid are inactive.
Successful Response
Paginated response for sponsored products in a vendor.