stack

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

AdminTypes.ProductDeletePayload interface

Return type for productDelete mutation.

Signature:

export interface ProductDeletePayload 

Properties

Property Modifiers Type Description
deletedProductId?   Maybe<Scalars[‘ID’][‘output’]> (Optional) The ID of the deleted product.
shop   Shop The shop associated with the product.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.