stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductDeleteAsyncPayload

AdminTypes.ProductDeleteAsyncPayload interface

Return type for productDeleteAsync mutation.

Signature:

export interface ProductDeleteAsyncPayload 

Properties

Property Modifiers Type Description
deleteProductId?   Maybe<Scalars[‘ID’][‘output’]> (Optional) The ID of the product that was requested to be deleted.
job?   Maybe<Job> (Optional) The background job that will delete the product and its associated variants and media.
userErrors   Array<ProductDeleteUserError> The list of errors that occurred from executing the mutation.