stack

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

AdminTypes.ProductVariantsBulkDeletePayload interface

Return type for productVariantsBulkDelete mutation.

Signature:

export interface ProductVariantsBulkDeletePayload 

Properties

Property Modifiers Type Description
product?   Maybe<Product> (Optional) The updated product object.
userErrors   Array<ProductVariantsBulkDeleteUserError> The list of errors that occurred from executing the mutation.