list Inbound Plans
GET {{baseUrl}}/inbound/fba/2024-03-20/inboundPlans?status=ACTIVE&sortBy=LAST_UPDATED_TIME&sortOrder=ASC
Provides a list of inbound plans with minimal information.
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 | number | The number of inbound plans to return in the response matching the given query. | |
paginationToken | string | 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. | |
status | string | The status of an inbound plan. | |
sortBy | string | Sort by field. | |
sortOrder | string | The sort order. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
x-amz-access-token | string |
RESPONSES
status: OK
{"inboundPlans":[{"createdAt":"\u003cdateTime\u003e","inboundPlanId":"6Q6avxM6Q6avxM6Q6avxM6Q6avxM6Q6avxM6Q6","lastUpdatedAt":"\u003cdateTime\u003e","marketplaceIds":["\u003cstring\u003e","\u003cstring\u003e"],"name":"\u003cstring\u003e","sourceAddress":{"addressLine1":"\u003cstring\u003e","city":"\u003cstring\u003e","countryCode":"ZG","name":"\u003cstring\u003e","postalCode":"\u003cstring\u003e","addressLine2":"\u003cstring\u003e","companyName":"\u003cstring\u003e","email":"\u003cstring\u003e","phoneNumber":"\u003cstring\u003e","stateOrProvinceCode":"\u003cstring\u003e"},"status":"\u003cstring\u003e"},{"createdAt":"\u003cdateTime\u003e","inboundPlanId":"SvUtTawTzSvUtTawTzSvUtTawTzSvUtTawTzSv","lastUpdatedAt":"\u003cdateTime\u003e","marketplaceIds":["\u003cstring\u003e","\u003cstring\u003e"],"name":"\u003cstring\u003e","sourceAddress":{"addressLine1":"\u003cstring\u003e","city":"\u003cstring\u003e","countryCode":"IO","name":"\u003cstring\u003e","postalCode":"\u003cstring\u003e","addressLine2":"\u003cstring\u003e","companyName":"\u003cstring\u003e","email":"\u003cstring\u003e","phoneNumber":"\u003cstring\u003e","stateOrProvinceCode":"\u003cstring\u003e"},"status":"\u003cstring\u003e"}],"pagination":{"nextToken":"\u003cstring\u003e"}}