orders-api-v0
The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
Installing
yarn add @sp-api-sdk/orders-api-v0
npm install @sp-api-sdk/orders-api-v0
Getting Started
const auth = new SellingPartnerApiAuth({
clientId: '',
clientSecret: '',
refreshToken: '',
secretAccessKey: '',
accessKeyId: '',
region: '',
role: {
arn: '',
}
})
const client = new OrdersApiClient({
auth,
region: 'eu-west-1'
})
API documentation
See here