Skip to main content

PurchaseOrderLineReadBase

Order Line information

unit_costnumber<double>

Cost Amount

unit_cost_currency_codeCostCurrencyCode (string)nullable

Cost Currency Code. Possible values: See full list here

Possible values: <= 3 characters

Example: USD
shipment_termShipmentTerm (string)

Shipment terms

Possible values: <= 255 characters

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