UNPKG
amazon-sp-api-node8
Version:
latest (1.1.415)
1.1.415
1.1.414
1.1.413
1.1.412
1.1.411
1.1.41
1.1.4
1.0.4
Amazon Selling Partner API client for Node version 8x
amz.tools
amz-tools/amazon-sp-api
amazon-sp-api-node8
/
lib
/
resources
/
versions
/
authorization
/
authorization_v1.js
14 lines
•
337 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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'
}); } } };