@sp-api-sdk/sellers-api-v1
Version:
The Selling Partner API for Sellers (Sellers API) provides essential information about seller accounts, such as: The marketplaces a seller can list in The default language and currency of a marketplace Whether the seller has suspended listings Refer to th
31 lines (30 loc) • 1.39 kB
JavaScript
;
/* tslint:disable */
/* eslint-disable */
/**
* The Selling Partner API for Sellers
* The [Selling Partner API for Sellers](https://developer-docs.amazon.com/sp-api/docs/sellers-api-v1-reference) (Sellers API) provides essential information about seller accounts, such as: - The marketplaces a seller can list in - The default language and currency of a marketplace - Whether the seller has suspended listings Refer to the [Sellers API reference](https://developer-docs.amazon.com/sp-api/docs/sellers-api-v1-reference) for details about this API\'s operations, data types, and schemas.
*
* The version of the OpenAPI document: v1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.AccountSellingPlanEnum = exports.AccountBusinessTypeEnum = void 0;
exports.AccountBusinessTypeEnum = {
Charity: 'CHARITY',
Craftsman: 'CRAFTSMAN',
NaturalPersonCompany: 'NATURAL_PERSON_COMPANY',
PublicListed: 'PUBLIC_LISTED',
PrivateLimited: 'PRIVATE_LIMITED',
SoleProprietorship: 'SOLE_PROPRIETORSHIP',
StateOwned: 'STATE_OWNED',
Individual: 'INDIVIDUAL'
};
exports.AccountSellingPlanEnum = {
Professional: 'PROFESSIONAL',
Individual: 'INDIVIDUAL'
};