HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
API Reference
Developer HubAPI StatusSupport

listInboundPlans

Provides a list of inbound plans with minimal information.

Usage Plan:

Rate (requests per second)Burst
26

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API.

Query Params
integer
1 to 30
Defaults to 10

The number of inbound plans to return in the response matching the given query.

string
length between 0 and 1024

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.

string

The status of an inbound plan.

string

Sort by field.

string

The sort order.

Responses

Response body
object
inboundPlans
array of objects

A list of inbound plans with minimal information.

inboundPlans
object
date-time
required

The time at which the inbound plan was created. In ISO 8601 datetime format with pattern yyyy-MM-ddTHH:mm:ssZ.

string
required
length between 38 and 38

Identifier of an inbound plan.

date-time
required

The time at which the inbound plan was last updated. In ISO 8601 datetime format with pattern yyyy-MM-ddTHH:mm:ssZ.

marketplaceIds
array of strings
required

A list of marketplace IDs.

marketplaceIds*
string
required

Human-readable name of the inbound plan.

sourceAddress
object
required

Specific details to identify a place.

string
required
length between 1 and 1024

The current status of the inbound plan. Possible values: ACTIVE, VOIDED, SHIPPED, ERRORED.

pagination
object

Contains tokens to fetch from a certain page.

string
length between 1 and 1024

When present, pass this string token in the next request to return the next response page.

Headers
object
string

Unique request reference identifier.

string

Your rate limit (requests per second) for this operation.

Language