The scope level for a particular campaign.
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] |
Name | Value |
---|---|
ORDER | "order" |
ITEMS | "items" |
CATEGORY | "category" |
UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |