UNPKG
amazon-sp-api-timeout
Version:
latest (0.7.11)
0.7.11
0.7.10
0.7.9
Amazon Selling Partner API client
amz.tools
colin-brown/amazon-sp-api-timeout
amazon-sp-api-timeout
/
lib
/
resources
/
versions
/
listings_restrictions
/
listingsRestrictions_2021-08-01.js
11 lines
•
246 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.
exports
= {
'2021-08-01'
:{
getListingsRestrictions
:
(
req_params
) =>
{
return
Object
.
assign
(req_params, {
method
:
'GET'
,
api_path
:
'/listings/2021-08-01/restrictions'
,
restore_rate
:
0.2
}); } } };