@sp-api-sdk/external-fulfillment-returns-api-2024-09-11 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +10 -5
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sp-api-sdk/external-fulfillment-returns-api-2024-09-11",
|
|
3
3
|
"author": "Bertrand Marron <bertrand@bizon.solutions>",
|
|
4
4
|
"description": "You can use the Amazon External Fulfillment Return Item Processing API to retrieve, track, and process return items through Amazon's External Fulfillment returns management system.",
|
|
5
|
-
"version": "2.1.
|
|
5
|
+
"version": "2.1.1",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"engines": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"dist"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@sp-api-sdk/common": "4.0.
|
|
35
|
+
"@sp-api-sdk/common": "4.0.1",
|
|
36
36
|
"axios": "^1.18.1"
|
|
37
37
|
},
|
|
38
38
|
"repository": {
|
|
@@ -46,13 +46,18 @@
|
|
|
46
46
|
"homepage": "https://github.com/bizon/selling-partner-api-sdk/tree/master/clients/external-fulfillment-returns-api-2024-09-11",
|
|
47
47
|
"keywords": [
|
|
48
48
|
"amazon",
|
|
49
|
+
"amazon-sp-api",
|
|
49
50
|
"bizon",
|
|
50
|
-
"
|
|
51
|
-
"
|
|
51
|
+
"esm",
|
|
52
|
+
"nodejs",
|
|
53
|
+
"sdk",
|
|
52
54
|
"selling partner api",
|
|
55
|
+
"selling-partner-api",
|
|
53
56
|
"sp api",
|
|
54
57
|
"sp sdk",
|
|
58
|
+
"sp-api",
|
|
59
|
+
"typescript",
|
|
55
60
|
"external fulfillment returns api"
|
|
56
61
|
],
|
|
57
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "ba6f2c01e5f1e877c8f7bbdbe346d0157e2ca9a7"
|
|
58
63
|
}
|