product-fees-api-v0
The Selling Partner API for Product Fees lets you programmatically retrieve estimated fees for a product. You can then account for those fees in your pricing.
Installing
yarn add @sp-api-sdk/product-fees-api-v0
npm install @sp-api-sdk/product-fees-api-v0
Getting Started
const auth = new SellingPartnerApiAuth({
clientId: '',
clientSecret: '',
refreshToken: '',
secretAccessKey: '',
accessKeyId: '',
region: '',
role: {
arn: '',
}
})
const client = new ProductFeesApiClient({
auth,
region: 'eu-west-1'
})
API documentation
See here