@sp-api-sdk/fulfillment-inbound-api-v0 2.4.0 → 2.4.2
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.
|
@@ -363,7 +363,6 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
363
363
|
* @param {string} [lastUpdatedBefore] A date used for selecting inbound shipment items that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.
|
|
364
364
|
* @param {string} [nextToken] A string token returned in the response to your previous request.
|
|
365
365
|
* @param {*} [options] Override http request option.
|
|
366
|
-
* @deprecated
|
|
367
366
|
* @throws {RequiredError}
|
|
368
367
|
*/
|
|
369
368
|
getShipmentItems: async (queryType, marketplaceId, lastUpdatedAfter, lastUpdatedBefore, nextToken, options = {}) => {
|
|
@@ -413,7 +412,6 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
413
412
|
* @param {string} shipmentId A shipment identifier used for selecting items in a specific inbound shipment.
|
|
414
413
|
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace where the product would be stored.
|
|
415
414
|
* @param {*} [options] Override http request option.
|
|
416
|
-
* @deprecated
|
|
417
415
|
* @throws {RequiredError}
|
|
418
416
|
*/
|
|
419
417
|
getShipmentItemsByShipmentId: async (shipmentId, marketplaceId, options = {}) => {
|
|
@@ -453,7 +451,6 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
453
451
|
* @param {string} [lastUpdatedBefore] A date used for selecting inbound shipments that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.
|
|
454
452
|
* @param {string} [nextToken] A string token returned in the response to your previous request.
|
|
455
453
|
* @param {*} [options] Override http request option.
|
|
456
|
-
* @deprecated
|
|
457
454
|
* @throws {RequiredError}
|
|
458
455
|
*/
|
|
459
456
|
getShipments: async (queryType, marketplaceId, shipmentStatusList, shipmentIdList, lastUpdatedAfter, lastUpdatedBefore, nextToken, options = {}) => {
|
|
@@ -775,7 +772,6 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
775
772
|
* @param {string} [lastUpdatedBefore] A date used for selecting inbound shipment items that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.
|
|
776
773
|
* @param {string} [nextToken] A string token returned in the response to your previous request.
|
|
777
774
|
* @param {*} [options] Override http request option.
|
|
778
|
-
* @deprecated
|
|
779
775
|
* @throws {RequiredError}
|
|
780
776
|
*/
|
|
781
777
|
async getShipmentItems(queryType, marketplaceId, lastUpdatedAfter, lastUpdatedBefore, nextToken, options) {
|
|
@@ -789,7 +785,6 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
789
785
|
* @param {string} shipmentId A shipment identifier used for selecting items in a specific inbound shipment.
|
|
790
786
|
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace where the product would be stored.
|
|
791
787
|
* @param {*} [options] Override http request option.
|
|
792
|
-
* @deprecated
|
|
793
788
|
* @throws {RequiredError}
|
|
794
789
|
*/
|
|
795
790
|
async getShipmentItemsByShipmentId(shipmentId, marketplaceId, options) {
|
|
@@ -808,7 +803,6 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
808
803
|
* @param {string} [lastUpdatedBefore] A date used for selecting inbound shipments that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.
|
|
809
804
|
* @param {string} [nextToken] A string token returned in the response to your previous request.
|
|
810
805
|
* @param {*} [options] Override http request option.
|
|
811
|
-
* @deprecated
|
|
812
806
|
* @throws {RequiredError}
|
|
813
807
|
*/
|
|
814
808
|
async getShipments(queryType, marketplaceId, shipmentStatusList, shipmentIdList, lastUpdatedAfter, lastUpdatedBefore, nextToken, options) {
|
|
@@ -972,7 +966,6 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
972
966
|
* Returns a list of items in a specified inbound shipment, or a list of items that were updated within a specified time frame. **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).
|
|
973
967
|
* @param {FbaInboundApiGetShipmentItemsRequest} requestParameters Request parameters.
|
|
974
968
|
* @param {*} [options] Override http request option.
|
|
975
|
-
* @deprecated
|
|
976
969
|
* @throws {RequiredError}
|
|
977
970
|
*/
|
|
978
971
|
getShipmentItems(requestParameters, options) {
|
|
@@ -982,7 +975,6 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
982
975
|
* Returns a list of items in a specified inbound shipment. **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).
|
|
983
976
|
* @param {FbaInboundApiGetShipmentItemsByShipmentIdRequest} requestParameters Request parameters.
|
|
984
977
|
* @param {*} [options] Override http request option.
|
|
985
|
-
* @deprecated
|
|
986
978
|
* @throws {RequiredError}
|
|
987
979
|
*/
|
|
988
980
|
getShipmentItemsByShipmentId(requestParameters, options) {
|
|
@@ -992,7 +984,6 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
992
984
|
* Returns a list of inbound shipments based on criteria that you specify. **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).
|
|
993
985
|
* @param {FbaInboundApiGetShipmentsRequest} requestParameters Request parameters.
|
|
994
986
|
* @param {*} [options] Override http request option.
|
|
995
|
-
* @deprecated
|
|
996
987
|
* @throws {RequiredError}
|
|
997
988
|
*/
|
|
998
989
|
getShipments(requestParameters, options) {
|
|
@@ -1148,7 +1139,6 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
1148
1139
|
* Returns a list of items in a specified inbound shipment, or a list of items that were updated within a specified time frame. **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).
|
|
1149
1140
|
* @param {FbaInboundApiGetShipmentItemsRequest} requestParameters Request parameters.
|
|
1150
1141
|
* @param {*} [options] Override http request option.
|
|
1151
|
-
* @deprecated
|
|
1152
1142
|
* @throws {RequiredError}
|
|
1153
1143
|
* @memberof FbaInboundApi
|
|
1154
1144
|
*/
|
|
@@ -1159,7 +1149,6 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
1159
1149
|
* Returns a list of items in a specified inbound shipment. **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).
|
|
1160
1150
|
* @param {FbaInboundApiGetShipmentItemsByShipmentIdRequest} requestParameters Request parameters.
|
|
1161
1151
|
* @param {*} [options] Override http request option.
|
|
1162
|
-
* @deprecated
|
|
1163
1152
|
* @throws {RequiredError}
|
|
1164
1153
|
* @memberof FbaInboundApi
|
|
1165
1154
|
*/
|
|
@@ -1170,7 +1159,6 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
1170
1159
|
* Returns a list of inbound shipments based on criteria that you specify. **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).
|
|
1171
1160
|
* @param {FbaInboundApiGetShipmentsRequest} requestParameters Request parameters.
|
|
1172
1161
|
* @param {*} [options] Override http request option.
|
|
1173
|
-
* @deprecated
|
|
1174
1162
|
* @throws {RequiredError}
|
|
1175
1163
|
* @memberof FbaInboundApi
|
|
1176
1164
|
*/
|
|
@@ -357,7 +357,6 @@ export const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
357
357
|
* @param {string} [lastUpdatedBefore] A date used for selecting inbound shipment items that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.
|
|
358
358
|
* @param {string} [nextToken] A string token returned in the response to your previous request.
|
|
359
359
|
* @param {*} [options] Override http request option.
|
|
360
|
-
* @deprecated
|
|
361
360
|
* @throws {RequiredError}
|
|
362
361
|
*/
|
|
363
362
|
getShipmentItems: async (queryType, marketplaceId, lastUpdatedAfter, lastUpdatedBefore, nextToken, options = {}) => {
|
|
@@ -407,7 +406,6 @@ export const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
407
406
|
* @param {string} shipmentId A shipment identifier used for selecting items in a specific inbound shipment.
|
|
408
407
|
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace where the product would be stored.
|
|
409
408
|
* @param {*} [options] Override http request option.
|
|
410
|
-
* @deprecated
|
|
411
409
|
* @throws {RequiredError}
|
|
412
410
|
*/
|
|
413
411
|
getShipmentItemsByShipmentId: async (shipmentId, marketplaceId, options = {}) => {
|
|
@@ -447,7 +445,6 @@ export const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
447
445
|
* @param {string} [lastUpdatedBefore] A date used for selecting inbound shipments that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.
|
|
448
446
|
* @param {string} [nextToken] A string token returned in the response to your previous request.
|
|
449
447
|
* @param {*} [options] Override http request option.
|
|
450
|
-
* @deprecated
|
|
451
448
|
* @throws {RequiredError}
|
|
452
449
|
*/
|
|
453
450
|
getShipments: async (queryType, marketplaceId, shipmentStatusList, shipmentIdList, lastUpdatedAfter, lastUpdatedBefore, nextToken, options = {}) => {
|
|
@@ -768,7 +765,6 @@ export const FbaInboundApiFp = function (configuration) {
|
|
|
768
765
|
* @param {string} [lastUpdatedBefore] A date used for selecting inbound shipment items that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.
|
|
769
766
|
* @param {string} [nextToken] A string token returned in the response to your previous request.
|
|
770
767
|
* @param {*} [options] Override http request option.
|
|
771
|
-
* @deprecated
|
|
772
768
|
* @throws {RequiredError}
|
|
773
769
|
*/
|
|
774
770
|
async getShipmentItems(queryType, marketplaceId, lastUpdatedAfter, lastUpdatedBefore, nextToken, options) {
|
|
@@ -782,7 +778,6 @@ export const FbaInboundApiFp = function (configuration) {
|
|
|
782
778
|
* @param {string} shipmentId A shipment identifier used for selecting items in a specific inbound shipment.
|
|
783
779
|
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace where the product would be stored.
|
|
784
780
|
* @param {*} [options] Override http request option.
|
|
785
|
-
* @deprecated
|
|
786
781
|
* @throws {RequiredError}
|
|
787
782
|
*/
|
|
788
783
|
async getShipmentItemsByShipmentId(shipmentId, marketplaceId, options) {
|
|
@@ -801,7 +796,6 @@ export const FbaInboundApiFp = function (configuration) {
|
|
|
801
796
|
* @param {string} [lastUpdatedBefore] A date used for selecting inbound shipments that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.
|
|
802
797
|
* @param {string} [nextToken] A string token returned in the response to your previous request.
|
|
803
798
|
* @param {*} [options] Override http request option.
|
|
804
|
-
* @deprecated
|
|
805
799
|
* @throws {RequiredError}
|
|
806
800
|
*/
|
|
807
801
|
async getShipments(queryType, marketplaceId, shipmentStatusList, shipmentIdList, lastUpdatedAfter, lastUpdatedBefore, nextToken, options) {
|
|
@@ -964,7 +958,6 @@ export const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
964
958
|
* Returns a list of items in a specified inbound shipment, or a list of items that were updated within a specified time frame. **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).
|
|
965
959
|
* @param {FbaInboundApiGetShipmentItemsRequest} requestParameters Request parameters.
|
|
966
960
|
* @param {*} [options] Override http request option.
|
|
967
|
-
* @deprecated
|
|
968
961
|
* @throws {RequiredError}
|
|
969
962
|
*/
|
|
970
963
|
getShipmentItems(requestParameters, options) {
|
|
@@ -974,7 +967,6 @@ export const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
974
967
|
* Returns a list of items in a specified inbound shipment. **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).
|
|
975
968
|
* @param {FbaInboundApiGetShipmentItemsByShipmentIdRequest} requestParameters Request parameters.
|
|
976
969
|
* @param {*} [options] Override http request option.
|
|
977
|
-
* @deprecated
|
|
978
970
|
* @throws {RequiredError}
|
|
979
971
|
*/
|
|
980
972
|
getShipmentItemsByShipmentId(requestParameters, options) {
|
|
@@ -984,7 +976,6 @@ export const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
984
976
|
* Returns a list of inbound shipments based on criteria that you specify. **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).
|
|
985
977
|
* @param {FbaInboundApiGetShipmentsRequest} requestParameters Request parameters.
|
|
986
978
|
* @param {*} [options] Override http request option.
|
|
987
|
-
* @deprecated
|
|
988
979
|
* @throws {RequiredError}
|
|
989
980
|
*/
|
|
990
981
|
getShipments(requestParameters, options) {
|
|
@@ -1139,7 +1130,6 @@ export class FbaInboundApi extends BaseAPI {
|
|
|
1139
1130
|
* Returns a list of items in a specified inbound shipment, or a list of items that were updated within a specified time frame. **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).
|
|
1140
1131
|
* @param {FbaInboundApiGetShipmentItemsRequest} requestParameters Request parameters.
|
|
1141
1132
|
* @param {*} [options] Override http request option.
|
|
1142
|
-
* @deprecated
|
|
1143
1133
|
* @throws {RequiredError}
|
|
1144
1134
|
* @memberof FbaInboundApi
|
|
1145
1135
|
*/
|
|
@@ -1150,7 +1140,6 @@ export class FbaInboundApi extends BaseAPI {
|
|
|
1150
1140
|
* Returns a list of items in a specified inbound shipment. **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).
|
|
1151
1141
|
* @param {FbaInboundApiGetShipmentItemsByShipmentIdRequest} requestParameters Request parameters.
|
|
1152
1142
|
* @param {*} [options] Override http request option.
|
|
1153
|
-
* @deprecated
|
|
1154
1143
|
* @throws {RequiredError}
|
|
1155
1144
|
* @memberof FbaInboundApi
|
|
1156
1145
|
*/
|
|
@@ -1161,7 +1150,6 @@ export class FbaInboundApi extends BaseAPI {
|
|
|
1161
1150
|
* Returns a list of inbound shipments based on criteria that you specify. **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).
|
|
1162
1151
|
* @param {FbaInboundApiGetShipmentsRequest} requestParameters Request parameters.
|
|
1163
1152
|
* @param {*} [options] Override http request option.
|
|
1164
|
-
* @deprecated
|
|
1165
1153
|
* @throws {RequiredError}
|
|
1166
1154
|
* @memberof FbaInboundApi
|
|
1167
1155
|
*/
|
|
@@ -125,7 +125,6 @@ export declare const FbaInboundApiAxiosParamCreator: (configuration?: Configurat
|
|
|
125
125
|
* @param {string} [lastUpdatedBefore] A date used for selecting inbound shipment items that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.
|
|
126
126
|
* @param {string} [nextToken] A string token returned in the response to your previous request.
|
|
127
127
|
* @param {*} [options] Override http request option.
|
|
128
|
-
* @deprecated
|
|
129
128
|
* @throws {RequiredError}
|
|
130
129
|
*/
|
|
131
130
|
getShipmentItems: (queryType: GetShipmentItemsQueryTypeEnum, marketplaceId: string, lastUpdatedAfter?: string, lastUpdatedBefore?: string, nextToken?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -134,7 +133,6 @@ export declare const FbaInboundApiAxiosParamCreator: (configuration?: Configurat
|
|
|
134
133
|
* @param {string} shipmentId A shipment identifier used for selecting items in a specific inbound shipment.
|
|
135
134
|
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace where the product would be stored.
|
|
136
135
|
* @param {*} [options] Override http request option.
|
|
137
|
-
* @deprecated
|
|
138
136
|
* @throws {RequiredError}
|
|
139
137
|
*/
|
|
140
138
|
getShipmentItemsByShipmentId: (shipmentId: string, marketplaceId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -148,7 +146,6 @@ export declare const FbaInboundApiAxiosParamCreator: (configuration?: Configurat
|
|
|
148
146
|
* @param {string} [lastUpdatedBefore] A date used for selecting inbound shipments that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.
|
|
149
147
|
* @param {string} [nextToken] A string token returned in the response to your previous request.
|
|
150
148
|
* @param {*} [options] Override http request option.
|
|
151
|
-
* @deprecated
|
|
152
149
|
* @throws {RequiredError}
|
|
153
150
|
*/
|
|
154
151
|
getShipments: (queryType: GetShipmentsQueryTypeEnum, marketplaceId: string, shipmentStatusList?: Array<GetShipmentsShipmentStatusListEnum>, shipmentIdList?: Array<string>, lastUpdatedAfter?: string, lastUpdatedBefore?: string, nextToken?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -282,7 +279,6 @@ export declare const FbaInboundApiFp: (configuration?: Configuration) => {
|
|
|
282
279
|
* @param {string} [lastUpdatedBefore] A date used for selecting inbound shipment items that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.
|
|
283
280
|
* @param {string} [nextToken] A string token returned in the response to your previous request.
|
|
284
281
|
* @param {*} [options] Override http request option.
|
|
285
|
-
* @deprecated
|
|
286
282
|
* @throws {RequiredError}
|
|
287
283
|
*/
|
|
288
284
|
getShipmentItems(queryType: GetShipmentItemsQueryTypeEnum, marketplaceId: string, lastUpdatedAfter?: string, lastUpdatedBefore?: string, nextToken?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetShipmentItemsResponse>>;
|
|
@@ -291,7 +287,6 @@ export declare const FbaInboundApiFp: (configuration?: Configuration) => {
|
|
|
291
287
|
* @param {string} shipmentId A shipment identifier used for selecting items in a specific inbound shipment.
|
|
292
288
|
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace where the product would be stored.
|
|
293
289
|
* @param {*} [options] Override http request option.
|
|
294
|
-
* @deprecated
|
|
295
290
|
* @throws {RequiredError}
|
|
296
291
|
*/
|
|
297
292
|
getShipmentItemsByShipmentId(shipmentId: string, marketplaceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetShipmentItemsResponse>>;
|
|
@@ -305,7 +300,6 @@ export declare const FbaInboundApiFp: (configuration?: Configuration) => {
|
|
|
305
300
|
* @param {string} [lastUpdatedBefore] A date used for selecting inbound shipments that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.
|
|
306
301
|
* @param {string} [nextToken] A string token returned in the response to your previous request.
|
|
307
302
|
* @param {*} [options] Override http request option.
|
|
308
|
-
* @deprecated
|
|
309
303
|
* @throws {RequiredError}
|
|
310
304
|
*/
|
|
311
305
|
getShipments(queryType: GetShipmentsQueryTypeEnum, marketplaceId: string, shipmentStatusList?: Array<GetShipmentsShipmentStatusListEnum>, shipmentIdList?: Array<string>, lastUpdatedAfter?: string, lastUpdatedBefore?: string, nextToken?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetShipmentsResponse>>;
|
|
@@ -422,7 +416,6 @@ export declare const FbaInboundApiFactory: (configuration?: Configuration, baseP
|
|
|
422
416
|
* Returns a list of items in a specified inbound shipment, or a list of items that were updated within a specified time frame. **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).
|
|
423
417
|
* @param {FbaInboundApiGetShipmentItemsRequest} requestParameters Request parameters.
|
|
424
418
|
* @param {*} [options] Override http request option.
|
|
425
|
-
* @deprecated
|
|
426
419
|
* @throws {RequiredError}
|
|
427
420
|
*/
|
|
428
421
|
getShipmentItems(requestParameters: FbaInboundApiGetShipmentItemsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetShipmentItemsResponse>;
|
|
@@ -430,7 +423,6 @@ export declare const FbaInboundApiFactory: (configuration?: Configuration, baseP
|
|
|
430
423
|
* Returns a list of items in a specified inbound shipment. **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).
|
|
431
424
|
* @param {FbaInboundApiGetShipmentItemsByShipmentIdRequest} requestParameters Request parameters.
|
|
432
425
|
* @param {*} [options] Override http request option.
|
|
433
|
-
* @deprecated
|
|
434
426
|
* @throws {RequiredError}
|
|
435
427
|
*/
|
|
436
428
|
getShipmentItemsByShipmentId(requestParameters: FbaInboundApiGetShipmentItemsByShipmentIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetShipmentItemsResponse>;
|
|
@@ -438,7 +430,6 @@ export declare const FbaInboundApiFactory: (configuration?: Configuration, baseP
|
|
|
438
430
|
* Returns a list of inbound shipments based on criteria that you specify. **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).
|
|
439
431
|
* @param {FbaInboundApiGetShipmentsRequest} requestParameters Request parameters.
|
|
440
432
|
* @param {*} [options] Override http request option.
|
|
441
|
-
* @deprecated
|
|
442
433
|
* @throws {RequiredError}
|
|
443
434
|
*/
|
|
444
435
|
getShipments(requestParameters: FbaInboundApiGetShipmentsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetShipmentsResponse>;
|
|
@@ -928,7 +919,6 @@ export declare class FbaInboundApi extends BaseAPI {
|
|
|
928
919
|
* Returns a list of items in a specified inbound shipment, or a list of items that were updated within a specified time frame. **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).
|
|
929
920
|
* @param {FbaInboundApiGetShipmentItemsRequest} requestParameters Request parameters.
|
|
930
921
|
* @param {*} [options] Override http request option.
|
|
931
|
-
* @deprecated
|
|
932
922
|
* @throws {RequiredError}
|
|
933
923
|
* @memberof FbaInboundApi
|
|
934
924
|
*/
|
|
@@ -937,7 +927,6 @@ export declare class FbaInboundApi extends BaseAPI {
|
|
|
937
927
|
* Returns a list of items in a specified inbound shipment. **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).
|
|
938
928
|
* @param {FbaInboundApiGetShipmentItemsByShipmentIdRequest} requestParameters Request parameters.
|
|
939
929
|
* @param {*} [options] Override http request option.
|
|
940
|
-
* @deprecated
|
|
941
930
|
* @throws {RequiredError}
|
|
942
931
|
* @memberof FbaInboundApi
|
|
943
932
|
*/
|
|
@@ -946,7 +935,6 @@ export declare class FbaInboundApi extends BaseAPI {
|
|
|
946
935
|
* Returns a list of inbound shipments based on criteria that you specify. **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).
|
|
947
936
|
* @param {FbaInboundApiGetShipmentsRequest} requestParameters Request parameters.
|
|
948
937
|
* @param {*} [options] Override http request option.
|
|
949
|
-
* @deprecated
|
|
950
938
|
* @throws {RequiredError}
|
|
951
939
|
* @memberof FbaInboundApi
|
|
952
940
|
*/
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sp-api-sdk/fulfillment-inbound-api-v0",
|
|
3
3
|
"author": "Bertrand Marron <bertrand@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.4.
|
|
5
|
+
"version": "2.4.2",
|
|
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.14",
|
|
22
|
+
"axios": "^1.7.7"
|
|
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": "
|
|
43
|
+
"gitHead": "a87ac140162ffc87d9feb2a2f9ed42a3d52b9157"
|
|
44
44
|
}
|