[11] list Transportation Options
GET {{baseUrl}}/inbound/fba/2024-03-20/inboundPlans/:inboundPlanId/transportationOptions?placementOptionId={{placementOptionId}}
Retrieves all transportation options for a shipment. Transportation options must first be generated by the generateTransportationOptions
operation before becoming available.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
2 | 6 |
The x-amzn-RateLimit-Limit
response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pageSize | null | The number of transportation options to return in the response matching the given query. | |
paginationToken | null | A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the pagination returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result. | |
placementOptionId | string | The placement option to get transportation options for. Either placementOptionId or shipmentId must be specified. | |
shipmentId | null | The shipment to get transportation options for. Either placementOptionId or shipmentId must be specified. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
x-amz-access-token | string |
RESPONSES
status: OK
{"transportationOptions":[{"carrier":{"alphaCode":"\u003cstring\u003e","name":"\u003cstring\u003e"},"preconditions":["\u003cstring\u003e","\u003cstring\u003e"],"shipmentId":"Us9ADjQOUs9ADjQOUs9ADjQOUs9ADjQOUs9ADj","shippingMode":"\u003cstring\u003e","shippingSolution":"\u003cstring\u003e","transportationOptionId":"l9-TKfntJl9-TKfntJl9-TKfntJl9-TKfntJl9","carrierAppointment":{"endTime":"\u003cdateTime\u003e","startTime":"\u003cdateTime\u003e"},"quote":{"cost":{"amount":"\u003cnumber\u003e","code":"\u003cstring\u003e"},"expiration":"\u003cdateTime\u003e","voidableUntil":"\u003cdateTime\u003e"}},{"carrier":{"alphaCode":"\u003cstring\u003e","name":"\u003cstring\u003e"},"preconditions":["\u003cstring\u003e","\u003cstring\u003e"],"shipmentId":"rvYXc6Y4nrvYXc6Y4nrvYXc6Y4nrvYXc6Y4nrv","shippingMode":"\u003cstring\u003e","shippingSolution":"\u003cstring\u003e","transportationOptionId":"BvZakp1PwdBvZakp1PwdBvZakp1PwdBvZakp1P","carrierAppointment":{"endTime":"\u003cdateTime\u003e","startTime":"\u003cdateTime\u003e"},"quote":{"cost":{"amount":"\u003cnumber\u003e","code":"\u003cstring\u003e"},"expiration":"\u003cdateTime\u003e","voidableUntil":"\u003cdateTime\u003e"}}],"pagination":{"nextToken":"\u003cstring\u003e"}}