Skip to main content

PromotionBulkDelete Object

Deletes promotions.

Requires the MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

  • PROMOTION_DELETED (async): A promotion was deleted.
type PromotionBulkDelete {
count: Int!
errors: [DiscountError!]!
}

Fields

count ● Int!

Returns how many objects were affected.

errors ● [DiscountError!]!

Returned By

promotionBulkDelete mutation