---
title: "Create Inbound Shipment"
method: POST
path: "/wms/inbound-shipments"
tags: ["wms", "Inbound Shipments"]
---

# Create Inbound Shipment

`POST /wms/inbound-shipments`

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
    - `supplier_object` union, required
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `tracking_number` string, required — Tracking number associated with the inbound shipment.
    - `line_items` CreateInboundShipmentLineItemSchema[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `line_items` WmsInboundShipmentWriteLineItemactiveAnts[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date-time — Date the shipment is expected to reach the warehouse.
    - `ship_from_address` ShipFromAddressAdp
      - `full_name` string
      - `company` string
      - `address1` string
      - `address2` string
      - `city` string
      - `state` string
      - `postal_code` string
      - `country` string
    - `notes` string[] — List of notes associated with the inbound shipment.
    - `carrier` string — Carrier name
    - `line_items` WmsInboundShipmentCreateLineItemadp[], required — List of line items included in the shipment.
      - `sku` string, required — SKU or product code
      - `expected_quantity` integer, required — Expected quantity
      - `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
    - `purchase_order_number` string — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `line_items` WmsInboundShipmentCreateLineItemamphora[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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
    - `supplier_object` SupplierIdSchema, required
      - `supplier_id` string, required — The ID of the supplier.
    - `expected_arrival_date` string, date, required — Date the shipment is expected to reach the warehouse.
    - `account_user_id` string, required — GUID
    - `creating_user_id` string, required — GUID. May be the same as account_user_id.
    - `supplier_user_id` string, required — GUID
    - `purchase_order_number` string — The number of the purchase order associated with the inbound shipment.
    - `tracking_number` string — Tracking number associated with the inbound shipment.
    - `line_items` WmsInboundShipmentCreateLineItemamplifier[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `container_number` string, required — The container number of incoming inventory.
    - `email` string — The email address to receive any errors and updates.
    - `line_items` WmsInboundShipmentWriteLineItemams[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment. Can only contain uppercase letters or numbers.
  - 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
    - `expected_arrival_date` string, date-time — Date the shipment is expected to reach the warehouse.
    - `line_items` WmsInboundShipmentWriteLineItembergen[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `purchase_order_number` string — The number of the purchase order associated with the inbound shipment.
    - `tracking_number` string — Tracking number associated with the inbound shipment.
    - `carrier_id` string, required — The carrier of the inbound shipment.
    - `ship_from_address` ShipFromAddressBergen, required
      - `company` string, required
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string
      - `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 — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `supplier_object` SupplierIdSchema, required
      - `supplier_id` string, required — The ID of the supplier.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `carrier_name` string, required — Name of the carrier
    - `expected_box_count` integer, required — Number of boxes expected in the shipment
    - `line_items` WmsInboundShipmentCreateLineItembigblue[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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
    - `expected_arrival_date` string, date-time — Date the shipment is expected to reach the warehouse.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `ship_from_address` ShipFromAddressBluebox
      - `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` WmsInboundShipmentCreateLineItembluebox[], required — List of line items included in the shipment.
      - `sku` string, required
      - `gtin` string, required — The Global Trade Item Number of the product. i.e. UPC, EAN, or ISBN.
      - `expected_quantity` integer, required
      - `unit_cost` number — The cost per product that is charged by the manufacturer
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `tracking_number` string — Tracking number associated with the inbound shipment.
    - `carton_count` integer — The number of cartons that are being shipped in the shipment
  - 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
    - `purchase_order_number` string, required
    - `ship_from_address` ShipFromAddressCamelot, required
      - `full_name` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `line_items` WmsInboundShipmentWriteLineItemcamelot[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `line_items` WmsInboundShipmentWriteLineItemcanary[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `supplier_object` union, required
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `warehouse_customer_id` 'N/A - Connect an account to see options', nullable — The ID of the merchant/tenant/customer that owns the inbound shipment. Can be passed into the [Warehouse Customer](/api-reference/wms-api/warehouse-customers/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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `warehouse_customer_id` string, nullable, required — The ID of the merchant/tenant/customer that owns the inbound shipment. Can be passed into the [Warehouse Customer](/api-reference/wms-api/warehouse-customers/get-item) endpoint for more details.
    - `warehouse_id` string — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `expected_arrival_date` string, date-time — Expected arrival date (YYYY-MM-DD)
    - `line_items` WmsInboundShipmentCreateLineItemcartonCloud[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date-time — Date the shipment is expected to reach the warehouse.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `warehouse_location_id` string, required — ID of the receiving warehouse location.
    - `line_items` WmsInboundShipmentCreateLineItemclarus[], required — List of line items included in the shipment.
      - `inventory_item_id` string, required
      - `expected_quantity` integer, required
      - `lot` string
      - `storage_unit_quantity` integer
    - `notes` string[] — List of notes associated with the inbound shipment.
  - 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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `warehouse_id` 'FR' | 'LA' | 'LN' | 'YK' | 'EX' | 'EU' | 'KY' — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `line_items` WmsInboundShipmentWriteLineItemdcl[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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 — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `supplier_object` union, required
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `approach` 'STOCK' | 'INVOICE', required — How you want to process the incoming order. Either authorize the stock first, or pay the invoice first.
    - `line_items` WmsInboundShipmentCreateLineItemdearSystems[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
      - `unit_cost` 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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date-time — Date the shipment is expected to reach the warehouse.
    - `warehouse_id` string — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `line_items` WmsInboundShipmentCreateLineItemdeposco[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
      - `received_quantity` integer
      - `unit_cost` number
      - `inbound_lpn` string
    - `order_source` string — Name of the external system from which the inbound originated.
    - `custom_attribute_1` string — Custom attribute 1
  - 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 — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `line_items` WmsInboundShipmentWriteLineItemdistributionManagement[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `line_items` WmsInboundShipmentWriteLineItemdotcomDistribution[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `warehouse_id` 'N/A - Connect an account to see options', required — Facility code to receive into
    - `line_items` WmsInboundShipmentCreateLineItemeshipping[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
      - `lot_number` string, nullable
    - `reference` string, required — Reference number for the inbound shipment.
  - 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
    - `container` string — Container identifier.
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `line_items` WmsInboundShipmentCreateLineItemevolve[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `warehouse_customer_id` string, nullable — The ID of the merchant/tenant/customer that owns the inbound shipment. Can be passed into the [Warehouse Customer](/api-reference/wms-api/warehouse-customers/get-item) endpoint for more details.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `supplier_object` union
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `line_items` WmsInboundShipmentCreateLineItemextensiv3plCentral[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
      - `external_id` string, nullable
      - `warehouse_location_id` string, nullable
      - `lot_number` string, nullable
    - `tracking_number` string — Tracking number associated with the inbound shipment.
    - `expected_arrival_date` string, date-time — Date the shipment is expected to reach the warehouse.
    - `notes` string[] — List of notes associated with the inbound shipment.
  - 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 — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `line_items` WmsInboundShipmentCreateLineItemfinale[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
    - `supplier_object` union
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `expected_arrival_date` string, date-time — Date the shipment is expected to reach the warehouse.
  - 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_from_address` ShipFromAddressFlexport, 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` WmsInboundShipmentWriteLineItemflexport[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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_customer_id` string, nullable — The ID of the merchant/tenant/customer that owns the inbound shipment. Can be passed into the [Warehouse Customer](/api-reference/wms-api/warehouse-customers/get-item) endpoint for more details.
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `ship_from_address` ShipFromAddressFlowspace, 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
    - `line_items` WmsInboundShipmentCreateLineItemflowspace[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
    - `tracking_numbers` string[] — Tracking numbers for the inbound parcels
    - `needs_transportation` string — Whether Flowspace should arrange transportation (default: false)
    - `product_arrival_type` 'palletized' | 'parcel_shipment' | '20_ft_container' | '40_ft_container' | '40_ft_hc_container' | '45_ft_hc_container' — How the product is arriving at the warehouse. Defaults to parcel_shipment
    - `carrier_id` string — Carrier performing the delivery (required if needs_transportation is true)
  - 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 — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date-time — Date the shipment is expected to reach the warehouse.
    - `carrier_id` string, required — Shipping carrier code (e.g. OTHER, FEDEX, UPS).
    - `shipping_method_id` string, required — Shipping method code (e.g. ShMthFTL, ShMthGround).
    - `ship_from_address` FulfillorInboundShipFromAddressFulfillor, required
      - `full_name` string
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
      - `phone_number` string, required
    - `line_items` WmsInboundShipmentWriteLineItemfulfillor[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
    - `tracking_number` string — Tracking number associated with the inbound shipment.
  - 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 — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `currency_code` 'USD' — The currency used for this inbound shipment. If not provided explicitly, defaults to USD.
    - `line_items` WmsInboundShipmentWriteLineItemfulfilmentcrowd[], required — List of line items included in the shipment.
      - `sku` string, required
      - `quantity` integer, required
    - `supplier_object` union
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `expected_arrival_date` string, date-time — Date the shipment is expected to reach the warehouse.
  - 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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `line_items` WmsInboundShipmentWriteLineItemgGlobal[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
    - `transportation_document` string — transportation_document
    - `ship_date` string, date-time — ship_date
    - `container` string — container
    - `custom_fields` CustomField[] — List of the custom fields
      - `name` string, required — Name of the custom field
      - `value` string, required — Value of the custom field
  - 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
    - `purchase_order_number` string — The number of the purchase order associated with the inbound shipment.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `expected_arrival_date` string, date, required — Date the shipment is expected to reach the warehouse.
    - `shipment_type` 'parcel' | 'pallet' | 'floor_loaded' | 'container' | 'drop_off' — The shipment type for your inbound, defaults to parcel
    - `box_packing_option` 'one_sku_per_box' | 'multiple_sku_per_box' — Box packing option, defaults to multiple_sku_per_box
    - `box_expected_quantity` integer — Expected number of boxes, defaults to 1
    - `pallet_packing_option` 'one_sku_per_pallet' | 'multiple_sku_per_pallet' — Pallet packing option, defaults to multiple_sku_per_pallet if shipment_type is pallet
    - `container_size` '20_ft' | '40_ft' — Container size, required for container shipments
    - `pallet_expected_quantity` integer — Expected number of pallets, defaults to 1 if shipment_type is pallet
    - `reference_number` string
    - `line_items` WmsInboundShipmentCreateLineItemgobolt[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `supplier_object` union, required
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `warehouse_id` string — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `line_items` WmsInboundShipmentCreateLineItemhelmWms[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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 — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `purchase_order_number` string — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `supplier_object` union
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `delivery_option` 'courier' | 'dropoff' | 'hive_freight' | 'postal', required — Delivery method for the shipment
    - `line_items` WmsInboundShipmentCreateLineItemhive[], required — List of line items included in the shipment.
      - `inventory_item_id` string, required
      - `expected_quantity` integer, required
      - `unit_cost` 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
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `channel_id` 'N/A - Connect an account to see options', required — The product channel for the purchase order.
    - `supplier_object` SupplierIdSchema, required
      - `supplier_id` string, required — The ID of the supplier.
    - `currency_code` string — Currency code.
    - `shipping_method` 'air' | 'sea' | 'road', required — Method of shipment travel.
    - `expected_delivery_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `expected_pallets` integer, required — Expected number of pallets.
    - `expected_cartons` integer, required — Expected number of cartons.
    - `shipping_company` string — Shipping company name.
    - `tracking_number` string — Tracking number.
    - `line_items` WmsInboundShipmentCreateLineItemiFulfilment[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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
    - `supplier_object` SupplierIdSchema, required
      - `supplier_id` string, required — The ID of the supplier.
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date, required — Date the shipment is expected to reach the warehouse.
    - `ordered_by` string, required — The name of the person who ordered the shipment.
    - `line_items` WmsInboundShipmentWriteLineItemicreate[], required — List of line items included in the shipment.
      - `inventory_item_id` string, required — The unique ID of the inventory item.
      - `expected_quantity` integer, required
      - `unit_cost` number, required
      - `tracking_number` string, required — Tracking number associated with the inbound shipment.
      - `carrier` string, required — The carrier of the shipment.
  - 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 inbound shipment. Can be passed into the [Warehouse Customer](/api-reference/wms-api/warehouse-customers/get-item) endpoint for more details. Used for 3PL accounts.
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `supplier_object` union, required
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `type` 'Kit' | 'Normal' | 'Transfer', required — Type of inbound shipment
    - `line_items` WmsInboundShipmentCreateLineIteminfoplus[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
      - `unit_cost` 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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `supplier_object` SupplierIdSchema, required
      - `supplier_id` string, required — The ID of the supplier.
    - `expected_arrival_date` string, date-time — Date the shipment is expected to reach the warehouse.
    - `tracking_number` string — Tracking number associated with the inbound shipment.
    - `ship_from_address` ShipFromAddressJas
      - `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` WmsInboundShipmentWriteLineItemjas[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
      - `unit_cost` 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
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `reference_number` string
    - `shipped_date` string, date-time — The date the shipment was sent by the supplier.
    - `line_items` WmsInboundShipmentCreateLineItemjazzCentral[], required — List of line items included in the shipment.
      - `sku` string, required — sku
      - `expected_quantity` integer, required — The expected quantity of the product.
  - 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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `supplier_object` union
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `line_items` WmsInboundShipmentWriteLineItemleanware[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date-time — Date the shipment is expected to reach the warehouse.
    - `warehouse_id` string, required — ID of the Lineage warehouse receiving the shipment.
    - `ship_from_address` ShipFromAddressLineage, required
      - `full_name` string
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `ship_to_address` ShipToAddressLineage, 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` WmsInboundShipmentCreateLineItemlineage[], required — List of line items included in the shipment.
      - `sku` string, required — Vendor item code (SKU).
      - `expected_quantity` integer, required — Expected 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
    - `warehouse_id` string — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `supplier_object` union
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `line_items` WmsInboundShipmentWriteLineItem[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `supplier_object` union, required
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `ship_to_address` InboundShipToAddressLogicpod, 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, required
    - `line_items` WmsInboundShipmentCreateLineItemlogicpod[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
    - `created_by` string, required — Who created this inbound
  - 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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `supplier_object` union, required
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `line_items` WmsInboundShipmentWriteLineItemlogiwa[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
      - `location_code` string — The location code for the item
      - `license_plate_code` string — The license plate code for the item
    - `notes` string[] — List of notes associated with the inbound shipment.
    - `inbound_type` string — The type of inbound shipment. Defaults to 'Purchase 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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `supplier_object` union, required
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `purchase_order_type` string
    - `expected_arrival_date` string, date-time — Date the shipment is expected to reach the warehouse.
    - `line_items` WmsInboundShipmentCreateLineItemlogiwaIo[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
      - `pack_type` string — The pack type of the line item (default: Each)
      - `lot_number` string, nullable — Lot/batch number for the items.
      - `expiration_date` string, nullable — Expiration date for the lot in ISO format.
  - 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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `supplier_object` SupplierIdSchema, required
      - `supplier_id` string, required — The ID of the supplier.
    - `line_items` WmsInboundShipmentWriteLineItemluxroutage[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `notes` string[] — List of notes associated with the inbound shipment.
    - `ship_from_address` ShipFromAddressMainfreight
      - `full_name` string
      - `company` string
      - `address1` string
      - `address2` string
      - `city` string
      - `state` string
      - `postal_code` string
      - `country` string
    - `line_items` WmsInboundShipmentCreateLineItemmainfreight[], required — List of line items included in the shipment.
      - `sku` string, required — Warehouse stock code
      - `expected_quantity` integer, required — Expected quantity
      - `expiration_date` string, date-time — Expiration date for the line in ISO 8601 format.
  - 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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `supplier_object` union, required
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `line_items` WmsInboundShipmentCreateLineItemmasonhub[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
      - `box_ids` string[] — List of box IDs associated with the line item. Not required.
    - `tracking_number` string — Tracking number associated with the inbound shipment.
    - `comments` string — Free-form comments about the inbound shipment.
    - `box_ids` string[] — List of box IDs associated with the inbound shipment.
    - `customer_identifier` string — Customer-supplied identifier for the inbound shipment. If omitted, one is generated.
  - 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 — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `warehouse_customer_id` string, nullable — The ID of the merchant/tenant/customer that owns the inbound shipment. Can be passed into the [Warehouse Customer](/api-reference/wms-api/warehouse-customers/get-item) endpoint for more details.
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `supplier_object` union
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `quantity` integer
    - `package_type` 'Carton' | 'TwentyFtContainer' | 'Pallet' | 'FortyFtContainer' | 'FortyFtContainerHC' | 'FortyFiveFtContainer' | 'FortyFiveFtContainerHC', required — The type of package that the shipment is in
    - `line_items` WmsInboundShipmentWriteLineItemmintsoft[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `supplier_object` union
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `line_items` WmsInboundShipmentWriteLineItemmonta[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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
    - `line_items` WmsInboundShipmentWriteLineItemnimble[], required — List of line items included in the shipment.
      - `sku` string — Required
      - `vendor_sku` string — Vendor SKU
      - `expected_quantity` integer, required — Expected quantity
    - `warehouse_id` 'N/A - Connect an account to see options', required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `supplier_first_name` string — Supplier first name
    - `supplier_last_name` string — Supplier last name
    - `supplier_city` string — Supplier city
    - `supplier_state` string — Supplier state
    - `supplier_country` string — Supplier country
    - `supplier_phone` string — Supplier phone
    - `supplier_street_line1` string — Supplier street line 1
    - `supplier_street_line2` string — Supplier street line 2
    - `tracking_number` string — Tracking number associated with the inbound shipment.
    - `expected_arrival_date` string, date-time — Date the shipment is expected to reach the warehouse.
    - `reference_id` string — Reference ID
  - 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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `supplier_object` union, required
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `terms` string, required
    - `line_items` WmsInboundShipmentWriteLineItemnlrp[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
      - `unit_cost` number, required
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `warehouse_id` string — ID of the warehouse that will be receiving the shipment. 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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `line_items` WmsInboundShipmentWriteLineItemnri[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
    - `country_code` string, required — Country code of origin for the shipment.
    - `client_reference_number_2` string — Optional internal ID for the inbound shipment.
  - 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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `supplier_object` union, required
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `line_items` WmsInboundShipmentCreateLineItemongoing[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `line_items` WmsInboundShipmentCreateLineItempackiyo[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
    - `expected_arrival_date` string, date-time — Date the shipment is expected to reach the warehouse.
    - `notes` string[] — List of notes associated with the inbound shipment.
    - `tracking_number` string — Tracking number associated with the inbound shipment.
  - 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` WmsInboundShipmentCreateLineItempattern[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `expected_arrival_date` string, date-time — Date the shipment is expected to reach the warehouse.
  - 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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `line_items` WmsInboundShipmentWriteLineItempeoplevox[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
      - `unit_cost` number
    - `expected_arrival_date` string, date-time — Date the shipment is expected to reach the warehouse.
    - `supplier_object` union, required
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
  - 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
    - `expected_arrival_date` string, date, required — Date the shipment is expected to reach the warehouse.
    - `supplier_object` union, required
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `line_items` WmsInboundShipmentWriteLineItempicqer[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
      - `unit_cost` 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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date — Date the shipment is expected to reach the warehouse.
    - `warehouse_id` string — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `line_items` WmsInboundShipmentWriteLineItempostnord[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
      - `external_id` string
    - `supplier_object` union
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
  - 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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `line_items` WmsInboundShipmentWriteLineItempulpo[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
    - `supplier_object` union
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `warehouse_customer_id` string, nullable, required — The ID of the merchant/tenant/customer that owns the inbound shipment. Can be passed into the [Warehouse Customer](/api-reference/wms-api/warehouse-customers/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
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `tracking_number` string, required — Tracking number associated with the inbound shipment.
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `supplier_object` SupplierIdSchema
      - `supplier_id` string, required — The ID of the supplier.
    - `line_items` WmsInboundShipmentLineItemquiet[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
      - `unit_cost` number, required
      - `description` string, required
    - `note` 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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date-time — Date the shipment is expected to reach the warehouse.
    - `warehouse_id` string, required — ID of the RJW warehouse receiving the shipment.
    - `carrier_scac` string — Carrier SCAC code; defaults to RJWI when omitted.
    - `ship_from_address` ShipFromAddressRjw, required
      - `full_name` string
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `ship_to_address` ShipToAddressRjw, 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` WmsInboundShipmentCreateLineItemrjw[], required — List of line items included in the shipment.
      - `sku` string, required — Vendor item code (SKU).
      - `expected_quantity` integer, required — Expected quantity.
      - `lot_number` string — Lot number; emitted as the W04*LT qualifier. Defaults to NONE.
  - 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' — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `line_items` WmsInboundShipmentWriteLineItemsalesupply[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
    - `ship_to_address` CreateInboundShipmentShipToAddressSalesupply, required
      - `full_name` string
      - `company` string
      - `address1` string
      - `address2` string
      - `city` string, required
      - `state` string
      - `postal_code` string, required
      - `country` string, required
    - `bill_to_address` CreateInboundShipmentBillToAddressSalesupply, required
      - `full_name` string
      - `company` string
      - `address1` string
      - `address2` string
      - `city` string, required
      - `state` string
      - `postal_code` string, required
      - `country` string, required
    - `invoice_currency_code` 'USD' — Currency code for the purchase order
    - `notes` string[], required — List of notes associated with the inbound shipment.
  - 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
    - `supplier_object` SupplierIdSchema, required
      - `supplier_id` string, required — The ID of the supplier.
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `warehouse_id` 'N/A - Connect an account to see options', required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `tracking_number` string, required — Tracking number associated with the inbound shipment.
    - `line_items` WmsInboundShipmentWriteLineItemsandbox[], required — List of line items included in the shipment.
      - `sku` 'N/A - Connect an account to see options', required
      - `expected_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 — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.. ShipBob may reroute this to a regional Hub before going to the specified warehouse.
    - `package_type` 'Package' | 'Pallet' | 'FloorLoadedContainer', required — Type of package
    - `box_packaging_type` 'EverythingInOneBox' | 'OneSkuPerBox' | 'MultipleSkusPerBox', required — Type of packaging for the boxes
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `purchase_order_number` string — The number of the purchase order associated with the inbound shipment.
    - `boxes` Box[], required — List of boxes in the shipment
      - `tracking_number` string, required — Tracking number of the box
      - `line_items` WmsInboundShipmentWriteLineItemshipbob[], required — List of line items included in the shipment.
        - `inventory_item_id` string
        - `sku` string
        - `expected_quantity` integer, required
        - `lot_id` string — Lot number of the items in the box
        - `lot_expiration_date` string, date-time — Lot expiration date for the items in the box
  - 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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, required — Date the shipment is expected to reach the warehouse.
    - `line_items` WmsInboundShipmentWriteLineItemshipedge[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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 — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `supplier_object` union
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `line_items` WmsInboundShipmentWriteLineItemshipfusion[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
    - `expected_arrival_date` string, date-time — Date the shipment is expected to reach the warehouse.
    - `tracking_number` string — Tracking number associated with the inbound shipment.
  - 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 inbound shipment. Can be passed into the [Warehouse Customer](/api-reference/wms-api/warehouse-customers/get-item) endpoint for more details. Use this when you are a 3PL acting on behalf of one of your customers.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `supplier_object` union
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `shipping_price` number, required — Price of the shipment.
    - `tax` number — Tax on the purchase order.
    - `line_items` WmsInboundShipmentCreateLineItemshiphero[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required — The number of units expected to be received
      - `expected_weight` number, required — Expected weight
      - `expected_weight_unit` 'kg' | 'oz' | 'lb' — The unit of measurement for the weight of the line item.
      - `unit_cost` number, required — Cost of the product (USD).
      - `external_id` string, nullable — The external ID of the product. Only applied if supplier is provided
    - `tracking_number` string — Tracking number associated with the inbound shipment.
    - `packing_note` string — Packing 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
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `supplier_object` union, required
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `purchase_order_number` string — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `handling_unit_type` 'small_boxes' | 'single_sku_pallet' | 'mixed_sku_pallet' | 'container_20_palletized' | 'container_20_non_palletized' | 'container_40_palletized' | 'container_40_non_palletized' | 'container_53_palletized' | 'container_53_non_palletized' | 'unknown', required — Unit handling type for inbound shipment.
    - `handling_unit_quantity` integer, required — Number of handling units.
    - `bol_number` string — Bill of lading number for the inbound shipment.
    - `category` 'purchase_order_asn' | 'inventory_transfer' | 'wholesale_order_return' | 'special_projects' | 'subscription_box_receiving' | 'bonded_inventory' | 'package_forwarding' — ShipMonk receiving category for the inbound shipment.
    - `notes` string[] — List of notes associated with the inbound shipment.
    - `tracking_numbers` string[] — Tracking numbers for the inbound shipment.
    - `line_items` WmsInboundShipmentCreateLineItemshipmonk[] — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, nullable, required
      - `lot_id` string — Lot number of the items in the box.
      - `lot_expiration_date` string, date-time — Lot expiration date for the items in the box.
  - 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` WmsInboundShipmentCreateLineItemshippingTree[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
    - `purchase_order_number` string — The number of the purchase order associated with the inbound shipment.
    - `warehouse_id` string — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `supplier_object` union, required
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `tracking_number` string, required — Tracking number associated with the inbound shipment.
  - 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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `supplier_object` SupplierIdSchema, required
      - `supplier_id` string, required — The ID of the supplier.
    - `expected_arrival_date` string, date-time — Date the shipment is expected to reach the warehouse.
    - `line_items` WmsInboundShipmentWriteLineItemshippingbo[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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 — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `supplier_object` union, required
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `status` 'open' | 'in-transit' | 'receiving' | 'received' | 'cancelled' | 'other', required — The status of the inbound shipment. See the [inbound shipment information](info) for more details.
    - `expected_arrival_date` string, date, required — Date the shipment is expected to reach the warehouse.
    - `line_items` WmsInboundShipmentCreateLineItemshipstream[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
    - `tracking_number` string — Tracking number associated with the inbound shipment.
  - 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
    - `expected_arrival_date` string, date — Date the shipment is expected to reach the warehouse.
    - `line_items` WmsInboundShipmentWriteLineItemshipwire[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `arrangement_type` 'none' | 'overseas' — This tells ShipWire what further actions to take once the ASN is created.
    - `ship_from_address` ShipFromAddressShipwire
      - `address1` string, required
      - `address2` string, required
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `tracking_number` string — Tracking number associated with the inbound shipment.
  - 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
    - `purchase_order_number` string — The number of the purchase order associated with the inbound shipment.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `store_id` string, required
    - `line_items` WmsInboundShipmentWriteLineItemskulabs[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
      - `unit_cost` number, required
    - `supplier_object` SupplierIdSchema, required
      - `supplier_id` string, required — The ID of the supplier.
    - `total_tax` number — Total tax on the purchase order.
    - `total_shipping` number — Total shipping cost on the purchase order.
    - `total_discount` number — Total discount on the purchase 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
    - `supplier_object` union, required
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `expected_arrival_date` string, date — Date the shipment is expected to reach the warehouse.
    - `line_items` WmsInboundShipmentWriteLineItemskusavvy[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
      - `unit_cost` 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
    - `supplier_object` union, required
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `purchase_order_number` string — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date-time — Date the shipment is expected to reach the warehouse.
    - `warehouse_id` string — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `line_items` WmsInboundShipmentCreateLineItemskuvault[], required — List of line items included in the shipment.
      - `sku` string, required — If you pass in an AlternateSKU, SkuVault will redirect it to the Primary SKU.
      - `expected_quantity` integer, required
      - `unit_cost` number
    - `tracking_number` string — Tracking number associated with the inbound shipment.
  - 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 — Customer defined reference associated with the receipt.
    - `purchase_order_number` string — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `return_type` 'Railcar' | 'LTL' | 'TL' | 'Small Parcel' | '40 Ft. Container' | '20 Ft. Container', required — The type of receipt being created.
    - `line_items` WmsInboundShipmentWriteLineItemsmartWarehousing[], required — List of line items included in the shipment.
      - `sku` string, required — sku
      - `expected_quantity` integer, required — Total quantity of the item expected to be received
    - `tracking_number` string — Tracking number associated with the inbound shipment.
  - 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 — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `expected_arrival_date` string, date, required — Date the shipment is expected to reach the warehouse.
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `line_items` WmsInboundShipmentCreateLineItemsojo[], required — List of line items included in the shipment.
      - `inventory_item_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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date — Date the shipment is expected to reach the warehouse.
    - `warehouse_id` 'N/A - Connect an account to see options', required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `tracking_number` string — Tracking number associated with the inbound shipment.
    - `container_type` 'express' | 'box' | 'pallet' | 'container_20gp' | 'container_20hq' | 'container_40gp' | 'container_40hq' | 'container_45gp' | 'container_53hq' | 'other' | 'platform_pickup' | 'third_party_freight' | 'self_shipped', required — Arrival mode of the shipment at the warehouse.
    - `boxes` StarBox[], required — Box types in the shipment. Each entry is a stack of identically-packed cartons.
      - `carton_count` integer — Number of identical cartons of this box type.
      - `length` number, required — Carton length in cm.
      - `width` number, required — Carton width in cm.
      - `height` number, required — Carton height in cm.
      - `weight` number, required — Carton weight in kg.
      - `line_items` WmsInboundShipmentWriteLineItemstar[], required — List of line items included in the shipment.
        - `sku` string, required
        - `expected_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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `tracking_number` string — Tracking number associated with the inbound shipment.
    - `line_items` WmsInboundShipmentCreateLineItemstockhub[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `warehouse_id` 'N/A - Connect an account to see options', required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `supplier_object` union, required
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `line_items` WmsInboundShipmentWriteLineItemstord[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_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
    - `supplier_object` union, required
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `line_items` WmsInboundShipmentCreateLineItemunleashed[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
      - `unit_cost` number
    - `warehouse_id` string — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `purchase_order_number` string — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date — Date the shipment is expected to reach the warehouse.
  - 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
    - `supplier_object` union, required
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `line_items` WmsInboundShipmentWriteLineItemveracore[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
    - `notes` string — Notes associated with the inbound shipment.
  - 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 — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `warehouse_customer_id` string, nullable — The ID of the merchant/tenant/customer that owns the inbound shipment. Can be passed into the [Warehouse Customer](/api-reference/wms-api/warehouse-customers/get-item) endpoint for more details.
    - `purchase_order_number` string — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date-time — Date the shipment is expected to reach the warehouse.
    - `tracking_number` string — Tracking number associated with the inbound shipment.
    - `line_items` WmsInboundShipmentCreateLineItemwarehance[], required — List of line items included in the shipment.
      - `expected_quantity` integer, required
      - `inventory_item_id` string, required — The product ID in Warehance.
  - 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
    - `supplier_object` union, required
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `warehouse_id` string, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `warehouse_customer_id` string, nullable — The ID of the merchant/tenant/customer that owns the inbound shipment. Can be passed into the [Warehouse Customer](/api-reference/wms-api/warehouse-customers/get-item) endpoint for more details.
    - `purchase_order_number` string — The number of the purchase order associated with the inbound shipment.
    - `line_items` WmsInboundShipmentCreateLineItemwhiplash[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required — Total quantity of the item expected to be received.
      - `lot_number` string — Lot number for the items.
      - `expiration_date` string — Expiration date for the lot in ISO format.
    - `tracking_number` string — Tracking number associated with the inbound shipment.
  - 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
    - `purchase_order_number` string, required — The number of the purchase order associated with the inbound shipment.
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `contact_country` string, required — Country of origin of the shipment
    - `origin_type` 'Supplier' | 'Manufacturer' | 'Warehouse' | 'Store' | 'Customer', required
    - `line_items` WmsInboundShipmentCreateLineItem[], required — List of line items included in the shipment.
      - `sku` string, required — Sku
      - `expected_quantity` integer, required — Expected quantity
      - `duty_class` string, required — Determinate if the inventory already paid duties expected values
      - `manufacturer_id` string, required — ID for the vendor where the inventory was manufacured. This is a 15 Char starting with Country ISO 2
      - `country_of_origin` string — Country of origin of the inventory
  - 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
    - `supplier_object` union, required
      - object
        - `supplier_id` string, required — The ID of the supplier.
      - object
        - `supplier_name` string, required — The name of the supplier. If supplier ID is provided, that will take precedence over this.
    - `warehouse_id` string — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `purchase_order_number` string — The number of the purchase order associated with the inbound shipment.
    - `line_items` WmsInboundShipmentWriteLineItemzenventory[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
      - `unit_cost` number
    - `ship_method` string — Shipping method for the inbound shipment.
  - 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
    - `supplier_object` SupplierIdSchema, required
      - `supplier_id` string, required — The ID of the supplier.
    - `purchase_order_number` string — The number of the purchase order associated with the inbound shipment.
    - `warehouse_id` string
    - `line_items` WmsInboundShipmentWriteLineItemzoho[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required

## Response `200`

Successful response

- WmsCreateInboundShipmentResponse
  - `data` CreateInboundShipmentResponseDataSchema
    - `id` string, required — The unique ID of the inbound shipment.
    - `warehouse_customer_id` string, nullable, required — The ID of the merchant/tenant/customer that owns the inbound shipment. Can be passed into the [Warehouse Customer](/api-reference/wms-api/warehouse-customers/get-item) endpoint for more details.
    - `created_date` string, date-time, required — The date the inbound shipment was created.
    - `updated_date` string, date-time, required — The date the inbound shipment was last updated.
    - `purchase_order_number` string, nullable, required — The number of the purchase order associated with the inbound shipment.
    - `status` 'open' | 'in-transit' | 'receiving' | 'received' | 'cancelled' | 'other', required — The status of the inbound shipment. See the [inbound shipment information](info) for more details.
    - `raw_status` string, nullable, required — The raw status (if available) returned directly from the WMS.
    - `supplier_object` InboundShipmentSupplier, required
      - `supplier_id` string, required — The ID of the supplier.
      - `supplier_name` string, nullable, required — The name of the supplier.
    - `expected_arrival_date` string, date-time, nullable, required — Date the shipment is expected to reach the warehouse.
    - `warehouse_id` string, nullable, required — ID of the warehouse that will be receiving the shipment. Can be passed into the [Warehouse](/api-reference/wms-api/warehouses/get-item) endpoint for more details.
    - `line_items` WmsInboundShipmentLineItem[], required — List of line items included in the shipment.
      - `inventory_item_id` string, required — Can be passed into the [Inventory](/api-reference/wms-api/inventory/get-item) endpoint for more details.
      - `sku` string, nullable, required
      - `expected_quantity` integer, required — Total quantity of the item expected to be received.
      - `received_quantity` integer, required — Total quantity of the item that has been received.
      - `unit_cost` number, nullable, required — The cost per product that is charged by the manufacturer.
      - `external_id` string, nullable, required — An identifier from an external system. e.g. vendor sku, external id, reference number, etc..
    - `receipts` InboundReceipt[], required — List of receiving events associated with the inbound shipment.
      - `id` string, required — The unique ID of the receiving event.
      - `arrived_date` string, date-time, required — Date the items arrived.
      - `line_items` InboundReceiptLineItem[], required — List of line items included in the receiving event.
        - `inventory_item_id` string, required — Can be passed into the [Inventory](/api-reference/wms-api/inventory/get-item) endpoint for more details.
        - `sku` string, nullable, required
        - `quantity` integer, required — Total quantity of the item that has been received.
    - `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
    - `tracking_numbers` string[], required — List of tracking numbers associated with the inbound shipment.
    - `notes` string[], required — List of notes associated with the inbound shipment.
    - `external_system_url` string, nullable, required — URL link to the inbound shipment 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)
