Skip to main content

PurchaseOrderLineFinishedGoodsGET

Finished Goods 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
item components-schemas-Product

Full product data

custom_idstringrequired

Custom Identifier for the Product referred

Example: item_123
entity_typestringrequired

Possible values: [item]

style_idstring
style_namestring
product_categorystring

The Product Category ID

product_linestring

The Product Line ID

departmentstringnullable

The Department ID

classstringnullable

The Class ID

brandstring

The Brand ID

colorstringnullable

Color of the product

sizestringnullable

Size of the product

additional_attributes object[]

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
  • ]
  • PurchaseOrderLineFinishedGoodsGET
    {
    "item": {
    "custom_id": "item_123",
    "entity_type": "item",
    "style_id": "string",
    "style_name": "string",
    "product_category": "string",
    "product_line": "string",
    "department": "string",
    "class": "string",
    "brand": "string",
    "color": "string",
    "size": "string"
    },
    "additional_attributes": [
    {
    "key": "string",
    "value": "string"
    }
    ],
    "unit_cost": 0,
    "unit_cost_currency_code": "USD",
    "shipment_term": "DDP"
    }