AM001 | Authentication key is missing. | The SOAP header omitted SecurityHeader. |
AM002 | Unable to read authentication key. | The header is present but malformed or encrypted incorrectly. |
AM003 | Invalid configuration for authentication key. | Your key is not associated with an active customer record. |
AM004 | Web-service ordering is not enabled. | The account is not authorised to place orders via the API. |
AM005 | Account cannot place invoiced orders. | Create_invoice was true but invoicing privileges are disabled. |
BO001 | Maximum timespan allowed is 31 days. | getShippedOrders window exceeds the permitted size. |
BO002 | Order number exceeds the maximum length. | Bol_num or OrderNumber longer than 13 characters. |
BO003 | Customer PO number exceeds the limit. | Customer_po longer than 20 characters. |
BO004 | Carrier exceeds the limit. | Carrier longer than 40 characters. |
BO005 | Ship-to address line 1 exceeds the limit. | Shipto_address1 longer than 40 characters. |
BO006 | Ship-to address line 2 exceeds the limit. | Shipto_address2 longer than 40 characters. |
BO007 | Requested ship date is in the past. | Date_ship_requested earlier than today. |
BO008 | Invalid state value. | Shipto_state contains more than two characters. |
BO009 | Special instructions line 1 exceeds the limit. | Special_instructions longer than 55 characters. |
BO010 | Special instructions line 2 exceeds the limit. | Special_instructions2 longer than 55 characters. |
BO011 | Ship-to address line 3 exceeds the limit. | Shipto_address3 longer than 40 characters. |
BO012 | Ship-to city exceeds the limit. | Shipto_city longer than 15 characters. |
BO013 | Postal code exceeds the limit. | Shipto_zip exceeds 5 characters. |
BO014 | Postal code must be five digits. | US postal code not supplied as five numeric digits. |
BO015 | Order not found. | Order number does not belong to the authenticated account. |
BO018 | Order number already exists. | checkOrderStatus or order placement received a duplicate. |
BP001 | Product not found. | Product code missing or not assigned to your account. |
BP014 | State code exceeds the limit. | An item's StateCode exceeds 14 characters. |
BI005 | Sold-to address line 1 exceeds the limit. | Soldto_address1 longer than 40 characters. |
BI006 | Sold-to address line 2 exceeds the limit. | Soldto_address2 longer than 40 characters. |
BI008 | Sold-to state invalid. | Soldto_state not two characters. |
BI011 | Sold-to address line 3 exceeds the limit. | Soldto_address3 longer than 40 characters. |
BI012 | Sold-to city exceeds the limit. | Soldto_city longer than 15 characters. |
BI013 | Sold-to postal code exceeds the limit. | Soldto_zip exceeds five characters. |
BI014 | Payment terms exceed the limit. | Payment_terms longer than 20 characters. |
BI015 | External license exceeds the limit. | External_license longer than 20 characters. |
BI016 | Sold-to postal code must be five digits. | Sold-to US postal code not supplied as five digits. |
G0001 | General exception. | Catch-all for unhandled errors; inspect the message for detail. |
G0002 | Invoices are disabled and invoice flag was set. | Tenant configuration does not allow invoiced orders. |
GO003 | Container not added. | AddInbound could not complete (see fault details). |
MI005 | Sold-to address missing. | Invoice orders require sold-to address information. |
MI005 | Sold-to state missing. | Same as above. |
MI005 | Sold-to city missing. | Same as above. |
MI005 | Sold-to postal code missing. | Same as above. |
MI007 | Total invoice amount not specified. | Total_invoice_amount missing when invoicing. |
MI008 | Invoice due date not specified. | Date_invoice_due missing when invoicing. |
MI009 | Payment terms not specified. | Payment_terms missing when invoicing. |
MO001 | Order contains no items. | No line items were supplied. |
MO002 | Order number not specified. | Bol_num blank. |
MO003 | Prepaid/collect not specified. | Legacy placeOrder omitted the freight indicator. |
MO004 | Carrier not specified. | Carrier blank. |
MO005 | Ship-to name not specified. | Shipto_address1 blank. |
MO005 | Ship-to address not specified. | Mandatory address fields missing. |
MO005 | Ship-to city not specified. | Shipto_city blank. |
MO005 | Ship-to state not specified. | Shipto_state blank. |
MO005 | Ship-to postal code not specified. | Shipto_zip blank. |
MO006 | Ship date not specified. | Date_ship_requested missing. |
MO009 | Container number is required. | GetInbound called without a container number. |