input TransferInventoryInput
Fields
| Field | Type | Description |
|---|---|---|
customer_account_id | String | |
sku | String! | |
warehouse_id | String! | |
quantity | Int! | |
location_from_id | String | |
location_to_id | String | |
reason | String | |
lpn_from_id | String | |
lpn_to_id | String |
Referenced By
- inventory_transfer Mutation
Example
{
"customer_account_id": "abc123",
"sku": "abc123",
"warehouse_id": "abc123",
"quantity": 987,
"location_from_id": "abc123",
"location_to_id": "abc123",
"reason": "abc123",
"lpn_from_id": "abc123",
"lpn_to_id": "abc123"
}