Manual Finished Goods Item
Cost Amount
Cost Currency Code. Possible values: See full list here
Possible values: <= 3 characters
USDShipment terms
Possible values: <= 255 characters
DDPadditional_attributes object[]nullable
Additional custom attributes associated with the entity
The type of the attribute (str, num, dte, etc)
The identifier of the attribute
Possible values: <= 255 characters
value objectrequired
- string
- number
- array
item ProductItem
Product Item data
Custom Identifier for the Product referred
Possible values: <= 255 characters
item_123Possible values: [item]
Possible values: <= 255 characters
Possible values: <= 255 characters
The Product Category ID
Possible values: <= 255 characters
The Product Line ID
Possible values: <= 32 characters
The Department ID
Possible values: <= 255 characters
The Class ID
Possible values: <= 255 characters
The Brand ID
Possible values: <= 255 characters
Color of the product
Possible values: <= 255 characters
Size of the product
Possible values: <= 255 characters
{
"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"
},
"unit_cost": 0,
"unit_cost_currency_code": "USD",
"shipment_term": "DDP",
"additional_attributes": [
{
"key": "string",
"value": "string"
}
]
}