input ReplaceInventoryInput
Fields
| Field | Type | Description |
|---|---|---|
customer_account_id | String | Use this when you are a 3PL acting on behalf of one of your customers |
sku | String! | |
warehouse_id | String! | |
quantity | Int! | |
reason | String | |
location_id | String | |
lpn_id | String | |
includes_non_sellable | Boolean |
Referenced By
- inventory_replace Mutation
Example
{
"customer_account_id": "abc123",
"sku": "abc123",
"warehouse_id": "abc123",
"quantity": 987,
"reason": "abc123",
"location_id": "abc123",
"lpn_id": "abc123",
"includes_non_sellable": true
}