@sp-api-sdk/fulfillment-inbound-api-v0 2.0.4 → 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.
@@ -223,6 +223,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
223
223
  * @param {Array<string>} [sellerSKUList] A list of SellerSKU values. Used to identify items for which you want inbound guidance for shipment to Amazon\&#39;s fulfillment network. Note: SellerSKU is qualified by the SellerId, which is included with every Selling Partner API operation that you submit. If you specify a SellerSKU that identifies a variation parent ASIN, this operation returns an error. A variation parent ASIN represents a generic product that cannot be sold. Variation child ASINs represent products that have specific characteristics (such as size and color) and can be sold.
224
224
  * @param {Array<string>} [aSINList] A list of ASIN values. Used to identify items for which you want inbound guidance for shipment to Amazon\&#39;s fulfillment network. Note: If you specify a ASIN that identifies a variation parent ASIN, this operation returns an error. A variation parent ASIN represents a generic product that cannot be sold. Variation child ASINs represent products that have specific characteristics (such as size and color) and can be sold.
225
225
  * @param {*} [options] Override http request option.
226
+ * @deprecated
226
227
  * @throws {RequiredError}
227
228
  */
228
229
  getInboundGuidance: async (marketplaceId, sellerSKUList, aSINList, options = {}) => {
@@ -734,6 +735,7 @@ const FbaInboundApiFp = function (configuration) {
734
735
  * @param {Array<string>} [sellerSKUList] A list of SellerSKU values. Used to identify items for which you want inbound guidance for shipment to Amazon\&#39;s fulfillment network. Note: SellerSKU is qualified by the SellerId, which is included with every Selling Partner API operation that you submit. If you specify a SellerSKU that identifies a variation parent ASIN, this operation returns an error. A variation parent ASIN represents a generic product that cannot be sold. Variation child ASINs represent products that have specific characteristics (such as size and color) and can be sold.
735
736
  * @param {Array<string>} [aSINList] A list of ASIN values. Used to identify items for which you want inbound guidance for shipment to Amazon\&#39;s fulfillment network. Note: If you specify a ASIN that identifies a variation parent ASIN, this operation returns an error. A variation parent ASIN represents a generic product that cannot be sold. Variation child ASINs represent products that have specific characteristics (such as size and color) and can be sold.
736
737
  * @param {*} [options] Override http request option.
738
+ * @deprecated
737
739
  * @throws {RequiredError}
738
740
  */
739
741
  async getInboundGuidance(marketplaceId, sellerSKUList, aSINList, options) {
@@ -931,6 +933,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
931
933
  * Returns information that lets a seller know if Amazon recommends sending an item to a given marketplace. In some cases, Amazon provides guidance for why a given SellerSKU or ASIN is not recommended for shipment to Amazon\'s fulfillment network. Sellers may still ship items that are not recommended, at their discretion. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
932
934
  * @param {FbaInboundApiGetInboundGuidanceRequest} requestParameters Request parameters.
933
935
  * @param {*} [options] Override http request option.
936
+ * @deprecated
934
937
  * @throws {RequiredError}
935
938
  */
936
939
  getInboundGuidance(requestParameters, options) {
@@ -1100,6 +1103,7 @@ class FbaInboundApi extends base_1.BaseAPI {
1100
1103
  * Returns information that lets a seller know if Amazon recommends sending an item to a given marketplace. In some cases, Amazon provides guidance for why a given SellerSKU or ASIN is not recommended for shipment to Amazon\'s fulfillment network. Sellers may still ship items that are not recommended, at their discretion. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1101
1104
  * @param {FbaInboundApiGetInboundGuidanceRequest} requestParameters Request parameters.
1102
1105
  * @param {*} [options] Override http request option.
1106
+ * @deprecated
1103
1107
  * @throws {RequiredError}
1104
1108
  * @memberof FbaInboundApi
1105
1109
  */
@@ -34,5 +34,6 @@ exports.PrepInstruction = {
34
34
  CapSealing: 'CapSealing',
35
35
  SetStickering: 'SetStickering',
36
36
  BlankStickering: 'BlankStickering',
37
+ ShipsInProductPackaging: 'ShipsInProductPackaging',
37
38
  NoPrep: 'NoPrep'
38
39
  };
@@ -217,6 +217,7 @@ export const FbaInboundApiAxiosParamCreator = function (configuration) {
217
217
  * @param {Array<string>} [sellerSKUList] A list of SellerSKU values. Used to identify items for which you want inbound guidance for shipment to Amazon\&#39;s fulfillment network. Note: SellerSKU is qualified by the SellerId, which is included with every Selling Partner API operation that you submit. If you specify a SellerSKU that identifies a variation parent ASIN, this operation returns an error. A variation parent ASIN represents a generic product that cannot be sold. Variation child ASINs represent products that have specific characteristics (such as size and color) and can be sold.
218
218
  * @param {Array<string>} [aSINList] A list of ASIN values. Used to identify items for which you want inbound guidance for shipment to Amazon\&#39;s fulfillment network. Note: If you specify a ASIN that identifies a variation parent ASIN, this operation returns an error. A variation parent ASIN represents a generic product that cannot be sold. Variation child ASINs represent products that have specific characteristics (such as size and color) and can be sold.
219
219
  * @param {*} [options] Override http request option.
220
+ * @deprecated
220
221
  * @throws {RequiredError}
221
222
  */
222
223
  getInboundGuidance: async (marketplaceId, sellerSKUList, aSINList, options = {}) => {
@@ -727,6 +728,7 @@ export const FbaInboundApiFp = function (configuration) {
727
728
  * @param {Array<string>} [sellerSKUList] A list of SellerSKU values. Used to identify items for which you want inbound guidance for shipment to Amazon\&#39;s fulfillment network. Note: SellerSKU is qualified by the SellerId, which is included with every Selling Partner API operation that you submit. If you specify a SellerSKU that identifies a variation parent ASIN, this operation returns an error. A variation parent ASIN represents a generic product that cannot be sold. Variation child ASINs represent products that have specific characteristics (such as size and color) and can be sold.
728
729
  * @param {Array<string>} [aSINList] A list of ASIN values. Used to identify items for which you want inbound guidance for shipment to Amazon\&#39;s fulfillment network. Note: If you specify a ASIN that identifies a variation parent ASIN, this operation returns an error. A variation parent ASIN represents a generic product that cannot be sold. Variation child ASINs represent products that have specific characteristics (such as size and color) and can be sold.
729
730
  * @param {*} [options] Override http request option.
731
+ * @deprecated
730
732
  * @throws {RequiredError}
731
733
  */
732
734
  async getInboundGuidance(marketplaceId, sellerSKUList, aSINList, options) {
@@ -923,6 +925,7 @@ export const FbaInboundApiFactory = function (configuration, basePath, axios) {
923
925
  * Returns information that lets a seller know if Amazon recommends sending an item to a given marketplace. In some cases, Amazon provides guidance for why a given SellerSKU or ASIN is not recommended for shipment to Amazon\'s fulfillment network. Sellers may still ship items that are not recommended, at their discretion. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
924
926
  * @param {FbaInboundApiGetInboundGuidanceRequest} requestParameters Request parameters.
925
927
  * @param {*} [options] Override http request option.
928
+ * @deprecated
926
929
  * @throws {RequiredError}
927
930
  */
928
931
  getInboundGuidance(requestParameters, options) {
@@ -1091,6 +1094,7 @@ export class FbaInboundApi extends BaseAPI {
1091
1094
  * Returns information that lets a seller know if Amazon recommends sending an item to a given marketplace. In some cases, Amazon provides guidance for why a given SellerSKU or ASIN is not recommended for shipment to Amazon\'s fulfillment network. Sellers may still ship items that are not recommended, at their discretion. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1092
1095
  * @param {FbaInboundApiGetInboundGuidanceRequest} requestParameters Request parameters.
1093
1096
  * @param {*} [options] Override http request option.
1097
+ * @deprecated
1094
1098
  * @throws {RequiredError}
1095
1099
  * @memberof FbaInboundApi
1096
1100
  */
@@ -31,5 +31,6 @@ export const PrepInstruction = {
31
31
  CapSealing: 'CapSealing',
32
32
  SetStickering: 'SetStickering',
33
33
  BlankStickering: 'BlankStickering',
34
+ ShipsInProductPackaging: 'ShipsInProductPackaging',
34
35
  NoPrep: 'NoPrep'
35
36
  };
@@ -87,6 +87,7 @@ export declare const FbaInboundApiAxiosParamCreator: (configuration?: Configurat
87
87
  * @param {Array<string>} [sellerSKUList] A list of SellerSKU values. Used to identify items for which you want inbound guidance for shipment to Amazon\&#39;s fulfillment network. Note: SellerSKU is qualified by the SellerId, which is included with every Selling Partner API operation that you submit. If you specify a SellerSKU that identifies a variation parent ASIN, this operation returns an error. A variation parent ASIN represents a generic product that cannot be sold. Variation child ASINs represent products that have specific characteristics (such as size and color) and can be sold.
88
88
  * @param {Array<string>} [aSINList] A list of ASIN values. Used to identify items for which you want inbound guidance for shipment to Amazon\&#39;s fulfillment network. Note: If you specify a ASIN that identifies a variation parent ASIN, this operation returns an error. A variation parent ASIN represents a generic product that cannot be sold. Variation child ASINs represent products that have specific characteristics (such as size and color) and can be sold.
89
89
  * @param {*} [options] Override http request option.
90
+ * @deprecated
90
91
  * @throws {RequiredError}
91
92
  */
92
93
  getInboundGuidance: (marketplaceId: string, sellerSKUList?: Array<string>, aSINList?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -240,6 +241,7 @@ export declare const FbaInboundApiFp: (configuration?: Configuration) => {
240
241
  * @param {Array<string>} [sellerSKUList] A list of SellerSKU values. Used to identify items for which you want inbound guidance for shipment to Amazon\&#39;s fulfillment network. Note: SellerSKU is qualified by the SellerId, which is included with every Selling Partner API operation that you submit. If you specify a SellerSKU that identifies a variation parent ASIN, this operation returns an error. A variation parent ASIN represents a generic product that cannot be sold. Variation child ASINs represent products that have specific characteristics (such as size and color) and can be sold.
241
242
  * @param {Array<string>} [aSINList] A list of ASIN values. Used to identify items for which you want inbound guidance for shipment to Amazon\&#39;s fulfillment network. Note: If you specify a ASIN that identifies a variation parent ASIN, this operation returns an error. A variation parent ASIN represents a generic product that cannot be sold. Variation child ASINs represent products that have specific characteristics (such as size and color) and can be sold.
242
243
  * @param {*} [options] Override http request option.
244
+ * @deprecated
243
245
  * @throws {RequiredError}
244
246
  */
245
247
  getInboundGuidance(marketplaceId: string, sellerSKUList?: Array<string>, aSINList?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetInboundGuidanceResponse>>;
@@ -388,6 +390,7 @@ export declare const FbaInboundApiFactory: (configuration?: Configuration, baseP
388
390
  * Returns information that lets a seller know if Amazon recommends sending an item to a given marketplace. In some cases, Amazon provides guidance for why a given SellerSKU or ASIN is not recommended for shipment to Amazon\'s fulfillment network. Sellers may still ship items that are not recommended, at their discretion. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
389
391
  * @param {FbaInboundApiGetInboundGuidanceRequest} requestParameters Request parameters.
390
392
  * @param {*} [options] Override http request option.
393
+ * @deprecated
391
394
  * @throws {RequiredError}
392
395
  */
393
396
  getInboundGuidance(requestParameters: FbaInboundApiGetInboundGuidanceRequest, options?: AxiosRequestConfig): AxiosPromise<GetInboundGuidanceResponse>;
@@ -910,6 +913,7 @@ export declare class FbaInboundApi extends BaseAPI {
910
913
  * Returns information that lets a seller know if Amazon recommends sending an item to a given marketplace. In some cases, Amazon provides guidance for why a given SellerSKU or ASIN is not recommended for shipment to Amazon\'s fulfillment network. Sellers may still ship items that are not recommended, at their discretion. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
911
914
  * @param {FbaInboundApiGetInboundGuidanceRequest} requestParameters Request parameters.
912
915
  * @param {*} [options] Override http request option.
916
+ * @deprecated
913
917
  * @throws {RequiredError}
914
918
  * @memberof FbaInboundApi
915
919
  */
@@ -29,6 +29,7 @@ export declare const PrepInstruction: {
29
29
  readonly CapSealing: "CapSealing";
30
30
  readonly SetStickering: "SetStickering";
31
31
  readonly BlankStickering: "BlankStickering";
32
+ readonly ShipsInProductPackaging: "ShipsInProductPackaging";
32
33
  readonly NoPrep: "NoPrep";
33
34
  };
34
35
  export type PrepInstruction = typeof PrepInstruction[keyof typeof PrepInstruction];
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/fulfillment-inbound-api-v0",
3
3
  "author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
4
4
  "description": "The Selling Partner API for Fulfillment Inbound lets you create applications that create and update inbound shipments of inventory to Amazon's fulfillment network.",
5
- "version": "2.0.4",
5
+ "version": "2.1.1",
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.0.4",
22
- "axios": "^1.6.2"
21
+ "@sp-api-sdk/common": "2.0.6",
22
+ "axios": "^1.6.8"
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": "96729dd2eabfca855da5eb33f271c0b09b449972"
43
+ "gitHead": "d757ce0353f64c34db7c46df5fc2bc2716a29f57"
44
44
  }