---
title: "Update existing inbound by id"
method: PUT
path: "/inbounds/{inboundId}"
tags: ["inbounds"]
---

# Update existing inbound by id

`PUT /inbounds/{inboundId}`

ADD ENDPOINT DESCRIPTION HERE

## Path parameters

- `inboundId` integer, required

## Request body

- string

## Response `200`

successful operation

- InboundGet
  - `sellerId` integer, required — Seller ID.
  - `warehouseId` integer, required — Warehouse ID. <br>A list of warehouse identifiers and names can be obtained by executing GET /warehouses
  - `shipFrom` AddressDetail, required
    - `name1` string
    - `name2` string
    - `company` string
    - `address1` string
    - `address2` string
    - `address3` string
    - `zip` string
    - `city` string
    - `state` string
    - `country` string
    - `phone` string
    - `email` string
  - `estimatedArrivalTime` string, date-time, required — Estimated date of arrival
  - `deliverySlipNumber` string, required — Delivery slip number
  - `customAttributes` object — Optional custom attributes of this inbound.
  - `movementReferenceNumber` string — Optional movement reference number. Unique identifier assigned to customs declarations within the UK and EU
  - `id` integer
  - `created` string, date-time
  - `inboundIdentifier` string
  - `exportedAt` string, date-time
  - `completedAt` string, date-time
  - `cancelledAt` string, date-time
  - `inboundStatus` 'PENDING' | 'CREATED' | 'PROCESSING' | 'COMPLETED' | 'CANCELLED'
  - `requestId` string
  - `inboundShipments` InboundShipmentDetail[]
    - `inboundShipmentIdentifier` string
    - `arrivedAt` string, date-time
    - `inboundShipmentPositions` InboundShipmentPositionDetail[]
      - `quantity` integer
      - `warehouseSku` string
      - `sellerSku` string
      - `lot` string
      - `location` string
      - `positionIdentifier` string
      - `totalGrossWeight` number
      - `barcode` string
      - `storageCode` string
      - `storageBlocked` boolean
      - `expirationDate` string, date
    - `comments` string
    - `reasonToAddImages` string
    - `totalGrossWeight` number
    - `inboundComments` InboundCommentGet[]
      - `commentText` string
      - `reasonToAddImages` string
      - `images` InboundImageGet[]
        - `id` string
        - `url` Link
          - `link` string
    - `images` InboundImageGet[]
      - `id` string
      - `url` Link
        - `link` string
    - `groupedInboundShipmentPositions` GroupedInboundShipmentPosition[]
      - `warehouseSku` string
      - `sellerSku` string
      - `quantity` integer
      - `lot` string
      - `expirationDate` string, date-time
  - `createdByLogsta` boolean
  - `trackingNumber` string
  - `comments` string
  - `deliverySlipDate` string, date-time
  - `externalIdentifier` string
  - `tags` string[]
  - `inboundReference` string
  - `shopId` integer, required — Shop ID.
  - `carrier` string
  - `trackingLink` string
  - `inboundPositions` InboundPositionDetailGet[]
    - `quantity` integer, required — Number of units of the position.
    - `sku` string, required — Position SKU.
    - `lot` string — Optional position lot.
    - `location` string — Optional position location.
    - `expirationDate` string, date — Optional position expiration date.
    - `serialNumbers` string[] — Optional position serial numbers.
    - `positionNumber` string — Optional position number or identifier
    - `customAttributes` object
    - `inboundPositionId` integer
    - `warehouseSku` string
    - `articleIdentifier` string
    - `productIdentifier` string
  - `deliveryInfo` InboundDeliveryInfoDetail
    - `cargoType` 'CARTON' | 'PALLET' | 'CONTAINER', required — Cargo type.
    - `quantity` integer, required — Cargo quantity.

---

[API](https://skmtc.net/writechoiceorg/apis/connector.md) · [All operations](https://skmtc.net/writechoiceorg/apis/connector/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/writechoiceorg/connector/revisions/7ce09a4b2a4e/schema)
