GET
/
public
/
v1
/
campaign-service
/
sponsored-products

Query Parameters

vendor_id
string
required

The ID of the vendor to get sponsored products.

offset
integer
default: 0

The pagination offset.

limit
integer
default: 100

The pagination limit.

fetch_active_products
boolean
default: false

Whether to fetch only active products. If false, all products will be fetched even if the campaign or the bid are inactive.

Response

200 - application/json
hasMore
boolean
required

Whether this is the last page of results or not.

next
object

The parameters that should be used to fetch the next page.

sponsoredProducts
string[]
required

List of sponsored product ids.