---
title: "Create Order"
method: POST
path: "/wms/orders"
tags: ["wms", "Orders"]
---

# Create Order

`POST /wms/orders`

Get the required, optional, and integration specific fields by calling the [integrations](/api-reference/mgmt/integrations) endpoint.

## Headers

- `x-trackstar-api-key` string, required
- `x-trackstar-access-token` string, required

## Request body

- union
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `warehouse_customer_id` string, nullable, required — The ID of the merchant/tenant/customer that owns the order. Can be passed into the [Warehouse Customer](/api-reference/wms-api/warehouse-customers/get-item) endpoint for more details.
    - `reference_id` string, required — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `order_number` string, required — A user-friendly identifier for their order. Defaults to `reference_id` if not provided.
    - `channel_object` union, required
      - object
        - `channel_id` string, required — The ID of the channel.
      - object
        - `channel_name` string, required — The name of the channel.
    - `trading_partner` string, required — For retail/EDI orders, the trading partner who placed the order (e.g. Target, Walmart).
    - `shipping_method_id` string, required — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `service_level` string, required — The type of shipping method requested by the customer.
    - `invoice_currency_code` string, required — The currency used for this order. If not provided explicitly, defaults to USD.
    - `total_price` number, required — The total price a customer paid for the order.
    - `total_tax` number, required — The total tax on the order.
    - `total_discount` number, required — The total amount discounted from the order.
    - `total_shipping` number, required — The total shipping cost for the order incurred by the customer.
    - `ship_to_address` CreateWmsOrderShipToAddress, required
      - `full_name` string
      - `company` string
      - `address1` string
      - `address2` string
      - `city` string
      - `state` string
      - `postal_code` string
      - `country` string
    - `line_items` CreateWmsOrderLineItems[] — List of the products included in the order.
      - `product_id` string — Can be passed into the [Product](/api-reference/wms-api/products/get-item) endpoint for more details.
      - `sku` string
      - `quantity` integer
      - `unit_price` number — The price of the product in the currency specified by `invoice_currency_code`.
      - `discount_amount` number — The amount per unit discounted from the product for this order.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `reference_id` string, required — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `line_items` WmsOrderWriteLineItemactiveAnts[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number
    - `ship_to_address` ShipToAddressActiveAnts, required
      - `full_name` string, required
      - `company` string, required
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string
      - `postal_code` string, required
      - `country` string, required
    - `order_type_id` 'N/A — connect an account to see options', required — Active Ants order type name
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `ship_to_address` ShipToAddressAdp, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string
      - `country` string, required
    - `line_items` WmsOrderCreateLineItemadp[], required — List of the products included in the order.
      - `sku` string, required — SKU or product code
      - `quantity` integer, required — Quantity to ship
      - `uom` string, required — Unit of measure
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `invoice_currency_code` string, required — The currency code for this order (e.g. EUR, USD).
    - `total_price` number, required — The total price a customer paid for the order.
    - `ship_to_address` ShipToAddressAmphora, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string
      - `postal_code` string, required
      - `country` string, required
      - `phone_number` string
      - `email_address` string
    - `line_items` WmsOrderCreateLineItemamphora[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number, required
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `channel_object` AmplifierChannelIdSchema
      - `channel_id` string, required — The ID of the channel.
    - `service_level` string, required — The type of shipping method requested by the customer.
    - `ship_to_address` ShipToAddressAmplifier, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `bill_to_address` BillToAddressAmplifier, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderWriteLineItemamplifier[], required — List of the products included in the order.
      - `sku` string, required — SKU of the item.
      - `quantity` integer, required — Quantity of the item.
      - `description` string, required — Description of the item.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `reference_id` string, required — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `order_number` string — A user-friendly identifier for their order.
    - `warehouse_id` string, required — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `ship_to_address` ShipToAddressAmware, required
      - `full_name` string
      - `company` string
      - `address1` string
      - `address2` string
      - `city` string
      - `state` string
      - `postal_code` string
      - `country` string
      - `phone_number` string
      - `email_address` string
    - `line_items` WmsOrderWriteLineItemamware[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
    - `shipping_method_id` 'AEG0' | 'CPU' | 'SRG' | 'AMH' | 'UP04' | 'UP05' | 'UP03' | 'UP01' | 'UP02' | 'UP08' | 'UP06' | 'UP12' | 'UP36' | 'UP37' | 'UP33' | 'SURP' | 'UP15' | 'UP16' | 'UP17' | 'UP18' | 'UP35' | 'UP21' | 'UP13' | 'UP22' | 'UP19' | 'UP25' | 'UP20' | 'US02' | 'US03' | 'US18' | 'USPS' | 'US04' | 'US05' | 'RASP' | 'RSNU' | 'PP01' | 'PP02' | 'PP03' — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `channel_object` ChannelIdSchema
      - `channel_id` string, required — The ID of the channel.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `reference_id` string, required — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `order_number` string — A user-friendly identifier for their order.
    - `type` 'dtc' | 'b2b' — The type of order, such as d2c, b2b, dropship, or transfer.
    - `shipping_method_id` string, required — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `ship_to_address` ShipToAddressAtomix, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `email_address` string, required
      - `phone_number` string
    - `line_items` WmsOrderWriteLineItematomix[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `warehouse_id` string, required — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `payment_terms` 'Net' | 'COD' | 'CC' | 'WIRE', required — Payment terms of the order.
    - `carrier_id` 'GILBERT EAST' | 'FREIGHT FORWARDER' | 'ROUTING GUIDE' | 'CUSTOMER PICKUP' | 'TRUCK P/P' | 'TRUCK F/C' | 'FEDEX' | 'DHL EXPRESS' | 'BAX GLOBAL' | 'TNT' | 'UPS' | 'USPS' | 'UPS FREIGHT' | 'JB HUNT' | 'A&S TRUCKING SERVICE' | 'PORT LOGISTICS GROUP' | 'ESTES EXPRESS LINES' | 'PITT OHIO' | 'EXACTA MESSENGER' | 'ROCKET MESSENGER' | 'Front Line Freight' | 'DMS EXPRESS' | 'Messenger' | 'KINGS EXPRESS' | 'Gilbert Express' | 'RANGER TRANSPORTATION INC' | 'Fedex Freight east' | 'Fedex Freight West' | 'FREIGHTCO LOGISTICS' | 'Vale Trucking' | 'EDI TRUCKING' | 'SWIFT TRANSPORT' | 'PERFORMANCE TEAM' | 'DISPATCH CENTRAL' | 'warehouse transfer' | 'NORTH EAST COURIERS INC' | 'Old Dominion' | 'Champion' | 'YRC' | 'All Time' | 'BENJAMIN MAZER TRUCKING' | 'VEECO SERVICES' | 'CTE' | 'GALE TRIANGLE' | 'VISION EXPRESS' | 'THE RIGHT MOVE' | 'ABF' | 'JAYDEE' | 'BARNEYS' | 'NEW DEAL' | 'FOXS' | 'NRT' | 'T&M' | 'MIGO TRUCKING' | 'TRIANGLE' | 'YELLOW FREIGHT' | 'ROADWAY' | 'Gilbert West' | 'Pacific Logistics' | 'City Fashion' | 'Main Freight' | 'Allstates Freight' | 'NEW ENGLAND MOTOR FREIGHT' | 'YAMATO TRANSPORTATION' | 'PANALPINA' | 'EXPEDITORS' | 'DSV AIR & SEA' | 'YUSEN AIR' | 'HERCULES TRANSPORTATION' | 'CITY GARMENT' | 'US XPRESS' | 'DYNAMIC' | 'R&S TRANSPORTATION' | 'Knight Transportation' | 'WTG' | 'SCHNEIDER TRANSPORT' | 'Araiza Express' | 'SELECT EXPRESS & LOGISTICS' | 'INTERCARGO LOGISTICS' | 'RoadEx America' | 'ASSET TRANSFER' | 'Fedex Freight Regional' | 'UPS EU' | 'National Retail Trans' | 'EASTERN FREIGHT WAYS' | 'Daylight Transport' | 'Jet Speed' | 'MOL' | 'TOWNE AIR FREIGHT' | 'ROADRUNNER' | 'DIAMOND LOGISTICS' | 'Global Spedition' | 'Altruck Inc' | 'DL EXpress' | 'EVER CONCORD' | 'LAND AIR EXPRESS' | 'RONIE TRUCKING' | 'JET SPEED AIR CARGO' | 'DAX EXPRESS' | 'J.O. TRUCKING INC' | 'Same Day Delivery' | 'KEYSTONE TRUCKING' | 'ROBINSON TRANSPORTATION SERVICES' | 'UNITED CENTURY EXPRESS C.' | 'TI LOGISTICS' | 'WTG.' | 'FREIGHT FORCE' | 'TY DELIVERY SERVICES' | 'USF REDDAWAY INC' | 'ClearLane Freight' | 'Landstar' | 'PASCHALL TRUCK LINES INBOUND' | 'ARCTIC EXPRESS' | 'SCHNEIDER' | 'JRC' | 'KINTETSU WORLD EXPRESS' | 'TOPOCEAN CONSOLIDATION' | 'DHL' | 'Borderlinx' | 'O.T Delivery' | 'UBER' | 'OAK HARBOR FREIGHT' | 'Caltop Logistics' | 'AFN' | 'OCEAN ONE' | 'NFI LOGISTICS' | 'Jamex' | 'DeCaro' | 'Vanguard Logistics' | 'ATS' | 'CONWAY' | 'ARCHILLA TRANSPORT' | 'AMERICAN CARGO EXPRESS' | 'Pacer' | 'SKYWAY TRUCKING' | 'New Rochell' | 'RAPID DELIVERY SERVICE' | 'REGIONAL TRUCKING' | 'MRZ TRUCKING' | 'BEO SUPPLY INC' | 'FORWARD AIR' | '1st Freight' | 'WESTERN EXPRESS' | 'GRANDVIEW' | 'Cargo International' | 'UPS SUPPLY CHAIN' | 'AXIS GLOBAL LOGISTICS' | 'FRESH AIR TRUCKING' | 'CRST' | 'CSA TRANSPORTATION' | 'BLJ TRUCKING' | 'EAGLE TRANSPORTATION' | 'ADAMS THIRD WAVE CONSULTING' | 'MERCER TRANSPORTATION' | 'A DUIE PYLE' | 'PIZA TRUCKING' | 'MOUNTAIN VALLEY EXORESS' | 'R & L Transfer' | 'SAIA MOTOR FREIGHT' | 'Celadon Trucking Services' | 'NATIONAL RETAIL SYSTEMS INC.' | 'DM TRANSPORTATION' | 'JV Transportation' | 'VSS TRANSPORTATION GROUP INC' | 'GLS' | 'INXP' | 'Dependable Highway Express' | 'GILBERT CONSOLIDATION' | 'Crosby Trucking Inbound' | 'SCOTT LOGISTICS' | 'EXPO LOGISTICS' | 'NEW PENN' | 'West End Express' | 'L-Freight' | 'OCEAN ONE' | 'Dms services' | 'JSTAR' | 'Land Air Express' | 'CRYSTAL MOTORS' | 'MAP CARGO' | 'DHL GLOBAL FORWARDING' | 'VOLPE EXPRESS' | 'XPORT SERVICE' | 'RANGER EXPRESS' | 'T I Logistics' | 'Roadrunner' | 'WTG OTR Inbound' | 'Bergen Truck EC' | 'BLACKHAWK SOUTHWEST' | 'SERVICE TRANSPORT' | 'DOT-LINE TRANSPORTATION' | 'HUB GROUP INTERMODAL' | 'PAYSTAR LOGISTICS' | 'SPI INTL TRANSPORTATION' | 'SAIA INC' | 'ALL CARTAGE' | 'HASSET EXPRESS' | 'HAWK TRANSPORTATION' | 'WARD trucking' | 'Diamond freight distribution INC' | 'GOLDEN' | 'Logical Logistics' | 'Transport America Regional Fleet' | 'CELADON' | 'BEST OVERNITE LTL' | 'HTL' | 'APPAREL MOVERS' | 'Keanes Cartage' | 'BRUIN TRUCKING' | 'Polaris Transport' | 'OSBORN' | 'FRONTLINE FREIGHT' | 'BTX GLOBAL LOGISITICS' | 'XPO LOGISTICS' | 'J.Q. Trucking Inc' | 'IMPULSE' | 'SKYNET' | 'Central Freight Lines Inc' | 'DESANTIS' | 'EXPORT SERVICES' | 'PAI TRUCKING' | 'Central Transport' | 'AMERICAN TRUCKING' | 'Shinju Express' | 'AIR CITY' | 'AMERICAN AIRFREIGHT TRUCKING' | 'AAA TRUCKING' | 'CONCORD TRUCKING' | 'BREAKWAY CARRIER' | 'FERSCHO TRUCKING' | 'CH ROBINSON' | 'MGR FREIGHT' | 'DHL GLOBAL FORWARDING' | 'A&F' | 'CROWN TRUCKING' | 'DYNAMIC EXPRESS' | 'Premier Transportation Inbound' | 'ALBATRANS' | 'Fedex LTL' | 'Prostar Logistics' | 'INTERSTATE DISTRIBUTOR COMPANY' | 'CSRT' | 'USA TRUCK, INC.' | 'EZ WORLDWIDE EXPRESS' | 'BEAR TRANSPORTATION' | 'TRICAP INTERNATIONAL' | 'Unyson Logistics' | 'NFI' | 'Complete distribution solution' | 'BNSF LOGISTICS LLC' | 'SCHNEIDER NATIONAL' | 'APC' | 'TOTAL QUALITY LOGISTICS' | 'TM LOGISTICS' | 'Transplace' | 'ZTC FREIGHT' | 'Falcon Logistics' | 'Transport America Inbound' | 'FARMORE TRANSPORTATION' | 'FNS DISTRIBUTING COMPNAY' | 'FNS DISTRIBUTING COMPANY' | 'JEM EXPRESS INC' | 'KRG Logistics' | 'Covenant Transport' | 'Globaltranz', required — The ID of the carrier used to ship the order to the customer. If carrier_name is also provided, this will take precedence.
    - `shipping_method_id` '1st Freight' | 'AAAT' | 'AAIE' | 'ABFS' | 'AFN' | 'AHWE' | 'ALBA WHEELS' | 'ALBATRANS' | 'ALCY' | 'ALTR' | 'ALUK' | 'ANSW' | 'APC LOGISTICS' | 'APPAREL MOVERS' | 'ARIE' | 'ASSET' | 'ASUR' | 'AXIG' | 'All Time' | 'Araiza Express' | 'BARNEYS' | 'BAX GLOBAL GURANTEED- 1ST ARRIVAL' | 'BAX GLOBAL GURANTEED- 2ND DAY' | 'BAX GLOBAL GURANTEED- AIRPORT TO AIRPORT' | 'BAX GLOBAL GURANTEED- OVERNIGHT' | 'BAX GLOBAL STANDARD- 2ND DAY' | 'BAX GLOBAL STANDARD- BAX SAVER' | 'BAX GLOBAL STANDARD- NEXT AVAILABLE FLIGHT' | 'BAX GLOBAL STANDARD- OVERNIGHT' | 'BAX GLOBAL TRUCK' | 'BAXG' | 'BEOS' | 'BLJF' | 'BLKW' | 'BNLS' | 'BREAKWAY CARRIER' | 'BRTK' | 'BTG' | 'BTVP' | 'BTXA' | 'Bergen Truck' | 'Borderlinx' | 'CAIE' | 'CARRIER' | 'CDNK' | 'CDSS' | 'CENF' | 'CETR' | 'CEVA LOGISTICS' | 'CFX' | 'CGMC' | 'CH ROBINSON' | 'CLFS' | 'CNWY' | 'CONC' | 'COURIER EXPRESS LLC' | 'CPPV' | 'CPUP' | 'CRGO' | 'CRPS' | 'CRWT' | 'CRYS' | 'CSAP' | 'CSBI' | 'CTQH' | 'CUSTOMER TRUCK - Pickup By Customer' | 'CVEN' | 'Carrier' | 'Celadon Trucking Services' | 'Central Freight Lines Inc' | 'Cosmo Freight Solutions' | 'DAXX' | 'DCDS' | 'DFDO' | 'DHE' | 'DHL 2ND DAY' | 'DHL 2ND DAY -Residential' | 'DHL DOMESTIC PRIORITY' | 'DHL DOMESTIC PRIORITY -Residential' | 'DHL DOMESTIC STANDARD' | 'DHL DOMESTIC STANDARD -Residential' | 'DHL EASYSHOP' | 'DHL EASYSHOP - SATURDAY DELIVERY' | 'DHL ECONOMY SELECT' | 'DHL ECONOMY SELECT - SATURDAY DELIVERY' | 'DHL EUROPACK' | 'DHL EUROPACK - SATURDAY DELIVERY' | 'DHL EXPRESS 10:30' | 'DHL EXPRESS 10:30 - SATURDAY DELIVERY' | 'DHL EXPRESS 12:00' | 'DHL EXPRESS 12:00 - SATURDAY DELIVERY' | 'DHL EXPRESS 9:00' | 'DHL EXPRESS 9:00 - SATURDAY DELIVERY' | 'DHL EXPRESS WORLDWIDE' | 'DHL EXPRESS WORLDWIDE - SATURDAY DELIVERY' | 'DHL GLOBAL FORWARDING' | 'DHL GROUND' | 'DHL GROUND -Residential' | 'DHL INTL PRIORITY' | 'DHL INTL PRIORITY -Residential' | 'DHL INTL STANDARD' | 'DHL INTL STANDARD -Residential' | 'DHL NEXT DAY 10:30' | 'DHL NEXT DAY 10:30 -Residential' | 'DHL NEXT DAY 12PM' | 'DHL NEXT DAY 12PM -Residential' | 'DHL NEXT DAY 3PM' | 'DHL NEXT DAY 3PM -Residential' | 'DHL SATURDAY DELIVERY(OPTIONAL)' | 'DHL SATURDAY DELIVERY(OPTIONAL) -Residential' | 'DHLG' | 'DISP' | 'DMRG' | 'DMSD' | 'DOLR' | 'DSV1' | 'DYEX' | 'DYLT' | 'DYXI' | 'DYXT' | 'Daylight Transport' | 'EDI' | 'EFWY' | 'ESDR' | 'ETSI' | 'EVCD' | 'EXLA' | 'EXPD' | 'EZWO' | 'FCLL' | 'FCSY' | 'FEDEX 2Day - Commercial' | 'FEDEX 2Day - Residential' | 'FEDEX 2Day - SATURDAY DELIVERY - Commercial' | 'FEDEX 2Day - SATURDAY DELIVERY - Residential' | 'FEDEX Express Saver - Commercial' | 'FEDEX Express Saver - Residential' | 'FEDEX First Overnight - Commercial' | 'FEDEX First Overnight - Residential' | 'FEDEX Ground - Commercial' | 'FEDEX Ground - Residential' | 'FEDEX International Economy - Commercial' | 'FEDEX International Economy - Residential' | 'FEDEX International Ground (to Canada) - Commercial' | 'FEDEX International Ground (to Canada) - Residential' | 'FEDEX International Priority - Commercial' | 'FEDEX International Priority - Residential' | 'FEDEX Priority Overnight - Commercial' | 'FEDEX Priority Overnight - Residential' | 'FEDEX Standard Overnight - Commercial' | 'FEDEX Standard Overnight - Residential' | 'FETR' | 'FFFF' | 'FLOG' | 'FMTS' | 'FNSD' | 'FORWARD AIR' | 'FORWARDER' | 'FOXS' | 'FREIGHT' | 'FREIGHT FORWARDER' | 'FRESH AIR TRUCKING' | 'FWDR' | 'FXFE' | 'FXFW' | 'FXNL' | 'Falcon Logistics' | 'GADQ' | 'GBEA' | 'GBXI' | 'GILBERT EAST' | 'GLS Standard' | 'GLTN' | 'GOLD' | 'GRWE' | 'Gilbert Express' | 'Globaltranz' | 'HACC' | 'HAXS' | 'HJBT' | 'HRCF' | 'HTL GROUND' | 'HUBG' | 'IMPULSE' | 'INTD' | 'INXPRESS' | 'J.O. TRUCKING INC' | 'JANEL GROUP' | 'JDFD' | 'JEM EXPRESS INC.' | 'JEMA' | 'JETP' | 'JETS' | 'JQTR' | 'JRS TRUCKING' | 'JRSK' | 'JV Transportation' | 'Jefron' | 'KCSS' | 'KIGE' | 'KNIG' | 'KRGS' | 'KWEO' | 'KYSO' | 'LAEX' | 'LAND' | 'LFGT' | 'LTL' | 'Land Air Express' | 'Landstar' | 'Logical Logistics' | 'MAPC' | 'MAZR' | 'MCET' | 'MESSENGER' | 'MGRF' | 'MIGO TRUCKING' | 'MRZT' | 'MSNG' | 'MVEX' | 'Main Freight' | 'Metro Trucking' | 'NAFT' | 'NART' | 'NDCW' | 'NDLO' | 'NECI' | 'NEMF' | 'NEW PENN' | 'NRCL' | 'NRD' | 'OAKH' | 'ODFL' | 'OSTP' | 'OTDS' | 'PASC' | 'PAYL' | 'PFLP' | 'PITD' | 'PNE1' | 'POGM' | 'POLT' | 'PSLP' | 'PTAG' | 'PYLE' | 'PYLR' | 'PZAT' | 'RBTW' | 'RDFS' | 'RDSC' | 'RDWY' | 'RDXA' | 'RGTR' | 'RNGR' | 'RNLO' | 'ROTR' | 'ROUTING GUIDE' | 'RSTN' | 'RTNG' | 'RXPF' | 'Rock freight system' | 'SAIA' | 'SAMD' | 'SCDS' | 'SCGP' | 'SCNN' | 'SIVP' | 'SKYNET Worldwide Express' | 'SRVP' | 'SWFT' | 'SXLT' | 'T I Logistics' | 'T&M' | 'T-soon trucking' | 'TCAM' | 'TCSI' | 'TGIR' | 'TGNA' | 'THE RIGHT MOVE' | 'TMLS' | 'TNT DOMESTICS- TRUCK' | 'TNT DOMESTICS- USA EXPRESS' | 'TNT DOMESTICS- USA GROUND' | 'TNT INTL- 12PM EXPRESS' | 'TNT INTL- 9PM EXPRESS' | 'TNT INTL- ECONOMY EXPRESS' | 'TNT INTL- GLOBAL EXPRESS' | 'TNT INTL- NEXT DAY' | 'TODL' | 'TODM' | 'TPFF' | 'TPQL' | 'TPXY' | 'TQYL' | 'TRMI' | 'TRUCK F/C TRUCK F/C' | 'TRUCK P/P TRUCK P/P' | 'TRUCKING' | 'TYDS' | 'Transport America Inbound' | 'Trucking' | 'UBER' | 'UCEC' | 'UCL trucking' | 'UPGF' | 'UPS 2ND DAY AIR - Commercial' | 'UPS 2ND DAY AIR - Residential' | 'UPS 2ND DAY AIR AM - Commercial' | 'UPS 2ND DAY AIR AM - Residential' | 'UPS 3 DAY SELECT - Commercial' | 'UPS 3 DAY SELECT - Residential' | 'UPS Expedited' | 'UPS Express' | 'UPS Express Saver' | 'UPS FREIGHT' | 'UPS GROUND - Commercial' | 'UPS GROUND - Residential' | 'UPS NEXT DAY AIR - Commercial' | 'UPS NEXT DAY AIR - Residential' | 'UPS NEXT DAY AIR EARLY AM - Commercial' | 'UPS NEXT DAY AIR EARLY AM - Residential' | 'UPS NEXT DAY AIR SAVER - Commercial' | 'UPS NEXT DAY AIR SAVER - Residential' | 'UPS Standard' | 'UPS WORLD SHIP EXPEDITED - Commercial' | 'UPS WORLD SHIP EXPEDITED - Residential' | 'UPS WORLD SHIP EXPRESS - Commercial' | 'UPS WORLD SHIP EXPRESS - Residential' | 'UPS WORLD SHIP EXPRESS PLUS- Commercial' | 'UPS WORLD SHIP EXPRESS SAVER- Commercial' | 'UPS WORLD SHIP EXPRESS SAVER- Residential' | 'UPSF' | 'USFR' | 'USIT' | 'USPS DOM 1ST CLASS' | 'USPS DOM EXPRESS' | 'USPS DOM PARCEL POST' | 'USPS DOM PRIORITY' | 'USPS GLOB 1ST CLASS PACKAGE' | 'USPS GLOB AIRMAIL' | 'USPS GLOB EXP GTD' | 'USPS GLOB EXP MAIL' | 'USPS GLOB PRI MAIL' | 'USPS Media Mail' | 'USPS United States Postal Service' | 'USXI' | 'UYSN' | 'VALT' | 'VHLC' | 'VIEX' | 'VISION EXPRESS' | 'VOEX' | 'VSS TRANSPORTATION GROUP INC' | 'VSXP' | 'WEXI' | 'WHTN' | 'WMI' | 'WRDT' | 'WTGG' | 'XPORT' | 'YAT1' | 'YFSY' | 'YUS1' | 'ZTCF', required — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `billing_option` 'Prepaid' | 'Freight Collect' | 'Third Party' | 'Consignee Bill' | 'Collect Billing', required — Billing option of the order.
    - `ship_to_address` ShipToAddressBergen, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string
      - `country` string, required
      - `phone_number` string — Phone number for the shipping address.
    - `bill_to_address` BillToAddressBergen
      - `full_name` string, required
      - `company` string, required
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderWriteLineItembergen[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number, required
    - `order_type` 'Web' | 'Wholesale' | 'Retail' | 'Dropship' | 'CrossDock', required — Type of the order.
    - `order_number` string, required — A user-friendly identifier for their order.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `reference_id` string, required — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `ship_to_address` ShipToAddressBluebox, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderCreateLineItembluebox[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number
    - `carrier_id` string, required — The ID of the carrier used to ship the order to the customer. If carrier_name is also provided, this will take precedence.
    - `shipping_method_id` string, required — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `trading_partner` string — For retail/EDI orders, the trading partner who placed the order (e.g. Target, Walmart).
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `ship_to_address` ShipToAddressCamelot, required
      - `full_name` string, required
      - `address1` string, required
      - `address2` string, required
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderWriteLineItemcamelot[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `shipping_method_id` 'DHL SmartMail Parcel Expedited Max' | 'DHL SmartMail Parcel Plus Expedited Max' | 'FedEx Home' | 'FedEx 2nd Day Air' | 'UPS Ground Residential' | 'USPS Priority Mail' | 'FedEx Express Saver' | 'UPS 2nd Day Air' | 'UPS 3 Day Select' | 'UPS Next Day Air Saver' | 'FedEx Standard Overnight' | 'Free' | '3-4 Day' | '2-3 Day' | '1-2 Day' | 'FedEx Overnight Saturday Delivery' | 'DHL International Standard' | 'FedEx Priority Overnight' | 'OpenBorder' | 'DHL Parcel International Direct' | 'Customer Pickup' | 'USPS Ground Advantage', required — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `line_items` WmsOrderWriteLineItemcapacity[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
    - `ship_to_address` ShipToAddressCapacity, required
      - `full_name` string, required
      - `address1` string, required
      - `address2` string, required
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `order_number` string, required — A user-friendly identifier for their order.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `reference_id` string, required — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `warehouse_customer_id` string, nullable, required — The ID of the merchant/tenant/customer that owns the order. Can be passed into the [Warehouse Customer](/api-reference/wms-api/warehouse-customers/get-item) endpoint for more details.
    - `warehouse_id` string — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `ship_to_address` ShipToAddressCartonCloud, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderWriteLineItemcartonCloud[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
    - `service_level` string — Requested shipping service level
    - `required_ship_date` string, date-time — Required delivery date (YYYY-MM-DD)
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `warehouse_id` string, required — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `reference_id` string, required — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `required_ship_date` string, date-time, required — The date the order must be shipped by.
    - `ship_to_address` ClarusCreateOrderShipToAddressClarus, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string
      - `postal_code` string
      - `country` string
      - `email_address` string
      - `phone_number` string
    - `line_items` WmsOrderCreateLineItemclarus[], required — List of the products included in the order.
      - `product_id` string, required
      - `quantity` integer, required
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `freight_account` string — Which account to bill for freight. To charge DCL, use 00500, for Collect shipment use 99999, to charge the customer use the customer's account number, to a third party account use 00000. If left blank, the customer's account number will be used.
    - `shipping_method_id` '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | '13' | '14' | '15' | '16' | '17' | '18' | '19' | '20' | '21' | '22' | '23' | '24' | '25' | '26' | '27' | '28' | '29' | '30' | '31' | '32' | '33' | '34' | '35' | '36' | '37' | '38' | '39' | '40' | '41' | '42' | '43' | '44' | '45' | '46' | '47' | '48' | '49' | '50' | '51' | '52' | '53' | '54' | '55' | '56' | '57' | '58' | '59' | '60' | '61' | '62' | '63' | '64' | '65' | '66' | '67' | '68' | '69' | '70' | '71' | '72' | '73' | '74' | '75' | '76' | '77' | '78' | '79' | '80' | '81' | '82' | '83' | '84' | '85' | '86' | '87' | '88' | '89' | '90' | '91' | '92' | '93' | '94' | '95' | '96' | '97' | '98' | '99' | '100' | '101' | '102' | '103' | '104' | '105' | '106' | '107' | '108' | '109' | '110' | '111' | '112' | '113' | '114' | '115' | '116' | '117' | '118' | '119' | '120' | '121' | '122' | '123' | '124' | '125' | '126' | '127' | '128' | '129' | '130' | '131' | '132' | '133' | '134' | '135' | '136' | '137' | '138' | '139' | '140' | '141' | '142' | '143' | '144' | '145' | '146' | '147' | '148' | '149' | '150' | '151' | '152' | '153' | '154' | '155' | '156' | '157' | '158' | '159' | '160' | '161' | '162' | '163' | '164' | '165' | '166' | '167' | '168' | '169' | '170' | '171' | '172' | '173' | '174' | '175' | '176' | '177' | '178' | '179' | '180' | '181' | '182' | '183' | '184' | '185' | '186' | '187' | '188' | '189' | '190' | '191' | '192' | '193' | '194' | '195' | '196' | '197' | '198' | '199' | '200' | '201' | '202' | '203' | '204' | '205' | '206' | '207' | '208' | '209' | '210' | '211' | '212' | '213' | '214' | '215' | '216' | '217' | '218' | '219' | '220' | '221' | '222' | '223' | '224' | '225' | '226' | '227' | '228' | '229' | '230' | '231' | '232' | '233' | '234' | '235' | '236' | '237' | '238' | '239' | '240' | '241' | '242' | '243' | '244' | '245' | '246' | '247' | '248' | '249' | '250' | '251' | '252' | '253' | '254' | '255' | '256' | '257' | '258' | '259' | '260' | '261' | '262' | '263' | '264' | '265' | '266' | '267' | '268' | '269' | '270' | '271' | '272' | '273' | '274' | '275' | '276' | '277' | '278' | '279' | '280' | '281' | '282' | '283' | '284' | '285' | '286' | '287' | '288' | '289' | '290' | '291' | '292' | '293' | '294' | '295' | '296' | '297' | '298' | '299' | '300' | '301' | '302' | '303' | '304' | '305' | '306' | '307' | '308' | '309' | '310' | '311' | '312' | '313' | '314' | '315' | '316' | '317' | '318' | '319' | '320' | '321' | '322' | '323' | '324' | '325' | '326' | '327' | '328' | '329' | '330' | '331' | '332' | '333' | '334' | '335' | '336' | '337' | '338' | '339' | '340' | '341' | '342' | '343' | '344' | '345' | '346' | '347' | '348' | '349' | '350' | '351' | '352' | '353' | '354' | '355' | '356' | '357' | '358' | '359' | '360' | '361' | '362' | '363' | '364' | '365' | '366' | '367' | '368' | '369' | '370' | '371' | '372' | '373' | '374' | '375' | '376' | '377' | '378' | '379' | '380' | '381' | '382' | '383' | '384' | '385' | '386' | '387' | '388' | '389' | '390' | '391' | '392' | '393' | '394' | '395' | '396' | '397' | '398' | '399' | '400' | '401' | '402' | '403' | '404' | '405' | '406' | '407' | '408' | '409' | '410' | '411' | '412' | '413' | '414' | '415' | '416' | '417' | '418' | '419' | '420' | '421' | '422' | '423' | '424' | '425' | '426' | '427' | '428' | '429' | '430' | '431' | '432' | '433' | '434' | '435' | '436' | '437' | '438' | '439' | '440' | '441' | '442' | '443' | '444' | '445' | '446' | '447' | '448' | '449' | '450' | '451' | '452' | '453' | '454' | '455' | '456' | '457' | '458' | '459' | '460' | '461' | '462' | '463' | '464' | '465' | '466' | '467' | '468' | '469' | '470' | '471' | '472' | '473' | '474' | '475' | '476' | '477' | '478' | '479' | '480' | '481' | '482' | '483' | '484' | '485' | '486' | '487' | '488' | '489' | '490' | '491' | '492' | '493' | '494' | '495' | '496' | '497' | '498' | '499' | '500' | '501' | '502' | '503' | '504' | '505' | '506' | '507' | '508' | '509' | '510' | '511' | '512' | '513' | '514' | '515' | '516' | '517' | '518' | '519' | '520' | '521' | '522' | '523' | '524' | '525' | '526' | '527' | '528' | '529' | '530' | '531' | '532' | '533' | '534' | '535' | '536' | '537' | '538' | '539' | '540' | '541' | '542' | '543' | '544' | '545' | '546' | '547' | '548' | '549' | '550' | '551' | '552' | '553' | '554' | '555' | '556' | '557' | '558' | '559' | '560' | '561' | '562' | '563' | '564' | '565' | '566' | '567' | '568' | '569' | '570' | '571' | '572' | '573' | '574' | '575' | '576' | '577' | '578' | '579' | '580' | '581' | '582' | '583' | '584' | '585' | '586' | '587' | '588' | '589' | '590' | '591' | '592' | '593' | '594' | '595' | '596' | '597' | '598' | '599' | '600' | '601' | '602' | '603' | '604' | '605' | '606' | '607' | '608' | '609' | '610' | '611' | '612' | '613' | '614' | '615' | '616' | '617' | '618' | '619' | '620' | '621' | '622' | '623' | '624' | '625' | '626' | '627' | '628' | '629' | '630' | '631' | '632' | '633' | '634' | '635' | '636' | '637' | '638' | '639' | '640' | '641' | '642' | '643' | '644' | '645' | '646' | '647' | '648' | '649' | '650' | '651' | '652' | '653' | '654' | '655' | '656' | '657' | '658' | '659' | '660' | '661' | '662' | '663' | '664' | '665' | '666' | '667' | '668' | '669' | '670' | '671' | '672' | '673' | '674' | '675' | '676' | '677' | '678' | '679' | '680' | '681' | '682' | '683' | '684' | '685' | '686' | '687' | '688' | '689' | '690' | '691' | '692' | '693' | '694' | '695' | '696' | '697' | '698' | '699' | '700' | '701' | '702' | '703' | '704' | '705' | '706' | '707' | '708' | '709' | '710' | '711' | '712' | '713' | '714' | '715' | '716' | '717' | '718' | '719' | '720' | '721' | '722' | '723' | '724' | '725' | '726' | '727' | '728' | '729' | '730' | '731' | '732' | '733' | '734' | '735' | '736' | '737' | '738' | '739' | '740' | '741' | '742' | '743' | '744' | '745' | '746' | '747' | '748' | '749' | '750' | '751' | '752' | '753' | '754' | '755' | '756' | '757' | '758' | '759' | '760' | '761' | '762' | '763' | '764' | '765' | '766' | '767' | '768' | '769' | '770' | '771' | '772' | '773' | '774' | '775' | '776' | '777' | '778' | '779' | '780' | '781' | '782' | '783' | '784' | '785' | '786' | '787' | '788' | '789' | '790' | '791' | '792' | '793' | '794' | '795' | '796' | '797' | '798' | '799' | '800' | '801' | '802' | '803' | '804' | '805' | '806' | '807' | '808' | '809' | '810' | '811' | '812' | '813' | '814' | '815' | '816' | '817' | '818' | '819' | '820' | '821' | '822' | '823' | '824' | '825' | '826' | '827' | '828' | '829' | '830' | '831' | '832' | '833' | '834' | '835' | '836' | '837' | '838' | '839' | '840' | '841' | '842' | '843' | '844' | '845' | '846' | '847' | '848' | '849' | '850' | '851' | '852' | '853' | '854' | '855' | '856' | '857' | '858' | '859' | '860' | '861' | '862' | '863' | '864' | '865' | '866' | '867' | '868' | '869' | '870' | '871' | '872' | '873' | '874' | '875' | '876' | '877' | '878' | '879' | '880' | '881' | '882' | '883' | '884' | '885' | '886' | '887' | '888' | '889' | '890' | '891' | '892' | '893' | '894' | '895' | '896' | '897' | '898' | '899' | '900' | '901' | '902' | '903' | '904' | '905' | '906' | '907' | '908' | '909' | '910' | '911' | '912' | '913' | '914' | '915' | '916' | '917' | '918' | '919' | '920' | '921' | '922' | '923' | '924' | '925' | '926' | '927' | '928' | '929' | '930' | '931' | '932' | '933' | '934' | '935' | '936' | '937' | '938' | '939' | '940' | '941' | '942' | '943' | '944' | '945' | '946' | '947' | '948' | '949' | '950' | '951' | '952' | '953' | '954' | '955' | '956' | '957' | '958' | '959' | '960' | '961' | '962' | '963' | '964' | '965' | '966' | '967' | '968' | '969' | '970' | '971' | '972' | '973' | '974' | '975' | '976' | '977' | '978' | '979' | '980' | '981' | '982' | '983' — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence. Must pass in shipping_method_id or shipping_method_name + carrier_id
    - `shipping_method_name` '2ND DAY AIR-SR RS' | '2ND DAY AIR SATURDAY RS' | 'SERVICE METHOD' | 'EXPRESS SAVER RESIDENTIAL' | '2ND DAY AIR-APH RS' | 'STANDARD INTL' | 'INTERNATIONAL STANDARD DDP' | 'PRIORITY' | 'HOO' | 'LIGHTWEIGHT PARCEL' | 'EXPRESS MAIL ASR PB' | '2ND DAY AIR AM' | 'Standard' | 'INTERNATIONAL PARCELS' | 'EXPRESS MAIL SR PB' | 'AIR EXPRESS' | 'SPECIAL 1-2 HOUR' | 'PRI DDU DC' | 'WORLDWIDE EXPRESS-ASR' | '3 DAY SERVICE' | 'Expedited to Canada' | '2ND DAY AIR SATURDAY-PRS' | 'SELECT' | '2 Day' | 'GROUND RESIDENTIAL-RPDCS' | '2DAY OR RS' | 'EXPEDIT' | 'NEXT DAY AIR SAVER' | '3DAY-RPDCS' | '3 DAY SELECT-SR RS' | '2ND DAY AIR SATURDAY RESIDENT' | 'STANDARD PREMIUM DDP' | 'NEXTDAY' | 'International Priority' | 'DIRECT' | 'EXPRESS WORLDWIDE' | 'NON CONTINENTAL STANDARD' | 'FTL' | 'Regional' | 'WORLDWIDE' | 'EXPRESS SAVER-RPDCS' | 'INTERNATIONAL PRIORITY MPS' | '3RD DAY AIR FREIGHT NGS' | 'INTERNATIONAL ECONOMY' | 'International Document Service' | 'NEXT DAY AIR SATURDAY SR' | 'SAMEDAY' | 'EXPRESS SAVER FREIGHT' | 'NEXT DAY AIR RES-ASR' | 'NEXT DAY AIR EARLY AM RS' | 'PRIORITY MAIL EXPRESS INT PB' | 'SM Parcel Plus Exp Max RS' | 'Room of Choice-PRS' | 'GROUND DELIVERY' | 'STANDARD OVERNIGHT RESIDEN RS' | 'NEXT DAY' | 'NEXT DAY AIR-SR RS' | 'INTERNATIONAL' | 'FIRST CLASS-SR' | 'SM Parcel Expedited Max' | '2DAY RESIDENTIAL' | 'International Economy' | 'AIR STANDARD' | 'GROUND SERVICE COMMERCIAL-PRS' | 'AT CARRIER' | 'LOCAL' | 'INTERNATIONAL ECONOMY-CSR' | 'FIRST CLASS MAIL' | 'NEXT DAY AIR SATURDAY-APH RS' | 'AIR FREIGHT' | 'PARCEL INTERNATIONAL DIRECT' | 'TRUCK-GROUND' | 'HOME DELIVERY-ASR' | 'GUIDE' | 'WAREHOUSE-LTL' | 'FREIGHT' | 'TRANSPORTATION' | 'GROUND ADVANTAGE SR PB' | 'NEXT DAY AIR RES-SR' | 'NEXT DAY AIR SATURDAY-APH' | 'PRIORITY OVERNIGHT -SR' | '2ND DAY AIR FREIGHT NGS' | 'ECONOMY SERVICE' | 'NEXT DAY AIR EARLY AM' | 'HOME DELIVERY-SR' | 'Expedited' | 'GROUND EXPEDITED' | 'STANDARD INTL.' | 'INT FCL' | 'Priority Mail FRB ENV PB' | 'FL POOL' | 'SAVER' | 'INTERNATIONAL PRIORITY-CSR' | 'HOME DELIVERY' | 'SM Parcels Expedited RS' | 'First Overnight RES-ASR' | 'PRIME' | 'GROUND-SR' | 'GROUND SERVICE RES-ASR' | 'EXPEDITE' | 'EXPRESS SAVER RES-SR' | 'SM Parcels Ground' | 'SYSTEMS' | 'EPKT DDP' | 'STANDARD TO MEXICO' | 'PRIORITY OVERNIGHT-RPS' | 'ECONOMY' | 'GROUND' | 'Express Worldwide' | 'STD TO CANADA' | '2ND DAY AIR-PRS' | 'TRANSPORTATION STANDARD' | 'MAIL INNOVATIONS' | 'WORLDWIDE EXPRESS SAVER-SR' | 'SUNRISE GOLD' | 'COLLECT' | '2ND DAY AIR-SR' | '2 DAY SERVICE' | '2ND DAY AIR AM RS' | '2DAY RESIDENTIAL RS' | 'RUSH 1-HR DIRECT' | '2ND DAY' | 'FIRST CLASS-ASR' | 'First Overnight-RPS' | 'TRUCK-3 DAY SELECT' | 'STANDARD' | 'TX POOL PM' | '2ND DAY AIR SATURDAY' | 'FIRST-CLASS MAIL PB' | 'BES' | '3 DAY SELECT RS' | 'SM Parcel Expedited Max RS' | 'INTERNATIONAL ECONOMY - MPS' | 'GROUND-APH' | 'WORLDWIDE EXPRESS-SR' | 'SM Parcel Plus Ground' | 'SCH' | 'EXPRESS SAVER RESIDENTIAL RS' | 'EXPRESS SAVER' | 'PRIORITY OVERNIGHT SATURDAY' | 'GROUND SERVICE' | 'NEXT DAY AIR EARLY AM-APH' | 'AIR FREIGHT CONSOLIDATED INT' | '2DAY-RPS' | 'SEE ROUTING GUIDE' | 'HOME DELIVERY-RPS' | '2ND DAY AIR SATURDAY-APH RS' | '2DAY AM' | '1 lb or Greater RESIDENTIAL' | 'TX POOL AM' | 'Express Worldwide RESIDENTIAL' | 'XPRESSPOST' | '3DAY RES-ASR' | 'EXPRESS MAIL INT PB' | 'PRIORITY OVERNIGHT RS' | 'SPECIAL INTRASTATE CA' | '3 DAY SELECT RESIDENTIAL RS' | 'LTL FREIGHT' | '2ND DAY AIR AM-APH' | 'STD INTRASTATE CA' | 'INTERNATIONAL PRIORITY-SR' | 'TRUCKLOAD' | 'Packet International' | 'STANDARD OVERNIGHT SR' | 'TX POOL DISTRIBUTION' | '3 DAYS SELECT' | 'STANDARD OVERNIGHT-RPS' | 'FIRST-CLASS PACKAGE INT PB' | 'DEFERRED AIR' | 'INTL CONSOLIDATE FREIGHT EC' | 'GROUND ADVANTAGE ASR PB' | 'NEXT DAY AIR RS' | '2ND DAY AIR FREIGHT' | 'TRANSPORTATION INC' | 'INT CUSTOMS BROKERAGE' | 'GROUND RESIDENTIAL RS' | 'WORLDWIDE EXPEDITED-ASR' | 'SM Parcel Plus Expedited RS' | 'GROUND ADVANTAGE RS PB' | 'SM Parcel Plus Expedited' | '1 DAY' | 'NEXT DAY AIR SAVER-PRS' | 'PRIORITY OVERNIGHT RES-CSR' | 'LIVE LOAD FREIGHT' | 'STD. INTERSTATE' | 'First Overnight RESIDENTIAL' | '2ND DAY AIR RES-ASR' | 'NEXT DAY AIR FREIGHT NGS' | '2DAY-SR' | 'PRIORITY MAIL EXPRESS PB' | 'PICKUP' | 'PRIORITY EXPRESS' | 'URGENT' | '2 DAY' | 'International' | '2DAY RES-ASR' | 'SM Parcel Plus Ground RS' | 'INTERNATIONAL CONNECT PLUS' | '2ND DAY AIR RESIDENTIAL' | '3DAY RES-SR' | 'LIFTGATE' | '3 DAY SELECT RES-SR' | '3DAY FREIGHT' | 'EXPRESS SAVER-RPS' | 'STANDARD TO CANADA' | 'STD INTERSTATE' | 'Express Plus' | '2ND DAY AIR AM-APH RS' | 'Priority Mail  FRB L PB' | 'STANDARD INTRASTATE CA' | '2DAY AM OR' | 'STANDARD OVERNIGHT RES-ASR' | 'NEXT DAY AIR SAVER-SR' | '2ND DAY AIR' | 'PRIORITY MAIL SR PB' | 'STANDARD OVERNIGHT RESIDENTIAL' | '3DAY' | 'HOME DELIVERY RS' | 'NEXT DAY AIR SATURDAY-PRS' | 'International Air' | 'NEXT DAY AIR-APH' | 'INT EXPORT' | 'NEXT DAY AIR SAVER RESIDENTIAL' | 'First Overnight RES-CSR' | 'LCL OCEAN' | 'OVERNIGHT FREIGHT' | '3RD DAY AIR FREIGHT' | 'PRIORITY MAIL ASR PB' | '2DAY RES-CSR' | 'REGULAR 2-4 HOUR' | 'INTERNATIONAL ECONOMY-SR' | 'INTERNATIONAL PRIORITY' | 'GROUND SERVICE RESIDENTIAL-PRS' | 'OSM PREMIUM EXPEDITED' | 'Overnight' | 'STANDARD OVERNIGHT RS' | 'NEXT DAY AIR SATURDAY RS' | 'First Overnight-RPDCS' | '3 DAY SELECT-APH' | 'FIRST-CLASS MAIL INTL PB' | '2DAY SAT OR' | 'Less than 1 lb RESIDENTIAL' | 'DOMESTIC GROUND' | 'EXPEDITERS' | 'First Overnight' | 'CARGO LOGISTICS' | 'EXPRESS SAVER CANADA' | 'NEXT DAY AIR SAVER RES-ASR' | 'STANDARD OVERNIGHT' | 'First Overnight RES-SR' | 'NEXT DAY AIR SAVER RES-SR' | 'EXPRESS CANADA' | 'STD INTRASTATE' | 'AIR FREIGHT DIRECT INT' | 'STANDARD FREIGHT' | 'NEXT DAY AIR RESIDENTIAL RS' | 'NEXT DAY AIR SAVER RS' | 'GROUND SERVICE RES-SR' | 'INT IMPORT' | 'GROUND RESIDENTIAL-RPS' | 'GROUND SERVICE COMMERCIAL-SR' | '2ND DAY AIR RESIDENTIAL RS' | 'CA POOL W1' | 'INTERNATIONAL GROUND' | 'Ground' | 'NEXT DAY AIR SAVER-APH' | 'HOME DELIVERY-RPDCS' | 'WORLDWIDE EXPRESS FREIGHT' | 'CANADA' | 'GLOBAL FORWARDING' | '3DAY RESIDENTIAL' | 'PRIORITY MAIL ACSR PB' | 'Priority Mail  FRB XL PB' | 'DOOR TO DOOR' | 'GROUND ADVANTAGE PB' | 'EXPEDITED TO CANADA' | 'NEXT DAY AIR-PRS' | 'PRIORITY MAIL RS PB' | 'EXPRESS SAVER RES-ASR' | 'RETAIL GROUND PB' | '3 Day' | 'INSIDE DELIVERY' | 'STANDARD INTERSTATE' | 'OVERNIGHT' | 'PARCEL SELECT' | 'EXPRESS' | 'ESU' | 'Parcel Select Lightweight' | 'PRIORITY MAIL' | 'NEXT DAY AIR EARLY AM-APH RS' | 'EXPRESS SAVER SR' | 'SAME DAY' | 'INTERNATIONAL CONNECT PLUS-SR' | 'STANDARD AIR' | '3DAY RESIDENTIAL RS' | '2ND DAY AIR AM -SR' | 'NEXT DAY AIR SAVER-APH RS' | 'Parcel Select' | 'CONSIGNEE' | 'INTERNATIONAL STANDARD DDU' | 'HOME DELIVERY-CSR' | '2DAY-RPDCS' | 'PRIORITY OVERNIGHT SATURDAY RS' | 'INTL AIR' | 'STANDARD ABQR' | 'INTERNATIONAL ECONOMY FREIGHT' | 'DOMESTIC AIR' | 'FCL OCEAN' | 'SB POOL DISTRIBUTION' | 'AM' | 'WORLDWIDE EXPEDITED-SR' | 'Standard Overnight' | 'NEXT DAY AIR RESIDENTIAL' | '2ND DAY AIR SATURDAY-APH' | 'LTL' | 'EXPRESS MAIL PB' | 'SOUTHERN-US' | '3rd DAY' | 'GROUND SERVICE RESIDENTIAL' | 'GROUND ADVANTAGE' | 'NEXT DAY AIR EARLY AM-SR RS' | '3 DAY SELECT-SR' | 'Ground Economy PS' | 'NEXT DAY AIR-SR' | 'EXPRESS MAIL ACSR PB' | 'EXPRESS ECONOMY' | 'INT CUSTOMS CLEARANCE' | 'TEST' | 'PRIORITY OVERNIGHT RES-SR' | 'STANDARD INTERNATIONAL' | 'PRIORITY OVERNIGHT RES-ASR' | 'REDDAWAY INC' | 'NEXT DAY AIR' | '3DAY RS' | 'CA POOL W2' | 'First Overnight RESIDENTIAL RS' | 'FREIGHT SERVICES' | 'EXPRESS PREMIUM' | 'NEXT DAY AIR RESIDENTIAL-ASR' | 'DCL' | 'SPECIAL DELIVERY' | 'PRI DDP DC' | 'SEE SHIPPING INSTRUCTIONS' | '2ND DAY AIR-APH' | '3 DAY SELECT-PRS' | 'Ground Economy Standard Mail' | 'STANDARD OVERNIGHT-RPDCS' | '3 DAY SELECT-APH RS' | '3DAY RES-CSR' | 'Parcel Select Non-Presort PB' | 'NEXT DAY AIR SATURDAY RESIDENT' | 'WORLDWIDE EXPEDITED' | '3DAY-RPS' | 'FIRST CLASS' | 'GROUND SERV RESIDENTIAL-SR RS' | 'PRIORITY OVERNIGHT RESIDENTIAL' | 'NEXT DAY AIR-APH RS' | 'Parcel Select Ground PB' | 'First Overnight Freight' | 'STANDARD OVERNIGHT RES-CSR' | 'NEXT DAY AIR SATURDAY' | 'AIR' | 'EXPRESS AIR' | '2DAY AM RS' | 'NFO' | 'TL' | 'Parcel International Standard' | '3 DAY SELECT RESIDENTIAL' | '3 DAY SELECT RES-ASR' | '3 DAY' | 'NIE' | '2ND DAY AIR RES-SR' | 'WORLDWIDE EXPRESS SAVER-ASR' | '3-5 DAY' | '2DAY' | 'PRIORITY MAIL PB' | 'WORLDWIDE EXPRESS SAVER' | 'Priority Overnight' | 'WORLDWIDE EXPRESS' | 'SM Parcels Expedited' | 'To the Door' | 'SUNRISE' | 'INT DOOR TO DOOR' | '2DAY RS' | 'Priority Mail International PB' | 'WORLD EASE' | 'OSM PREMIUM' | 'First Overnight RS' | 'PRIORITY OVERNIGHT-RPDCS' | '2DAY FREIGHT' | 'TX POOL FLEX' | 'EXPRESS SAVER OR' | 'GROUND RS' | 'PARCEL' | 'GROUND RESIDENTIAL' | 'USPS PARCEL SELECT' | 'PRIORITY MAIL EXPRESS INT' | 'GROUND-APH RS' | 'TIMEKEEPER' | 'VALUE EXPRESS' | 'NEXT DAY AIR EARLY AM SR' | 'BEST WAY RATE' | 'Express Worldwide-NDS' | 'DEFERRED 3-5 DAY' | '2ND DAY AIR RS' | 'Through the Door-PRS' | 'FIRST OVERNIGHT OR' | 'DG Routing' | 'FIRST CLASS PACKAGE INT' | 'GROUND-ASR' | 'STANDARD TO CANADA-SR' | 'INTERNATIONAL AIR' | 'Priority Mail  FRB S PB' | 'GROUND SERVICE COMMERCIAL RS' | 'INTERNATIONAL PRIORITY FREIGHT' | 'GROUND SERVICE RESIDENTIAL RS' | '2DAY OR' | 'PRIORITY OVERNIGHT SATURDAY RE' | 'EXPRESS SAVER RES-CSR' | 'STANDARD OVERNIGHT RES-SR' | 'SM Parcel Plus Expedited Max' | 'NEXT DAY AIR FREIGHT' | 'PRIORITY OVERNIGHT RESIDENT RS' | 'GROUND SERVICE COMMERCIAL' | 'INTL CONSOLIDATE FREIGHT PR' | 'INTERNATIONAL MANUAL' | 'STANDARD OVERNIGHT OR' | '1DAY FREIGHT' | 'Economy' | 'EXPEDITED' | 'INTERNATIONAL CONNECT PLUS-CSR' | '2DAY RES-SR' | 'PRIORITY OVERNIGHT' | 'OCEAN' | 'INT LCL' | 'EXPRESS SAVER RS' | '3 DAY SELECT' | 'Expedited Canada' | 'Priority Mail  FRB M PB' | 'Expedited Parcel Select' | 'PRIORITY OVERNIGHT OR' | 'PRIORITY MAIL INT' — The name of the shipping method used to ship the order. If shipping_method_id is also provided, that will take precedence. May vary from the shipping methods returned at the package level. Must pass in shipping_method_id or shipping_method_name + carrier_id
    - `carrier_id` 'GLOBAL TRANZ' | 'Claude Laguerre Transport' | 'FEDEX TRUCKLOAD BROKERAGE' | 'NEXZIS' | 'SHIPCO TRANSPORTATION' | 'STREAMLINE INC' | 'WEST COAST' | 'PAM TRANSPORT' | 'HUB GROUP' | 'PRIORITY' | 'ESL EXPRESS' | 'SEKO LOGISTICS' | 'GSC LOGISTICS' | 'FEDEX FREIGHT' | 'R&B' | 'VFR TRANSPORT' | 'ALL CARTAGE' | 'KGL AMERICA' | 'ABF' | 'GEODIS' | 'FREIGHT LOGISTICS' | 'CANADIAN TIRE' | 'UPS FREIGHT' | 'DPD/BES' | 'APORTILLOTRANSPORTLLC' | 'SUNTECK TRANSPORT' | 'PORTLINK USA' | 'KUEHNE+NAGEL' | 'WHITE ARROW' | 'BRENTWOOD DRIVE' | 'AMERICAN FREIGHTWAYS' | 'AIRWAVES' | 'TRUCKLAND INC' | 'PREMIERE LOGISTICS' | 'CURRENT EXPRESS' | 'DYNASTY' | 'W AND D' | 'DYNAMIC LTL' | '10G LOGISTICS' | 'FEDEX EXPRESS FREIGHT' | 'CSX INTERMODAL TERMINALS' | 'DAYLIGHT TRANSPORT' | 'EXPEDITORS' | 'TRI-AD' | 'AIT WORLWIDE LOGISTICS' | 'ALPHA HOLDING' | 'CENTRAL TRANSPORT INC' | 'ROUTING' | 'JSI' | 'AERONET' | 'EXPEDITORS INTL' | 'PREMIER LOGISTICS' | 'OAK HARBOR' | 'USF HOLLAND' | 'ATL TRANSPORTATION INC' | 'TFORCE FREIGHT' | 'SWIFT DEDICATED' | 'PROTRANS INTERNATIONAL' | 'SEKO WORLDWIDE' | 'SONICA' | 'DAY AND ROSS' | 'MOTO TRANSPORTATION' | 'AOC FREIGHT CORPORATION' | 'GILBERT COMPANY' | 'GULF RELAY' | 'KCC TRANSPORT' | 'ESTES FORWARDING WORLDWIDE' | 'SIGNATURE SUPPLY' | 'INTELLITRANS LLC' | 'UTI' | 'MAINFREIGHT' | 'BAY CITY' | 'PERIMETER GLOBAL' | 'GALEX LOGISTICS' | 'Pacer Group IM' | 'UPS CANADA' | 'HUB HIGHWAY' | 'OSM' | 'VRTX LOGISTICS' | 'VITRAN' | 'EASYPOST USPS' | 'GENTRANS CARGO EXPRESS' | 'KAMINO' | 'RHEOUS' | 'CUSTOMER' | 'CONVOY' | 'ECHO GLOBAL LOGISTICS' | 'WALMART' | 'THE TRANSPORT COMPANY' | 'CH ROBINSON WORLDWIDE' | 'CALSIERRA' | 'FREIGHTQUOTE.COM' | 'WALMART FLEET' | 'USA TRUCK BROKERAGE' | 'AMAZON LOGISTICS INC' | 'ASTEC LOGISTICS' | 'NISSIN' | 'BEST DELIVERY SERVICES' | 'EAGLE' | 'TOTAL TRANSPORTATION' | 'TROPICAL SHIPPING' | 'ONEATOS TRUCKING' | 'SWIFT LOGISTICS' | 'BA CARRIER INC' | 'ADCOM WORLDWIDE LAX' | 'HUB INTERMODAL' | 'PEGASUS' | 'FLEXPORT' | 'DUNBLARE IPORT EXPORT' | 'NIPPON EXPRESS' | 'ES EXPRESS' | 'US GROUP CONSOLIDATOR' | 'UNIUNI' | 'TRANSPLACE' | 'UPS LTL' | 'BLM TRANSPORTATION' | 'ULTRA EX' | 'LANDMARK' | 'SPEEDX' | 'EXPRESS FREIGHT SYSTEM' | 'GREAT AMERICAN TRANS' | 'JL BARR TRUCKING' | 'JAEZRA TRANSPORT' | 'SEAAIR' | 'RAIL DELIVERY' | 'BTX GLOBAL LOGISTICS' | 'DSV' | 'SONICAIR' | 'UBER FREIGHT' | 'UNYSON LOGISTICS' | 'MAINFREIGHT INTERNATIONAL' | 'WEBTRANS' | 'PACE AIR FREIGHT' | 'DLS WORLDWIDE' | 'PONCE GROUND SERIVE' | 'KEYSTONE DEDICATED' | 'S&J' | 'U GOT IT TRANSPORT' | 'ONTRAC' | 'DART EXPRESS' | 'M AND W LOGISTICS' | 'EU CARRIER' | 'HORIZON INTL CARGO' | 'RE TRANSPORTATION' | 'BAX GLOBAL' | 'RHAPSODY NAVIGATION LIMITED' | 'CRANE WW' | 'ITF GROUP' | 'COOL RUNNINGS INC' | 'HOLD' | 'NATIONAL RETAIL TRANSPORTATION' | 'MAIL ON THE MOVE' | 'CEVA' | 'WRDS' | 'DYNASTY CUSTOMS BROKER INC' | 'SEE ROUTING GUIDE' | 'WESTERN EXPRESS' | 'SPECIALTY LOGISTICS' | 'DCL14' | 'PERFORMANCE TEAM GALE TRIANGLE' | 'WERNER ENTERPRISE' | 'NEXT TRUCKING' | 'AXIZ' | 'DEPENDABLE HIGHWAY EXPRESS' | 'ROADRUNNER' | 'ABILENE MOTOR EXPRESS' | 'CANADA POST' | 'MODE TRANSPORTATION' | 'KINETIC' | 'PTL FREIGHT FORWARDERS' | 'Federal Express' | 'MOUNTAIN VALLEY EXPRESS' | 'MAV TRANSPORTATION' | 'CIRCLE LOGISTICS' | 'ZNS CARGO' | 'PUROLATOR LTL' | 'GORDON TRUCKING' | 'R&L CARRIERS INC' | 'CALTOP LOGISTICS' | 'TST OVERLAND EXPRESS' | 'ALFA LOGISTICS' | 'LOADMASTER' | 'FEED THE CHILDREN' | 'HUB DEDICATED' | 'TRUMP CARD' | 'TEAM WORLDWIDE' | 'CORNERSTONE' | 'MARANATHA TRANSPORTATION' | 'PITT OHIO EXPRESS' | 'UNIS TRANSPORTATION' | 'PILOT' | 'REALWAY' | 'MEGA FLEET CORP' | 'JOHANSON' | 'HILTON TRANSPORT' | 'INTERMARK TRANSPORT' | 'FLAVOR CLOUD' | 'ARMSTRONG TRANSPORT' | 'AMZ_US_PREMIUM' | 'PRECISION TRUCK LINES' | 'SHIFT FREIGHT' | 'WILL CALL' | 'CALIFORNIA TRANSPORT' | 'NORCON' | 'POS' | 'ORANGE COURIER' | 'BNSF LOGISTICS' | 'CONWAY' | 'AIRGROUP' | 'INXPRESS' | 'U FREIGHT' | 'UPS SurePost' | 'WATCHPOINT LOGISTICS' | 'RHENUS LOGISTICS' | 'TARGET LOGISTICS' | 'SWIFT TRANSPORTATION' | 'American Worldwide Agencies' | 'OTX LOGISTICS' | 'USPS' | 'AMAZON FREIGHT EXCHANGE NETWOR' | 'NEW LEGEND' | 'WATCO SUPPLY CHAIN' | 'ULTRA LOGISTICS' | 'WESTERN REGIONAL DELIVERY' | 'XPRESS GLOBAL SYSTEMS' | 'MIDWEST EXPRESS' | 'AMERICAN GLOBAL' | 'MARTINEZ ENTERPRISE' | 'CAVALIER LOGISTICS' | 'INTEGRITY LOGISTICS' | 'USPS_ATS_STD' | 'ENGLAND LOGISTICS' | 'POLARIS' | 'STERLING' | 'GREATWIDE AMERICAN TRANS' | 'ALLIANCE SHIPPERS' | 'ORANGECOURIER' | 'DPD' | 'TRANSFIX' | 'DYNAMIC EXPRESS' | 'UPS Mail Innovations' | 'HG FORWARDING' | 'WESTERN EAGLE FOUNDATION' | 'DIMERCO EXPRESS SINGAPORE' | 'UNI-TRADE BROKERS LOGISTICS' | 'EAGLE USA' | 'MACH 1 GLOBAL' | 'SUNNY EXPR' | 'LETAREMAN INC' | 'NATIONAL CONSOLIDATION SERVICE' | 'WARREN TRANSPORT' | 'CUSTOM COMPANIES' | 'JB HUNT INTERMODAL' | 'CAL STATE EXPRESS' | 'DHL' | 'ALYBRE TRUCKING' | 'LAB CARRIER' | 'YUSEN' | 'AMZ_US_LMA' | 'COYOTE LOGISTICS' | 'RELAY LOAD BOARD' | 'ARRIVE LOGISTICS' | 'FORWARD AIR' | 'AIT WORLDWIDE LOGISTICS' | 'DUPRE LOGISTICS' | 'AMAZON FREIGHT' | 'ASR TRANSPORTATION' | 'STR GROUP' | 'CONVOY INTERSTATE' | 'MORRISON EXPRESS CORP' | 'DBSCHENKER' | 'CLOCK' | 'AirOne Logistics' | 'ADELCAR' | 'GALE TRIANGLE' | 'CRANE' | 'Corporate Traffic TL' | 'STG LOGISTICS' | 'RED LOGISTICS' | 'CEVA LOGISTICS' | 'CALIFORNIA OVERNIGHT' | 'CANADIAN FREIGHTWAYS' | 'SELECTSHIP' | 'UNYSON' | 'EPES LOGISTICS' | 'FREIGHTSAVER' | 'INSTICO GLOBAL LOGISTICS' | 'CALIFORNIA SIERRA EXPRESS' | 'PRIORITY1' | 'ESTES LOGISTICS' | 'WHITACRE INTERMODAL' | 'CANPAR' | 'FEDEX CUSTOM CRITICAL' | 'Great World Express' | 'SAIA' | 'DYNAMEX OPERATIONS' | 'KUEHNE AND NAGEL' | 'ALGON TRANSPORT INC' | 'ASSOCIATED GLOBAL SYSTEMS' | 'PITNEY BOWES' | 'SCHENKER' | 'TOTAL QUALITY LOGISTICS' | 'R&L TRANSFER' | 'EASE LOGISTICS' | 'AAA COOPER' | 'AMZ_US_BULK' | 'SUNSET PACIFIC TRANSPORTATION' | 'FGE Inc.' | 'YRC INC' | 'UPS Access Point' | 'SOUTHEASTERN FREIGHT' | 'PILOT PORTLAND' | 'CH ROBINSON' | 'SPOT' | 'CANADIAN SERVICE' | 'MSM TRANSPORTATION INC.' | 'WORLD ASIA' | 'FEDEX TRUCKLOAD' | 'CITY TRANSPORT' | 'DEL MAR USA' | 'E&A TRANSPORT LLC' | 'JMZ TRANSPORT' | 'LTL' | 'UPS Ground Saver' | 'CENTRAL FREIGHT LINES' | 'COMTRAK LOGISTICS' | 'RXO' | 'ANC INTERNATIONAL' | 'CTE' | 'SURE SHOT TRANSIT SOLUTIONS' | 'CONCORD' | 'ALLSTATE INT FREIGHT' | 'HELLMANN WORLDWIDE LOGISTICS' | 'JOHNNY AIR CARGO' | 'ESTES EXPRESS LINES' | 'SONDH FREIGHT SYSTEMS' | 'DMX LOGISTICS' | 'JTS LOGISTICS' | 'USF' | 'YRC' | 'AMAZON' | 'ARAMEX' | 'UPS' | 'GLOBALE' | 'PLATINUM' | 'TRU58' | 'CLICK4TRUCK' | 'TNT' | 'TRAFFIC TECH' | 'K LINE' | 'EXPRESS AIR FREIGHT' | 'KNIGHT TRANSPORTATION INC' | 'G & I LOGISTICS' | 'CENTRAL TRANSPORT' | 'MAGELLAN TRANSPORT LOGISITCS' | 'INTERNATIONAL BRIDGE' | 'AGILITY INTL LOGISTICS' | 'SEE SHIPPING INSTRUCTIONS' | 'AVILA TRUCKING' | 'SFO EXPRESS' | 'HUB GROUP CENTRAL TRANSPORT' | 'MILGRAM' | 'TRANSCON' | 'HOLLAND MOTOR EXPRESS' | 'TLW FREIGHT' | 'C AND S TRANSPORTATION' | 'ARAMEX INTERNATIONAL COURIERS' | 'LYNDEN' | 'SPEEDMARK' | 'DAYTON FREIGHT' | 'DCL DELIVERY' | 'ROHLIG' | 'SCHNEIDER NATIONAL CARRIERS' | 'XPO LOGISTICS' | 'INTERCARGO' | 'FARREX FREIGHT' | 'JC MARTINEZ TRUCKING' | 'APC_DCL' | 'OMNI LOGISTICS' | 'PUROLATOR COURIER' | 'SUPERCARGO' | 'ROADWAY EXPRESS' | 'KOHLS 855 BACKHAUL GALE' | 'ADAMS THIRD WAVE' | 'DHL DANZAS' | 'ESTENSON LOGISTICS' | 'WILL CALL GLOBAL-E' | 'PANALPINA' | 'JW LOGISTICS' | 'KWE' | 'FALCON GLOBAL EDGE' | 'RJW' | 'NEWGISTICS' | 'TRIAD' | 'FRONTLINE FREIGHT' | 'UNIVERSAL TRUCK LOAD INC' | 'OMNI' | 'JB HUNT' | 'AMERIKA LAND' | 'TIA CHAPIS TRANSPORTATION LLC' | 'ESTES LEVEL 2' | 'Home Direct' | 'CTS' | 'CORTRANS' | 'WORLDWIDE EXPRESS' | 'TRANS EXPEDITE' | 'US XPRESS' | 'AO FREIGHT' | 'BESTUSA' | 'GARRY MERCER' | 'DHL Global Mail' | 'MARITIME-ONTARIO FREIGHT' | 'COVENANT TRANSPORT' | 'USA FULGER TRANSPORT' | 'ROCHESTER ART CLUB' | 'PROGRESSIVE LOGISTICS' | 'GEFCO COURIER' | 'MAERSK LOGISTICS' | 'JAS FORWARDING' | 'NFI INDUSTRIES' | 'ALTRIA' | 'FNS INC' | 'USF REDDAWAY' | 'CSA TRANSPORTATION' | 'LIVE LOGISTICS' | 'VZ TRANSPORTATION INC' | 'PRIMARY FREIGHT SERVICE' | 'OPC TRUCKING' | 'CLEAR LANE FREIGHT SYSTEMS' | 'FEDEX' | 'BULLET TRANSPORT' | 'HEARTLAND EXPRESS' | 'BEST WAY RATE' | 'CVS HEALTH DISTRIBUTION CENTER' | 'MAKO WAVES DISTRIBUTION' | 'VALENCIA TRANSPORT SERVICE INC' | 'KINTETSU WORLD EXPRESS' | 'NEXTRANS' | 'DIGITAL RIVER' | 'USPS_ATS_BPM' | 'USA TRUCK' | 'DTS' | 'USPS_ATS_PARCEL' | 'USF BESTWAY' | 'EXPRESS LINE' | 'JIT' | 'JD GLOBAL LOGISTICS' | 'B2C/WEE' | 'NATIONAL RETAIL SYSTEMS' | 'ALD LOGISTICS' | 'AIT' | 'URBAN FREIGHT' | 'CON-WAY' | 'KULAR ENTERPRISES INC' | 'LOADSMART' | 'ICAT LOGISTICS' | 'PASSPORT' | 'OLD DOMINION' | 'TRANSGROUP' | 'DBSH' | 'HERCULES' | 'UPS SUPPLY CHAIN SOLUTIONS' | 'FE TRUCKLOAD' | 'PGL' | 'KNICHEL LOGISTICS' | 'AVERITT EXPRESS' | 'ONE SOURCE' | 'FITZMARK TRUCKING' | 'HEAVEN' | 'SERVICE PLUS TRANS' | 'UPDIKE DISTRIBUTION LOGISTICS' | 'ABNT' | 'ACB' | 'WESHIP' | 'WESTERN DIRECT EXPRESS' | 'MC CARGO' | 'JB HUNT CENTRAL TRANSPORT' | 'BEST OVERNITE EXPRESS' | 'AMZ_US_PREMIUM_SWA' | 'ACE FLEET' — The ID of the carrier used to ship the order to the customer. If carrier_name is also provided, this will take precedence. Must pass in shipping_method_id or shipping_method_name + carrier_id
    - `warehouse_id` 'FR' | 'LA' | 'LN' | 'YK' | 'EX' | 'EU' | 'KY' — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `line_items` WmsOrderWriteLineItemdcl[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number
    - `ship_to_address` ShipToAddressDcl, required
      - `full_name` string
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `warehouse_id` string, required — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `ship_to_address` ShipToAddressDearSystems
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `bill_to_address` BillToAddressDearSystems
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderWriteLineItemdearSystems[] — List of the products included in the order.
      - `product_id` string, required
      - `quantity` integer, required
      - `unit_price` number, required
      - `tax` number, required
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `warehouse_id` string — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `ship_to_address` OrderShipToAddressCreateDeposco, required
      - `full_name` string, required
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string
      - `postal_code` string
      - `country` string, required
      - `phone_number` string
    - `line_items` WmsOrderWriteLineItemdeposco[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number
      - `notes` LineItemNotes[] — List of notes for this line item
        - `title` string — Title of the note
        - `body` string — Body of the note
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `order_number` string — A user-friendly identifier for their order.
    - `shipping_method_id` string — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `channel_object` union
      - object
        - `channel_id` string, required — The ID of the channel.
      - object
        - `channel_name` string, required — The name of the channel.
    - `required_ship_date` string, date-time — The date the order must be shipped by.
    - `trading_partner` string — For retail/EDI orders, the trading partner who placed the order (e.g. Target, Walmart).
    - `cancel_by_ship_date` string, date-time — Date to cancel the order by
    - `custom_attribute_1` string — Custom attribute 1
    - `custom_attribute_2` string — Custom attribute 2
    - `custom_attribute_6` string — Custom attribute 6
    - `custom_attribute_7` string — Custom attribute 7
    - `order_type` 'Sales Order' | 'Outbound Transfer Order' — The type of Deposco order, defaults to Sales Order.
    - `freight_account_number` string — The freight account number.
    - `notes` Notes[] — List of the custom fields
      - `title` string, required — Title of the note
      - `body` string, required — Body of the note
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `type` 'd2c' | 'b2b' | 'Dealer Dropship', required — The type of order
    - `comment` string — The comment to add to the order
    - `confirmation_email` string — The email address to send the confirmation to
    - `ship_to_address` ShipToAddressDistributionManagement, required
      - `full_name` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderWriteLineItemdistributionManagement[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
    - `order_number` string, required — A user-friendly identifier for their order.
    - `customer_po_number` string — The customer PO number
    - `ship_window_start_date` string, date-time — The date to start the shipping window
    - `required_ship_date` string, date-time — The date the order must be shipped by.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `shipping_method_id` 'N/A - Connect an account to see options', required — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `total_price` number, required — The total price a customer paid for the order.
    - `total_tax` number, required — The total tax on the order.
    - `total_shipping` number, required — The total shipping cost for the order incurred by the customer.
    - `ship_to_address` ShipToAddressDotcomDistribution, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderWriteLineItemdotcomDistribution[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `line_items` WmsOrderWriteLineItemeliteOps[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
    - `ship_to_address` ShipToAddressEliteOps, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `shipping_method_id` '122' | '125' | '126' | '129' | '130' | '308' | '309' | '310' | '311' | '312' | '128' | '69' | '102' | '106' | '11' | '13' | '135' | '14' | '20' | '200' | '21' | '37' | '39' | '40' | '44' | '52' | '53' | '54' | '55' | '56' | '57' | '58' | '59' | '67' | '307' | '0' | '305' | '306' | '301' | '302' | '5' | '8' | '10' | '9' | '6' | '4' | '7' | '121OPP' | '121LOP' | '12' | '48' | '50' | '81P' — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `shipping_method_name` 'DHL GLOBAL MAIL-EXPEDITED' | 'DHL GM PACKET PLUS' | 'DHL XPARCEL GROUND' | 'DHL PARCEL DIRECT PLT DDP' | 'DHL PARCEL DIRECT PLT DDU' | 'BUKUSHIP - DHL PARCEL EXPEDITED' | 'BUKUSHIP - DHL PARCEL GROUND' | 'BUKUSHIP - DHL PARCEL INTERNATIO' | 'BUKUSHIP - DHL PARCEL PRIORITY' | 'BUKUSHIP - DHL PACKET PRIORITY' | 'DHL EXPRESS WORLDWIDE LETTER' | 'DHL Express Worldwide (nondoc)' | 'FedEx Smartpost' | 'Amazon Prime' | 'FedEx Express Saver (3 day)' | 'FedEx Ground' | 'FedEx Home Delivery w/ Signature' | 'Fedex Home Delivery' | 'FedEx 2 day' | 'FedEx Ground Canada' | 'Fedex First Overnight' | 'FedEx Saturday' | 'FedEx Priority Overnight' | 'FedEx Standard Overnight' | 'FedEx International Priority' | 'FedEx 2 Day Freight' | 'FedEx 3 Day Freight' | 'FedEx Ground w/Signature' | 'FedEx Priority Overnight w/Signa' | 'FedEx Standard Overnight w/Sign' | 'FedEx 2 day w/Signature' | 'FedEx Express Saver w/Signature' | 'FedEx International Economy' | 'FedEx Express Saver w/Signature' | 'Global-e' | 'Unassigned' | 'Parcel Priority DDU' | 'Parcel Priority DDP' | 'BUKUSHIP - USPS PRIORITY MAIL IN' | 'BUKUSHIP - USPS COMMERICAL EPACK' | 'UPS Next Day Air' | 'UPS 2nd Day Air' | 'UPS Ground' | 'UPS 3 Day Select' | 'UPS Next Day Air Saver' | 'UPS Next Day Air Early AM' | 'UPS 2nd Day Air AM' | 'UPS SurePost 1 or More' | 'UPS SurePost less 1 LB' | 'UPS Home Delivery' | 'USPS Priority Mail' | 'USPS First Class Mail' | 'FLAT RATE PADDED ENVELOPE' — The name of the shipping method used to ship the order. If shipping_method_id is also provided, that will take precedence. May vary from the shipping methods returned at the package level.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `reference_id` string, required — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `order_number` string, required — A user-friendly identifier for their order.
    - `warehouse_id` 'N/A - Connect an account to see options', required — Facility code to ship from
    - `ship_to_address` ShipToAddressEshipping, required
      - `full_name` string, required
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderWriteLineItemeshipping[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
    - `shipping_method_id` string — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `shipping_method_name` string — The name of the shipping method used to ship the order. If shipping_method_id is also provided, that will take precedence. May vary from the shipping methods returned at the package level.
    - `carrier_id` string — The ID of the carrier used to ship the order to the customer. If carrier_name is also provided, this will take precedence.
    - `priority` '0' | 'A' | 'S' — Order priority. Defaults to '0' (normal)
    - `ship_type` 'S' | 'L' | 'T' — Shipment type. Defaults to 'S' (small parcel)
    - `shipment_terms` 'PPD' | 'COL' | '3RD' — Shipment terms. Defaults to 'PPD' (prepaid)
    - `required_ship_date` string, date-time, required — The date the order must be shipped by.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `reference_id` string, required — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `required_ship_date` string, date-time — The date the order must be shipped by.
    - `ship_to_address` ShipToAddressEvolve, required
      - `full_name` string, required
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderCreateLineItemevolve[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `order_number` string, required — A user-friendly identifier for their order.
    - `warehouse_id` string, required — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `ship_to_address` ShipToAddressExtensiv, required
      - `full_name` string
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string
      - `postal_code` string, required
      - `country` string, required
      - `email_address` string
      - `phone_number` string
    - `billing_code` 'default_Prepaid' | 'default_FreightCollect' | 'default_BillThirdParty' | 'fedex_collect' | 'fedex_recipient' | 'fedex_sender' | 'fedex_third_party' | 'ups_BillThirdParty' | 'ups_ConsigneeBilled' | 'ups_FreightCollect' | 'ups_Prepaid' — Billing Type
    - `carrier_id` string — The ID of the carrier used to ship the order to the customer. If carrier_name is also provided, this will take precedence.
    - `carrier_account_number` string — Carrier account number to bill freight against (e.g. for third-party billing).
    - `shipping_method_id` string — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `line_items` WmsOrderWriteLineItemextensiv3plCentral[], required — List of the products included in the order.
      - `product_id` string
      - `sku` string
      - `quantity` integer, required
      - `unit_price` number
      - `custom_fields` CustomField[] — List of the custom fields
        - `name` string, required — Name of the custom field
        - `value` string, required — Value of the custom field
    - `trading_partner` string — For retail/EDI orders, the trading partner who placed the order (e.g. Target, Walmart).
    - `custom_fields` CustomField[] — List of the custom fields
      - `name` string, required — Name of the custom field
      - `value` string, required — Value of the custom field
    - `channel_object` union
      - object
        - `channel_id` string, required — The ID of the channel.
      - object
        - `channel_name` string, required — The name of the channel.
    - `total_discount` number — The total amount discounted from the order.
    - `total_shipping` number — The total shipping cost for the order incurred by the customer.
    - `total_tax` number — The total tax on the order.
    - `gift_message` string — Gift message
    - `earliest_ship_date` string, date-time — The projected ship date of the order
    - `ship_cancel_date` string, date-time — Ship cancel date
    - `purchase_order_number` string — Purchase order number
    - `bill_to_address` BillToAddressExtensiv
      - `full_name` string
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `retailer_id` integer — Retailer ID to bill the order to
    - `notes` string — Notes
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `displayable_order_comment` string, required
    - `service_level` 'Standard' | 'Expedited' | 'Priority', required — The type of shipping method requested by the customer.
    - `warehouse_id` string — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `ship_to_address` ShipToAddressFba, required
      - `full_name` string, required
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderCreateLineItemfba[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `ship_to_address` CreateOrderFedexFulfillment, required
      - `full_name` string, required
      - `company` string, required
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `phone_number` string, required
      - `email_address` string, required
      - `store_number` string
    - `warehouse_id` 'HFY' | 'FCA', required — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `line_items` WmsOrderWriteLineItemfedexFulfillment[], required — List of the products included in the order.
      - `sku` string, required
      - `vendor_sku` string
      - `quantity` integer, required
    - `channel_object` FedexFulfillmentChannelIdSchema
      - `channel_id` string, required — The ID of the channel.
    - `type` string, required — The type of order, such as d2c, b2b, dropship, or transfer.
    - `shipping_method_id` string — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence. Only used when ship type is PCL
    - `ship_type` 'LTL' | 'PCL', required
    - `purchase_order_number` string
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `reference_id` string, required — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `ship_to_address` ShipToAddressFfe, required
      - `company` string, required
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `first_name` string, required — The first name of the recipient.
      - `last_name` string, required — The last name of the recipient.
      - `phone` string — The phone number of the customer.
      - `email` string — The email address of the customer.
    - `line_items` WmsOrderCreateLineItemffe[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `external_id` string — The retail item number for this line item
    - `notes` string[] — List of notes associated with the order.
    - `purchase_order_number` string — The purchase order number associated with the order.
    - `is_edi` boolean — Whether the order is an EDI order.
    - `trading_partner` string — For retail/EDI orders, the trading partner who placed the order (e.g. Target, Walmart).
    - `carrier_id` string, nullable — The ID of the carrier used to ship the order to the customer. If carrier_name is also provided, this will take precedence. Maps to FFE's PreferredCarrierId. Use GET /wms/shipping-methods (carrier_id) to find valid IDs. If omitted, the carrier is inferred from the shipping_method_id composite.
    - `shipping_method_id` string, nullable — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence. Maps to FFE's PreferredCarrierServiceTypeId. Pass the id field returned by GET /wms/shipping-methods, which has the composite format '{carrier_id}-{service_type_id}'. A bare service_type_id (e.g. '21') is also accepted, in which case carrier_id should be supplied separately.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `warehouse_id` string, required — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `line_items` WmsOrderCreateLineItem[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `ship_to_address` ShipToAddressFlexport, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string
      - `postal_code` string
      - `country` string, required
      - `phone_number` string — The phone number.
      - `email_address` string — The email address.
    - `line_items` WmsOrderWriteLineItemflexport[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `product_id` string
      - `customs_unit_value` CustomsUnitValue
        - `amount` number, required — The value of one unit of the line item. Must be greater than zero.
        - `invoice_currency_code` string — The three-letter code for the currency associated with the line item.
        - `currency_code` string — use invoice_currency_code instead
    - `shipping_method_id` string — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `delivery_days` 1 | 2 | 3 | 7 — Define the number of days in which this order must be delivered, counting from the date of shipment. Accepted values are limited to: 1,2,3,7.
    - `required_delivery_date` string, date-time — The date and time (ISO 8601 format) the packages in this fulfillment order should arrive at the buyer's address.
    - `required_ship_date` string, date-time — The date the order must be shipped by.
    - `reference_id` string, required — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `duties` Duties
      - `merchant_of_record_provider` 'PASSPORT' | 'MARKETS_PRO' | 'GLOBALE', required — The merchant of record provider for the order.
      - `merchant_of_record_order_id` string, required — The merchant order ID associated with the merchantOfRecordProvider.
      - `merchant_of_record_account_id` string — The merchant GUID associated with GLOBALE. Required for GLOBALE and MARKETS_PRO.
      - `merchant_of_record_carrier_code` string — The carrier code used by the carrier. Used for GLOBALE, MARKETS_PRO, and PASSPORT.
      - `merchant_of_record_sku_map` DutiesMerchantOfRecordSKUMap[], required — A list of DSKU to MSKU mappings. Required for PASSPORT.
        - `dsku` string, required — The DSKU for the order.
        - `msku` string, required — The MSKU for the order.
        - `quantity` integer, required — The quantity for the order.
      - `incoterm` 'DDP' | 'DDU' | 'DAP', required — The Incoterm for the order.
    - `channel_object` union
      - object
        - `channel_id` string, required — The ID of the channel.
      - object
        - `channel_name` string, required — The name of the channel.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `warehouse_customer_id` string, nullable — The ID of the merchant/tenant/customer that owns the order. Can be passed into the [Warehouse Customer](/api-reference/wms-api/warehouse-customers/get-item) endpoint for more details.
    - `order_number` string — A user-friendly identifier for their order.
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `warehouse_id` string — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `ship_to_address` FlowspaceCreateOrderShipToAddressFlowspace, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `phone_number` string
      - `email_address` string
    - `line_items` WmsOrderCreateLineItemflowspace[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
    - `carrier_id` string — The ID of the carrier used to ship the order to the customer. If carrier_name is also provided, this will take precedence.
    - `scac` string — Standard Carrier Alpha Code
    - `shipping_method_id` string — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `tags` string[] — A list of tags associated with the order. Tags that are represented as key-value pairs in the WMS will be represented as a single string formatted as `key:value`.
    - `saturday_delivery` boolean — Whether Saturday delivery is requested
    - `signature_required` boolean — Whether a signature is required for delivery
    - `needs_transportation` boolean — Whether Flowspace should arrange transportation (default: false)
    - `transportation_mode` 'parcel' | 'freight' — Whether the order ships as parcel or freight (default: parcel)
    - `freight_class` string — Freight class for freight orders (e.g. 125)
    - `pallets` FlowspaceCreateOrderPallet[] — Pallet details for freight orders
      - `length` integer, required — Pallet length in inches
      - `width` integer, required — Pallet width in inches
      - `height` integer, required — Pallet height in inches
      - `weight` integer, required — Pallet weight in pounds
      - `number_of_pallets` integer, required — Number of pallets with these dimensions
    - `accessorial_services` FlowspaceCreateOrderAccessorialServices
      - `liftgate_delivery` boolean
      - `liftgate_pickup` boolean
      - `inside_delivery` boolean
      - `inside_pickup` boolean
      - `limited_access_delivery` boolean
      - `limited_access_pickup` boolean
      - `residential_delivery` boolean
      - `delivery_appointment` boolean
      - `crossdock` boolean
      - `construction_site_delivery` boolean
      - `destination_exhibition_delivery` boolean
    - `transportation_special_requests` string — Transportation notes for freight orders
    - `channel_object` FlowspaceCreateOrderChannelObject
      - `channel_name` string, required — The name of the channel.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `ship_to_address` FulfillorShipToAddressFulfillor, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `phone_number` string
      - `email_address` string
    - `line_items` WmsOrderWriteLineItemfulfillor[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number, required
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `warehouse_id` 'N/A - Connect an account to see options', required — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `channel_object` union
      - object
        - `channel_id` string, required — The ID of the channel.
      - object
        - `channel_name` string, required — The name of the channel.
    - `invoice_currency_code` 'USD' — The currency used for this order. If not provided explicitly, defaults to USD.
    - `line_items` WmsOrderWriteLineItemfulfilmentcrowd[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number
    - `ship_to_address` CreateOrderShipToAddressFulfilmentcrowd
      - `full_name` string
      - `company` string
      - `address1` string
      - `address2` string
      - `city` string
      - `state` string
      - `postal_code` string
      - `country` string
    - `order_number` string — A user-friendly identifier for their order.
    - `type` 'd2c' | 'b2b' | 'dropship' | 'transfer' — The type of order, such as d2c, b2b, dropship, or transfer.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `ship_to_address` ShipToAddressGGlobal, required
      - `full_name` string
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderWriteLineItemgGlobal[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number
    - `service_level` string — The type of shipping method requested by the customer.
    - `total_price` number, required — The total price a customer paid for the order.
    - `required_ship_date` string, date-time — The date the order must be shipped by.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `warehouse_id` string — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `service_level` string — The type of shipping method requested by the customer.
    - `signature_required` boolean
    - `channel_object` union
      - object
        - `channel_id` string, required — The ID of the channel.
      - object
        - `channel_name` string, required — The name of the channel.
    - `notes` string
    - `tags` string[] — A list of tags associated with the order. Tags that are represented as key-value pairs in the WMS will be represented as a single string formatted as `key:value`.
    - `line_items` WmsOrderWriteLineItemgobolt[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
    - `ship_to_address` ShipToAddressGobolt, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string
      - `postal_code` string, required
      - `country` string, required
      - `phone_number` string, required
      - `email_address` string, required
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `ship_to_address` ShipToAddressGreenmark, required
      - `full_name` string, required
      - `address1` string, required
      - `city` string, required
      - `postal_code` string, required
      - `country` string, required
      - `phone_number` string
      - `email_address` string
    - `line_items` WmsOrderCreateLineItemgreenmark[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `reference_id` string, required — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `warehouse_id` string, required — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `channel_object` IFulfilmentChannelIdSchema
      - `channel_id` 'N/A - Connect an account to see options', required — The ID of the channel.
    - `product_channel` 'N/A - Connect an account to see options', required — The channel of the product
    - `invoice_currency_code` string — Defaults to GBP if not provided.
    - `ship_to_address` ShipToAddressIFulfilment, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string
      - `postal_code` string, required
      - `country` string, required
      - `phone_number` string, required — The phone number for the shipping address.
      - `email_address` string, required — The email for the shipping address.
    - `line_items` WmsOrderCreateLineItemiFulfilment[], required — List of the products included in the order.
      - `sku` string, required
      - `unit_price` number, required
      - `quantity` integer, required
    - `requested_service_level` string, required — The REQUESTED service level for the order.
    - `tax_rate` 'N/A - Connect an account to see options', required
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `warehouse_customer_id` string, nullable — The ID of the merchant/tenant/customer that owns the order. Can be passed into the [Warehouse Customer](/api-reference/wms-api/warehouse-customers/get-item) endpoint for more details. Used for 3PL accounts.
    - `warehouse_id` string, required — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `bill_to_address` BillToAddressInfoplus, required
      - `full_name` string
      - `company` string, required
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `ship_to_address` ShipToAddressInfoplus
      - `full_name` string
      - `company` string, required
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderWriteLineIteminfoplus[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number
    - `channel_object` union
      - object
        - `channel_id` string, required — The ID of the channel.
      - object
        - `channel_name` string, required — The name of the channel.
    - `shipping_method_id` string — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `shipping_method_name` string — The name of the shipping method used to ship the order. If shipping_method_id is also provided, that will take precedence. May vary from the shipping methods returned at the package level.
    - `tags` string[] — A list of tags associated with the order.
    - `customer_po_number` string — Customer's purchase order number
    - `order_number` string — A user-friendly identifier for their order.
    - `gift_message` string — Gift message
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `reference_id` string, required — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `invoice_currency_code` string
    - `service_level` string — The type of shipping method requested by the customer.
    - `type` string, required — The type of order
    - `ship_to_address` ShipToAddressJas, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `phone_number` string — The phone number of the customer.
    - `line_items` WmsOrderWriteLineItemjas[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number, required
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `warehouse_id` 'Lancaster' | 'Reno' | 'Chicago' — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `shipping_method_id` 'Economy' | 'Standard' | 'Express' | 'Expedited' | 'NextDay' — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `line_items` WmsOrderWriteLineItemjaygroup[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number
    - `ship_to_address` ShipToAddressJaygroup, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `email_address` string
      - `phone_number` string
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string — A user-friendly identifier for their order.
    - `line_items` WmsOrderWriteLineItemjazzCentral[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number, required
    - `ship_to_address` ShipToAddressJazzCentral, required
      - `full_name` string
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `channel_object` union, required
      - object
        - `channel_id` string, required — The ID of the channel.
      - object
        - `channel_name` string, required — The name of the channel.
    - `trading_partner` string — For retail/EDI orders, the trading partner who placed the order (e.g. Target, Walmart).
    - `shipping_method_id` string — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `warehouse_id` string — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `ship_to_address` ShipToAddressLeanafy, required
      - `full_name` string, required
      - `company` string, required
      - `address1` string, required
      - `address2` string, required
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `phone_number` string, required
      - `phone_country_code` string
      - `email_address` string, required
    - `line_items` WmsOrderWriteLineItemleanafy[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `is_address_residential` boolean — Shipping address is residential
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `connection` 'CARTROVER' | 'DPSH' | 'DROPSTREAM' | 'IQCONNECT' | 'PURA' | 'SALESSUPPLY' — Order connection/channel source
    - `ship_to_address` OrderShipToAddressLogicpod, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `phone_number` string, required
      - `email_address` string, required
    - `line_items` WmsOrderWriteLineItemlogicpod[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `warehouse_id` string, required — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `line_items` WmsOrderWriteLineItemlogiwa[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
    - `order_number` string — A user-friendly identifier for their order.
    - `ship_to_address` ShipToAddressLogiwa, required
      - `full_name` string, required
      - `address1` string, required
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `order_type` string — The type of order. Defaults to 'Customer Order'.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `order_date` string, date-time, required
    - `warehouse_id` string, required — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `shipping_method_id` string — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `shipping_method_name` string — The name of the shipping method used to ship the order. If shipping_method_id is also provided, that will take precedence. May vary from the shipping methods returned at the package level.
    - `carrier_id` string — The ID of the carrier used to ship the order to the customer. If carrier_name is also provided, this will take precedence.
    - `carrier_name` string — The name of the carrier used to ship the order to the customer. If carrier_id is also provided, that will take precedence. May vary from the carriers returned at the package level.
    - `notes` string
    - `shipment_order_type` string
    - `line_items` WmsOrderWriteLineItemlogiwaIo[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `pack_type` string — The pack type of the line item (default: Each)
      - `unit_price` number
    - `ship_to_address` ShipToAddressLogiwaIo, required
      - `full_name` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `carrier_code` string, required — The code of the carrier to ship the order with. Reach out to your Luxroutage representative to get the mapping of available carrier_codes.
    - `total_price` number, required — The total price a customer paid for the order.
    - `ship_to_address` LuxroutageShipToLuxroutage, required
      - `company` string, required
      - `address1` string, required
      - `address2` string, required
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `first_name` string, required
      - `last_name` string, required
    - `bill_to_address` LuxroutageBillToLuxroutage, required
      - `company` string, required
      - `address1` string, required
      - `address2` string, required
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `first_name` string, required
      - `last_name` string, required
    - `line_items` WmsOrderWriteLineItemluxroutage[], required — List of the products included in the order.
      - `sku` string, required
      - `name` string, required — The name of the product.
      - `quantity` integer, required
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string — A user-friendly identifier for their order.
    - `ship_to_address` ShipToAddressMabang, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string
      - `postal_code` string
      - `country` string, required
      - `phone_number` string, required
      - `email_address` string
    - `line_items` WmsOrderWriteLineItemmabang[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number
    - `shipping_method_id` string, required — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `shop_name` string, required — Shop name
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `line_items` WmsOrderWriteLineItemmai[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
    - `ship_to_address` ShipToAddressMai, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `phone_number` string, required
      - `email_address` string, required
    - `shipping_method_name` string, required — The name of the shipping method used to ship the order. If shipping_method_id is also provided, that will take precedence. May vary from the shipping methods returned at the package level.
    - `required_ship_date` string, date-time — The date the order must be shipped by.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `warehouse_id` string, required — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `debtor_id` string, required — Mainfreight debtor code billed for the order.
    - `service_level` string — The type of shipping method requested by the customer.
    - `required_ship_date` string, date-time — The date the order must be shipped by.
    - `ship_to_address` ShipToAddressMainfreight, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderCreateLineItemmainfreight[], required — List of the products included in the order.
      - `sku` string, required — Warehouse stock code
      - `quantity` integer, required — Quantity to ship
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `line_items` WmsOrderWriteLineItemmasonhub[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number
      - `passthrough_fields` object — Use this object to pass fields directly to the underlying API. You will have to read the API's documentation to know what fields are available, and cannot override fields that are managed by Trackstar.
    - `ship_to_address` ShipToAddressMasonhub, required
      - `full_name` string, required
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `order_number` string — A user-friendly identifier for their order.
    - `type` 'customer' | 'destroy' | 'packAndHold' | 'quarantine' | 'returnToVendor' | 'transfer' | 'wholesale' | 'workOrder' | 'dropship' — The type of order.
    - `carrier_id` 'rate_shop' | 'UPS' | 'USPS' | 'FEDEX' | 'DHL' | 'willCall' — The ID of the carrier used to ship the order to the customer. If carrier_name is also provided, this will take precedence.
    - `service_level` 'economy' | 'nextDayAirEarlyAM' | 'nextDay' | 'guaranteedNextDay' | '2-day' | '3-day' | 'guaranteed2Day' | 'ground' | 'priority' | 'LTL' | 'FTL' | 'willCall' | 'international', required — The type of shipping method requested by the customer.
    - `priority` integer — The priority number of the order. 1 is the highest priority and should only be used in special circumstances.
    - `shipping_address_type` 'business' | 'residential' — Business or residential address.
    - `passthrough_fields` object — Use this object to pass fields directly to the underlying API. You will have to read the API's documentation to know what fields are available, and cannot override fields that are managed by Trackstar.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `warehouse_id` string, required — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `shipping_method_id` string, required — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `line_items` WmsOrderWriteLineItemmintsoft[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number
    - `ship_to_address` ShipToAddressMintsoft, required
      - `full_name` string, required
      - `company` string
      - `address1` string
      - `address2` string
      - `city` string
      - `state` string
      - `postal_code` string
      - `country` string, required
      - `email` string
      - `phone_number` string
    - `channel_object` union
      - object
        - `channel_id` string, required — The ID of the channel.
      - object
        - `channel_name` string, required — The name of the channel.
    - `order_number` string — A user-friendly identifier for their order.
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `reference_id` string, required — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `order_number` string, required — A user-friendly identifier for their order.
    - `ship_to_address` ShipToAddressNext3Pl, required
      - `full_name` string, required
      - `company` string, required
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `phone_number` string — Phone Number
      - `email_address` string — Email Address
    - `customer_instructions` string — Customer Instructions
    - `warehouse_instructions` string — Warehouse Instructions
    - `freight_instructions` string — Freight Instructions
    - `shipping_method_id` string, required — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `postage_rate` number — Postage Rate
    - `line_items` WmsOrderWriteLineItemnext3pl[], required — List of the products included in the order.
      - `sku` string, required — SKU
      - `sku_description` string — SKU Description
      - `quantity` integer, required — Quantity
      - `unit_price` number — Unit Price
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `reference_id` string, required — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `order_number` string — A user-friendly identifier for their order.
    - `invoice_currency_code` 'USD' | 'CAD' — The currency used for this order. If not provided explicitly, defaults to USD.
    - `shipping_method_id` 'LowCost' | 'CanadaZoneSkipExpress' | 'GROUND' | 'Expedited' | 'Xpresspost' — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `required_ship_date` string, date-time, required — The date the order must be shipped by.
    - `ship_to_address` ShipToAddressNFI, required
      - `full_name` string
      - `company` string
      - `address1` string
      - `address2` string
      - `city` string
      - `state` string
      - `postal_code` string
      - `country` string
      - `phone_number` string — The phone number of the customer.
    - `line_items` WmsOrderWriteLineItemnfi[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number, required
      - `country_of_origin` string, required
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `line_items` WmsOrderWriteLineItemnimble[], required — List of the products included in the order.
      - `sku` string, required — SKU
      - `quantity` integer, required — Quantity
    - `ship_to_address` ShipToAddressNimble, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string
      - `postal_code` string, required
      - `country` string, required
    - `reference_id` string, required — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `warehouse_id` 'N/A - Connect an account to see options' — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `carrier_id` string — The ID of the carrier used to ship the order to the customer. If carrier_name is also provided, this will take precedence.
    - `shipping_method_id` string — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `reference_id` string, required — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `ship_to_address` ShipToAddressNlrp
      - `full_name` string, required
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `purchase_order_number` string — PO Number
    - `terms` string, required — Terms
    - `sales_rep` string — Sales Rep
    - `ship_date` string, date-time — The earliest date the order can ship
    - `required_ship_date` string, date-time — The date the order must be shipped by.
    - `shipping_method_id` string, required — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `memo` string
    - `total_tax` number — The total tax on the order.
    - `sales_tax_code` string
    - `sales_tax_item` string
    - `sales_tax_percentage` number
    - `other` number
    - `line_items` WmsOrderWriteLineItemnlrp[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `description` string
      - `unit_price` number, required
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `line_items` WmsOrderWriteLineItemnri[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number
    - `ship_to_address` ShipToAddressNri, required
      - `full_name` string, required
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `phone_number` string
    - `bill_to_address` BillToAddressNri
      - `full_name` string, required
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `phone_number` string
    - `order_number` string, required — A user-friendly identifier for their order.
    - `first_ship_date` string, date-time — Beginning of shipping window.
    - `last_ship_date` string, date-time — Last date of shipping window
    - `freight_term_code` 'Prepaid' | 'Collect' | 'Third Party' | 'Recipient' — Who is paying for shipment. Defaults to Prepaid if not provided.
    - `carrier_id` string — The ID of the carrier used to ship the order to the customer. If carrier_name is also provided, this will take precedence. Only required if freight_term_code is 'Collect' or 'Third Party'.
    - `carrier_account_number` string — Only required if freight_term_code is 'Collect' or 'Third Party'.
    - `order_type` string — The type of order, defaults to Wholesale.
    - `warehouse_id` string — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `warehouse_id` string, required — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `delivery_date` string, date-time, required — Expected delivery date
    - `line_items` WmsOrderWriteLineItemongoing[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number
    - `ship_to_address` ShipToAddressOngoing, required
      - `full_name` string, required
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `customer_number` string
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `reference_id` string, required — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `ship_to_address` OrderWiseShipToAddressOrderwise, required
      - `full_name` string, required
      - `address1` string, required
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `phone_number` string
      - `email_address` string
    - `shipping_method_id` 'N/A: Get your Delivery Method IDs from your OrderWise representative', required — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `line_items` WmsOrderWriteLineItemorderwise[], required — List of the products included in the order.
      - `sku` string
      - `quantity` integer
      - `unit_price` number — The price of the product in the currency specified by `invoice_currency_code`.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `reference_id` string, required — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `ship_to_address` ShipToAddressPackem, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderWriteLineItempackem[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `service_level` string, required — The type of shipping method requested by the customer.
    - `line_items` WmsOrderWriteLineItempackiyo[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
    - `ship_to_address` ShipToAddressPackiyo, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `channel_object` union
      - object
        - `channel_id` string, required — The ID of the channel.
      - object
        - `channel_name` string, required — The name of the channel.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `ship_to_address` AddressPattern, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderCreateLineItempattern[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number
    - `carrier_id` string — The ID of the carrier used to ship the order to the customer. If carrier_name is also provided, this will take precedence.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `ship_to_address` ShippingAddressPortless, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderCreateLineItemportless[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number
      - `discount_amount` number
    - `carrier_id` string, required — The ID of the carrier used to ship the order to the customer. If carrier_name is also provided, this will take precedence.
    - `shipping_method_id` string, required — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `warehouse_id` string, required — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `order_number` string, required — A user-friendly identifier for their order.
    - `shipping_method_id` string, required — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `carrier_id` string, required — The ID of the carrier used to ship the order to the customer. If carrier_name is also provided, this will take precedence.
    - `ship_to_address` QuietOrderAddress, required
      - `full_name` string
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `address3` string
      - `phone_number` string
      - `email_address` string
    - `line_items` WmsOrderWriteLineItemquiet[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `shop_id` 'N/A - Connect an account to see options' — Salesupply Shop ID
    - `order_number` string, required — A user-friendly identifier for their order.
    - `ship_to_address` CreateOrderShipToAddressSalesupply, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string
      - `postal_code` string, required
      - `country` string, required
      - `email_address` string
      - `phone_number` string
    - `bill_to_address` CreateOrderBillToAddressSalesupply, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string
      - `postal_code` string, required
      - `country` string, required
      - `email_address` string
      - `phone_number` string
    - `line_items` WmsOrderCreateLineItemsalesupply[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number
    - `invoice_currency_code` 'USD'
    - `channel_object` SaleSupplyCreateOrderChannelObject
      - `channel_name` string, required — The name of the channel.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `reference_id` string, required — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `order_number` string, required — A user-friendly identifier for their order.
    - `channel_object` SandboxChannelIdSchema
      - `channel_id` string, required — The ID of the channel.
    - `shipping_method_id` 'N/A - Connect an account to see options' — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `service_level` string — The type of shipping method requested by the customer.
    - `invoice_currency_code` string — The currency used for this order. If not provided explicitly, defaults to USD.
    - `total_price` number — The total price a customer paid for the order.
    - `ship_to_address` SandboxCreateOrderShipToAddress, required
      - `full_name` string
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderCreateLineItemsandbox[] — List of the products included in the order.
      - `sku` 'N/A - Connect an account to see options', required
      - `quantity` integer, required
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `reference_id` string, required — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `warehouse_id` string — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `order_number` string — A user-friendly identifier for their order.
    - `shipping_method_id` string — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `shipping_method_name` string — The name of the shipping method used to ship the order. If shipping_method_id is also provided, that will take precedence. May vary from the shipping methods returned at the package level.
    - `ship_to_address` ShipToAddressShipbob, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string
      - `postal_code` string, required
      - `country` string, required
      - `email_address` string
      - `phone_number` string
    - `line_items` WmsOrderWriteLineItemshipbob[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
    - `type` 'b2b' | 'd2c' | 'dropship' — The type of order, such as d2c, b2b, dropship, or transfer.
    - `carrier_type` 'parcel' | 'freight' — The carrier type for B2B orders.
    - `payment_term` 'prepaid' | 'merchant_responsible' — The payment term for B2B orders.
    - `purchase_order_number` string — Purchase order number for B2B orders.
    - `tags` string[] — A list of tags to attach to the order, formatted as `key:value`.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `channel_object` union
      - object
        - `channel_id` string, required — The ID of the channel.
      - object
        - `channel_name` string, required — The name of the channel.
    - `shipping_method_id` string, required — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `ship_to_address` ShipToAddressShipedge, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderWriteLineItemshipedge[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `warehouse_id` string, required — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `line_items` WmsOrderWriteLineItemshipfusion[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
    - `ship_to_address` ShipToAddressShipfusion, required
      - `full_name` string, required
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `phone_number` string, required — The phone number of the customer.
      - `email_address` string, required — The email address of the customer.
    - `shipping_method_id` string, required — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `carrier_id` string — The ID of the carrier used to ship the order to the customer. If carrier_name is also provided, this will take precedence.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `warehouse_customer_id` string, nullable — The ID of the merchant/tenant/customer that owns the order. Can be passed into the [Warehouse Customer](/api-reference/wms-api/warehouse-customers/get-item) endpoint for more details.
    - `order_number` string, required — A user-friendly identifier for their order.
    - `ship_to_address` CreateOrderShipToAddressShiphero, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `phone_number` string
      - `email_address` string — The email address of the customer
    - `bill_to_address` CreateOrderBillToAddressShiphero
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `phone_number` string
      - `email_address` string — The email address of the customer
    - `line_items` WmsOrderCreateLineItemshiphero[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number, required
      - `warehouse_id` string — Warehouse ID to ship item from
      - `quantity_pending_fulfillment` integer — Number of units on this line item still pending fulfillment.
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `packing_note` string — Packing note for the order
    - `gift_note` string — Gift note for the order
    - `shipping_method_id` string — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `shipping_method_name` string — The name of the shipping method used to ship the order. If shipping_method_id is also provided, that will take precedence. May vary from the shipping methods returned at the package level.
    - `carrier_id` string — The ID of the carrier used to ship the order to the customer. If carrier_name is also provided, this will take precedence.
    - `shipping_price` number — Shipping price
    - `tags` string[] — A list of tags associated with the order. Tags that are represented as key-value pairs in the WMS will be represented as a single string formatted as `key:value`.
    - `required_ship_date` string, date-time — The date the order must be shipped by.
    - `channel_object` union
      - object
        - `channel_id` string, required — The ID of the channel.
      - object
        - `channel_name` string, required — The name of the channel.
    - `type` 'd2c' | 'b2b' — The type of order, such as d2c, b2b, dropship, or transfer.
    - `trading_partner` string — For retail/EDI orders, the trading partner who placed the order (e.g. Target, Walmart).
    - `trading_partner_id` string — Vendor-specific trading-partner identifier provided by shiphero ops.
    - `gs1_labels_required` boolean — Whether shiphero should generate GS1 labels for this order.
    - `store_location_number` string — Store location number for retail/EDI orders.
    - `shipping_option` 'COURIER' | 'FREIGHT' — COURIER or FREIGHT — wholesale shipping mode.
    - `requested_delivery_date` string, date-time — Requested delivery date.
    - `ship_not_before_date` string, date-time — Earliest acceptable ship date.
    - `ship_no_later_than_date` string, date-time — Latest acceptable ship date.
    - `department` string — Department for retail/EDI orders.
    - `department_number` string — Department number for retail/EDI orders.
    - `division` string — Division for retail/EDI orders.
    - `vendor` string — Vendor name.
    - `vendor_id` string — Vendor identifier.
    - `purchase_order_type` string — Free-form purchase-order type (e.g. 'New', 'Reorder').
    - `reference_fields` object — Arbitrary key/value passthrough emitted to shiphero's JSONObjectScalar reference_fields.
    - `wholesale_shipping_details` WholesaleShippingDetails
      - `scac` string
      - `bill_of_lading` string
      - `trailer_number` string
      - `pro_number` string
      - `freighter` string
      - `cost` number
      - `gs1_company_prefix` string
      - `carrier` string — Overrides order-level shipping_carrier when set (per shiphero docs).
      - `shipping_method` string — Overrides order-level shipping_method when set (per shiphero docs).
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `warehouse_id` string — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `shipping_method_id` string — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `shipping_method_name` string — The name of the shipping method used to ship the order. If shipping_method_id is also provided, that will take precedence. May vary from the shipping methods returned at the package level.
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `type` 'direct_to_consumer' | 'retail' | 'amazon' | 'transfer' | 'removal_liquidation' | 'disposal' | 'bonded_inventory_clearance' | 'work_order' — The type of order, such as d2c, b2b, dropship, or transfer.
    - `trading_partner` string — For retail/EDI orders, the trading partner who placed the order (e.g. Target, Walmart).
    - `line_items` WmsOrderWriteLineItemshipmonk[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `name` string
      - `unit_price` number
    - `ship_to_address` CreateOrderShipToAddressShipmonk, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `email_address` string — The email address of the customer.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `ship_to_address` ShipToAddressShippingAndHandling
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `address3` string
      - `phone` string — The shipping address phone number.
      - `email` string — The shipping address email address.
    - `line_items` WmsOrderWriteLineItemshippingAndHandling[], required — List of the products included in the order.
      - `sku` string, required
      - `name` string
      - `quantity` integer, required
    - `service_level` string — The type of shipping method requested by the customer.
    - `notes` string
    - `order_number` string — A user-friendly identifier for their order.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `line_items` WmsOrderCreateLineItemshippingTree[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number
    - `ship_to_address` ShipToAddressShippingTree, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string
      - `postal_code` string, required
      - `country` string, required
      - `email_address` string, required
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `order_number` string — A user-friendly identifier for their order.
    - `tags` string[] — A list of tags associated with the order. Tags that are represented as key-value pairs in the WMS will be represented as a single string formatted as `key:value`.
    - `warehouse_id` string — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string — A user-friendly identifier for their order.
    - `required_ship_date` string, date-time — The date the order must be shipped by.
    - `shipping_method_id` string — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `shipping_method_name` string — The name of the shipping method used to ship the order. If shipping_method_id is also provided, that will take precedence. May vary from the shipping methods returned at the package level.
    - `bill_to_address` CreateBillingAddressShipstation
      - `full_name` string, required
      - `company` string, nullable
      - `address1` string, required
      - `address2` string, nullable
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `ship_to_address` CreateOrderShipToAddressShipstation, required
      - `full_name` string, required
      - `company` string, nullable
      - `address1` string, required
      - `address2` string, nullable
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderCreateLineItemshipstation[], required — List of the products included in the order.
      - `quantity` integer, required — The quantity of the item
      - `sku` string, required — The SKU of the item
      - `unit_price` number — The unit price of the item
  - object
    - `custom_fields` string, required — Connect an account to see custom fields.
    - `shipping_method_id` string — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `shipping_method_name` string — The name of the shipping method used to ship the order. If shipping_method_id is also provided, that will take precedence. May vary from the shipping methods returned at the package level.
    - `channel_object` ChannelIdSchema
      - `channel_id` string, required — The ID of the channel.
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `ship_to_address` ShipToAddressShipstream, required
      - `full_name` string
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderWriteLineItemshipstream[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `ship_to_address` ShipToAddressShipwire, required
      - `full_name` string, required
      - `address1` string, required
      - `address2` string, required
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderWriteLineItemshipwire[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `warehouse_id` string, required — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `ship_to_address` ShipToAddressSkusavvy, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderWriteLineItemskusavvy[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `ship_to_address` ShipToAddressSkuvault, required
      - `full_name` string
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderWriteLineItemskuvault[], required — List of the products included in the order.
      - `sku` string, required — If you pass in an AlternateSKU, SkuVault will redirect it to the Primary SKU.
      - `quantity` integer, required
      - `unit_price` number
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `ship_to_address` ShipToAddressSmartWarehousing, required
      - `full_name` string, required
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `phone_number` string, required — The phone number of the customer.
    - `bill_to_address` BillToAddressSmartWarehousing
      - `full_name` string, required
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `phone_number` string, required — The phone number of the customer.
    - `cod_flag` boolean — Whether or not the order is COD (cash on delivery).
    - `client_tracking` string — Pre-defined list of values that Smart Warehousing sets up for you to track orders by deparment, cost center, or sales rep. Use '2' if not specified
    - `shipping_method_id` string — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence.
    - `shipping_method_name` string — The name of the shipping method used to ship the order. If shipping_method_id is also provided, that will take precedence. May vary from the shipping methods returned at the package level.
    - `line_items` WmsOrderWriteLineItemsmartWarehousing[], required — List of the products included in the order.
      - `sku` string, required — sku
      - `quantity` integer, required — quantity
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `reference_id` string, required — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `order_number` string — A user-friendly identifier for their order.
    - `memo` string, required — A note or memo that will be added to the order for internal use
    - `warehouse_id` string, required — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `expected_ship_date` string, date, required — The date when the shipment is expected to be dispatched.
    - `line_items` WmsOrderWriteLineItemsojo[], required — List of the products included in the order.
      - `product_id` string, required — The ID of the product to be ordered.
      - `quantity` integer, required
    - `ship_to_address` ShipToAddressSojo, required
      - `full_name` string, required
      - `address1` string, required
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `warehouse_id` 'N/A - Connect an account to see options', required — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `ship_to_address` ShipToAddressStar, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsOrderWriteLineItemstar[], required — List of the products included in the order.
      - `sku` string, required
      - `quantity` integer, required
      - `unit_price` number
    - `shipping_method_id` 'N/A - Connect an account to see options' — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. If shipping_method_name is also provided, this will take precedence. Can also use 'Other'. Make sure that the shipping method's additional_fields corresponds with the warehouse_id specified in this order.
    - `notes` string — A note to attach to the order
    - `passthrough_fields` object — Use this object to pass fields directly to the underlying API. You will have to read the API's documentation to know what fields are available, and cannot override fields that are managed by Trackstar.
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `order_number` string, required — A user-friendly identifier for their order.
    - `reference_id` string — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `ship_to_address` StatesShipToAddressStatesLogistics, required
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string, nullable
      - `city` string, required
      - `state` string, required
- … truncated; see the full OpenAPI document linked below

## Response `200`

Successful response

- WmsCreateOrderResponse
  - `data` CreateWmsOrderResponseDataSchema
    - `id` string, required — The unique ID of the order.
    - `warehouse_customer_id` string, nullable, required — The ID of the merchant/tenant/customer that owns the order. Can be passed into the [Warehouse Customer](/api-reference/wms-api/warehouse-customers/get-item) endpoint for more details.
    - `warehouse_id` string, nullable, required — If set at the order level, the expected warehouse the order will be shipped from. At the shipment level, the warehouse the shipment was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `created_date` string, date-time, required — The date the order was created.
    - `updated_date` string, date-time, required — The date the order was last updated.
    - `reference_id` string, required — An external unique identifier for the order, such as a Shopify order id. Defaults to `id` if client has not defined one.
    - `order_number` string, required — A user-friendly identifier for their order. Defaults to `reference_id` if not provided.
    - `status` 'open' | 'confirmed' | 'processing' | 'picked' | 'packed' | 'partially_fulfilled' | 'fulfilled' | 'exception' | 'cancelled' | 'backordered' | 'other', required — The status of the order. See the [order information](info) for more details.
    - `raw_status` string, nullable, required — The raw status (if available) returned directly from the WMS.
    - `channel_object` OrderChannel, required
      - `channel_id` string, required — The ID of the channel.
      - `channel_name` string, nullable, required — The name of the channel.
    - `type` 'd2c' | 'b2b' | 'dropship' | 'transfer', nullable, required — The type of order, such as d2c, b2b, dropship, or transfer.
    - `trading_partner` string, nullable, required — For retail/EDI orders, the trading partner who placed the order (e.g. Target, Walmart).
    - `service_level` string, nullable, required — The type of shipping method requested by the customer.
    - `shipping_method_id` string, nullable, required — The ID of the actual shipping method used to ship the order. Can be passed into the [Shipping Method](/api-reference/wms-api/shipping-methods/get-item) endpoint for more details.. May vary from the shipping methods returned at the package level.
    - `shipping_method_name` string, nullable, required — The name of the shipping method used to ship the order.
    - `carrier_id` string, nullable, required — The ID of the carrier used to ship the order to the customer. May vary from the carriers returned at the package level.
    - `carrier_name` string, nullable, required — The name of the carrier used to ship the order to the customer. If carrier_id is also provided, that will take precedence. May vary from the carriers returned at the package level.
    - `scac` string, nullable, required — The Standard Carrier Alpha Code for the carrier used to ship the order.
    - `is_third_party_freight` boolean, nullable, required — True if the order was shipped using a third party freight account.
    - `third_party_freight_account_number` string, nullable, required — The third party freight account number used to ship the order.
    - `first_party_freight_account_number` string, nullable, required — The first party freight account number used to ship the order.
    - `invoice_currency_code` string, required — The currency used for this order. If not provided explicitly, defaults to USD.
    - `total_price` number, nullable, required — The total price a customer paid for the order.
    - `total_tax` number, nullable, required — The total tax on the order.
    - `total_discount` number, nullable, required — The total amount discounted from the order.
    - `total_shipping` number, nullable, required — The total shipping cost for the order incurred by the customer.
    - `ship_to_address` ShipToAddress, required
      - `full_name` string, nullable, required
      - `company` string, nullable, required
      - `address1` string, nullable, required
      - `address2` string, nullable, required
      - `address3` string, nullable, required
      - `city` string, nullable, required
      - `state` string, nullable, required
      - `postal_code` string, nullable, required
      - `country` string, nullable, required
      - `phone_number` string, nullable, required
      - `email_address` string, nullable, required
    - `line_items` WmsOrderLineItem[], required — List of the products included in the order.
      - `product_id` string, required — Can be passed into the [Product](/api-reference/wms-api/products/get-item) endpoint for more details.
      - `sku` string, nullable, required
      - `quantity` integer, required
      - `unit_price` number, nullable, required — The price of the product in the currency specified by `invoice_currency_code`.
      - `discount_amount` number, nullable, required — The amount discounted from the product for this order.
    - `tags` string[], required — A list of tags associated with the order. Tags that are represented as key-value pairs in the WMS will be represented as a single string formatted as `key:value`.
    - `required_ship_date` string, date-time, nullable, required — The date the order must be shipped by.
    - `saturday_delivery` boolean, nullable, required — True if the order requires Saturday delivery.
    - `signature_required` boolean, nullable, required — True if the order requires a signature upon delivery.
    - `international_duty_paid_by` 'sender' | 'recipient' | 'third_party', nullable, required — The party responsible for paying international duties.
    - `shipments` OrderShipment[], required — List of the shipments sent out to the customer.
      - `shipment_id` string, required — The ID of the shipment.
      - `warehouse_id` string, required — The warehouse this order was shipped from. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
      - `raw_status` string, nullable, required — The raw status (if available) of the shipment returned directly from the WMS.
      - `status` 'open' | 'shipped' | 'cancelled' | 'other', required — The status of the shipment.
      - `shipped_date` string, date-time, nullable, required — The date the shipment was sent.
      - `line_items` ShipmentLineItem[], required — List of the inventory items listed in the shipment.
        - `inventory_item_id` string, required — The ID of the inventory item. Can be passed into the [Inventory](/api-reference/wms-api/inventory/get-item) endpoint for more details.
        - `sku` string, nullable, required
        - `quantity` integer, required
        - `parent_product_id` string, nullable, required — The ID of the parent product if the line item is part of a kit. Can be passed into the [Product](/api-reference/wms-api/products/get-item) endpoint for more details.
      - `ship_to_address` ShipToAddress, required
        - `full_name` string, nullable, required
        - `company` string, nullable, required
        - `address1` string, nullable, required
        - `address2` string, nullable, required
        - `address3` string, nullable, required
        - `city` string, nullable, required
        - `state` string, nullable, required
        - `postal_code` string, nullable, required
        - `country` string, nullable, required
        - `phone_number` string, nullable, required
        - `email_address` string, nullable, required
      - `ship_from_address` ShipFromAddress, required
        - `address1` string, nullable, required
        - `address2` string, nullable, required
        - `address3` string, nullable, required
        - `city` string, nullable, required
        - `state` string, nullable, required
        - `postal_code` string, nullable, required
        - `country` string, nullable, required
      - `packages` Package[], required — A list of the packages included in the shipment.
        - `package_id` string, required — The ID of the package.
        - `package_name` string, nullable, required — The name of the package. (e.g. 12x9x4)
        - `tracking_number` string, nullable, required — The tracking number for the package.
        - `tracking_url` string, nullable, required — The URL for the tracking number.
        - `shipping_method_id` string, nullable, required — The ID of the shipping method returned at the package level.
        - `shipping_method_name` string, nullable, required — The name of the shipping method returned at the package level.
        - `carrier_id` string, nullable, required — The ID of the carrier used to ship the package.
        - `carrier_name` string, nullable, required — The name of the carrier used to ship the package.
        - `scac` string, nullable, required — The Standard Carrier Alpha Code for the carrier used to ship the package.
        - `shipping_cost` number, nullable, required — The cost incurred by the warehouse to ship the package.
        - `measurements` PackageMeasurements, required
          - `length` number, nullable, required
          - `width` number, nullable, required
          - `height` number, nullable, required
          - `unit` 'cm' | 'in', nullable, required — The unit of measurement for the size of the package.
          - `weight` number, nullable, required
          - `weight_unit` 'kg' | 'oz' | 'lb', nullable, required — The unit of measurement for the weight of the package.
        - `line_items` PackageLineItem[], required — A list of the inventory items included in the package.
          - `inventory_item_id` string, required — The ID of the inventory item. Can be passed into the [Inventory](/api-reference/wms-api/inventory/get-item) endpoint for more details.
          - `sku` string, nullable, required
          - `quantity` integer, required
          - `lot_id` string, nullable, required — The ID of the lot the inventory item was picked from.
          - `expiration_date` string, date-time, nullable, required — The expiration date of the lot the inventory item was picked from.
          - `parent_product_id` string, nullable, required — The ID of the parent product if the line item is part of a kit. Can be passed into the [Product](/api-reference/wms-api/products/get-item) endpoint for more details.
    - `external_system_url` string, nullable, required — URL link to the order in the external system (WMS/Freight etc).
    - `trackstar_tags` unknown[], nullable, required — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `additional_fields` object, required — Integration-specific fields
    - `trackstar_created_date` string, date-time, required
    - `trackstar_updated_date` string, date-time, required
  - `id` string, required — The ID of the object that has been created or modified
  - `unused_fields` string[], required — Unused fields

## Other responses

- `422` — Validation error

---

[API](https://skmtc.net/trackstarhq/apis/trackstar-api.md) · [All operations](https://skmtc.net/trackstarhq/apis/trackstar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trackstarhq/trackstar-api/versions/4bc5c6e1a8bf/schema)
