/auctions
endpoint supports several ways to specify categories.
When you create an auction, you must pick one of the following methods:
Method | Relevant field | Description |
---|---|---|
Single category | category.id | Bid targets must belong to the category. The id of category is the same value used when upsert product. |
All categories | category.ids | Bid targets must belong to all of the categories. |
Disjunctions | category.disjunctions | Bid targets must belong to at least one of the categories of the disjunction. |
slots
field.category.id
field.laptop_bags
category can take part in the auction.
slots
field.category.ids
field.ids
, not id
.summer_hats
and the sale
categories can take part in this auction.
slots
field.category.disjunctions
field.large
or medium
categories can participate in this auction.
product
, because we’re running a listings auction.slots
field in the request.