Input
Resource URI (production)
URI parameters
HTTP request headers
OAuth scope
This request requires an access token created with the authorization code grant flow, using one or more scopes from the following list (please check your Application Keys page for a list of OAuth scopes available to your application):
https://api.ebay.com/oauth/api_scope/sell.account
https://api.ebay.com/oauth/api_scope/sell.account.readonly
See OAuth access tokens for more information.
Output
Output container/field | Type | Description |
---|---|---|
sellerRegistrationCompleted | boolean | If set to true , the seller's registration is completed. Occurrence: Conditional |
sellingLimit | SellingLimit | Complex type defining the selling limits for the associated seller account. Occurrence: Conditional |
sellingLimit.amount | Amount | The maximum merchandise amount (value and quantity) that a seller can list per calendar month. Occurrence: Conditional |
sellingLimit.amount.currency | CurrencyCodeEnum | The base currency applied to the value field to establish a monetary amount. The currency is represented as a 3-letter ISO 4217 currency code. For example, the code for the Canadian Dollar is CAD . Default: The default currency of the eBay marketplace that hosts the listing. Occurrence: Conditional |
sellingLimit.amount.value | string | The monetary amount in the specified currency. Required in the amount type. Occurrence: Conditional |
sellingLimit.quantity | integer | The maximum quantity of items that can be listed by the seller per calendar month. Note that for a listing with variations, all of the items listed in the variation count as individual items. Occurrence: Conditional |
HTTP status codes
This call can return one of the following HTTP status codes. For an overview of the status codes, see HTTP status codes in Using eBay RESTful APIs.
Status | Meaning |
---|---|
200 | Success |
400 | Bad Request |
500 | Internal Server Error |
Error codes
For more on errors, plus the codes of other common errors, see Handling errors.
Code | Domain | Category | Meaning |
---|---|---|---|
20500 | API_ACCOUNT | APPLICATION | System error. |
Warnings
Samples
New to making API calls? Please see Making a Call.
Note: Identifiers, such as order IDs or user IDs, and personal data in these samples might be anonymized or may no longer be active on eBay. If necessary, substitute current, relevant eBay data in your requests.