PromotionCreate
Creates a new promotion.
Added in Saleor 3.17This API is currently in Feature Preview and can be subject to changes at later point.
Triggers the following webhook events:
- PROMOTION_CREATED (async): A promotion was created.
- PROMOTION_STARTED (async): Optionally called if promotion was started.
type PromotionCreate {
errors: [PromotionCreateError!]!
promotion: Promotion
}
Fields
PromotionCreate.errors
● [PromotionCreateError!]!
non-null object miscellaneous
PromotionCreate.promotion
● Promotion
object discounts
Returned By
promotionCreate
mutation