Skip to main content
Log inSign up
Anchor to DiscountCodeBulkDeletePayload

DiscountCodeBulkDeletePayload

payload

Return type for discountCodeBulkDelete mutation.

•

The asynchronous job that deletes the discounts.

•

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•
mutation

Deletes multiple code-based discounts asynchronously using one of the following:

  • A search query
  • A saved search ID
  • A list of discount code IDs

For example, you can delete discounts for all codes that match a search criteria, or delete a predefined set of discount codes.


Was this section helpful?