input CreateToteInput

Fields

FieldTypeDescription
customer_account_idString

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

warehouse_idString!

Public API warehouse ID. Use this when passing or filtering by a warehouse; warehouse fields are display values or nested objects.

print_barcodesBoolean

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

is_shipping_boxBoolean

Whether the tote is used as a shipping box. Defaults to false.

Referenced By

Example

{
  "customer_account_id": "QWNjb3VudDoxMjM0",
  "warehouse_id": "V2FyZWhvdXNlOjEyMzQ=",
  "print_barcodes": true,
  "is_shipping_box": true
}