input InventorySyncInput
Fields
| Field | Type | Description |
|---|---|---|
customer_account_id | String | Use this when you are a 3PL acting on behalf of one of your customers. |
url | String! | URL for the URL resource. |
warehouse_id | String! | Public API warehouse ID. Use this when passing or filtering by a warehouse; warehouse fields are display values or nested objects. |
Referenced By
- inventory_sync Mutation
Example
{
"customer_account_id": "QWNjb3VudDoxMjM0",
"url": "https://example.com/resource",
"warehouse_id": "SW52ZW50b3J5U3luY0JhdGNoOjEyMzQ="
}