Using openapi-ts with api.ebay.com

TypeScript integration

Install
npm install openapi-ts
Quick start
import Openapi_ts from 'openapi-ts';

const client = new Openapi_ts({ accessToken: "YOUR_ACCESS_TOKEN" });
<span class="tablenote"><b>Note:</b>This method was originally created to see…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/account/v1/kyc
This method retrieves the seller's current set of privileges, including wheth…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/account/v1/privilege
Use this call to retrieve all sales tax table entries that the seller has def…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/sell/account/v1/sales_tax
SDK on GitHub 📄 API Docs
SDK
openapi-ts
TypeScript
API
api.ebay.com
api.ebay.com:sell-account
At a glance
Language TypeScript
Endpoints36
Base URLhttps://api.ebay.com/sell/account/v1