object WarehouseProductInbound
Fields
| Field | Type | Description |
|---|---|---|
id | String | |
legacy_id | Int | |
sku | String | |
warehouse_id | String | |
po_id | String | |
purchase_order_line_item_id | String | |
po_date | ISODateTime | |
quantity | Int | |
quantity_received | Int | |
quantity_rejected | Int | |
sell_ahead | Int | |
status | String |
Referenced By
Example
{
"id": "abc123",
"legacy_id": 987,
"sku": "abc123",
"warehouse_id": "abc123",
"po_id": "abc123",
"purchase_order_line_item_id": "abc123",
"po_date": "abc123",
"quantity": 987,
"quantity_received": 987,
"quantity_rejected": 987,
"sell_ahead": 987,
"status": "abc123"
}