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

getAccount

Returns information about a seller account and its marketplaces.

Usage Plan:

Rate (requests per second)Burst
0.01615

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 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 Selling Partner API.

Responses

Response body
object
payload
object

The response schema for the getAccount operation.

marketplaceParticipationList
array of objects
required

List of marketplace participations.

marketplaceParticipationList*
object
marketplace
object
required

Information about an Amazon marketplace where a seller can list items and customers can view and purchase items.

participation
object
required

Information that is specific to a seller in a marketplace.

string
required

The name of the seller's store as displayed in the marketplace.

string
required

The type of business registered for the seller account.

CHARITY CRAFTSMAN NATURAL_PERSON_COMPANY PUBLIC_LISTED PRIVATE_LIMITED SOLE_PROPRIETORSHIP STATE_OWNED INDIVIDUAL

Show Details
CHARITYThe business is registered as a charity.
CRAFTSMANThe business is registered as a craftsman.
NATURAL_PERSON_COMPANYThe business is a natural person company.
PUBLIC_LISTEDThe business is a publicly listed company.
PRIVATE_LIMITEDThe business is a private limited company.
SOLE_PROPRIETORSHIPThe business is a sole proprietorship.
STATE_OWNEDThe business is state-owned.
INDIVIDUALThe entity is not a business but an individual.
string
required

The selling plan details.

PROFESSIONAL INDIVIDUAL

Show Details
PROFESSIONALThe seller has a professional selling plan.
INDIVIDUALThe seller has an individual selling plan.
business
object

Information about the seller's business. Certain fields may be omitted depending on the seller's businessType.

primaryContact
object

Information about the seller's primary contact.

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 you understand or fix the issue.

Headers
object
string

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

string

Unique request reference identifier.

Language