--- title: ProductVariantsBulkReorderPayload - GraphQL Admin description: Return type for `productVariantsBulkReorder` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/productvariantsbulkreorderpayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/productvariantsbulkreorderpayload.md --- # Product​Variants​Bulk​Reorder​Payload payload Return type for `productVariantsBulkReorder` mutation. ## Fields * product [Product](https://shopify.dev/docs/api/admin-graphql/latest/objects/Product) The updated product. * user​Errors [\[Product​Variants​Bulk​Reorder​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/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/latest/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/latest/types/productVariantsBulkReorder)