@sp-api-sdk/fulfillment-inbound-api-2024-03-20 3.3.6 → 3.3.8

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.
@@ -27,7 +27,7 @@ export interface Item {
27
27
  */
28
28
  'fnsku': string;
29
29
  /**
30
- * Specifies who will label the items. Options include `AMAZON`, `SELLER`, and `NONE`.
30
+ * Specifies who will label the items. Options include `AMAZON`, `SELLER`, and `NONE`. `AMAZON` is not an accepted value in the US marketplace.
31
31
  */
32
32
  'labelOwner': string;
33
33
  /**
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/fulfillment-inbound-api-2024-03-20",
3
3
  "author": "Bertrand Marron <bertrand@bizon.solutions>",
4
4
  "description": "The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon's fulfillment network. The API has interoperability with the Send-to-Amazon user interface.",
5
- "version": "3.3.6",
5
+ "version": "3.3.8",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -18,8 +18,8 @@
18
18
  "dist/**/*.d.ts"
19
19
  ],
20
20
  "dependencies": {
21
- "@sp-api-sdk/common": "2.1.27",
22
- "axios": "^1.13.4"
21
+ "@sp-api-sdk/common": "2.1.29",
22
+ "axios": "^1.13.5"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
@@ -40,5 +40,5 @@
40
40
  "sp sdk",
41
41
  "fulfillment inbound api"
42
42
  ],
43
- "gitHead": "9719d5934bed9715406acc691a8334148345a588"
43
+ "gitHead": "2c1fe783fb7c2204e7e19d4f85fa2bdf822e4593"
44
44
  }