Skip to main content

PurchaseOrderLineBase

Order Line information

unit_costnumber<double>

Cost Amount

unit_cost_currency_codeCostCurrencyCode (string)nullable

Cost Currency Code. Possible values: See full list here

Example: USD
shipment_termShipmentTerm (string)

Shipment terms

Example: DDP
PurchaseOrderLineBase
{
"unit_cost": 0,
"unit_cost_currency_code": "USD",
"shipment_term": "DDP"
}