input FulfillOrderInput

Fields

FieldTypeDescription
customer_account_idString

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

order_idString!

The id of the order you want to modify

tote_idString!
packages[ShippedPackagesInput]!
notify_customer_via_shipheroBoolean
notify_customer_via_storeBoolean
shipped_off_shipheroBoolean
noteString

Referenced By

Example

{
  "customer_account_id": "abc123",
  "order_id": "abc123",
  "tote_id": "abc123",
  "packages": ShippedPackagesInput,
  "notify_customer_via_shiphero": true,
  "notify_customer_via_store": true,
  "shipped_off_shiphero": true,
  "note": "abc123"
}