Skip to main content

PurchaseOrderLineBase

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
additional_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

    value objectrequired
    oneOf
    string
  • ]
  • PurchaseOrderLineBase
    {
    "additional_attributes": [
    {
    "key": "string",
    "value": "string"
    }
    ],
    "unit_cost": 0,
    "unit_cost_currency_code": "USD",
    "shipment_term": "DDP"
    }