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! | |
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": "abc123",
"warehouse_id": "abc123",
"print_barcodes": true
}