Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.25 KB

CampaignScope.md

File metadata and controls

26 lines (14 loc) · 1.25 KB

CampaignScope

The scope level for a particular campaign.

Properties

Name Type Description Notes
type TypeEnum The scope type for this campaign. * `order` - order level campaign. * `items` - item level campaign or bundle offer. * `category` - category level campaign where all items within applies the same discount.
objectIDs List<String> The list of item IDs in the partner's database applicable for discount when `discount.scope.type` is `items` (or category IDs for `category`). One and only 1 item supported when `discount.type` is: - `freeItem` - `bundleSameNet` - `bundleSamePercentage` - `bundleSameFixPrice` Minimum 2 - Maximum 20 items supported when `discount.type` is: - `bundleDiffNet` - `bundleDiffPercentage` - `bundleDiffFixPrice` [optional]

Enum: TypeEnum

Name Value
ORDER "order"
ITEMS "items"
CATEGORY "category"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"