Skip to main content

PurchaseOrderLineGET

unit_costdouble

Cost Amount

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_typestring

Possible values: [item, material]

style_idstring
style_namestring
product_categorystring

custom_id of the product category

product_linestring

custom_id of the product line

departmentstring

custom_id of the department

classstring

custom_id of the class category

brandstring

custom_id of the brand category

colorstring
sizestring
quantityinteger

Possible values: >= 1

PurchaseOrderLineGET
{
"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"
},
"quantity": 0,
"unit_cost": 0,
"shipment_term": "DDP"
}