v1

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

generateTransportationOptions

Generates available transportation options for a given placement option.

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

Path parameters

inboundPlanIdstring required

Identifier of an inbound plan.

Request body

placementOptionIdstring required

The placement option to generate transportation options for.

Example request

{
  "placementOptionId": "pl1234abcd-1234-abcd-5678-1234abcd5678",
  "shipmentTransportationConfigurations": [
    {
      "contactInformation": {
        "email": "email@email.com",
        "name": "John Smithy",
        "phoneNumber": "1234567890"
      },
      "freightInformation": {
        "declaredValue": {
          "amount": 5.5,
          "code": "CAD"
        },
        "freightClass": "FC_50"
      },
      "pallets": [
        {
          "dimensions": {
            "height": 5,
            "length": 3,
            "unitOfMeasurement": "CM",
            "width": 4
          },
          "quantity": 2,
          "stackability": "STACKABLE",
          "weight": {
            "unit": "KG",
            "value": 5.5
          }
        }
      ],
      "readyToShipWindow": {
        "start": "2024-01-01T00:00Z"
      },
      "shipmentId": "sh1234abcd-1234-abcd-5678-1234abcd5678"
    }
  ]
}

Response

GenerateTransportationOptions 202 response

operationIdstring required

UUID for the given operation.