input UpdatePurchaseOrderLineItemInput
Fields
| Field | Type | Description |
|---|---|---|
sku | String! | |
quantity | Int | |
quantity_received | Int | |
quantity_rejected | Int | |
sell_ahead | Int | |
price | String | |
note | String |
Referenced By
Example
{
"sku": "abc123",
"quantity": 987,
"quantity_received": 987,
"quantity_rejected": 987,
"sell_ahead": 987,
"price": "abc123",
"note": "abc123"
}