input CreateToteInput

Fields

FieldTypeDescription
customer_account_idString

Use this when you are a 3PL acting on behalf of one of your customers

warehouse_idString!
print_barcodesBoolean

Set to true to generate and return a barcode PDF URL for the new tote.

Referenced By

Example

{
  "customer_account_id": "abc123",
  "warehouse_id": "abc123",
  "print_barcodes": true
}