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

getAdditionalSellerInputs

Gets a list of additional seller inputs required for a ship method. This is generally used for international shipping.

Usage Plan:

Rate (requests per second)Burst
11

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that are applied to the requested operation when available. The preceding table indicates 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 SP-API.

Body Params

The request schema for the GetAdditionalSellerInputs operation.

string
required

An Amazon-defined shipping service identifier.

ShipFromAddress
object
required

The postal address information.

string
required

An Amazon-defined order identifier, in 3-7-7 format.

Responses

Response body
object
payload
object

The payload for the getAdditionalSellerInputs operation.

ShipmentLevelFields
array of objects

A list of additional inputs.

ShipmentLevelFields
object
string

The field name.

SellerInputDefinition
object

Specifies characteristics that apply to a seller input.

ItemLevelFieldsList
array of objects

A list of item level fields.

ItemLevelFieldsList
object
string
required

The Amazon Standard Identification Number (ASIN) of the item.

AdditionalInputs
array of objects
required

A list of additional inputs.

AdditionalInputs*
object
string

The field name.

SellerInputDefinition
object

Specifies characteristics that apply to a seller input.

errors
array of objects

A list of error responses returned when a request is unsuccessful.

errors
object
string
required

An error code that identifies the type of error that occurred.

string
required

A message that describes the error condition in a human-readable form.

string

Additional details that can help the caller understand or fix the issue.

Headers
object
string

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

string

Unique request reference identifier.

Language