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:

ValueDescription
exwEx Works (named place of delivery)
fcaFree Carrier (named place of delivery)
cptCarriage Paid To (named place of destination)
cipCarriage Insurance Paid To (named place of destination)
datDelivered at Terminal (named terminal at port or place of destination)
dapDelivered at Place (named place of destination)
ddpDelivery Duty Paid (named place of destination)
dduDelivery Duty Unpaid
fasFree Alongside Ship (name port of shipment)
fobFree On Board (named port of shipment)
cfrCost and Freight (named port of destination)
cifCost, Insurance, and Freight (named port of destination)