@sp-api-sdk/amazon-warehousing-and-distribution-api-2024-05-09 5.1.0 → 5.2.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/README.md +4 -5
- package/dist/index.cjs +2265 -1928
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1821 -2220
- package/dist/index.d.ts +1821 -2220
- package/dist/index.js +2207 -1857
- package/dist/index.js.map +1 -1
- package/package.json +14 -6
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@sp-api-sdk/amazon-warehousing-and-distribution-api-2024-05-09)
|
|
4
4
|
[](https://github.com/xojs/xo)
|
|
5
5
|
|
|
6
|
-
The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.
|
|
6
|
+
The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.
|
|
7
7
|
|
|
8
8
|
[<img src="https://files.bizon.solutions/images/logo/bizon-horizontal.png" alt="Bizon" width="250"/>](https://www.bizon.solutions?utm_source=github&utm_medium=readme&utm_campaign=selling-partner-api-sdk)
|
|
9
9
|
|
|
@@ -67,10 +67,10 @@ const client = new AmazonWarehousingAndDistributionApiClient({
|
|
|
67
67
|
region: 'eu',
|
|
68
68
|
logging: {
|
|
69
69
|
request: {
|
|
70
|
-
logger: console.debug
|
|
70
|
+
logger: console.debug,
|
|
71
71
|
},
|
|
72
72
|
response: {
|
|
73
|
-
logger: console.debug
|
|
73
|
+
logger: console.debug,
|
|
74
74
|
},
|
|
75
75
|
error: true,
|
|
76
76
|
},
|
|
@@ -81,14 +81,13 @@ Specifying `true` will use the default options, specifying an object will allow
|
|
|
81
81
|
This uses [axios-logger](https://github.com/hg-pyun/axios-logger) under the hood.
|
|
82
82
|
By default, if enabled, the `request` and `response` loggers will use `console.info` and the `error` logger will use `console.error`.
|
|
83
83
|
|
|
84
|
-
|
|
85
84
|
## License
|
|
86
85
|
|
|
87
86
|
MIT
|
|
88
87
|
|
|
89
88
|
## Miscellaneous
|
|
90
89
|
|
|
91
|
-
```
|
|
90
|
+
```text
|
|
92
91
|
╚⊙ ⊙╝
|
|
93
92
|
╚═(███)═╝
|
|
94
93
|
╚═(███)═╝
|