input CreateShipmentInput

Fields

FieldTypeDescription
customer_account_idString

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

order_idString!
warehouse_idString!
addressAddressInput!
line_items[CreateShipmentLineItemInput]!
labels[CreateShipmentShippingLabelInput]
notify_customer_via_shipheroBoolean
notify_customer_via_storeBoolean
shipped_off_shipheroBoolean
profileString

Referenced By

Example

{
  "customer_account_id": "abc123",
  "order_id": "abc123",
  "warehouse_id": "abc123",
  "address": AddressInput,
  "line_items": CreateShipmentLineItemInput,
  "labels": CreateShipmentShippingLabelInput,
  "notify_customer_via_shiphero": true,
  "notify_customer_via_store": true,
  "shipped_off_shiphero": true,
  "profile": "abc123"
}