Auction examples
- Running auctions
- Sponsored listings
- Sponsored banners
- Sponsored brands
Asset examples
Webhook examples
Events
Audience API
Billing API
Campaign API
- GETGet Campaigns
- POSTCreate Campaign
- GETGet Campaign By Id
- DELDelete Campaign By Id
- PATCHUpdate Campaign By Id
- GETGet Campaign Bids
- POSTCreate Campaign Bids
- DELDelete Campaign Bid By Id
- PATCHUpdate Campaign Bid By Id
- POST[BETA] Get estimated clicks of a future campaign for a given vendor
- GETGet Products In Campaign
- GETGet Sponsored Products
Catalog API
Invitation API
Modal API
Reporting API
Assets API
Audience API
Billing API
Campaign API
- GETGet Campaigns
- POSTCreate Campaign
- GETGet Campaign By Id
- DELDelete Campaign By Id
- PATCHUpdate Campaign By Id
- GETGet Campaign Bids
- POSTCreate Campaign Bids
- DELDelete Campaign Bid By Id
- PATCHUpdate Campaign Bid By Id
- POST[BETA] Get estimated clicks of a future campaign for a given vendor
- GETGet Products In Campaign
- GETGet Sponsored Products
Catalog API
Invitation API
Modal API
Reporting API
Toppie API
Get Products
Get multiple products from the catalog.
Query Parameters
Pagination cursor as provided in an earlier response. If provided will fetch the next page of results.
European Article Number to filter products by. Formatted as a thirteen digit EAN-13 code.
Vendor ID to filter products by.
Search terms to look for in product names and descriptions.
Response
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.
Array of products.
IDs of the categories this product belongs to.
Unique ID of the product. Topsort treats IDs as strings, choose any format as long as it is unique within the catalog.
1
Name of the product. Shown in Topsort UI.
1
IDs of the vendors that can promote this product in campaigns.
Flag that indicates whether this product is active. Only active products can take part in campaigns and auctions. Set this value to false
to deactivate a product. When a product is deactivated it will be removed from active campaigns.
We advise to set this flag to false
when a product is out of stock.
Note: Active products being upserted will be added to existing campaigns created through the Building Blocks service using the Promote My Shop feature.
Description of the product.
1
European Article Number. Formatted as a thirteen digit EAN-13 code.
13
URL of the product image. This image will be displayed in the Topsort UI. Image dimensions between 250x250 and 600x600 pixels are recommended for the best performance of the Topsort UI.
1
Additional metadata for the product.
Price of the product in the currency configured in the marketplace.
x > 0
Marketplace's internal quality score for the product. This in an optional advanced use case, for which we can provide some insights. Examples of metrics include the product's rating, conversion rate, click through rate, combination of other metrics, etc.
0 < x < 1
Pagination cursor. Provide this value as a next_page
query parameter in a new request to retrieve the next page of results.
1