stack

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

AdminTypes.ProductVariantsBulkUpdatePayload interface

Return type for productVariantsBulkUpdate mutation.

Signature:

export interface ProductVariantsBulkUpdatePayload 

Properties

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