Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.59 KB

RuleCriteria.md

File metadata and controls

13 lines (10 loc) · 1.59 KB

# RuleCriteria

Properties

Name Type Description Notes
exclude_inventory_items \eBay\Sell\Marketing\Model\InventoryItem[] A list of seller inventory reference IDs to exclude from the promotion. Note: The request can have either excludeInventoryItems or excludeListingIds but not both. Maximum: 100 parent items Maximum SKU or custom label length: 50 characters [optional]
exclude_listing_ids string[] A list of eBay listing IDs to exclude from the promotion. Note: The request can have either excludeInventoryItems or excludeListingIds but not both. Maximum: 100 parent items Maximum SKU or custom label length: 50 characters [optional]
markup_inventory_items \eBay\Sell\Marketing\Model\InventoryItem[] A list of SKUs to remove from a markdown promotion. The listed SKUs are 'marked up' to their standard price after being part of the markdown promotion. [optional]
markup_listing_ids string[] A list of listing IDs to remove from a markdown promotion. The listed items are 'marked up' to their standard price after being part of the markdown promotion. [optional]
selection_rules \eBay\Sell\Marketing\Model\SelectionRule[] The container for the rules that select the items to include in a promotion. Required if inventoryCriterionType is set to INVENTORY_BY_RULE. [optional]

[Back to Model list] [Back to API list] [Back to README]