Anchor to ProductVariantsBulkReorderPayloadProduct
payloadProduct Variants Bulk Reorder Payload
Return type for mutation.
Anchor to FieldsFields
- product (Product)
- userErrors ([ProductVariantsBulkReorderUserError!]!)
- Anchor to productproduct•Product
The updated product.
- Anchor to userErrorsuser•[Product
Errors Variants Bulk Reorder User Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?
Anchor to Mutations with this payloadMutations with this payload
- productVariantsBulkReorder (ProductVariantsBulkReorderPayload)
- •mutation
Reorders multiple variants in a single product. This mutation can be called directly or via the bulkOperation.
- Anchor to productIdproduct•ID!
Id required The product ID of the variants to be reordered.
- Anchor to positionspositions•[Product
Variant Position Input!]! required An array of variant positions.
Arguments
Was this section helpful?