PurchaseOrderLineBase
unit_costdouble
Cost Amount
unit_cost_currency_codeCostCurrencyCodenullable
Cost Currency Code. Possible values: See full list here
Possible values: <= 3 characters
Example:
USDshipment_termShipmentTerm
Shipment terms
Possible values: <= 255 characters
Example:
DDPadditional_attributes object[]nullable
Additional custom attributes associated with the entity
fieldTypestring
The type of the attribute (str, num, dte, etc)
Array [
keystringrequired
The identifier of the attribute
Possible values: <= 255 characters
value objectrequired
oneOf
- string
- number
- string[]
string
]
PurchaseOrderLineBase
{
"additional_attributes": [
{
"key": "string",
"value": "string"
}
],
"unit_cost": 0,
"unit_cost_currency_code": "USD",
"shipment_term": "DDP"
}