input CreateShipmentLineItemInput
Fields
| Field | Type | Description |
|---|---|---|
line_item_id | String! | Public API line item ID that identifies the related record. |
quantity | Int! | Quantity as a whole-unit count. |
Referenced By
- CreateShipmentInput Type
Example
{
"line_item_id": "TGluZUl0ZW06MTIzNA==",
"quantity": 2
}