input CreateShippingContainerInput

Fields

FieldTypeDescription
carrierString!

Carrier name or carrier code.

warehouse_idString

Optional public API warehouse ID. Defaults to the user's assigned warehouse.

methods[String]

Carrier shipping methods for this container.

quantityInt

Number of containers to create for this carrier and method set. Defaults to 1. Maximum total quantity is 100.

Referenced By

Example

{
  "carrier": "ups",
  "warehouse_id": "V2FyZWhvdXNlOjEyMzQ=",
  "methods": ["ups_ground"],
  "quantity": 2
}