stack

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

AdminTypes.ProductVariantsBulkReorderPayload interface

Return type for productVariantsBulkReorder mutation.

Signature:

export interface ProductVariantsBulkReorderPayload 

Properties

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