The following errors are specific to the Allocation module.

The %s in error messages are placeholders used to indicate where a specific value, such as an Allocation ID or an item name, will be inserted when the actual error message is displayed.

For example, if the error is “Order is in invalid state with status code: %s,” and the order status is PENDING_REVIEW, the displayed message would become “Order is in invalid state with status code: PENDING_REVIEW.”

ModuleError CodeMessage
AllocationALLOCATION-2001Items are not eligible for allocation.
AllocationALLOCATION-2002No items to process %s.
AllocationALLOCATION-2003Item is in shipped status, not applicable for scratch.
AllocationALLOCATION-2004Item is in cancelled status, not applicable for shipment.
AllocationALLOCATION-2005Allocation is already cancelled or scratched.
AllocationALLOCATION-2006Order is in invalid state with status code: %s.
AllocationALLOCATION-2007Backorder items are not available to process.
AllocationALLOCATION-2008OFL request can not be prepared due to unavailable items.
AllocationALLOCATION-2009AllocationLineNumber is in invalid state: %s.