Inventory Set On Hand Quantities User Error Code
Possible error codes that can be returned by .
Anchor to Valid valuesValid values
- CHANGE_FROM_QUANTITY_STALE
- COMPARE_QUANTITY_STALE
- IDEMPOTENCY_CONCURRENT_REQUEST
- IDEMPOTENCY_KEY_PARAMETER_MISMATCH
- INVALID_INVENTORY_ITEM
- INVALID_LOCATION
- INVALID_QUANTITY_NEGATIVE
- INVALID_QUANTITY_TOO_HIGH
- INVALID_REASON
- INVALID_REFERENCE_DOCUMENT
- ITEM_NOT_STOCKED_AT_LOCATION
- NON_MUTABLE_INVENTORY_ITEM
- SERVICE_UNAVAILABLE
- SET_ON_HAND_QUANTITIES_FAILED
- Anchor to CHANGE_FROM_QUANTITY_STALECHANGE_
FROM_ QUANTITY_ STALE The changeFromQuantity argument no longer matches the persisted quantity.
- Anchor to COMPARE_QUANTITY_STALECOMPARE_
QUANTITY_ STALE The compareQuantity value does not match persisted value.
- Anchor to IDEMPOTENCY_CONCURRENT_REQUESTIDEMPOTENCY_
CONCURRENT_ REQUEST This request is currently in progress, 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 INVALID_INVENTORY_ITEMINVALID_
INVENTORY_ ITEM The specified inventory item could not be found.
- Anchor to INVALID_LOCATIONINVALID_
LOCATION The specified location could not be found.
- Anchor to INVALID_QUANTITY_NEGATIVEINVALID_
QUANTITY_ NEGATIVE The quantity can't be negative.
- Anchor to INVALID_QUANTITY_TOO_HIGHINVALID_
QUANTITY_ TOO_ HIGH The total quantity can't be higher than 1,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 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 SERVICE_UNAVAILABLESERVICE_
UNAVAILABLE The service is temporarily unavailable. Try again later.
- Anchor to SET_ON_HAND_QUANTITIES_FAILEDSET_
ON_ HAND_ QUANTITIES_ FAILED The on-hand quantities couldn't be set. Try again.
Anchor to FieldsFields
- •OBJECT
An error that occurs during the execution of
.