--- title: ProductVariantsBulkReorderPayload - GraphQL Admin description: Return type for `productVariantsBulkReorder` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/productvariantsbulkreorderpayload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/productvariantsbulkreorderpayload.md --- # Product​Variants​Bulk​Reorder​Payload payload Return type for `productVariantsBulkReorder` mutation. ## Fields * product [Product](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Product) The updated product. * user​Errors [\[Product​Variants​Bulk​Reorder​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/ProductVariantsBulkReorderUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [product​Variants​Bulk​Reorder](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/productVariantsBulkReorder) mutation Reorders multiple variants in a single product. This mutation can be called directly or via the bulkOperation. *** ## Map ### Mutations with this payload * [product​Variants​Bulk​Reorder](https://shopify.dev/docs/api/admin-graphql/unstable/types/productVariantsBulkReorder)