---
title: "Update Inbound Shipment"
method: PUT
path: "/wms/inbound-shipments/{inbound_shipment_id}"
tags: ["wms", "Inbound Shipments"]
---

# Update Inbound Shipment

`PUT /wms/inbound-shipments/{inbound_shipment_id}`

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

## Path parameters

- `inbound_shipment_id` string, required

## 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
      - 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.
    - `tracking_number` string — Tracking number associated with the inbound shipment.
    - `line_items` UpdateInboundShipmentLineItemSchema[] — List of line items included in the shipment.
      - `sku` string
      - `expected_quantity` integer
  - 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` WmsInboundShipmentUpdateLineItembluebox[], 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 — 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` WmsInboundShipmentUpdateLineItemclarus[] — 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
    - `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` Update[] — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
      - `received_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 — 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.
    - `status` 'open' | 'in-transit' | 'receiving' | 'received' | 'cancelled' | 'other' — The status of the inbound shipment. See the [inbound shipment information](info) for more details.
    - `line_items` WmsInboundShipmentUpdateLineItemdeposco[] — 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.
  - 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_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.
    - `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` WmsInboundShipmentUpdateLineItemextensiv3plCentral[], 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
    - `ship_from_address` ShipFromAddressFlexport
      - `full_name` string, required
      - `company` string
      - `address1` string, required
      - `address2` string
      - `city` string, required
      - `state` string, required
      - `postal_code` string, required
      - `country` string, required
    - `tracking_number` string — The tracking 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
    - `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.
    - `expected_arrival_date` string, date — 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[] — 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.
    - `line_items` WmsInboundShipmentUpdateLineItemhelmWms[] — 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 — 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 — Date the shipment is expected to reach the warehouse.
    - `delivery_option` 'courier' | 'dropoff' | 'hive_freight' | 'postal' — Delivery method for the shipment
    - `line_items` WmsInboundShipmentUpdateLineItemhive[] — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
      - `unit_cost` number
    - `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
    - `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` WmsInboundShipmentUpdateLineIteminfoplus[], required — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
      - `unit_cost` number
  - object
    - `expected_arrival_date` string, date-time, required — Date the shipment is expected to reach the warehouse.
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `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.
    - `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.
    - `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` WmsInboundShipmentUpdateLineItemlogiwaIo[], 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.
    - `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` WmsInboundShipmentUpdateLineItemmasonhub[], 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.
  - 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` WmsInboundShipmentUpdateLineItemongoing[], 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 — 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.
    - `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
    - `supplier_object` SupplierIdSchema
      - `supplier_id` string, required — The ID of the supplier.
    - `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` '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.
    - `tracking_number` string — Tracking number associated with the inbound shipment.
    - `line_items` SandboxUpdateInboundShipmentLineItems[] — 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
    - `status` 'cancelled', required — Status of the shipment
  - object
    - `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.
    - `expected_arrival_date` string, date-time — Date the shipment is expected to reach the warehouse.
    - `shipping_price` number — Price of the shipment.
    - `line_items` WmsInboundShipmentUpdateLineItemshipheroUpdate[] — List of line items included in the shipment.
      - `sku` string, required — Cannot add new skus to line items, but can update fields for existing skus.
      - `expected_quantity` integer, required — The number of units expected to be received
    - `status` 'open' | 'received' | 'cancelled' — The status of the inbound shipment. See the [inbound shipment information](info) for more details.
    - `tracking_number` string — Tracking number associated with the inbound shipment.
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
  - object
    - `trackstar_tags` unknown[], nullable — A list of custom tags associated with the resource. A tag can be either a string or a dictionary with one key-value pair.
      - unknown
    - `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.
    - `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.
    - `notes` string[] — List of notes associated with the inbound shipment.
    - `tracking_numbers` string[] — Tracking numbers for the inbound shipment.
    - `line_items` WmsInboundShipmentUpdateLineItemshipmonk[] — 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
    - `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
      - 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 — Date the shipment is expected to reach the warehouse.
    - `line_items` WmsInboundShipmentUpdateLineItemshipstream[] — 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[] — List of line items included in the shipment.
      - `sku` string, required
      - `expected_quantity` integer, required
    - `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.
    - `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
    - `status` 'cancelled', required — The status of the inbound shipment. See the [inbound shipment information](info) 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
    - `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 — 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` WmsInboundShipmentUpdateLineItemskuvault[] — 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
    - `status` 'open' | 'in-transit' | 'receiving' | 'received' | 'cancelled' | 'other' — The status of the inbound shipment. See the [inbound shipment information](info) for more details.
    - `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 — 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.
    - `purchase_order_number` string — The number of the purchase order associated with the inbound shipment.
    - `line_items` WmsInboundShipmentUpdateLineItemsojo[] — 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
    - `line_items` WmsInboundShipmentUpdateLineItemunleashed[] — 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
    - `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 — 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
    - `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.
    - `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.
    - `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` WmsInboundShipmentUpdateLineItemwhiplash[] — 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.

## Response `200`

Successful response

- WmsUpdateInboundShipmentResponse
  - `data` WmsInboundShipmentApiItemSchema
    - `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

- `404` — Not found
- `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/revisions/4bc5c6e1a8bf/schema)
