This type defines the criteria for which items are eligible based on item IDs, seller IDs, and category IDs
Type that uses Criteria
Offer
Calls that use Criteria
Not used by any calls.
Fields
itemIds
An array of item IDs included in the discount.
eBay RESTful format: v1|itemId|skuId
excludedItemIds
An array of item IDs excluded from the discount.
sellerUserIds
An array of seller IDs included in the discount.
excludedSellerUserIds
An array of seller IDs excluded from the discount.
categories
An array of included category objects, with metadata, included in the discount.
excludedCategories
An array of categories, with metadata, excluded from the discount.