@sp-api-sdk/vendor-direct-fulfillment-inventory-api-v1 2.1.0 → 2.2.0
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/dist/cjs/src/api-model/api/update-inventory-api.js +6 -6
- package/dist/es/src/api-model/api/update-inventory-api.js +6 -6
- package/dist/types/src/api-model/api/update-inventory-api.d.ts +7 -7
- package/dist/types/src/api-model/common.d.ts +0 -1
- package/dist/types/src/api-model/models/inventory-update.d.ts +2 -2
- package/dist/types/src/api-model/models/item-details.d.ts +3 -3
- package/dist/types/src/api-model/models/item-quantity.d.ts +1 -1
- package/dist/types/src/api-model/models/party-identification.d.ts +1 -1
- package/dist/types/src/api-model/models/submit-inventory-update-request.d.ts +1 -1
- package/dist/types/src/api-model/models/submit-inventory-update-response.d.ts +1 -1
- package/dist/types/src/api-model/models/transaction-reference.d.ts +1 -1
- package/package.json +4 -4
|
@@ -30,9 +30,9 @@ const base_1 = require("../base");
|
|
|
30
30
|
const UpdateInventoryApiAxiosParamCreator = function (configuration) {
|
|
31
31
|
return {
|
|
32
32
|
/**
|
|
33
|
-
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that
|
|
33
|
+
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that are applied to the 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, refer to [Usage Plans and Rate Limits in the *SP-API*](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
34
34
|
* @param {string} warehouseId Identifier for the warehouse for which to update inventory.
|
|
35
|
-
* @param {SubmitInventoryUpdateRequest} body
|
|
35
|
+
* @param {SubmitInventoryUpdateRequest} body The request body that contains the inventory update data to submit.
|
|
36
36
|
* @param {*} [options] Override http request option.
|
|
37
37
|
* @throws {RequiredError}
|
|
38
38
|
*/
|
|
@@ -73,9 +73,9 @@ const UpdateInventoryApiFp = function (configuration) {
|
|
|
73
73
|
const localVarAxiosParamCreator = (0, exports.UpdateInventoryApiAxiosParamCreator)(configuration);
|
|
74
74
|
return {
|
|
75
75
|
/**
|
|
76
|
-
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that
|
|
76
|
+
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that are applied to the 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, refer to [Usage Plans and Rate Limits in the *SP-API*](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
77
77
|
* @param {string} warehouseId Identifier for the warehouse for which to update inventory.
|
|
78
|
-
* @param {SubmitInventoryUpdateRequest} body
|
|
78
|
+
* @param {SubmitInventoryUpdateRequest} body The request body that contains the inventory update data to submit.
|
|
79
79
|
* @param {*} [options] Override http request option.
|
|
80
80
|
* @throws {RequiredError}
|
|
81
81
|
*/
|
|
@@ -96,7 +96,7 @@ const UpdateInventoryApiFactory = function (configuration, basePath, axios) {
|
|
|
96
96
|
const localVarFp = (0, exports.UpdateInventoryApiFp)(configuration);
|
|
97
97
|
return {
|
|
98
98
|
/**
|
|
99
|
-
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that
|
|
99
|
+
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that are applied to the 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, refer to [Usage Plans and Rate Limits in the *SP-API*](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
100
100
|
* @param {UpdateInventoryApiSubmitInventoryUpdateRequest} requestParameters Request parameters.
|
|
101
101
|
* @param {*} [options] Override http request option.
|
|
102
102
|
* @throws {RequiredError}
|
|
@@ -115,7 +115,7 @@ exports.UpdateInventoryApiFactory = UpdateInventoryApiFactory;
|
|
|
115
115
|
*/
|
|
116
116
|
class UpdateInventoryApi extends base_1.BaseAPI {
|
|
117
117
|
/**
|
|
118
|
-
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that
|
|
118
|
+
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that are applied to the 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, refer to [Usage Plans and Rate Limits in the *SP-API*](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
119
119
|
* @param {UpdateInventoryApiSubmitInventoryUpdateRequest} requestParameters Request parameters.
|
|
120
120
|
* @param {*} [options] Override http request option.
|
|
121
121
|
* @throws {RequiredError}
|
|
@@ -24,9 +24,9 @@ import { BASE_PATH, BaseAPI, operationServerMap } from '../base';
|
|
|
24
24
|
export const UpdateInventoryApiAxiosParamCreator = function (configuration) {
|
|
25
25
|
return {
|
|
26
26
|
/**
|
|
27
|
-
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that
|
|
27
|
+
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that are applied to the 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, refer to [Usage Plans and Rate Limits in the *SP-API*](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
28
28
|
* @param {string} warehouseId Identifier for the warehouse for which to update inventory.
|
|
29
|
-
* @param {SubmitInventoryUpdateRequest} body
|
|
29
|
+
* @param {SubmitInventoryUpdateRequest} body The request body that contains the inventory update data to submit.
|
|
30
30
|
* @param {*} [options] Override http request option.
|
|
31
31
|
* @throws {RequiredError}
|
|
32
32
|
*/
|
|
@@ -66,9 +66,9 @@ export const UpdateInventoryApiFp = function (configuration) {
|
|
|
66
66
|
const localVarAxiosParamCreator = UpdateInventoryApiAxiosParamCreator(configuration);
|
|
67
67
|
return {
|
|
68
68
|
/**
|
|
69
|
-
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that
|
|
69
|
+
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that are applied to the 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, refer to [Usage Plans and Rate Limits in the *SP-API*](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
70
70
|
* @param {string} warehouseId Identifier for the warehouse for which to update inventory.
|
|
71
|
-
* @param {SubmitInventoryUpdateRequest} body
|
|
71
|
+
* @param {SubmitInventoryUpdateRequest} body The request body that contains the inventory update data to submit.
|
|
72
72
|
* @param {*} [options] Override http request option.
|
|
73
73
|
* @throws {RequiredError}
|
|
74
74
|
*/
|
|
@@ -88,7 +88,7 @@ export const UpdateInventoryApiFactory = function (configuration, basePath, axio
|
|
|
88
88
|
const localVarFp = UpdateInventoryApiFp(configuration);
|
|
89
89
|
return {
|
|
90
90
|
/**
|
|
91
|
-
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that
|
|
91
|
+
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that are applied to the 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, refer to [Usage Plans and Rate Limits in the *SP-API*](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
92
92
|
* @param {UpdateInventoryApiSubmitInventoryUpdateRequest} requestParameters Request parameters.
|
|
93
93
|
* @param {*} [options] Override http request option.
|
|
94
94
|
* @throws {RequiredError}
|
|
@@ -106,7 +106,7 @@ export const UpdateInventoryApiFactory = function (configuration, basePath, axio
|
|
|
106
106
|
*/
|
|
107
107
|
export class UpdateInventoryApi extends BaseAPI {
|
|
108
108
|
/**
|
|
109
|
-
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that
|
|
109
|
+
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that are applied to the 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, refer to [Usage Plans and Rate Limits in the *SP-API*](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
110
110
|
* @param {UpdateInventoryApiSubmitInventoryUpdateRequest} requestParameters Request parameters.
|
|
111
111
|
* @param {*} [options] Override http request option.
|
|
112
112
|
* @throws {RequiredError}
|
|
@@ -21,9 +21,9 @@ import type { SubmitInventoryUpdateResponse } from '../models';
|
|
|
21
21
|
*/
|
|
22
22
|
export declare const UpdateInventoryApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
23
23
|
/**
|
|
24
|
-
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that
|
|
24
|
+
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that are applied to the 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, refer to [Usage Plans and Rate Limits in the *SP-API*](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
25
25
|
* @param {string} warehouseId Identifier for the warehouse for which to update inventory.
|
|
26
|
-
* @param {SubmitInventoryUpdateRequest} body
|
|
26
|
+
* @param {SubmitInventoryUpdateRequest} body The request body that contains the inventory update data to submit.
|
|
27
27
|
* @param {*} [options] Override http request option.
|
|
28
28
|
* @throws {RequiredError}
|
|
29
29
|
*/
|
|
@@ -35,9 +35,9 @@ export declare const UpdateInventoryApiAxiosParamCreator: (configuration?: Confi
|
|
|
35
35
|
*/
|
|
36
36
|
export declare const UpdateInventoryApiFp: (configuration?: Configuration) => {
|
|
37
37
|
/**
|
|
38
|
-
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that
|
|
38
|
+
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that are applied to the 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, refer to [Usage Plans and Rate Limits in the *SP-API*](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
39
39
|
* @param {string} warehouseId Identifier for the warehouse for which to update inventory.
|
|
40
|
-
* @param {SubmitInventoryUpdateRequest} body
|
|
40
|
+
* @param {SubmitInventoryUpdateRequest} body The request body that contains the inventory update data to submit.
|
|
41
41
|
* @param {*} [options] Override http request option.
|
|
42
42
|
* @throws {RequiredError}
|
|
43
43
|
*/
|
|
@@ -49,7 +49,7 @@ export declare const UpdateInventoryApiFp: (configuration?: Configuration) => {
|
|
|
49
49
|
*/
|
|
50
50
|
export declare const UpdateInventoryApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
51
51
|
/**
|
|
52
|
-
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that
|
|
52
|
+
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that are applied to the 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, refer to [Usage Plans and Rate Limits in the *SP-API*](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
53
53
|
* @param {UpdateInventoryApiSubmitInventoryUpdateRequest} requestParameters Request parameters.
|
|
54
54
|
* @param {*} [options] Override http request option.
|
|
55
55
|
* @throws {RequiredError}
|
|
@@ -69,7 +69,7 @@ export interface UpdateInventoryApiSubmitInventoryUpdateRequest {
|
|
|
69
69
|
*/
|
|
70
70
|
readonly warehouseId: string;
|
|
71
71
|
/**
|
|
72
|
-
*
|
|
72
|
+
* The request body that contains the inventory update data to submit.
|
|
73
73
|
* @type {SubmitInventoryUpdateRequest}
|
|
74
74
|
* @memberof UpdateInventoryApiSubmitInventoryUpdate
|
|
75
75
|
*/
|
|
@@ -83,7 +83,7 @@ export interface UpdateInventoryApiSubmitInventoryUpdateRequest {
|
|
|
83
83
|
*/
|
|
84
84
|
export declare class UpdateInventoryApi extends BaseAPI {
|
|
85
85
|
/**
|
|
86
|
-
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that
|
|
86
|
+
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that are applied to the 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, refer to [Usage Plans and Rate Limits in the *SP-API*](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
87
87
|
* @param {UpdateInventoryApiSubmitInventoryUpdateRequest} requestParameters Request parameters.
|
|
88
88
|
* @param {*} [options] Override http request option.
|
|
89
89
|
* @throws {RequiredError}
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/// <reference types="node" />
|
|
13
12
|
import type { Configuration } from "./configuration";
|
|
14
13
|
import type { RequestArgs } from "./base";
|
|
15
14
|
import type { AxiosInstance, AxiosResponse } from 'axios';
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
import type { ItemDetails } from './item-details';
|
|
13
13
|
import type { PartyIdentification } from './party-identification';
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* Inventory details required to update some or all items for the requested warehouse.
|
|
16
16
|
* @export
|
|
17
17
|
* @interface InventoryUpdate
|
|
18
18
|
*/
|
|
@@ -24,7 +24,7 @@ export interface InventoryUpdate {
|
|
|
24
24
|
*/
|
|
25
25
|
'sellingParty': PartyIdentification;
|
|
26
26
|
/**
|
|
27
|
-
* When true
|
|
27
|
+
* When `true`, this request contains a full feed. When `false`, this request contains a partial feed. When sending a full feed, you must send information about all items in the warehouse. Any items not in the full feed are updated as not available. When sending a partial feed, only include the items that need an inventory update. The status of other items will remain unchanged.
|
|
28
28
|
* @type {boolean}
|
|
29
29
|
* @memberof InventoryUpdate
|
|
30
30
|
*/
|
|
@@ -17,13 +17,13 @@ import type { ItemQuantity } from './item-quantity';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface ItemDetails {
|
|
19
19
|
/**
|
|
20
|
-
* The buyer
|
|
20
|
+
* The buyer-selected product identification for the item. Either `buyerProductIdentifier` or `vendorProductIdentifier` must be submitted.
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof ItemDetails
|
|
23
23
|
*/
|
|
24
24
|
'buyerProductIdentifier'?: string;
|
|
25
25
|
/**
|
|
26
|
-
* The vendor selected product identification
|
|
26
|
+
* The vendor selected product identification for the item. Either `buyerProductIdentifier` or `vendorProductIdentifier` must be submitted.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof ItemDetails
|
|
29
29
|
*/
|
|
@@ -35,7 +35,7 @@ export interface ItemDetails {
|
|
|
35
35
|
*/
|
|
36
36
|
'availableQuantity': ItemQuantity;
|
|
37
37
|
/**
|
|
38
|
-
* When true
|
|
38
|
+
* When `true`, the item is permanently unavailable.
|
|
39
39
|
* @type {boolean}
|
|
40
40
|
* @memberof ItemDetails
|
|
41
41
|
*/
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { InventoryUpdate } from './inventory-update';
|
|
13
13
|
/**
|
|
14
|
-
* The request body for the submitInventoryUpdate operation.
|
|
14
|
+
* The request body for the `submitInventoryUpdate` operation.
|
|
15
15
|
* @export
|
|
16
16
|
* @interface SubmitInventoryUpdateRequest
|
|
17
17
|
*/
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { TransactionReference } from './transaction-reference';
|
|
13
13
|
/**
|
|
14
|
-
* The response schema for the submitInventoryUpdate operation.
|
|
14
|
+
* The response schema for the `submitInventoryUpdate` operation.
|
|
15
15
|
* @export
|
|
16
16
|
* @interface SubmitInventoryUpdateResponse
|
|
17
17
|
*/
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sp-api-sdk/vendor-direct-fulfillment-inventory-api-v1",
|
|
3
3
|
"author": "Bertrand Marron <bertrand@bizon.solutions>",
|
|
4
4
|
"description": "The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor's inventory updates.",
|
|
5
|
-
"version": "2.
|
|
5
|
+
"version": "2.2.0",
|
|
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.
|
|
22
|
-
"axios": "^1.7.
|
|
21
|
+
"@sp-api-sdk/common": "2.0.10",
|
|
22
|
+
"axios": "^1.7.2"
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"sp sdk",
|
|
41
41
|
"vendor direct fulfillment inventory api"
|
|
42
42
|
],
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "c646647a684e625c54e35ff8c141791efd60417c"
|
|
44
44
|
}
|