Skip to main content

PurchaseOrderLineMaterialGET

Material 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
item MaterialItem

Material Item data

custom_idstringrequired

Custom Identifier for the Product referred

Possible values: <= 255 characters

Example: item_123
entity_typestringrequired

Possible values: []

style_idstring

Possible values: <= 255 characters

style_namestring

Possible values: <= 255 characters

product_categorystring

The Product Category ID

Possible values: <= 255 characters

product_linestring

The Product Line ID

Possible values: <= 32 characters

departmentstringnullable

The Department ID

Possible values: <= 255 characters

classstringnullable

The Class ID

Possible values: <= 255 characters

brandstring

The Brand ID

Possible values: <= 255 characters

colorstringnullable

Color of the product

Possible values: <= 255 characters

sizestringnullable

Size of the product

Possible values: <= 255 characters

quantityinteger

Possible values: >= 1

quantity_uom_codestring

Possible values: <= 255 characters

Example: m
canceled_quantityintegernullable

Quantity that has been canceled for this line item

Possible values: >= 0

additional_attributes object[]nullable

Additional custom attributes associated with the entity

  • Array [
  • keystringrequired

    The identifier of the attribute

    Possible values: <= 255 characters

    value objectrequired
    oneOf
    string
  • ]
  • PurchaseOrderLineMaterialGET
    {
    "item": {
    "custom_id": "item_123",
    "style_id": "string",
    "style_name": "string",
    "product_category": "string",
    "product_line": "string",
    "department": "string",
    "class": "string",
    "brand": "string",
    "color": "string",
    "size": "string"
    },
    "quantity": 0,
    "quantity_uom_code": "m",
    "canceled_quantity": 0,
    "additional_attributes": [
    {
    "key": "string",
    "value": "string"
    }
    ],
    "unit_cost": 0,
    "unit_cost_currency_code": "USD",
    "shipment_term": "DDP"
    }