Skip to main content
mutation

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

Deprecated. Use productDelete instead. This will be removed in 2024-10.

Deletes a product asynchronously, including all associated variants and media.

ID!required

The ID of the product to be deleted.


Was this section helpful?

Anchor to ProductDeleteAsyncPayload returnsProductDeleteAsyncPayload returns

ID

The ID of the product that was requested to be deleted.

Job

The background job that will delete the product and its associated variants and media.

[ProductDeleteUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?