stack

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

AdminTypes.ProductVariantDeletePayload interface

Return type for productVariantDelete mutation.

Signature:

export interface ProductVariantDeletePayload 

Properties

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