Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

mutationDeprecated

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

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

ID!required

The ID of the product to be deleted.


Was this section helpful?

Anchor to ProductDeleteAsyncPayload returnsProductDeleteAsyncPayload returns

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

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

The list of errors that occurred from executing the mutation.


Was this section helpful?