# ProductVariantsBulkReorderUserError - admin-graphql - OBJECT Version: unstable ## Description Error codes for failed bulk product variants reorder operation. ### Access Scopes `read_products` access scope. ## Fields * [code](/docs/api/admin-graphql/unstable/enums/ProductVariantsBulkReorderUserErrorCode): ProductVariantsBulkReorderUserErrorCode - The error code. * [field](/docs/api/admin-graphql/unstable/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin-graphql/unstable/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [productVariantsBulkReorder](/docs/api/admin-graphql/unstable/mutations/productVariantsBulkReorder) Reorders multiple variants in a single product. This mutation can be called directly or via the bulkOperation. ## Related Unions ## Examples