v1

latestOpenAPI 3.0.0Apache License 2.02026-07-263171,5614.1 MB
Fulfillment Inbound v2024-03-20

updateShipmentTrackingDetails

Updates a shipment's tracking details.

put/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/trackingDetails

Path parameters

inboundPlanIdstring required

Identifier of an inbound plan.

shipmentIdstring required

Identifier of a shipment. A shipment contains the boxes and units being inbounded.

Request body

Example request

{
  "trackingDetails": {
    "spdTrackingDetail": {
      "spdTrackingItems": [
        {
          "boxId": "FBA10ABC0YY100001",
          "trackingId": "FBA10002000"
        }
      ]
    }
  }
}

Response

UpdateShipmentTrackingDetails 202 response

operationIdstring required

UUID for the given operation.