Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductVariantsBulkReorderPayload
Return type for productVariantsBulkReorder mutation.
Signature:
export interface ProductVariantsBulkReorderPayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| product? | Maybe<Product> | (Optional) The updated product. | |
| userErrors | Array<ProductVariantsBulkReorderUserError> | The list of errors that occurred from executing the mutation. |