UNPKG
@moredeal/amazon-sp-api
Version:
latest (0.7.14)
0.7.14
0.7.13
0.7.12
0.7.11
Amazon Selling Partner API client
amz.tools
amz-tools/amazon-sp-api
@moredeal/amazon-sp-api
/
lib
/
resources
/
versions
/
authorization
/
authorization_v1.js
13 lines
•
297 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
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'
}); } } };