input CreateToteInput
Fields
| Field | Type | Description |
|---|---|---|
customer_account_id | String | Use this when you are a 3PL acting on behalf of one of your customers. |
warehouse_id | String! | Public API warehouse ID. Use this when passing or filtering by a warehouse; warehouse fields are display values or nested objects. |
print_barcodes | Boolean | Set to true to generate and return a barcode PDF URL for the new tote. |
Referenced By
- tote_create Mutation
Example
{
"customer_account_id": "QWNjb3VudDoxMjM0",
"warehouse_id": "V2FyZWhvdXNlOjEyMzQ=",
"print_barcodes": true
}