Request IO shipment details

After sellers create an inbound order, the Create Inbound Shipments API response will tell whether the order can be sent in a single shipment to one WFS fulfillment center or must be split into multiple shipments to different fulfillment centers.

To retrieve the Shipment level info, call the Get Inbound Shipments API to receive specific details.

To request the IO shipment details, call GET /v3/inbound-shipments{shipmentId} and provide query parameters to specify the details you want to see for the shipment.

You can search for these shipment details by passing the corresponding query parameter in your API call:

  • Number of Inbound Orders to be returned – offset
  • Get the ID for the shipment request –inboundOrderId
  • Get the ID for the shipment – shipmentId
  • Get the status of the IO shipment – status
  • Start date for IO creation – fromCreateDate and toCreateDate

Note: To see item-level shipment details, see Request IO Item details.

Receive shipping details

The response returns this information about the IO shipment request:

  • ID for the IO request –inboundOrderId
  • Shipment ID – shipmentId
  • Address for sellers to send their shipment – shipToAddress
  • Status of the Shipment – status
  • Shipment creation date – createdDate
  • Total units in the shipment – shipmentUnits
  • Total units received by the FC – receivedUnits
  • Seller-provided expected delivery date – expectedDeliveryDate
  • Actual Delivery Date for FC to deliver the item based on network capacity – updatedExpectedDeliveryDate
  • Shipment Tracking Number – trackingNo
  • Shipment Carrier Name – carrierName

For detailed descriptions, see API Reference for Get Shipments.