v1

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

confirmTransportationOptions

Confirms all the transportation options for an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new transportation options can not be generated or confirmed for the Inbound Plan.

post/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/transportationOptions/confirmation

Path parameters

inboundPlanIdstring required

Identifier of an inbound plan.

Request body

Example request

{
  "transportationSelections": [
    {
      "contactInformation": {
        "email": "email@email.com",
        "name": "John Smithy",
        "phoneNumber": "1234567890"
      },
      "shipmentId": "sh1234abcd-1234-abcd-5678-1234abcd5678",
      "transportationOptionId": "to1234abcd-1234-abcd-5678-1234abcd5678"
    }
  ]
}

Response

ConfirmTransportationOptions 202 response

operationIdstring required

UUID for the given operation.