UNPKG
amazon-sp-api-tcat
Version:
latest (1.1.0)
1.1.0
1.0.11
1.0.10
1.0.9
1.0.8
Amazon Selling Partner API client
getarthy.com
turkycat/amazon-sp-api
amazon-sp-api-tcat
/
lib
/
resources
/
feeds.js
15 lines
(14 loc)
•
275 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module
.exports = {
feeds:
{
__versions:
[
"2021-06-30"
],
__operations:
[
"getFeeds"
,
"createFeed"
,
"getFeed"
,
"cancelFeed"
,
"createFeedDocument"
,
"getFeedDocument"
], ...
require
(
"./versions/feeds/feeds_2021-06-30"
) } };