Inventory Move Quantities User Error Code
Possible error codes that can be returned by .
Anchor to Valid valuesValid values
- CHANGE_FROM_QUANTITY_STALE
- DIFFERENT_LOCATIONS
- IDEMPOTENCY_CONCURRENT_REQUEST
- IDEMPOTENCY_KEY_PARAMETER_MISMATCH
- INTERNAL_LEDGER_DOCUMENT
- INVALID_AVAILABLE_DOCUMENT
- INVALID_INVENTORY_ITEM
- INVALID_LEDGER_DOCUMENT
- INVALID_LOCATION
- INVALID_QUANTITY_DOCUMENT
- INVALID_QUANTITY_NAME
- INVALID_QUANTITY_NEGATIVE
- INVALID_QUANTITY_TOO_HIGH
- INVALID_REASON
- INVALID_REFERENCE_DOCUMENT
- ITEM_NOT_STOCKED_AT_LOCATION
- MAXIMUM_LEDGER_DOCUMENT_URIS
- MOVE_QUANTITIES_FAILED
- NON_MUTABLE_INVENTORY_ITEM
- SAME_QUANTITY_NAME
- SERVICE_UNAVAILABLE
- Anchor to CHANGE_FROM_QUANTITY_STALECHANGE_
FROM_ QUANTITY_ STALE The changeFromQuantity argument no longer matches the persisted quantity.
- Anchor to DIFFERENT_LOCATIONSDIFFERENT_
LOCATIONS The quantities can't be moved between different locations.
- Anchor to IDEMPOTENCY_CONCURRENT_REQUESTIDEMPOTENCY_
CONCURRENT_ REQUEST This request is currently inprogress, please try again.
- Anchor to IDEMPOTENCY_KEY_PARAMETER_MISMATCHIDEMPOTENCY_
KEY_ PARAMETER_ MISMATCH The same idempotency key cannot be used with different operation parameters.
- Anchor to INTERNAL_LEDGER_DOCUMENTINTERNAL_
LEDGER_ DOCUMENT Internal (gid://shopify/) ledger documents are not allowed to be adjusted via API.
- Anchor to INVALID_AVAILABLE_DOCUMENTINVALID_
AVAILABLE_ DOCUMENT A ledger document URI is not allowed when adjusting available.
- Anchor to INVALID_INVENTORY_ITEMINVALID_
INVENTORY_ ITEM The specified inventory item could not be found.
- Anchor to INVALID_LEDGER_DOCUMENTINVALID_
LEDGER_ DOCUMENT The specified ledger document is invalid.
- Anchor to INVALID_LOCATIONINVALID_
LOCATION The specified location could not be found.
- Anchor to INVALID_QUANTITY_DOCUMENTINVALID_
QUANTITY_ DOCUMENT A ledger document URI is required except when adjusting available.
- Anchor to INVALID_QUANTITY_NAMEINVALID_
QUANTITY_ NAME The specified quantity name is invalid.
- Anchor to INVALID_QUANTITY_NEGATIVEINVALID_
QUANTITY_ NEGATIVE The quantity can't be negative.
- Anchor to INVALID_QUANTITY_TOO_HIGHINVALID_
QUANTITY_ TOO_ HIGH The quantity can't be higher than 2,000,000,000.
- Anchor to INVALID_REASONINVALID_
REASON The specified reason is invalid.
- Anchor to INVALID_REFERENCE_DOCUMENTINVALID_
REFERENCE_ DOCUMENT The specified reference document is invalid.
- Anchor to ITEM_NOT_STOCKED_AT_LOCATIONITEM_
NOT_ STOCKED_ AT_ LOCATION The inventory item is not stocked at the location.
- Anchor to MAXIMUM_LEDGER_DOCUMENT_URISMAXIMUM_
LEDGER_ DOCUMENT_ URIS Only a maximum of 2 ledger document URIs across all changes is allowed.
- Anchor to MOVE_QUANTITIES_FAILEDMOVE_
QUANTITIES_ FAILED The quantities couldn't be moved. Try again.
- Anchor to NON_MUTABLE_INVENTORY_ITEMNON_
MUTABLE_ INVENTORY_ ITEM The specified inventory item is not allowed to be adjusted via API. Example: if the inventory item is a parent bundle.
- Anchor to SAME_QUANTITY_NAMESAME_
QUANTITY_ NAME The quantity names for each change can't be the same.
- Anchor to SERVICE_UNAVAILABLESERVICE_
UNAVAILABLE The service is temporarily unavailable. Try again later.
Anchor to FieldsFields
- •OBJECT
An error that occurs during the execution of
.