On this page
article
400 - Invalid Shipping Terms
The
invalid_shipping_terms error code will be returned if you attempt to create or update a shipment and do not provide a valid value for shipping_terms for any one of the shipment_contents.This error code will be returned, for example, if you provide an unrecognised or invalid value for shipping_terms when creating a new shipment:
{
"contents": [
{
"shipping_terms": "n/a",
//other properties
}
]
}
The valid values for shipping_terms include:
| Value | Description |
|---|---|
exw | Ex Works (named place of delivery) |
fca | Free Carrier (named place of delivery) |
cpt | Carriage Paid To (named place of destination) |
cip | Carriage Insurance Paid To (named place of destination) |
dat | Delivered at Terminal (named terminal at port or place of destination) |
dap | Delivered at Place (named place of destination) |
ddp | Delivery Duty Paid (named place of destination) |
ddu | Delivery Duty Unpaid |
fas | Free Alongside Ship (name port of shipment) |
fob | Free On Board (named port of shipment) |
cfr | Cost and Freight (named port of destination) |
cif | Cost, Insurance, and Freight (named port of destination) |