Anchor to InventoryTransferRemoveItemsUserErrorCodeInventory
enumInventory Transfer Remove Items User Error Code
Possible error codes that can be returned by .
Anchor to Valid valuesValid values
- ALL_QUANTITY_SHIPPED
- CANT_REMOVE_ALL_ITEMS_FROM_READY_TO_SHIP_TRANSFER
- INVALID_TRANSFER_STATUS
- ITEM_NOT_FOUND
- ITEM_PRESENT_ON_DRAFT_SHIPMENT_WITH_ZERO_QUANTITY
- LOCATION_NOT_FOUND
- TRANSFER_NOT_FOUND
- Anchor to ALL_QUANTITY_SHIPPEDALL_
QUANTITY_ SHIPPED The item cannot be removed because all of its quantity is fully allocated to one or more shipments (including draft shipments where the item has been picked). The error name refers to the underlying allocation check; it triggers regardless of whether the shipments have actually shipped.
- Anchor to CANT_REMOVE_ALL_ITEMS_FROM_READY_TO_SHIP_TRANSFERCANT_
REMOVE_ ALL_ ITEMS_ FROM_ READY_ TO_ SHIP_ TRANSFER A
transfer must have at least one line item; you cannot remove every line item from one. To empty atransfer, cancel it instead.- Anchor to INVALID_TRANSFER_STATUSINVALID_
TRANSFER_ STATUS Current transfer status does not support this operation.
- Anchor to ITEM_NOT_FOUNDITEM_
NOT_ FOUND The item was not found.
- Anchor to ITEM_PRESENT_ON_DRAFT_SHIPMENT_WITH_ZERO_QUANTITYITEM_
PRESENT_ ON_ DRAFT_ SHIPMENT_ WITH_ ZERO_ QUANTITY The line item cannot be removed because it appears on a draft shipment with quantity
0.- Anchor to LOCATION_NOT_FOUNDLOCATION_
NOT_ FOUND The location selected can't be found.
- Anchor to TRANSFER_NOT_FOUNDTRANSFER_
NOT_ FOUND The transfer was not found.
Was this section helpful?
Anchor to FieldsFields
- •OBJECT
An error that occurs during the execution of
.
Was this section helpful?