UNPKG

amazon-sp-api-node8

Version:

Amazon Selling Partner API client for Node version 8x

14 lines 337 B
module.exports = { 'v1':{ getAuthorizationCode:(req_params) => { return Object.assign(req_params, { method:'GET', api_path:'/authorization/v1/authorizationCode', restore_rate:1, is_grantless:true, scope:'sellingpartnerapi::migration', deprecation_date: '2024-03-20' }); } } };