Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.08 KB

CampaignScope.md

File metadata and controls

10 lines (7 loc) · 1.08 KB

# CampaignScope

Properties

Name Type Description Notes
type string 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.
object_ids 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]

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