Skip to main content
mutation

Requires write_products access scope. Also: The user must have permission to delete catalogs.

Deletes a price list. For example, you can delete a price list so that it no longer applies for products in the associated market.

ID!required

The ID of the price list to be deleted.


Was this section helpful?

Anchor to PriceListDeletePayload returnsPriceListDeletePayload returns

ID

The ID of the deleted price list.

[PriceListUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?