@sp-api-sdk/fulfillment-inbound-api-2024-03-20 1.4.2 → 1.5.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/api-model/api/fba-inbound-api.js +306 -178
- package/dist/cjs/api-model/models/all-owners-constraint.js +24 -0
- package/dist/cjs/api-model/models/index.js +9 -0
- package/dist/cjs/api-model/models/list-prep-details-response.js +15 -0
- package/dist/cjs/api-model/models/msku-prep-detail-input.js +15 -0
- package/dist/cjs/api-model/models/msku-prep-detail.js +15 -0
- package/dist/cjs/api-model/models/owner-constraint.js +26 -0
- package/dist/cjs/api-model/models/prep-category.js +37 -0
- package/dist/cjs/api-model/models/prep-owner.js +1 -1
- package/dist/cjs/api-model/models/prep-type.js +39 -0
- package/dist/cjs/api-model/models/set-prep-details-request.js +15 -0
- package/dist/cjs/api-model/models/set-prep-details-response.js +15 -0
- package/dist/cjs/client.js +15 -1
- package/dist/es/api-model/api/fba-inbound-api.js +306 -178
- package/dist/es/api-model/models/all-owners-constraint.js +21 -0
- package/dist/es/api-model/models/index.js +9 -0
- package/dist/es/api-model/models/list-prep-details-response.js +14 -0
- package/dist/es/api-model/models/msku-prep-detail-input.js +14 -0
- package/dist/es/api-model/models/msku-prep-detail.js +14 -0
- package/dist/es/api-model/models/owner-constraint.js +23 -0
- package/dist/es/api-model/models/prep-category.js +34 -0
- package/dist/es/api-model/models/prep-owner.js +1 -1
- package/dist/es/api-model/models/prep-type.js +36 -0
- package/dist/es/api-model/models/set-prep-details-request.js +14 -0
- package/dist/es/api-model/models/set-prep-details-response.js +14 -0
- package/dist/es/client.js +15 -1
- package/dist/types/api-model/api/fba-inbound-api.d.ts +276 -181
- package/dist/types/api-model/models/all-owners-constraint.d.ts +20 -0
- package/dist/types/api-model/models/content-update-preview.d.ts +1 -1
- package/dist/types/api-model/models/create-marketplace-item-labels-request.d.ts +2 -2
- package/dist/types/api-model/models/currency.d.ts +1 -1
- package/dist/types/api-model/models/delivery-window-option.d.ts +3 -3
- package/dist/types/api-model/models/document-download.d.ts +2 -2
- package/dist/types/api-model/models/freight-information.d.ts +1 -1
- package/dist/types/api-model/models/generate-placement-options-request.d.ts +1 -1
- package/dist/types/api-model/models/generate-self-ship-appointment-slots-request.d.ts +2 -2
- package/dist/types/api-model/models/inbound-plan-summary.d.ts +4 -4
- package/dist/types/api-model/models/inbound-plan.d.ts +5 -5
- package/dist/types/api-model/models/incentive.d.ts +2 -2
- package/dist/types/api-model/models/index.d.ts +9 -0
- package/dist/types/api-model/models/item-input.d.ts +3 -3
- package/dist/types/api-model/models/item.d.ts +2 -2
- package/dist/types/api-model/models/list-prep-details-response.d.ts +25 -0
- package/dist/types/api-model/models/msku-prep-detail-input.d.ts +38 -0
- package/dist/types/api-model/models/msku-prep-detail.d.ts +58 -0
- package/dist/types/api-model/models/msku-quantity.d.ts +1 -1
- package/dist/types/api-model/models/operation-problem.d.ts +1 -1
- package/dist/types/api-model/models/owner-constraint.d.ts +22 -0
- package/dist/types/api-model/models/packing-option-summary.d.ts +1 -1
- package/dist/types/api-model/models/packing-option.d.ts +2 -2
- package/dist/types/api-model/models/placement-option-summary.d.ts +1 -1
- package/dist/types/api-model/models/placement-option.d.ts +3 -3
- package/dist/types/api-model/models/prep-category.d.ts +33 -0
- package/dist/types/api-model/models/prep-instruction.d.ts +1 -1
- package/dist/types/api-model/models/prep-owner.d.ts +1 -1
- package/dist/types/api-model/models/prep-type.d.ts +35 -0
- package/dist/types/api-model/models/quote.d.ts +1 -1
- package/dist/types/api-model/models/self-ship-appointment-slots-availability.d.ts +2 -2
- package/dist/types/api-model/models/set-prep-details-request.d.ts +31 -0
- package/dist/types/api-model/models/set-prep-details-response.d.ts +24 -0
- package/dist/types/api-model/models/shipment-destination.d.ts +1 -1
- package/dist/types/api-model/models/shipment-source.d.ts +1 -1
- package/dist/types/api-model/models/shipment-summary.d.ts +1 -1
- package/dist/types/api-model/models/shipment.d.ts +1 -1
- package/dist/types/api-model/models/shipping-configuration.d.ts +2 -2
- package/dist/types/api-model/models/spd-tracking-item.d.ts +1 -1
- package/dist/types/api-model/models/tax-rate.d.ts +1 -1
- package/dist/types/api-model/models/transportation-option.d.ts +2 -2
- package/dist/types/api-model/models/window-input.d.ts +1 -1
- package/package.json +2 -2
|
@@ -30,7 +30,7 @@ const base_1 = require("../base");
|
|
|
30
30
|
const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
31
31
|
return {
|
|
32
32
|
/**
|
|
33
|
-
* Cancels an Inbound Plan. Charges may apply if the cancellation is performed outside of a void window. The window for Amazon Partnered Carriers is 24 hours for Small Parcel Delivery (SPD) and one hour for Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
33
|
+
* Cancels an Inbound Plan. Charges may apply if the cancellation is performed outside of a void window. The window for Amazon Partnered Carriers is 24 hours for Small Parcel Delivery (SPD) and one hour for Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
34
34
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
35
35
|
* @param {*} [options] Override http request option.
|
|
36
36
|
* @throws {RequiredError}
|
|
@@ -58,7 +58,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
58
58
|
};
|
|
59
59
|
},
|
|
60
60
|
/**
|
|
61
|
-
* Cancels a self-ship appointment slot against a 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
|
|
61
|
+
* Cancels a self-ship appointment slot against a 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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
62
62
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
63
63
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
64
64
|
* @param {CancelSelfShipAppointmentRequest} body The body of the request to `cancelSelfShipAppointment`.
|
|
@@ -95,7 +95,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
95
95
|
};
|
|
96
96
|
},
|
|
97
97
|
/**
|
|
98
|
-
* Confirms the delivery window option for chosen shipment within an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new delivery window options cannot be generated, but the chosen delivery window option can be updated before shipment closure. The window is used to provide the expected time when a shipment will arrive at the warehouse. All transportation options which have the program `CONFIRMED_DELIVERY_WINDOW` require a delivery window to be confirmed prior to transportation option confirmation. **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
|
|
98
|
+
* Confirms the delivery window option for chosen shipment within an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new delivery window options cannot be generated, but the chosen delivery window option can be updated before shipment closure. The window is used to provide the expected time when a shipment will arrive at the warehouse. All transportation options which have the program `CONFIRMED_DELIVERY_WINDOW` require a delivery window to be confirmed prior to transportation option confirmation. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
99
99
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
100
100
|
* @param {string} shipmentId The shipment to confirm the delivery window option for.
|
|
101
101
|
* @param {string} deliveryWindowOptionId The id of the delivery window option to be confirmed.
|
|
@@ -131,7 +131,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
131
131
|
};
|
|
132
132
|
},
|
|
133
133
|
/**
|
|
134
|
-
* Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
134
|
+
* Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
135
135
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
136
136
|
* @param {string} packingOptionId Identifier of a packing option.
|
|
137
137
|
* @param {*} [options] Override http request option.
|
|
@@ -163,7 +163,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
163
163
|
};
|
|
164
164
|
},
|
|
165
165
|
/**
|
|
166
|
-
* Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
166
|
+
* Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
167
167
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
168
168
|
* @param {string} placementOptionId The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.
|
|
169
169
|
* @param {*} [options] Override http request option.
|
|
@@ -195,7 +195,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
195
195
|
};
|
|
196
196
|
},
|
|
197
197
|
/**
|
|
198
|
-
* Confirm a shipment content update preview and accept the changes in transportation cost. **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
|
|
198
|
+
* Confirm a shipment content update preview and accept the changes in transportation cost. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
199
199
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
200
200
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
201
201
|
* @param {string} contentUpdatePreviewId Identifier of a content update preview.
|
|
@@ -231,7 +231,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
231
231
|
};
|
|
232
232
|
},
|
|
233
233
|
/**
|
|
234
|
-
* Confirms all the transportation options for an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new transportation options can not be generated or confirmed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
234
|
+
* Confirms all the transportation options for an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new transportation options can not be generated or confirmed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
235
235
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
236
236
|
* @param {ConfirmTransportationOptionsRequest} body The body of the request to `confirmTransportationOptions`.
|
|
237
237
|
* @param {*} [options] Override http request option.
|
|
@@ -264,7 +264,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
264
264
|
};
|
|
265
265
|
},
|
|
266
266
|
/**
|
|
267
|
-
* Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon\'s fufillment network. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
267
|
+
* Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon\'s fufillment network. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
268
268
|
* @param {CreateInboundPlanRequest} body The body of the request to `createInboundPlan`.
|
|
269
269
|
* @param {*} [options] Override http request option.
|
|
270
270
|
* @throws {RequiredError}
|
|
@@ -293,7 +293,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
293
293
|
};
|
|
294
294
|
},
|
|
295
295
|
/**
|
|
296
|
-
* For a given marketplace - creates labels for a list of
|
|
296
|
+
* For a given marketplace - creates labels for a list of MSKUs. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
297
297
|
* @param {CreateMarketplaceItemLabelsRequest} body The body of the request to `createMarketplaceItemLabels`.
|
|
298
298
|
* @param {*} [options] Override http request option.
|
|
299
299
|
* @throws {RequiredError}
|
|
@@ -322,7 +322,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
322
322
|
};
|
|
323
323
|
},
|
|
324
324
|
/**
|
|
325
|
-
* Generates available delivery window options for a given 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
|
|
325
|
+
* Generates available delivery window options for a given 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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
326
326
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
327
327
|
* @param {string} shipmentId The shipment to generate delivery window options for.
|
|
328
328
|
* @param {*} [options] Override http request option.
|
|
@@ -354,7 +354,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
354
354
|
};
|
|
355
355
|
},
|
|
356
356
|
/**
|
|
357
|
-
* Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
357
|
+
* Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
358
358
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
359
359
|
* @param {*} [options] Override http request option.
|
|
360
360
|
* @throws {RequiredError}
|
|
@@ -382,7 +382,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
382
382
|
};
|
|
383
383
|
},
|
|
384
384
|
/**
|
|
385
|
-
* Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
385
|
+
* Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
386
386
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
387
387
|
* @param {GeneratePlacementOptionsRequest} body The body of the request to `generatePlacementOptions`.
|
|
388
388
|
* @param {*} [options] Override http request option.
|
|
@@ -415,7 +415,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
415
415
|
};
|
|
416
416
|
},
|
|
417
417
|
/**
|
|
418
|
-
* Initiates the process of generating the appointment slots list. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
418
|
+
* Initiates the process of generating the appointment slots list. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
419
419
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
420
420
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
421
421
|
* @param {GenerateSelfShipAppointmentSlotsRequest} body The body of the request to `generateSelfShipAppointmentSlots`.
|
|
@@ -452,7 +452,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
452
452
|
};
|
|
453
453
|
},
|
|
454
454
|
/**
|
|
455
|
-
* Generate a shipment content update preview given a set of intended boxes and/or items for a shipment with a confirmed carrier. The shipment content update preview will be viewable with the updated costs and contents prior to confirmation. **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
|
|
455
|
+
* Generate a shipment content update preview given a set of intended boxes and/or items for a shipment with a confirmed carrier. The shipment content update preview will be viewable with the updated costs and contents prior to confirmation. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
456
456
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
457
457
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
458
458
|
* @param {GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to `generateShipmentContentUpdatePreviews`.
|
|
@@ -489,7 +489,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
489
489
|
};
|
|
490
490
|
},
|
|
491
491
|
/**
|
|
492
|
-
* Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
492
|
+
* Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
493
493
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
494
494
|
* @param {GenerateTransportationOptionsRequest} body The body of the request to `generateTransportationOptions`.
|
|
495
495
|
* @param {*} [options] Override http request option.
|
|
@@ -522,7 +522,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
522
522
|
};
|
|
523
523
|
},
|
|
524
524
|
/**
|
|
525
|
-
* Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
525
|
+
* Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
526
526
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
527
527
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
528
528
|
* @param {*} [options] Override http request option.
|
|
@@ -554,7 +554,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
554
554
|
};
|
|
555
555
|
},
|
|
556
556
|
/**
|
|
557
|
-
* Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
557
|
+
* Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
558
558
|
* @param {string} operationId Identifier of an asynchronous operation.
|
|
559
559
|
* @param {*} [options] Override http request option.
|
|
560
560
|
* @throws {RequiredError}
|
|
@@ -582,7 +582,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
582
582
|
};
|
|
583
583
|
},
|
|
584
584
|
/**
|
|
585
|
-
* Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
585
|
+
* Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
586
586
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
587
587
|
* @param {*} [options] Override http request option.
|
|
588
588
|
* @throws {RequiredError}
|
|
@@ -610,7 +610,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
610
610
|
};
|
|
611
611
|
},
|
|
612
612
|
/**
|
|
613
|
-
* Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
613
|
+
* Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
614
614
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
615
615
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
616
616
|
* @param {number} [pageSize] The number of self ship appointment slots to return in the response matching the given query.
|
|
@@ -650,7 +650,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
650
650
|
};
|
|
651
651
|
},
|
|
652
652
|
/**
|
|
653
|
-
* Provides the full details for a specific shipment within an inbound plan. The `transportationOptionId` inside `acceptedTransportationSelection` can be used to retrieve the transportation details for the shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
653
|
+
* Provides the full details for a specific shipment within an inbound plan. The `transportationOptionId` inside `acceptedTransportationSelection` can be used to retrieve the transportation details for the shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
654
654
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
655
655
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
656
656
|
* @param {*} [options] Override http request option.
|
|
@@ -682,7 +682,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
682
682
|
};
|
|
683
683
|
},
|
|
684
684
|
/**
|
|
685
|
-
* Retrieve a shipment content update preview which provides a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **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
|
|
685
|
+
* Retrieve a shipment content update preview which provides a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
686
686
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
687
687
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
688
688
|
* @param {string} contentUpdatePreviewId Identifier of a content update preview.
|
|
@@ -718,7 +718,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
718
718
|
};
|
|
719
719
|
},
|
|
720
720
|
/**
|
|
721
|
-
* Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the `generateDeliveryWindowOptions` operation before becoming available. **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
|
|
721
|
+
* Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the `generateDeliveryWindowOptions` operation before becoming available. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
722
722
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
723
723
|
* @param {string} shipmentId The shipment to get delivery window options for.
|
|
724
724
|
* @param {number} [pageSize] The number of delivery window options to return in the response matching the given query.
|
|
@@ -758,7 +758,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
758
758
|
};
|
|
759
759
|
},
|
|
760
760
|
/**
|
|
761
|
-
* Provides a paginated list of box packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
761
|
+
* Provides a paginated list of box packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
762
762
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
763
763
|
* @param {number} [pageSize] The number of boxes to return in the response matching the given query.
|
|
764
764
|
* @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
@@ -794,7 +794,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
794
794
|
};
|
|
795
795
|
},
|
|
796
796
|
/**
|
|
797
|
-
* Provides a paginated list of item packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
797
|
+
* Provides a paginated list of item packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
798
798
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
799
799
|
* @param {number} [pageSize] The number of items to return in the response matching the given query.
|
|
800
800
|
* @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
@@ -830,7 +830,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
830
830
|
};
|
|
831
831
|
},
|
|
832
832
|
/**
|
|
833
|
-
* Provides a paginated list of pallet packages in an inbound plan. An inbound plan will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
833
|
+
* Provides a paginated list of pallet packages in an inbound plan. An inbound plan will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
834
834
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
835
835
|
* @param {number} [pageSize] The number of pallets to return in the response matching the given query.
|
|
836
836
|
* @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
@@ -866,7 +866,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
866
866
|
};
|
|
867
867
|
},
|
|
868
868
|
/**
|
|
869
|
-
* Provides a list of inbound plans with minimal information. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
869
|
+
* Provides a list of inbound plans with minimal information. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
870
870
|
* @param {number} [pageSize] The number of inbound plans to return in the response matching the given query.
|
|
871
871
|
* @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
872
872
|
* @param {ListInboundPlansStatusEnum} [status] The status of an inbound plan.
|
|
@@ -910,9 +910,9 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
910
910
|
};
|
|
911
911
|
},
|
|
912
912
|
/**
|
|
913
|
-
* List the inbound compliance details for MSKUs in a given marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
914
|
-
* @param {Array<string>} mskus
|
|
915
|
-
* @param {string} marketplaceId The Marketplace ID.
|
|
913
|
+
* List the inbound compliance details for MSKUs in a given marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
914
|
+
* @param {Array<string>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
|
|
915
|
+
* @param {string} marketplaceId The Marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
916
916
|
* @param {*} [options] Override http request option.
|
|
917
917
|
* @throws {RequiredError}
|
|
918
918
|
*/
|
|
@@ -946,7 +946,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
946
946
|
};
|
|
947
947
|
},
|
|
948
948
|
/**
|
|
949
|
-
* Retrieves a page of boxes from a given packing group. These boxes were previously provided through the `setPackingInformation` operation. This API is used for workflows where boxes are packed before Amazon determines shipment splits. **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
|
|
949
|
+
* Retrieves a page of boxes from a given packing group. These boxes were previously provided through the `setPackingInformation` operation. This API is used for workflows where boxes are packed before Amazon determines shipment splits. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
950
950
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
951
951
|
* @param {string} packingGroupId Identifier of a packing group.
|
|
952
952
|
* @param {number} [pageSize] The number of packing group boxes to return in the response matching the given query.
|
|
@@ -986,7 +986,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
986
986
|
};
|
|
987
987
|
},
|
|
988
988
|
/**
|
|
989
|
-
* Retrieves a page of items in a given packing group. Packing options must first be generated by the corresponding operation before packing group items can be listed. **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
|
|
989
|
+
* Retrieves a page of items in a given packing group. Packing options must first be generated by the corresponding operation before packing group items can be listed. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
990
990
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
991
991
|
* @param {string} packingGroupId Identifier of a packing group.
|
|
992
992
|
* @param {number} [pageSize] The number of packing group items to return in the response matching the given query.
|
|
@@ -1026,7 +1026,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1026
1026
|
};
|
|
1027
1027
|
},
|
|
1028
1028
|
/**
|
|
1029
|
-
* Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1029
|
+
* Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1030
1030
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1031
1031
|
* @param {number} [pageSize] The number of packing options to return in the response matching the given query.
|
|
1032
1032
|
* @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
@@ -1062,7 +1062,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1062
1062
|
};
|
|
1063
1063
|
},
|
|
1064
1064
|
/**
|
|
1065
|
-
* Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1065
|
+
* Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1066
1066
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1067
1067
|
* @param {number} [pageSize] The number of placement options to return in the response matching the given query.
|
|
1068
1068
|
* @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
@@ -1098,7 +1098,43 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1098
1098
|
};
|
|
1099
1099
|
},
|
|
1100
1100
|
/**
|
|
1101
|
-
*
|
|
1101
|
+
* Get preparation details for a list of MSKUs in a specified marketplace. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1102
|
+
* @param {string} marketplaceId The marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
1103
|
+
* @param {Array<string>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
|
|
1104
|
+
* @param {*} [options] Override http request option.
|
|
1105
|
+
* @throws {RequiredError}
|
|
1106
|
+
*/
|
|
1107
|
+
listPrepDetails: async (marketplaceId, mskus, options = {}) => {
|
|
1108
|
+
// verify required parameter 'marketplaceId' is not null or undefined
|
|
1109
|
+
(0, common_1.assertParamExists)('listPrepDetails', 'marketplaceId', marketplaceId);
|
|
1110
|
+
// verify required parameter 'mskus' is not null or undefined
|
|
1111
|
+
(0, common_1.assertParamExists)('listPrepDetails', 'mskus', mskus);
|
|
1112
|
+
const localVarPath = `/inbound/fba/2024-03-20/items/prepDetails`;
|
|
1113
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1114
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1115
|
+
let baseOptions;
|
|
1116
|
+
if (configuration) {
|
|
1117
|
+
baseOptions = configuration.baseOptions;
|
|
1118
|
+
}
|
|
1119
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
|
|
1120
|
+
const localVarHeaderParameter = {};
|
|
1121
|
+
const localVarQueryParameter = {};
|
|
1122
|
+
if (marketplaceId !== undefined) {
|
|
1123
|
+
localVarQueryParameter['marketplaceId'] = marketplaceId;
|
|
1124
|
+
}
|
|
1125
|
+
if (mskus) {
|
|
1126
|
+
localVarQueryParameter['mskus'] = mskus;
|
|
1127
|
+
}
|
|
1128
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1129
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1130
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1131
|
+
return {
|
|
1132
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1133
|
+
options: localVarRequestOptions,
|
|
1134
|
+
};
|
|
1135
|
+
},
|
|
1136
|
+
/**
|
|
1137
|
+
* Provides a paginated list of box packages in a 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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1102
1138
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1103
1139
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1104
1140
|
* @param {number} [pageSize] The number of boxes to return in the response matching the given query.
|
|
@@ -1138,7 +1174,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1138
1174
|
};
|
|
1139
1175
|
},
|
|
1140
1176
|
/**
|
|
1141
|
-
* Retrieve a paginated list of shipment content update previews for a given shipment. The shipment content update preview is a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **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
|
|
1177
|
+
* Retrieve a paginated list of shipment content update previews for a given shipment. The shipment content update preview is a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1142
1178
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1143
1179
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1144
1180
|
* @param {number} [pageSize] The number of content update previews to return.
|
|
@@ -1178,7 +1214,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1178
1214
|
};
|
|
1179
1215
|
},
|
|
1180
1216
|
/**
|
|
1181
|
-
* Provides a paginated list of item packages in a 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
|
|
1217
|
+
* Provides a paginated list of item packages in a 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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1182
1218
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1183
1219
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1184
1220
|
* @param {number} [pageSize] The number of items to return in the response matching the given query.
|
|
@@ -1218,7 +1254,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1218
1254
|
};
|
|
1219
1255
|
},
|
|
1220
1256
|
/**
|
|
1221
|
-
* Provides a paginated list of pallet packages in a shipment. A palletized shipment will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **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
|
|
1257
|
+
* Provides a paginated list of pallet packages in a shipment. A palletized shipment will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1222
1258
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1223
1259
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1224
1260
|
* @param {number} [pageSize] The number of pallets to return in the response matching the given query.
|
|
@@ -1258,7 +1294,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1258
1294
|
};
|
|
1259
1295
|
},
|
|
1260
1296
|
/**
|
|
1261
|
-
* Retrieves all transportation options for a shipment. Transportation options must first be generated by the `generateTransportationOptions` operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1297
|
+
* Retrieves all transportation options for a shipment. Transportation options must first be generated by the `generateTransportationOptions` operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1262
1298
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1263
1299
|
* @param {number} [pageSize] The number of transportation options to return in the response matching the given query.
|
|
1264
1300
|
* @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
@@ -1302,7 +1338,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1302
1338
|
};
|
|
1303
1339
|
},
|
|
1304
1340
|
/**
|
|
1305
|
-
* Confirms or reschedules a self-ship appointment slot against a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1341
|
+
* Confirms or reschedules a self-ship appointment slot against a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1306
1342
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1307
1343
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1308
1344
|
* @param {string} slotId An identifier to a self-ship appointment slot.
|
|
@@ -1343,7 +1379,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1343
1379
|
};
|
|
1344
1380
|
},
|
|
1345
1381
|
/**
|
|
1346
|
-
* Sets packing information for an inbound plan. This should be called after an inbound plan is created to populate the box level information required for planning and transportation estimates. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1382
|
+
* Sets packing information for an inbound plan. This should be called after an inbound plan is created to populate the box level information required for planning and transportation estimates. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1347
1383
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1348
1384
|
* @param {SetPackingInformationRequest} body The body of the request to `setPackingInformation`.
|
|
1349
1385
|
* @param {*} [options] Override http request option.
|
|
@@ -1376,7 +1412,36 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1376
1412
|
};
|
|
1377
1413
|
},
|
|
1378
1414
|
/**
|
|
1379
|
-
*
|
|
1415
|
+
* Set the preparation details for a list of MSKUs in a specified marketplace. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1416
|
+
* @param {SetPrepDetailsRequest} body The body of the request to `setPrepDetails`.
|
|
1417
|
+
* @param {*} [options] Override http request option.
|
|
1418
|
+
* @throws {RequiredError}
|
|
1419
|
+
*/
|
|
1420
|
+
setPrepDetails: async (body, options = {}) => {
|
|
1421
|
+
// verify required parameter 'body' is not null or undefined
|
|
1422
|
+
(0, common_1.assertParamExists)('setPrepDetails', 'body', body);
|
|
1423
|
+
const localVarPath = `/inbound/fba/2024-03-20/items/prepDetails`;
|
|
1424
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1425
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1426
|
+
let baseOptions;
|
|
1427
|
+
if (configuration) {
|
|
1428
|
+
baseOptions = configuration.baseOptions;
|
|
1429
|
+
}
|
|
1430
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
1431
|
+
const localVarHeaderParameter = {};
|
|
1432
|
+
const localVarQueryParameter = {};
|
|
1433
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1434
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1435
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1436
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1437
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
|
|
1438
|
+
return {
|
|
1439
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1440
|
+
options: localVarRequestOptions,
|
|
1441
|
+
};
|
|
1442
|
+
},
|
|
1443
|
+
/**
|
|
1444
|
+
* Updates the name of an existing inbound plan. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1380
1445
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1381
1446
|
* @param {UpdateInboundPlanNameRequest} body The body of the request to `updateInboundPlanName`.
|
|
1382
1447
|
* @param {*} [options] Override http request option.
|
|
@@ -1409,8 +1474,8 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1409
1474
|
};
|
|
1410
1475
|
},
|
|
1411
1476
|
/**
|
|
1412
|
-
* Update compliance details for list of MSKUs. The details provided here are only used for the IN marketplace compliance validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 |
|
|
1413
|
-
* @param {string} marketplaceId The Marketplace ID.
|
|
1477
|
+
* Update compliance details for a list of MSKUs. The details provided here are only used for the India (IN - A21TJRUUN4KGV) marketplace compliance validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1478
|
+
* @param {string} marketplaceId The Marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
1414
1479
|
* @param {UpdateItemComplianceDetailsRequest} body The body of the request to `updateItemComplianceDetails`.
|
|
1415
1480
|
* @param {*} [options] Override http request option.
|
|
1416
1481
|
* @throws {RequiredError}
|
|
@@ -1444,7 +1509,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1444
1509
|
};
|
|
1445
1510
|
},
|
|
1446
1511
|
/**
|
|
1447
|
-
* Updates the name of an existing 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
|
|
1512
|
+
* Updates the name of an existing 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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1448
1513
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1449
1514
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1450
1515
|
* @param {UpdateShipmentNameRequest} body The body of the request to `updateShipmentName`.
|
|
@@ -1481,7 +1546,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1481
1546
|
};
|
|
1482
1547
|
},
|
|
1483
1548
|
/**
|
|
1484
|
-
* Updates the source address of an existing shipment. The shipment source address can only be updated prior to the confirmation of the shipment carriers. As a result of the updated source address, existing transportation options will be invalidated and will need to be regenerated to capture the potential difference in transportation options and quotes due to the new source address. **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
|
|
1549
|
+
* Updates the source address of an existing shipment. The shipment source address can only be updated prior to the confirmation of the shipment carriers. As a result of the updated source address, existing transportation options will be invalidated and will need to be regenerated to capture the potential difference in transportation options and quotes due to the new source address. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1485
1550
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1486
1551
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1487
1552
|
* @param {UpdateShipmentSourceAddressRequest} body The body of the request to `updateShipmentSourceAddress`.
|
|
@@ -1518,7 +1583,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1518
1583
|
};
|
|
1519
1584
|
},
|
|
1520
1585
|
/**
|
|
1521
|
-
* Updates a shipment\'s tracking details. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1586
|
+
* Updates a shipment\'s tracking details. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1522
1587
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1523
1588
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1524
1589
|
* @param {UpdateShipmentTrackingDetailsRequest} body The body of the request to `updateShipmentTrackingDetails`.
|
|
@@ -1565,7 +1630,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1565
1630
|
const localVarAxiosParamCreator = (0, exports.FbaInboundApiAxiosParamCreator)(configuration);
|
|
1566
1631
|
return {
|
|
1567
1632
|
/**
|
|
1568
|
-
* Cancels an Inbound Plan. Charges may apply if the cancellation is performed outside of a void window. The window for Amazon Partnered Carriers is 24 hours for Small Parcel Delivery (SPD) and one hour for Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1633
|
+
* Cancels an Inbound Plan. Charges may apply if the cancellation is performed outside of a void window. The window for Amazon Partnered Carriers is 24 hours for Small Parcel Delivery (SPD) and one hour for Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1569
1634
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1570
1635
|
* @param {*} [options] Override http request option.
|
|
1571
1636
|
* @throws {RequiredError}
|
|
@@ -1577,7 +1642,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1577
1642
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1578
1643
|
},
|
|
1579
1644
|
/**
|
|
1580
|
-
* Cancels a self-ship appointment slot against a 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
|
|
1645
|
+
* Cancels a self-ship appointment slot against a 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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1581
1646
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1582
1647
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1583
1648
|
* @param {CancelSelfShipAppointmentRequest} body The body of the request to `cancelSelfShipAppointment`.
|
|
@@ -1591,7 +1656,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1591
1656
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1592
1657
|
},
|
|
1593
1658
|
/**
|
|
1594
|
-
* Confirms the delivery window option for chosen shipment within an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new delivery window options cannot be generated, but the chosen delivery window option can be updated before shipment closure. The window is used to provide the expected time when a shipment will arrive at the warehouse. All transportation options which have the program `CONFIRMED_DELIVERY_WINDOW` require a delivery window to be confirmed prior to transportation option confirmation. **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
|
|
1659
|
+
* Confirms the delivery window option for chosen shipment within an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new delivery window options cannot be generated, but the chosen delivery window option can be updated before shipment closure. The window is used to provide the expected time when a shipment will arrive at the warehouse. All transportation options which have the program `CONFIRMED_DELIVERY_WINDOW` require a delivery window to be confirmed prior to transportation option confirmation. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1595
1660
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1596
1661
|
* @param {string} shipmentId The shipment to confirm the delivery window option for.
|
|
1597
1662
|
* @param {string} deliveryWindowOptionId The id of the delivery window option to be confirmed.
|
|
@@ -1605,7 +1670,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1605
1670
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1606
1671
|
},
|
|
1607
1672
|
/**
|
|
1608
|
-
* Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1673
|
+
* Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1609
1674
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1610
1675
|
* @param {string} packingOptionId Identifier of a packing option.
|
|
1611
1676
|
* @param {*} [options] Override http request option.
|
|
@@ -1618,7 +1683,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1618
1683
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1619
1684
|
},
|
|
1620
1685
|
/**
|
|
1621
|
-
* Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1686
|
+
* Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1622
1687
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1623
1688
|
* @param {string} placementOptionId The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.
|
|
1624
1689
|
* @param {*} [options] Override http request option.
|
|
@@ -1631,7 +1696,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1631
1696
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1632
1697
|
},
|
|
1633
1698
|
/**
|
|
1634
|
-
* Confirm a shipment content update preview and accept the changes in transportation cost. **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
|
|
1699
|
+
* Confirm a shipment content update preview and accept the changes in transportation cost. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1635
1700
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1636
1701
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1637
1702
|
* @param {string} contentUpdatePreviewId Identifier of a content update preview.
|
|
@@ -1645,7 +1710,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1645
1710
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1646
1711
|
},
|
|
1647
1712
|
/**
|
|
1648
|
-
* Confirms all the transportation options for an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new transportation options can not be generated or confirmed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1713
|
+
* Confirms all the transportation options for an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new transportation options can not be generated or confirmed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1649
1714
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1650
1715
|
* @param {ConfirmTransportationOptionsRequest} body The body of the request to `confirmTransportationOptions`.
|
|
1651
1716
|
* @param {*} [options] Override http request option.
|
|
@@ -1658,7 +1723,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1658
1723
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1659
1724
|
},
|
|
1660
1725
|
/**
|
|
1661
|
-
* Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon\'s fufillment network. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1726
|
+
* Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon\'s fufillment network. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1662
1727
|
* @param {CreateInboundPlanRequest} body The body of the request to `createInboundPlan`.
|
|
1663
1728
|
* @param {*} [options] Override http request option.
|
|
1664
1729
|
* @throws {RequiredError}
|
|
@@ -1670,7 +1735,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1670
1735
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1671
1736
|
},
|
|
1672
1737
|
/**
|
|
1673
|
-
* For a given marketplace - creates labels for a list of
|
|
1738
|
+
* For a given marketplace - creates labels for a list of MSKUs. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1674
1739
|
* @param {CreateMarketplaceItemLabelsRequest} body The body of the request to `createMarketplaceItemLabels`.
|
|
1675
1740
|
* @param {*} [options] Override http request option.
|
|
1676
1741
|
* @throws {RequiredError}
|
|
@@ -1682,7 +1747,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1682
1747
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1683
1748
|
},
|
|
1684
1749
|
/**
|
|
1685
|
-
* Generates available delivery window options for a given 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
|
|
1750
|
+
* Generates available delivery window options for a given 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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1686
1751
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1687
1752
|
* @param {string} shipmentId The shipment to generate delivery window options for.
|
|
1688
1753
|
* @param {*} [options] Override http request option.
|
|
@@ -1695,7 +1760,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1695
1760
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1696
1761
|
},
|
|
1697
1762
|
/**
|
|
1698
|
-
* Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1763
|
+
* Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1699
1764
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1700
1765
|
* @param {*} [options] Override http request option.
|
|
1701
1766
|
* @throws {RequiredError}
|
|
@@ -1707,7 +1772,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1707
1772
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1708
1773
|
},
|
|
1709
1774
|
/**
|
|
1710
|
-
* Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1775
|
+
* Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1711
1776
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1712
1777
|
* @param {GeneratePlacementOptionsRequest} body The body of the request to `generatePlacementOptions`.
|
|
1713
1778
|
* @param {*} [options] Override http request option.
|
|
@@ -1720,7 +1785,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1720
1785
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1721
1786
|
},
|
|
1722
1787
|
/**
|
|
1723
|
-
* Initiates the process of generating the appointment slots list. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1788
|
+
* Initiates the process of generating the appointment slots list. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1724
1789
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1725
1790
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1726
1791
|
* @param {GenerateSelfShipAppointmentSlotsRequest} body The body of the request to `generateSelfShipAppointmentSlots`.
|
|
@@ -1734,7 +1799,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1734
1799
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1735
1800
|
},
|
|
1736
1801
|
/**
|
|
1737
|
-
* Generate a shipment content update preview given a set of intended boxes and/or items for a shipment with a confirmed carrier. The shipment content update preview will be viewable with the updated costs and contents prior to confirmation. **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
|
|
1802
|
+
* Generate a shipment content update preview given a set of intended boxes and/or items for a shipment with a confirmed carrier. The shipment content update preview will be viewable with the updated costs and contents prior to confirmation. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1738
1803
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1739
1804
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1740
1805
|
* @param {GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to `generateShipmentContentUpdatePreviews`.
|
|
@@ -1748,7 +1813,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1748
1813
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1749
1814
|
},
|
|
1750
1815
|
/**
|
|
1751
|
-
* Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1816
|
+
* Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1752
1817
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1753
1818
|
* @param {GenerateTransportationOptionsRequest} body The body of the request to `generateTransportationOptions`.
|
|
1754
1819
|
* @param {*} [options] Override http request option.
|
|
@@ -1761,7 +1826,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1761
1826
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1762
1827
|
},
|
|
1763
1828
|
/**
|
|
1764
|
-
* Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1829
|
+
* Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1765
1830
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1766
1831
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1767
1832
|
* @param {*} [options] Override http request option.
|
|
@@ -1774,7 +1839,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1774
1839
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1775
1840
|
},
|
|
1776
1841
|
/**
|
|
1777
|
-
* Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1842
|
+
* Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1778
1843
|
* @param {string} operationId Identifier of an asynchronous operation.
|
|
1779
1844
|
* @param {*} [options] Override http request option.
|
|
1780
1845
|
* @throws {RequiredError}
|
|
@@ -1786,7 +1851,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1786
1851
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1787
1852
|
},
|
|
1788
1853
|
/**
|
|
1789
|
-
* Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1854
|
+
* Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1790
1855
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1791
1856
|
* @param {*} [options] Override http request option.
|
|
1792
1857
|
* @throws {RequiredError}
|
|
@@ -1798,7 +1863,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1798
1863
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1799
1864
|
},
|
|
1800
1865
|
/**
|
|
1801
|
-
* Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1866
|
+
* Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1802
1867
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1803
1868
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1804
1869
|
* @param {number} [pageSize] The number of self ship appointment slots to return in the response matching the given query.
|
|
@@ -1813,7 +1878,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1813
1878
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1814
1879
|
},
|
|
1815
1880
|
/**
|
|
1816
|
-
* Provides the full details for a specific shipment within an inbound plan. The `transportationOptionId` inside `acceptedTransportationSelection` can be used to retrieve the transportation details for the shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1881
|
+
* Provides the full details for a specific shipment within an inbound plan. The `transportationOptionId` inside `acceptedTransportationSelection` can be used to retrieve the transportation details for the shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1817
1882
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1818
1883
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1819
1884
|
* @param {*} [options] Override http request option.
|
|
@@ -1826,7 +1891,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1826
1891
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1827
1892
|
},
|
|
1828
1893
|
/**
|
|
1829
|
-
* Retrieve a shipment content update preview which provides a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **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
|
|
1894
|
+
* Retrieve a shipment content update preview which provides a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1830
1895
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1831
1896
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1832
1897
|
* @param {string} contentUpdatePreviewId Identifier of a content update preview.
|
|
@@ -1840,7 +1905,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1840
1905
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1841
1906
|
},
|
|
1842
1907
|
/**
|
|
1843
|
-
* Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the `generateDeliveryWindowOptions` operation before becoming available. **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
|
|
1908
|
+
* Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the `generateDeliveryWindowOptions` operation before becoming available. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1844
1909
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1845
1910
|
* @param {string} shipmentId The shipment to get delivery window options for.
|
|
1846
1911
|
* @param {number} [pageSize] The number of delivery window options to return in the response matching the given query.
|
|
@@ -1855,7 +1920,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1855
1920
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1856
1921
|
},
|
|
1857
1922
|
/**
|
|
1858
|
-
* Provides a paginated list of box packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1923
|
+
* Provides a paginated list of box packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1859
1924
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1860
1925
|
* @param {number} [pageSize] The number of boxes to return in the response matching the given query.
|
|
1861
1926
|
* @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
@@ -1869,7 +1934,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1869
1934
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1870
1935
|
},
|
|
1871
1936
|
/**
|
|
1872
|
-
* Provides a paginated list of item packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1937
|
+
* Provides a paginated list of item packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1873
1938
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1874
1939
|
* @param {number} [pageSize] The number of items to return in the response matching the given query.
|
|
1875
1940
|
* @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
@@ -1883,7 +1948,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1883
1948
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1884
1949
|
},
|
|
1885
1950
|
/**
|
|
1886
|
-
* Provides a paginated list of pallet packages in an inbound plan. An inbound plan will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1951
|
+
* Provides a paginated list of pallet packages in an inbound plan. An inbound plan will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1887
1952
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1888
1953
|
* @param {number} [pageSize] The number of pallets to return in the response matching the given query.
|
|
1889
1954
|
* @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
@@ -1897,7 +1962,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1897
1962
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1898
1963
|
},
|
|
1899
1964
|
/**
|
|
1900
|
-
* Provides a list of inbound plans with minimal information. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1965
|
+
* Provides a list of inbound plans with minimal information. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1901
1966
|
* @param {number} [pageSize] The number of inbound plans to return in the response matching the given query.
|
|
1902
1967
|
* @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
1903
1968
|
* @param {ListInboundPlansStatusEnum} [status] The status of an inbound plan.
|
|
@@ -1913,9 +1978,9 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1913
1978
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1914
1979
|
},
|
|
1915
1980
|
/**
|
|
1916
|
-
* List the inbound compliance details for MSKUs in a given marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
1917
|
-
* @param {Array<string>} mskus
|
|
1918
|
-
* @param {string} marketplaceId The Marketplace ID.
|
|
1981
|
+
* List the inbound compliance details for MSKUs in a given marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1982
|
+
* @param {Array<string>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
|
|
1983
|
+
* @param {string} marketplaceId The Marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
1919
1984
|
* @param {*} [options] Override http request option.
|
|
1920
1985
|
* @throws {RequiredError}
|
|
1921
1986
|
*/
|
|
@@ -1926,7 +1991,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1926
1991
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1927
1992
|
},
|
|
1928
1993
|
/**
|
|
1929
|
-
* Retrieves a page of boxes from a given packing group. These boxes were previously provided through the `setPackingInformation` operation. This API is used for workflows where boxes are packed before Amazon determines shipment splits. **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
|
|
1994
|
+
* Retrieves a page of boxes from a given packing group. These boxes were previously provided through the `setPackingInformation` operation. This API is used for workflows where boxes are packed before Amazon determines shipment splits. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1930
1995
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1931
1996
|
* @param {string} packingGroupId Identifier of a packing group.
|
|
1932
1997
|
* @param {number} [pageSize] The number of packing group boxes to return in the response matching the given query.
|
|
@@ -1941,7 +2006,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1941
2006
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1942
2007
|
},
|
|
1943
2008
|
/**
|
|
1944
|
-
* Retrieves a page of items in a given packing group. Packing options must first be generated by the corresponding operation before packing group items can be listed. **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
|
|
2009
|
+
* Retrieves a page of items in a given packing group. Packing options must first be generated by the corresponding operation before packing group items can be listed. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1945
2010
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1946
2011
|
* @param {string} packingGroupId Identifier of a packing group.
|
|
1947
2012
|
* @param {number} [pageSize] The number of packing group items to return in the response matching the given query.
|
|
@@ -1956,7 +2021,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1956
2021
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1957
2022
|
},
|
|
1958
2023
|
/**
|
|
1959
|
-
* Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2024
|
+
* Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1960
2025
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1961
2026
|
* @param {number} [pageSize] The number of packing options to return in the response matching the given query.
|
|
1962
2027
|
* @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
@@ -1970,7 +2035,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1970
2035
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1971
2036
|
},
|
|
1972
2037
|
/**
|
|
1973
|
-
* Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2038
|
+
* Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1974
2039
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1975
2040
|
* @param {number} [pageSize] The number of placement options to return in the response matching the given query.
|
|
1976
2041
|
* @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
@@ -1984,7 +2049,20 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1984
2049
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1985
2050
|
},
|
|
1986
2051
|
/**
|
|
1987
|
-
*
|
|
2052
|
+
* Get preparation details for a list of MSKUs in a specified marketplace. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2053
|
+
* @param {string} marketplaceId The marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
2054
|
+
* @param {Array<string>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
|
|
2055
|
+
* @param {*} [options] Override http request option.
|
|
2056
|
+
* @throws {RequiredError}
|
|
2057
|
+
*/
|
|
2058
|
+
async listPrepDetails(marketplaceId, mskus, options) {
|
|
2059
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listPrepDetails(marketplaceId, mskus, options);
|
|
2060
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2061
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.listPrepDetails']?.[localVarOperationServerIndex]?.url;
|
|
2062
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2063
|
+
},
|
|
2064
|
+
/**
|
|
2065
|
+
* Provides a paginated list of box packages in a 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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
1988
2066
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
1989
2067
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1990
2068
|
* @param {number} [pageSize] The number of boxes to return in the response matching the given query.
|
|
@@ -1999,7 +2077,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
1999
2077
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2000
2078
|
},
|
|
2001
2079
|
/**
|
|
2002
|
-
* Retrieve a paginated list of shipment content update previews for a given shipment. The shipment content update preview is a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **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
|
|
2080
|
+
* Retrieve a paginated list of shipment content update previews for a given shipment. The shipment content update preview is a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2003
2081
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
2004
2082
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2005
2083
|
* @param {number} [pageSize] The number of content update previews to return.
|
|
@@ -2014,7 +2092,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
2014
2092
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2015
2093
|
},
|
|
2016
2094
|
/**
|
|
2017
|
-
* Provides a paginated list of item packages in a 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
|
|
2095
|
+
* Provides a paginated list of item packages in a 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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2018
2096
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
2019
2097
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2020
2098
|
* @param {number} [pageSize] The number of items to return in the response matching the given query.
|
|
@@ -2029,7 +2107,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
2029
2107
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2030
2108
|
},
|
|
2031
2109
|
/**
|
|
2032
|
-
* Provides a paginated list of pallet packages in a shipment. A palletized shipment will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **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
|
|
2110
|
+
* Provides a paginated list of pallet packages in a shipment. A palletized shipment will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2033
2111
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
2034
2112
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2035
2113
|
* @param {number} [pageSize] The number of pallets to return in the response matching the given query.
|
|
@@ -2044,7 +2122,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
2044
2122
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2045
2123
|
},
|
|
2046
2124
|
/**
|
|
2047
|
-
* Retrieves all transportation options for a shipment. Transportation options must first be generated by the `generateTransportationOptions` operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2125
|
+
* Retrieves all transportation options for a shipment. Transportation options must first be generated by the `generateTransportationOptions` operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2048
2126
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
2049
2127
|
* @param {number} [pageSize] The number of transportation options to return in the response matching the given query.
|
|
2050
2128
|
* @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
@@ -2060,7 +2138,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
2060
2138
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2061
2139
|
},
|
|
2062
2140
|
/**
|
|
2063
|
-
* Confirms or reschedules a self-ship appointment slot against a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2141
|
+
* Confirms or reschedules a self-ship appointment slot against a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2064
2142
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
2065
2143
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2066
2144
|
* @param {string} slotId An identifier to a self-ship appointment slot.
|
|
@@ -2075,7 +2153,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
2075
2153
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2076
2154
|
},
|
|
2077
2155
|
/**
|
|
2078
|
-
* Sets packing information for an inbound plan. This should be called after an inbound plan is created to populate the box level information required for planning and transportation estimates. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2156
|
+
* Sets packing information for an inbound plan. This should be called after an inbound plan is created to populate the box level information required for planning and transportation estimates. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2079
2157
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
2080
2158
|
* @param {SetPackingInformationRequest} body The body of the request to `setPackingInformation`.
|
|
2081
2159
|
* @param {*} [options] Override http request option.
|
|
@@ -2088,7 +2166,19 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
2088
2166
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2089
2167
|
},
|
|
2090
2168
|
/**
|
|
2091
|
-
*
|
|
2169
|
+
* Set the preparation details for a list of MSKUs in a specified marketplace. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2170
|
+
* @param {SetPrepDetailsRequest} body The body of the request to `setPrepDetails`.
|
|
2171
|
+
* @param {*} [options] Override http request option.
|
|
2172
|
+
* @throws {RequiredError}
|
|
2173
|
+
*/
|
|
2174
|
+
async setPrepDetails(body, options) {
|
|
2175
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.setPrepDetails(body, options);
|
|
2176
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2177
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.setPrepDetails']?.[localVarOperationServerIndex]?.url;
|
|
2178
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2179
|
+
},
|
|
2180
|
+
/**
|
|
2181
|
+
* Updates the name of an existing inbound plan. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2092
2182
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
2093
2183
|
* @param {UpdateInboundPlanNameRequest} body The body of the request to `updateInboundPlanName`.
|
|
2094
2184
|
* @param {*} [options] Override http request option.
|
|
@@ -2101,8 +2191,8 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
2101
2191
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2102
2192
|
},
|
|
2103
2193
|
/**
|
|
2104
|
-
* Update compliance details for list of MSKUs. The details provided here are only used for the IN marketplace compliance validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 |
|
|
2105
|
-
* @param {string} marketplaceId The Marketplace ID.
|
|
2194
|
+
* Update compliance details for a list of MSKUs. The details provided here are only used for the India (IN - A21TJRUUN4KGV) marketplace compliance validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2195
|
+
* @param {string} marketplaceId The Marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
2106
2196
|
* @param {UpdateItemComplianceDetailsRequest} body The body of the request to `updateItemComplianceDetails`.
|
|
2107
2197
|
* @param {*} [options] Override http request option.
|
|
2108
2198
|
* @throws {RequiredError}
|
|
@@ -2114,7 +2204,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
2114
2204
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2115
2205
|
},
|
|
2116
2206
|
/**
|
|
2117
|
-
* Updates the name of an existing 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
|
|
2207
|
+
* Updates the name of an existing 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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2118
2208
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
2119
2209
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2120
2210
|
* @param {UpdateShipmentNameRequest} body The body of the request to `updateShipmentName`.
|
|
@@ -2128,7 +2218,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
2128
2218
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2129
2219
|
},
|
|
2130
2220
|
/**
|
|
2131
|
-
* Updates the source address of an existing shipment. The shipment source address can only be updated prior to the confirmation of the shipment carriers. As a result of the updated source address, existing transportation options will be invalidated and will need to be regenerated to capture the potential difference in transportation options and quotes due to the new source address. **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
|
|
2221
|
+
* Updates the source address of an existing shipment. The shipment source address can only be updated prior to the confirmation of the shipment carriers. As a result of the updated source address, existing transportation options will be invalidated and will need to be regenerated to capture the potential difference in transportation options and quotes due to the new source address. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2132
2222
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
2133
2223
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2134
2224
|
* @param {UpdateShipmentSourceAddressRequest} body The body of the request to `updateShipmentSourceAddress`.
|
|
@@ -2142,7 +2232,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
2142
2232
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2143
2233
|
},
|
|
2144
2234
|
/**
|
|
2145
|
-
* Updates a shipment\'s tracking details. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2235
|
+
* Updates a shipment\'s tracking details. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2146
2236
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
2147
2237
|
* @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2148
2238
|
* @param {UpdateShipmentTrackingDetailsRequest} body The body of the request to `updateShipmentTrackingDetails`.
|
|
@@ -2166,7 +2256,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2166
2256
|
const localVarFp = (0, exports.FbaInboundApiFp)(configuration);
|
|
2167
2257
|
return {
|
|
2168
2258
|
/**
|
|
2169
|
-
* Cancels an Inbound Plan. Charges may apply if the cancellation is performed outside of a void window. The window for Amazon Partnered Carriers is 24 hours for Small Parcel Delivery (SPD) and one hour for Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2259
|
+
* Cancels an Inbound Plan. Charges may apply if the cancellation is performed outside of a void window. The window for Amazon Partnered Carriers is 24 hours for Small Parcel Delivery (SPD) and one hour for Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2170
2260
|
* @param {FbaInboundApiCancelInboundPlanRequest} requestParameters Request parameters.
|
|
2171
2261
|
* @param {*} [options] Override http request option.
|
|
2172
2262
|
* @throws {RequiredError}
|
|
@@ -2175,7 +2265,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2175
2265
|
return localVarFp.cancelInboundPlan(requestParameters.inboundPlanId, options).then((request) => request(axios, basePath));
|
|
2176
2266
|
},
|
|
2177
2267
|
/**
|
|
2178
|
-
* Cancels a self-ship appointment slot against a 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
|
|
2268
|
+
* Cancels a self-ship appointment slot against a 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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2179
2269
|
* @param {FbaInboundApiCancelSelfShipAppointmentRequest} requestParameters Request parameters.
|
|
2180
2270
|
* @param {*} [options] Override http request option.
|
|
2181
2271
|
* @throws {RequiredError}
|
|
@@ -2184,7 +2274,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2184
2274
|
return localVarFp.cancelSelfShipAppointment(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
2185
2275
|
},
|
|
2186
2276
|
/**
|
|
2187
|
-
* Confirms the delivery window option for chosen shipment within an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new delivery window options cannot be generated, but the chosen delivery window option can be updated before shipment closure. The window is used to provide the expected time when a shipment will arrive at the warehouse. All transportation options which have the program `CONFIRMED_DELIVERY_WINDOW` require a delivery window to be confirmed prior to transportation option confirmation. **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
|
|
2277
|
+
* Confirms the delivery window option for chosen shipment within an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new delivery window options cannot be generated, but the chosen delivery window option can be updated before shipment closure. The window is used to provide the expected time when a shipment will arrive at the warehouse. All transportation options which have the program `CONFIRMED_DELIVERY_WINDOW` require a delivery window to be confirmed prior to transportation option confirmation. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2188
2278
|
* @param {FbaInboundApiConfirmDeliveryWindowOptionsRequest} requestParameters Request parameters.
|
|
2189
2279
|
* @param {*} [options] Override http request option.
|
|
2190
2280
|
* @throws {RequiredError}
|
|
@@ -2193,7 +2283,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2193
2283
|
return localVarFp.confirmDeliveryWindowOptions(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.deliveryWindowOptionId, options).then((request) => request(axios, basePath));
|
|
2194
2284
|
},
|
|
2195
2285
|
/**
|
|
2196
|
-
* Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2286
|
+
* Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2197
2287
|
* @param {FbaInboundApiConfirmPackingOptionRequest} requestParameters Request parameters.
|
|
2198
2288
|
* @param {*} [options] Override http request option.
|
|
2199
2289
|
* @throws {RequiredError}
|
|
@@ -2202,7 +2292,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2202
2292
|
return localVarFp.confirmPackingOption(requestParameters.inboundPlanId, requestParameters.packingOptionId, options).then((request) => request(axios, basePath));
|
|
2203
2293
|
},
|
|
2204
2294
|
/**
|
|
2205
|
-
* Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2295
|
+
* Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2206
2296
|
* @param {FbaInboundApiConfirmPlacementOptionRequest} requestParameters Request parameters.
|
|
2207
2297
|
* @param {*} [options] Override http request option.
|
|
2208
2298
|
* @throws {RequiredError}
|
|
@@ -2211,7 +2301,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2211
2301
|
return localVarFp.confirmPlacementOption(requestParameters.inboundPlanId, requestParameters.placementOptionId, options).then((request) => request(axios, basePath));
|
|
2212
2302
|
},
|
|
2213
2303
|
/**
|
|
2214
|
-
* Confirm a shipment content update preview and accept the changes in transportation cost. **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
|
|
2304
|
+
* Confirm a shipment content update preview and accept the changes in transportation cost. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2215
2305
|
* @param {FbaInboundApiConfirmShipmentContentUpdatePreviewRequest} requestParameters Request parameters.
|
|
2216
2306
|
* @param {*} [options] Override http request option.
|
|
2217
2307
|
* @throws {RequiredError}
|
|
@@ -2220,7 +2310,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2220
2310
|
return localVarFp.confirmShipmentContentUpdatePreview(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.contentUpdatePreviewId, options).then((request) => request(axios, basePath));
|
|
2221
2311
|
},
|
|
2222
2312
|
/**
|
|
2223
|
-
* Confirms all the transportation options for an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new transportation options can not be generated or confirmed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2313
|
+
* Confirms all the transportation options for an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new transportation options can not be generated or confirmed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2224
2314
|
* @param {FbaInboundApiConfirmTransportationOptionsRequest} requestParameters Request parameters.
|
|
2225
2315
|
* @param {*} [options] Override http request option.
|
|
2226
2316
|
* @throws {RequiredError}
|
|
@@ -2229,7 +2319,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2229
2319
|
return localVarFp.confirmTransportationOptions(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
2230
2320
|
},
|
|
2231
2321
|
/**
|
|
2232
|
-
* Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon\'s fufillment network. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2322
|
+
* Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon\'s fufillment network. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2233
2323
|
* @param {FbaInboundApiCreateInboundPlanRequest} requestParameters Request parameters.
|
|
2234
2324
|
* @param {*} [options] Override http request option.
|
|
2235
2325
|
* @throws {RequiredError}
|
|
@@ -2238,7 +2328,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2238
2328
|
return localVarFp.createInboundPlan(requestParameters.body, options).then((request) => request(axios, basePath));
|
|
2239
2329
|
},
|
|
2240
2330
|
/**
|
|
2241
|
-
* For a given marketplace - creates labels for a list of
|
|
2331
|
+
* For a given marketplace - creates labels for a list of MSKUs. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2242
2332
|
* @param {FbaInboundApiCreateMarketplaceItemLabelsRequest} requestParameters Request parameters.
|
|
2243
2333
|
* @param {*} [options] Override http request option.
|
|
2244
2334
|
* @throws {RequiredError}
|
|
@@ -2247,7 +2337,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2247
2337
|
return localVarFp.createMarketplaceItemLabels(requestParameters.body, options).then((request) => request(axios, basePath));
|
|
2248
2338
|
},
|
|
2249
2339
|
/**
|
|
2250
|
-
* Generates available delivery window options for a given 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
|
|
2340
|
+
* Generates available delivery window options for a given 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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2251
2341
|
* @param {FbaInboundApiGenerateDeliveryWindowOptionsRequest} requestParameters Request parameters.
|
|
2252
2342
|
* @param {*} [options] Override http request option.
|
|
2253
2343
|
* @throws {RequiredError}
|
|
@@ -2256,7 +2346,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2256
2346
|
return localVarFp.generateDeliveryWindowOptions(requestParameters.inboundPlanId, requestParameters.shipmentId, options).then((request) => request(axios, basePath));
|
|
2257
2347
|
},
|
|
2258
2348
|
/**
|
|
2259
|
-
* Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2349
|
+
* Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2260
2350
|
* @param {FbaInboundApiGeneratePackingOptionsRequest} requestParameters Request parameters.
|
|
2261
2351
|
* @param {*} [options] Override http request option.
|
|
2262
2352
|
* @throws {RequiredError}
|
|
@@ -2265,7 +2355,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2265
2355
|
return localVarFp.generatePackingOptions(requestParameters.inboundPlanId, options).then((request) => request(axios, basePath));
|
|
2266
2356
|
},
|
|
2267
2357
|
/**
|
|
2268
|
-
* Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2358
|
+
* Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2269
2359
|
* @param {FbaInboundApiGeneratePlacementOptionsRequest} requestParameters Request parameters.
|
|
2270
2360
|
* @param {*} [options] Override http request option.
|
|
2271
2361
|
* @throws {RequiredError}
|
|
@@ -2274,7 +2364,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2274
2364
|
return localVarFp.generatePlacementOptions(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
2275
2365
|
},
|
|
2276
2366
|
/**
|
|
2277
|
-
* Initiates the process of generating the appointment slots list. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2367
|
+
* Initiates the process of generating the appointment slots list. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2278
2368
|
* @param {FbaInboundApiGenerateSelfShipAppointmentSlotsRequest} requestParameters Request parameters.
|
|
2279
2369
|
* @param {*} [options] Override http request option.
|
|
2280
2370
|
* @throws {RequiredError}
|
|
@@ -2283,7 +2373,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2283
2373
|
return localVarFp.generateSelfShipAppointmentSlots(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
2284
2374
|
},
|
|
2285
2375
|
/**
|
|
2286
|
-
* Generate a shipment content update preview given a set of intended boxes and/or items for a shipment with a confirmed carrier. The shipment content update preview will be viewable with the updated costs and contents prior to confirmation. **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
|
|
2376
|
+
* Generate a shipment content update preview given a set of intended boxes and/or items for a shipment with a confirmed carrier. The shipment content update preview will be viewable with the updated costs and contents prior to confirmation. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2287
2377
|
* @param {FbaInboundApiGenerateShipmentContentUpdatePreviewsRequest} requestParameters Request parameters.
|
|
2288
2378
|
* @param {*} [options] Override http request option.
|
|
2289
2379
|
* @throws {RequiredError}
|
|
@@ -2292,7 +2382,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2292
2382
|
return localVarFp.generateShipmentContentUpdatePreviews(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
2293
2383
|
},
|
|
2294
2384
|
/**
|
|
2295
|
-
* Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2385
|
+
* Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2296
2386
|
* @param {FbaInboundApiGenerateTransportationOptionsRequest} requestParameters Request parameters.
|
|
2297
2387
|
* @param {*} [options] Override http request option.
|
|
2298
2388
|
* @throws {RequiredError}
|
|
@@ -2301,7 +2391,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2301
2391
|
return localVarFp.generateTransportationOptions(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
2302
2392
|
},
|
|
2303
2393
|
/**
|
|
2304
|
-
* Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2394
|
+
* Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2305
2395
|
* @param {FbaInboundApiGetDeliveryChallanDocumentRequest} requestParameters Request parameters.
|
|
2306
2396
|
* @param {*} [options] Override http request option.
|
|
2307
2397
|
* @throws {RequiredError}
|
|
@@ -2310,7 +2400,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2310
2400
|
return localVarFp.getDeliveryChallanDocument(requestParameters.inboundPlanId, requestParameters.shipmentId, options).then((request) => request(axios, basePath));
|
|
2311
2401
|
},
|
|
2312
2402
|
/**
|
|
2313
|
-
* Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2403
|
+
* Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2314
2404
|
* @param {FbaInboundApiGetInboundOperationStatusRequest} requestParameters Request parameters.
|
|
2315
2405
|
* @param {*} [options] Override http request option.
|
|
2316
2406
|
* @throws {RequiredError}
|
|
@@ -2319,7 +2409,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2319
2409
|
return localVarFp.getInboundOperationStatus(requestParameters.operationId, options).then((request) => request(axios, basePath));
|
|
2320
2410
|
},
|
|
2321
2411
|
/**
|
|
2322
|
-
* Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2412
|
+
* Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2323
2413
|
* @param {FbaInboundApiGetInboundPlanRequest} requestParameters Request parameters.
|
|
2324
2414
|
* @param {*} [options] Override http request option.
|
|
2325
2415
|
* @throws {RequiredError}
|
|
@@ -2328,7 +2418,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2328
2418
|
return localVarFp.getInboundPlan(requestParameters.inboundPlanId, options).then((request) => request(axios, basePath));
|
|
2329
2419
|
},
|
|
2330
2420
|
/**
|
|
2331
|
-
* Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2421
|
+
* Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2332
2422
|
* @param {FbaInboundApiGetSelfShipAppointmentSlotsRequest} requestParameters Request parameters.
|
|
2333
2423
|
* @param {*} [options] Override http request option.
|
|
2334
2424
|
* @throws {RequiredError}
|
|
@@ -2337,7 +2427,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2337
2427
|
return localVarFp.getSelfShipAppointmentSlots(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
|
|
2338
2428
|
},
|
|
2339
2429
|
/**
|
|
2340
|
-
* Provides the full details for a specific shipment within an inbound plan. The `transportationOptionId` inside `acceptedTransportationSelection` can be used to retrieve the transportation details for the shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2430
|
+
* Provides the full details for a specific shipment within an inbound plan. The `transportationOptionId` inside `acceptedTransportationSelection` can be used to retrieve the transportation details for the shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2341
2431
|
* @param {FbaInboundApiGetShipmentRequest} requestParameters Request parameters.
|
|
2342
2432
|
* @param {*} [options] Override http request option.
|
|
2343
2433
|
* @throws {RequiredError}
|
|
@@ -2346,7 +2436,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2346
2436
|
return localVarFp.getShipment(requestParameters.inboundPlanId, requestParameters.shipmentId, options).then((request) => request(axios, basePath));
|
|
2347
2437
|
},
|
|
2348
2438
|
/**
|
|
2349
|
-
* Retrieve a shipment content update preview which provides a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **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
|
|
2439
|
+
* Retrieve a shipment content update preview which provides a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2350
2440
|
* @param {FbaInboundApiGetShipmentContentUpdatePreviewRequest} requestParameters Request parameters.
|
|
2351
2441
|
* @param {*} [options] Override http request option.
|
|
2352
2442
|
* @throws {RequiredError}
|
|
@@ -2355,7 +2445,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2355
2445
|
return localVarFp.getShipmentContentUpdatePreview(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.contentUpdatePreviewId, options).then((request) => request(axios, basePath));
|
|
2356
2446
|
},
|
|
2357
2447
|
/**
|
|
2358
|
-
* Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the `generateDeliveryWindowOptions` operation before becoming available. **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
|
|
2448
|
+
* Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the `generateDeliveryWindowOptions` operation before becoming available. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2359
2449
|
* @param {FbaInboundApiListDeliveryWindowOptionsRequest} requestParameters Request parameters.
|
|
2360
2450
|
* @param {*} [options] Override http request option.
|
|
2361
2451
|
* @throws {RequiredError}
|
|
@@ -2364,7 +2454,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2364
2454
|
return localVarFp.listDeliveryWindowOptions(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
|
|
2365
2455
|
},
|
|
2366
2456
|
/**
|
|
2367
|
-
* Provides a paginated list of box packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2457
|
+
* Provides a paginated list of box packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2368
2458
|
* @param {FbaInboundApiListInboundPlanBoxesRequest} requestParameters Request parameters.
|
|
2369
2459
|
* @param {*} [options] Override http request option.
|
|
2370
2460
|
* @throws {RequiredError}
|
|
@@ -2373,7 +2463,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2373
2463
|
return localVarFp.listInboundPlanBoxes(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
|
|
2374
2464
|
},
|
|
2375
2465
|
/**
|
|
2376
|
-
* Provides a paginated list of item packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2466
|
+
* Provides a paginated list of item packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2377
2467
|
* @param {FbaInboundApiListInboundPlanItemsRequest} requestParameters Request parameters.
|
|
2378
2468
|
* @param {*} [options] Override http request option.
|
|
2379
2469
|
* @throws {RequiredError}
|
|
@@ -2382,7 +2472,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2382
2472
|
return localVarFp.listInboundPlanItems(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
|
|
2383
2473
|
},
|
|
2384
2474
|
/**
|
|
2385
|
-
* Provides a paginated list of pallet packages in an inbound plan. An inbound plan will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2475
|
+
* Provides a paginated list of pallet packages in an inbound plan. An inbound plan will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2386
2476
|
* @param {FbaInboundApiListInboundPlanPalletsRequest} requestParameters Request parameters.
|
|
2387
2477
|
* @param {*} [options] Override http request option.
|
|
2388
2478
|
* @throws {RequiredError}
|
|
@@ -2391,7 +2481,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2391
2481
|
return localVarFp.listInboundPlanPallets(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
|
|
2392
2482
|
},
|
|
2393
2483
|
/**
|
|
2394
|
-
* Provides a list of inbound plans with minimal information. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2484
|
+
* Provides a list of inbound plans with minimal information. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2395
2485
|
* @param {FbaInboundApiListInboundPlansRequest} requestParameters Request parameters.
|
|
2396
2486
|
* @param {*} [options] Override http request option.
|
|
2397
2487
|
* @throws {RequiredError}
|
|
@@ -2400,7 +2490,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2400
2490
|
return localVarFp.listInboundPlans(requestParameters.pageSize, requestParameters.paginationToken, requestParameters.status, requestParameters.sortBy, requestParameters.sortOrder, options).then((request) => request(axios, basePath));
|
|
2401
2491
|
},
|
|
2402
2492
|
/**
|
|
2403
|
-
* List the inbound compliance details for MSKUs in a given marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2493
|
+
* List the inbound compliance details for MSKUs in a given marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2404
2494
|
* @param {FbaInboundApiListItemComplianceDetailsRequest} requestParameters Request parameters.
|
|
2405
2495
|
* @param {*} [options] Override http request option.
|
|
2406
2496
|
* @throws {RequiredError}
|
|
@@ -2409,7 +2499,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2409
2499
|
return localVarFp.listItemComplianceDetails(requestParameters.mskus, requestParameters.marketplaceId, options).then((request) => request(axios, basePath));
|
|
2410
2500
|
},
|
|
2411
2501
|
/**
|
|
2412
|
-
* Retrieves a page of boxes from a given packing group. These boxes were previously provided through the `setPackingInformation` operation. This API is used for workflows where boxes are packed before Amazon determines shipment splits. **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
|
|
2502
|
+
* Retrieves a page of boxes from a given packing group. These boxes were previously provided through the `setPackingInformation` operation. This API is used for workflows where boxes are packed before Amazon determines shipment splits. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2413
2503
|
* @param {FbaInboundApiListPackingGroupBoxesRequest} requestParameters Request parameters.
|
|
2414
2504
|
* @param {*} [options] Override http request option.
|
|
2415
2505
|
* @throws {RequiredError}
|
|
@@ -2418,7 +2508,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2418
2508
|
return localVarFp.listPackingGroupBoxes(requestParameters.inboundPlanId, requestParameters.packingGroupId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
|
|
2419
2509
|
},
|
|
2420
2510
|
/**
|
|
2421
|
-
* Retrieves a page of items in a given packing group. Packing options must first be generated by the corresponding operation before packing group items can be listed. **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
|
|
2511
|
+
* Retrieves a page of items in a given packing group. Packing options must first be generated by the corresponding operation before packing group items can be listed. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2422
2512
|
* @param {FbaInboundApiListPackingGroupItemsRequest} requestParameters Request parameters.
|
|
2423
2513
|
* @param {*} [options] Override http request option.
|
|
2424
2514
|
* @throws {RequiredError}
|
|
@@ -2427,7 +2517,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2427
2517
|
return localVarFp.listPackingGroupItems(requestParameters.inboundPlanId, requestParameters.packingGroupId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
|
|
2428
2518
|
},
|
|
2429
2519
|
/**
|
|
2430
|
-
* Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2520
|
+
* Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2431
2521
|
* @param {FbaInboundApiListPackingOptionsRequest} requestParameters Request parameters.
|
|
2432
2522
|
* @param {*} [options] Override http request option.
|
|
2433
2523
|
* @throws {RequiredError}
|
|
@@ -2436,7 +2526,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2436
2526
|
return localVarFp.listPackingOptions(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
|
|
2437
2527
|
},
|
|
2438
2528
|
/**
|
|
2439
|
-
* Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2529
|
+
* Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2440
2530
|
* @param {FbaInboundApiListPlacementOptionsRequest} requestParameters Request parameters.
|
|
2441
2531
|
* @param {*} [options] Override http request option.
|
|
2442
2532
|
* @throws {RequiredError}
|
|
@@ -2445,7 +2535,16 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2445
2535
|
return localVarFp.listPlacementOptions(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
|
|
2446
2536
|
},
|
|
2447
2537
|
/**
|
|
2448
|
-
*
|
|
2538
|
+
* Get preparation details for a list of MSKUs in a specified marketplace. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2539
|
+
* @param {FbaInboundApiListPrepDetailsRequest} requestParameters Request parameters.
|
|
2540
|
+
* @param {*} [options] Override http request option.
|
|
2541
|
+
* @throws {RequiredError}
|
|
2542
|
+
*/
|
|
2543
|
+
listPrepDetails(requestParameters, options) {
|
|
2544
|
+
return localVarFp.listPrepDetails(requestParameters.marketplaceId, requestParameters.mskus, options).then((request) => request(axios, basePath));
|
|
2545
|
+
},
|
|
2546
|
+
/**
|
|
2547
|
+
* Provides a paginated list of box packages in a 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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2449
2548
|
* @param {FbaInboundApiListShipmentBoxesRequest} requestParameters Request parameters.
|
|
2450
2549
|
* @param {*} [options] Override http request option.
|
|
2451
2550
|
* @throws {RequiredError}
|
|
@@ -2454,7 +2553,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2454
2553
|
return localVarFp.listShipmentBoxes(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
|
|
2455
2554
|
},
|
|
2456
2555
|
/**
|
|
2457
|
-
* Retrieve a paginated list of shipment content update previews for a given shipment. The shipment content update preview is a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **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
|
|
2556
|
+
* Retrieve a paginated list of shipment content update previews for a given shipment. The shipment content update preview is a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2458
2557
|
* @param {FbaInboundApiListShipmentContentUpdatePreviewsRequest} requestParameters Request parameters.
|
|
2459
2558
|
* @param {*} [options] Override http request option.
|
|
2460
2559
|
* @throws {RequiredError}
|
|
@@ -2463,7 +2562,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2463
2562
|
return localVarFp.listShipmentContentUpdatePreviews(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
|
|
2464
2563
|
},
|
|
2465
2564
|
/**
|
|
2466
|
-
* Provides a paginated list of item packages in a 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
|
|
2565
|
+
* Provides a paginated list of item packages in a 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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2467
2566
|
* @param {FbaInboundApiListShipmentItemsRequest} requestParameters Request parameters.
|
|
2468
2567
|
* @param {*} [options] Override http request option.
|
|
2469
2568
|
* @throws {RequiredError}
|
|
@@ -2472,7 +2571,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2472
2571
|
return localVarFp.listShipmentItems(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
|
|
2473
2572
|
},
|
|
2474
2573
|
/**
|
|
2475
|
-
* Provides a paginated list of pallet packages in a shipment. A palletized shipment will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **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
|
|
2574
|
+
* Provides a paginated list of pallet packages in a shipment. A palletized shipment will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2476
2575
|
* @param {FbaInboundApiListShipmentPalletsRequest} requestParameters Request parameters.
|
|
2477
2576
|
* @param {*} [options] Override http request option.
|
|
2478
2577
|
* @throws {RequiredError}
|
|
@@ -2481,7 +2580,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2481
2580
|
return localVarFp.listShipmentPallets(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
|
|
2482
2581
|
},
|
|
2483
2582
|
/**
|
|
2484
|
-
* Retrieves all transportation options for a shipment. Transportation options must first be generated by the `generateTransportationOptions` operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2583
|
+
* Retrieves all transportation options for a shipment. Transportation options must first be generated by the `generateTransportationOptions` operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2485
2584
|
* @param {FbaInboundApiListTransportationOptionsRequest} requestParameters Request parameters.
|
|
2486
2585
|
* @param {*} [options] Override http request option.
|
|
2487
2586
|
* @throws {RequiredError}
|
|
@@ -2490,7 +2589,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2490
2589
|
return localVarFp.listTransportationOptions(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, requestParameters.placementOptionId, requestParameters.shipmentId, options).then((request) => request(axios, basePath));
|
|
2491
2590
|
},
|
|
2492
2591
|
/**
|
|
2493
|
-
* Confirms or reschedules a self-ship appointment slot against a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2592
|
+
* Confirms or reschedules a self-ship appointment slot against a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2494
2593
|
* @param {FbaInboundApiScheduleSelfShipAppointmentRequest} requestParameters Request parameters.
|
|
2495
2594
|
* @param {*} [options] Override http request option.
|
|
2496
2595
|
* @throws {RequiredError}
|
|
@@ -2499,7 +2598,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2499
2598
|
return localVarFp.scheduleSelfShipAppointment(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.slotId, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
2500
2599
|
},
|
|
2501
2600
|
/**
|
|
2502
|
-
* Sets packing information for an inbound plan. This should be called after an inbound plan is created to populate the box level information required for planning and transportation estimates. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2601
|
+
* Sets packing information for an inbound plan. This should be called after an inbound plan is created to populate the box level information required for planning and transportation estimates. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2503
2602
|
* @param {FbaInboundApiSetPackingInformationRequest} requestParameters Request parameters.
|
|
2504
2603
|
* @param {*} [options] Override http request option.
|
|
2505
2604
|
* @throws {RequiredError}
|
|
@@ -2508,7 +2607,16 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2508
2607
|
return localVarFp.setPackingInformation(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
2509
2608
|
},
|
|
2510
2609
|
/**
|
|
2511
|
-
*
|
|
2610
|
+
* Set the preparation details for a list of MSKUs in a specified marketplace. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2611
|
+
* @param {FbaInboundApiSetPrepDetailsRequest} requestParameters Request parameters.
|
|
2612
|
+
* @param {*} [options] Override http request option.
|
|
2613
|
+
* @throws {RequiredError}
|
|
2614
|
+
*/
|
|
2615
|
+
setPrepDetails(requestParameters, options) {
|
|
2616
|
+
return localVarFp.setPrepDetails(requestParameters.body, options).then((request) => request(axios, basePath));
|
|
2617
|
+
},
|
|
2618
|
+
/**
|
|
2619
|
+
* Updates the name of an existing inbound plan. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2512
2620
|
* @param {FbaInboundApiUpdateInboundPlanNameRequest} requestParameters Request parameters.
|
|
2513
2621
|
* @param {*} [options] Override http request option.
|
|
2514
2622
|
* @throws {RequiredError}
|
|
@@ -2517,7 +2625,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2517
2625
|
return localVarFp.updateInboundPlanName(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
2518
2626
|
},
|
|
2519
2627
|
/**
|
|
2520
|
-
* Update compliance details for list of MSKUs. The details provided here are only used for the IN marketplace compliance validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 |
|
|
2628
|
+
* Update compliance details for a list of MSKUs. The details provided here are only used for the India (IN - A21TJRUUN4KGV) marketplace compliance validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2521
2629
|
* @param {FbaInboundApiUpdateItemComplianceDetailsRequest} requestParameters Request parameters.
|
|
2522
2630
|
* @param {*} [options] Override http request option.
|
|
2523
2631
|
* @throws {RequiredError}
|
|
@@ -2526,7 +2634,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2526
2634
|
return localVarFp.updateItemComplianceDetails(requestParameters.marketplaceId, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
2527
2635
|
},
|
|
2528
2636
|
/**
|
|
2529
|
-
* Updates the name of an existing 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
|
|
2637
|
+
* Updates the name of an existing 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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2530
2638
|
* @param {FbaInboundApiUpdateShipmentNameRequest} requestParameters Request parameters.
|
|
2531
2639
|
* @param {*} [options] Override http request option.
|
|
2532
2640
|
* @throws {RequiredError}
|
|
@@ -2535,7 +2643,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2535
2643
|
return localVarFp.updateShipmentName(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
2536
2644
|
},
|
|
2537
2645
|
/**
|
|
2538
|
-
* Updates the source address of an existing shipment. The shipment source address can only be updated prior to the confirmation of the shipment carriers. As a result of the updated source address, existing transportation options will be invalidated and will need to be regenerated to capture the potential difference in transportation options and quotes due to the new source address. **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
|
|
2646
|
+
* Updates the source address of an existing shipment. The shipment source address can only be updated prior to the confirmation of the shipment carriers. As a result of the updated source address, existing transportation options will be invalidated and will need to be regenerated to capture the potential difference in transportation options and quotes due to the new source address. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2539
2647
|
* @param {FbaInboundApiUpdateShipmentSourceAddressRequest} requestParameters Request parameters.
|
|
2540
2648
|
* @param {*} [options] Override http request option.
|
|
2541
2649
|
* @throws {RequiredError}
|
|
@@ -2544,7 +2652,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2544
2652
|
return localVarFp.updateShipmentSourceAddress(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
2545
2653
|
},
|
|
2546
2654
|
/**
|
|
2547
|
-
* Updates a shipment\'s tracking details. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2655
|
+
* Updates a shipment\'s tracking details. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2548
2656
|
* @param {FbaInboundApiUpdateShipmentTrackingDetailsRequest} requestParameters Request parameters.
|
|
2549
2657
|
* @param {*} [options] Override http request option.
|
|
2550
2658
|
* @throws {RequiredError}
|
|
@@ -2563,7 +2671,7 @@ exports.FbaInboundApiFactory = FbaInboundApiFactory;
|
|
|
2563
2671
|
*/
|
|
2564
2672
|
class FbaInboundApi extends base_1.BaseAPI {
|
|
2565
2673
|
/**
|
|
2566
|
-
* Cancels an Inbound Plan. Charges may apply if the cancellation is performed outside of a void window. The window for Amazon Partnered Carriers is 24 hours for Small Parcel Delivery (SPD) and one hour for Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2674
|
+
* Cancels an Inbound Plan. Charges may apply if the cancellation is performed outside of a void window. The window for Amazon Partnered Carriers is 24 hours for Small Parcel Delivery (SPD) and one hour for Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2567
2675
|
* @param {FbaInboundApiCancelInboundPlanRequest} requestParameters Request parameters.
|
|
2568
2676
|
* @param {*} [options] Override http request option.
|
|
2569
2677
|
* @throws {RequiredError}
|
|
@@ -2573,7 +2681,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2573
2681
|
return (0, exports.FbaInboundApiFp)(this.configuration).cancelInboundPlan(requestParameters.inboundPlanId, options).then((request) => request(this.axios, this.basePath));
|
|
2574
2682
|
}
|
|
2575
2683
|
/**
|
|
2576
|
-
* Cancels a self-ship appointment slot against a 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
|
|
2684
|
+
* Cancels a self-ship appointment slot against a 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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2577
2685
|
* @param {FbaInboundApiCancelSelfShipAppointmentRequest} requestParameters Request parameters.
|
|
2578
2686
|
* @param {*} [options] Override http request option.
|
|
2579
2687
|
* @throws {RequiredError}
|
|
@@ -2583,7 +2691,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2583
2691
|
return (0, exports.FbaInboundApiFp)(this.configuration).cancelSelfShipAppointment(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
2584
2692
|
}
|
|
2585
2693
|
/**
|
|
2586
|
-
* Confirms the delivery window option for chosen shipment within an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new delivery window options cannot be generated, but the chosen delivery window option can be updated before shipment closure. The window is used to provide the expected time when a shipment will arrive at the warehouse. All transportation options which have the program `CONFIRMED_DELIVERY_WINDOW` require a delivery window to be confirmed prior to transportation option confirmation. **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
|
|
2694
|
+
* Confirms the delivery window option for chosen shipment within an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new delivery window options cannot be generated, but the chosen delivery window option can be updated before shipment closure. The window is used to provide the expected time when a shipment will arrive at the warehouse. All transportation options which have the program `CONFIRMED_DELIVERY_WINDOW` require a delivery window to be confirmed prior to transportation option confirmation. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2587
2695
|
* @param {FbaInboundApiConfirmDeliveryWindowOptionsRequest} requestParameters Request parameters.
|
|
2588
2696
|
* @param {*} [options] Override http request option.
|
|
2589
2697
|
* @throws {RequiredError}
|
|
@@ -2593,7 +2701,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2593
2701
|
return (0, exports.FbaInboundApiFp)(this.configuration).confirmDeliveryWindowOptions(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.deliveryWindowOptionId, options).then((request) => request(this.axios, this.basePath));
|
|
2594
2702
|
}
|
|
2595
2703
|
/**
|
|
2596
|
-
* Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2704
|
+
* Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2597
2705
|
* @param {FbaInboundApiConfirmPackingOptionRequest} requestParameters Request parameters.
|
|
2598
2706
|
* @param {*} [options] Override http request option.
|
|
2599
2707
|
* @throws {RequiredError}
|
|
@@ -2603,7 +2711,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2603
2711
|
return (0, exports.FbaInboundApiFp)(this.configuration).confirmPackingOption(requestParameters.inboundPlanId, requestParameters.packingOptionId, options).then((request) => request(this.axios, this.basePath));
|
|
2604
2712
|
}
|
|
2605
2713
|
/**
|
|
2606
|
-
* Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2714
|
+
* Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2607
2715
|
* @param {FbaInboundApiConfirmPlacementOptionRequest} requestParameters Request parameters.
|
|
2608
2716
|
* @param {*} [options] Override http request option.
|
|
2609
2717
|
* @throws {RequiredError}
|
|
@@ -2613,7 +2721,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2613
2721
|
return (0, exports.FbaInboundApiFp)(this.configuration).confirmPlacementOption(requestParameters.inboundPlanId, requestParameters.placementOptionId, options).then((request) => request(this.axios, this.basePath));
|
|
2614
2722
|
}
|
|
2615
2723
|
/**
|
|
2616
|
-
* Confirm a shipment content update preview and accept the changes in transportation cost. **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
|
|
2724
|
+
* Confirm a shipment content update preview and accept the changes in transportation cost. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2617
2725
|
* @param {FbaInboundApiConfirmShipmentContentUpdatePreviewRequest} requestParameters Request parameters.
|
|
2618
2726
|
* @param {*} [options] Override http request option.
|
|
2619
2727
|
* @throws {RequiredError}
|
|
@@ -2623,7 +2731,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2623
2731
|
return (0, exports.FbaInboundApiFp)(this.configuration).confirmShipmentContentUpdatePreview(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.contentUpdatePreviewId, options).then((request) => request(this.axios, this.basePath));
|
|
2624
2732
|
}
|
|
2625
2733
|
/**
|
|
2626
|
-
* Confirms all the transportation options for an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new transportation options can not be generated or confirmed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2734
|
+
* Confirms all the transportation options for an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new transportation options can not be generated or confirmed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2627
2735
|
* @param {FbaInboundApiConfirmTransportationOptionsRequest} requestParameters Request parameters.
|
|
2628
2736
|
* @param {*} [options] Override http request option.
|
|
2629
2737
|
* @throws {RequiredError}
|
|
@@ -2633,7 +2741,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2633
2741
|
return (0, exports.FbaInboundApiFp)(this.configuration).confirmTransportationOptions(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
2634
2742
|
}
|
|
2635
2743
|
/**
|
|
2636
|
-
* Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon\'s fufillment network. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2744
|
+
* Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon\'s fufillment network. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2637
2745
|
* @param {FbaInboundApiCreateInboundPlanRequest} requestParameters Request parameters.
|
|
2638
2746
|
* @param {*} [options] Override http request option.
|
|
2639
2747
|
* @throws {RequiredError}
|
|
@@ -2643,7 +2751,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2643
2751
|
return (0, exports.FbaInboundApiFp)(this.configuration).createInboundPlan(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
2644
2752
|
}
|
|
2645
2753
|
/**
|
|
2646
|
-
* For a given marketplace - creates labels for a list of
|
|
2754
|
+
* For a given marketplace - creates labels for a list of MSKUs. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2647
2755
|
* @param {FbaInboundApiCreateMarketplaceItemLabelsRequest} requestParameters Request parameters.
|
|
2648
2756
|
* @param {*} [options] Override http request option.
|
|
2649
2757
|
* @throws {RequiredError}
|
|
@@ -2653,7 +2761,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2653
2761
|
return (0, exports.FbaInboundApiFp)(this.configuration).createMarketplaceItemLabels(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
2654
2762
|
}
|
|
2655
2763
|
/**
|
|
2656
|
-
* Generates available delivery window options for a given 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
|
|
2764
|
+
* Generates available delivery window options for a given 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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2657
2765
|
* @param {FbaInboundApiGenerateDeliveryWindowOptionsRequest} requestParameters Request parameters.
|
|
2658
2766
|
* @param {*} [options] Override http request option.
|
|
2659
2767
|
* @throws {RequiredError}
|
|
@@ -2663,7 +2771,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2663
2771
|
return (0, exports.FbaInboundApiFp)(this.configuration).generateDeliveryWindowOptions(requestParameters.inboundPlanId, requestParameters.shipmentId, options).then((request) => request(this.axios, this.basePath));
|
|
2664
2772
|
}
|
|
2665
2773
|
/**
|
|
2666
|
-
* Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2774
|
+
* Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2667
2775
|
* @param {FbaInboundApiGeneratePackingOptionsRequest} requestParameters Request parameters.
|
|
2668
2776
|
* @param {*} [options] Override http request option.
|
|
2669
2777
|
* @throws {RequiredError}
|
|
@@ -2673,7 +2781,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2673
2781
|
return (0, exports.FbaInboundApiFp)(this.configuration).generatePackingOptions(requestParameters.inboundPlanId, options).then((request) => request(this.axios, this.basePath));
|
|
2674
2782
|
}
|
|
2675
2783
|
/**
|
|
2676
|
-
* Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2784
|
+
* Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2677
2785
|
* @param {FbaInboundApiGeneratePlacementOptionsRequest} requestParameters Request parameters.
|
|
2678
2786
|
* @param {*} [options] Override http request option.
|
|
2679
2787
|
* @throws {RequiredError}
|
|
@@ -2683,7 +2791,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2683
2791
|
return (0, exports.FbaInboundApiFp)(this.configuration).generatePlacementOptions(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
2684
2792
|
}
|
|
2685
2793
|
/**
|
|
2686
|
-
* Initiates the process of generating the appointment slots list. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2794
|
+
* Initiates the process of generating the appointment slots list. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2687
2795
|
* @param {FbaInboundApiGenerateSelfShipAppointmentSlotsRequest} requestParameters Request parameters.
|
|
2688
2796
|
* @param {*} [options] Override http request option.
|
|
2689
2797
|
* @throws {RequiredError}
|
|
@@ -2693,7 +2801,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2693
2801
|
return (0, exports.FbaInboundApiFp)(this.configuration).generateSelfShipAppointmentSlots(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
2694
2802
|
}
|
|
2695
2803
|
/**
|
|
2696
|
-
* Generate a shipment content update preview given a set of intended boxes and/or items for a shipment with a confirmed carrier. The shipment content update preview will be viewable with the updated costs and contents prior to confirmation. **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
|
|
2804
|
+
* Generate a shipment content update preview given a set of intended boxes and/or items for a shipment with a confirmed carrier. The shipment content update preview will be viewable with the updated costs and contents prior to confirmation. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2697
2805
|
* @param {FbaInboundApiGenerateShipmentContentUpdatePreviewsRequest} requestParameters Request parameters.
|
|
2698
2806
|
* @param {*} [options] Override http request option.
|
|
2699
2807
|
* @throws {RequiredError}
|
|
@@ -2703,7 +2811,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2703
2811
|
return (0, exports.FbaInboundApiFp)(this.configuration).generateShipmentContentUpdatePreviews(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
2704
2812
|
}
|
|
2705
2813
|
/**
|
|
2706
|
-
* Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2814
|
+
* Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2707
2815
|
* @param {FbaInboundApiGenerateTransportationOptionsRequest} requestParameters Request parameters.
|
|
2708
2816
|
* @param {*} [options] Override http request option.
|
|
2709
2817
|
* @throws {RequiredError}
|
|
@@ -2713,7 +2821,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2713
2821
|
return (0, exports.FbaInboundApiFp)(this.configuration).generateTransportationOptions(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
2714
2822
|
}
|
|
2715
2823
|
/**
|
|
2716
|
-
* Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2824
|
+
* Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2717
2825
|
* @param {FbaInboundApiGetDeliveryChallanDocumentRequest} requestParameters Request parameters.
|
|
2718
2826
|
* @param {*} [options] Override http request option.
|
|
2719
2827
|
* @throws {RequiredError}
|
|
@@ -2723,7 +2831,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2723
2831
|
return (0, exports.FbaInboundApiFp)(this.configuration).getDeliveryChallanDocument(requestParameters.inboundPlanId, requestParameters.shipmentId, options).then((request) => request(this.axios, this.basePath));
|
|
2724
2832
|
}
|
|
2725
2833
|
/**
|
|
2726
|
-
* Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2834
|
+
* Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2727
2835
|
* @param {FbaInboundApiGetInboundOperationStatusRequest} requestParameters Request parameters.
|
|
2728
2836
|
* @param {*} [options] Override http request option.
|
|
2729
2837
|
* @throws {RequiredError}
|
|
@@ -2733,7 +2841,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2733
2841
|
return (0, exports.FbaInboundApiFp)(this.configuration).getInboundOperationStatus(requestParameters.operationId, options).then((request) => request(this.axios, this.basePath));
|
|
2734
2842
|
}
|
|
2735
2843
|
/**
|
|
2736
|
-
* Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2844
|
+
* Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2737
2845
|
* @param {FbaInboundApiGetInboundPlanRequest} requestParameters Request parameters.
|
|
2738
2846
|
* @param {*} [options] Override http request option.
|
|
2739
2847
|
* @throws {RequiredError}
|
|
@@ -2743,7 +2851,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2743
2851
|
return (0, exports.FbaInboundApiFp)(this.configuration).getInboundPlan(requestParameters.inboundPlanId, options).then((request) => request(this.axios, this.basePath));
|
|
2744
2852
|
}
|
|
2745
2853
|
/**
|
|
2746
|
-
* Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2854
|
+
* Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2747
2855
|
* @param {FbaInboundApiGetSelfShipAppointmentSlotsRequest} requestParameters Request parameters.
|
|
2748
2856
|
* @param {*} [options] Override http request option.
|
|
2749
2857
|
* @throws {RequiredError}
|
|
@@ -2753,7 +2861,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2753
2861
|
return (0, exports.FbaInboundApiFp)(this.configuration).getSelfShipAppointmentSlots(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
|
|
2754
2862
|
}
|
|
2755
2863
|
/**
|
|
2756
|
-
* Provides the full details for a specific shipment within an inbound plan. The `transportationOptionId` inside `acceptedTransportationSelection` can be used to retrieve the transportation details for the shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2864
|
+
* Provides the full details for a specific shipment within an inbound plan. The `transportationOptionId` inside `acceptedTransportationSelection` can be used to retrieve the transportation details for the shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2757
2865
|
* @param {FbaInboundApiGetShipmentRequest} requestParameters Request parameters.
|
|
2758
2866
|
* @param {*} [options] Override http request option.
|
|
2759
2867
|
* @throws {RequiredError}
|
|
@@ -2763,7 +2871,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2763
2871
|
return (0, exports.FbaInboundApiFp)(this.configuration).getShipment(requestParameters.inboundPlanId, requestParameters.shipmentId, options).then((request) => request(this.axios, this.basePath));
|
|
2764
2872
|
}
|
|
2765
2873
|
/**
|
|
2766
|
-
* Retrieve a shipment content update preview which provides a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **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
|
|
2874
|
+
* Retrieve a shipment content update preview which provides a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2767
2875
|
* @param {FbaInboundApiGetShipmentContentUpdatePreviewRequest} requestParameters Request parameters.
|
|
2768
2876
|
* @param {*} [options] Override http request option.
|
|
2769
2877
|
* @throws {RequiredError}
|
|
@@ -2773,7 +2881,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2773
2881
|
return (0, exports.FbaInboundApiFp)(this.configuration).getShipmentContentUpdatePreview(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.contentUpdatePreviewId, options).then((request) => request(this.axios, this.basePath));
|
|
2774
2882
|
}
|
|
2775
2883
|
/**
|
|
2776
|
-
* Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the `generateDeliveryWindowOptions` operation before becoming available. **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
|
|
2884
|
+
* Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the `generateDeliveryWindowOptions` operation before becoming available. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2777
2885
|
* @param {FbaInboundApiListDeliveryWindowOptionsRequest} requestParameters Request parameters.
|
|
2778
2886
|
* @param {*} [options] Override http request option.
|
|
2779
2887
|
* @throws {RequiredError}
|
|
@@ -2783,7 +2891,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2783
2891
|
return (0, exports.FbaInboundApiFp)(this.configuration).listDeliveryWindowOptions(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
|
|
2784
2892
|
}
|
|
2785
2893
|
/**
|
|
2786
|
-
* Provides a paginated list of box packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2894
|
+
* Provides a paginated list of box packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2787
2895
|
* @param {FbaInboundApiListInboundPlanBoxesRequest} requestParameters Request parameters.
|
|
2788
2896
|
* @param {*} [options] Override http request option.
|
|
2789
2897
|
* @throws {RequiredError}
|
|
@@ -2793,7 +2901,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2793
2901
|
return (0, exports.FbaInboundApiFp)(this.configuration).listInboundPlanBoxes(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
|
|
2794
2902
|
}
|
|
2795
2903
|
/**
|
|
2796
|
-
* Provides a paginated list of item packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2904
|
+
* Provides a paginated list of item packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2797
2905
|
* @param {FbaInboundApiListInboundPlanItemsRequest} requestParameters Request parameters.
|
|
2798
2906
|
* @param {*} [options] Override http request option.
|
|
2799
2907
|
* @throws {RequiredError}
|
|
@@ -2803,7 +2911,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2803
2911
|
return (0, exports.FbaInboundApiFp)(this.configuration).listInboundPlanItems(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
|
|
2804
2912
|
}
|
|
2805
2913
|
/**
|
|
2806
|
-
* Provides a paginated list of pallet packages in an inbound plan. An inbound plan will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2914
|
+
* Provides a paginated list of pallet packages in an inbound plan. An inbound plan will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2807
2915
|
* @param {FbaInboundApiListInboundPlanPalletsRequest} requestParameters Request parameters.
|
|
2808
2916
|
* @param {*} [options] Override http request option.
|
|
2809
2917
|
* @throws {RequiredError}
|
|
@@ -2813,7 +2921,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2813
2921
|
return (0, exports.FbaInboundApiFp)(this.configuration).listInboundPlanPallets(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
|
|
2814
2922
|
}
|
|
2815
2923
|
/**
|
|
2816
|
-
* Provides a list of inbound plans with minimal information. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2924
|
+
* Provides a list of inbound plans with minimal information. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2817
2925
|
* @param {FbaInboundApiListInboundPlansRequest} requestParameters Request parameters.
|
|
2818
2926
|
* @param {*} [options] Override http request option.
|
|
2819
2927
|
* @throws {RequiredError}
|
|
@@ -2823,7 +2931,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2823
2931
|
return (0, exports.FbaInboundApiFp)(this.configuration).listInboundPlans(requestParameters.pageSize, requestParameters.paginationToken, requestParameters.status, requestParameters.sortBy, requestParameters.sortOrder, options).then((request) => request(this.axios, this.basePath));
|
|
2824
2932
|
}
|
|
2825
2933
|
/**
|
|
2826
|
-
* List the inbound compliance details for MSKUs in a given marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2934
|
+
* List the inbound compliance details for MSKUs in a given marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2827
2935
|
* @param {FbaInboundApiListItemComplianceDetailsRequest} requestParameters Request parameters.
|
|
2828
2936
|
* @param {*} [options] Override http request option.
|
|
2829
2937
|
* @throws {RequiredError}
|
|
@@ -2833,7 +2941,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2833
2941
|
return (0, exports.FbaInboundApiFp)(this.configuration).listItemComplianceDetails(requestParameters.mskus, requestParameters.marketplaceId, options).then((request) => request(this.axios, this.basePath));
|
|
2834
2942
|
}
|
|
2835
2943
|
/**
|
|
2836
|
-
* Retrieves a page of boxes from a given packing group. These boxes were previously provided through the `setPackingInformation` operation. This API is used for workflows where boxes are packed before Amazon determines shipment splits. **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
|
|
2944
|
+
* Retrieves a page of boxes from a given packing group. These boxes were previously provided through the `setPackingInformation` operation. This API is used for workflows where boxes are packed before Amazon determines shipment splits. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2837
2945
|
* @param {FbaInboundApiListPackingGroupBoxesRequest} requestParameters Request parameters.
|
|
2838
2946
|
* @param {*} [options] Override http request option.
|
|
2839
2947
|
* @throws {RequiredError}
|
|
@@ -2843,7 +2951,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2843
2951
|
return (0, exports.FbaInboundApiFp)(this.configuration).listPackingGroupBoxes(requestParameters.inboundPlanId, requestParameters.packingGroupId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
|
|
2844
2952
|
}
|
|
2845
2953
|
/**
|
|
2846
|
-
* Retrieves a page of items in a given packing group. Packing options must first be generated by the corresponding operation before packing group items can be listed. **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
|
|
2954
|
+
* Retrieves a page of items in a given packing group. Packing options must first be generated by the corresponding operation before packing group items can be listed. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2847
2955
|
* @param {FbaInboundApiListPackingGroupItemsRequest} requestParameters Request parameters.
|
|
2848
2956
|
* @param {*} [options] Override http request option.
|
|
2849
2957
|
* @throws {RequiredError}
|
|
@@ -2853,7 +2961,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2853
2961
|
return (0, exports.FbaInboundApiFp)(this.configuration).listPackingGroupItems(requestParameters.inboundPlanId, requestParameters.packingGroupId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
|
|
2854
2962
|
}
|
|
2855
2963
|
/**
|
|
2856
|
-
* Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2964
|
+
* Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2857
2965
|
* @param {FbaInboundApiListPackingOptionsRequest} requestParameters Request parameters.
|
|
2858
2966
|
* @param {*} [options] Override http request option.
|
|
2859
2967
|
* @throws {RequiredError}
|
|
@@ -2863,7 +2971,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2863
2971
|
return (0, exports.FbaInboundApiFp)(this.configuration).listPackingOptions(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
|
|
2864
2972
|
}
|
|
2865
2973
|
/**
|
|
2866
|
-
* Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
2974
|
+
* Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2867
2975
|
* @param {FbaInboundApiListPlacementOptionsRequest} requestParameters Request parameters.
|
|
2868
2976
|
* @param {*} [options] Override http request option.
|
|
2869
2977
|
* @throws {RequiredError}
|
|
@@ -2873,7 +2981,17 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2873
2981
|
return (0, exports.FbaInboundApiFp)(this.configuration).listPlacementOptions(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
|
|
2874
2982
|
}
|
|
2875
2983
|
/**
|
|
2876
|
-
*
|
|
2984
|
+
* Get preparation details for a list of MSKUs in a specified marketplace. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2985
|
+
* @param {FbaInboundApiListPrepDetailsRequest} requestParameters Request parameters.
|
|
2986
|
+
* @param {*} [options] Override http request option.
|
|
2987
|
+
* @throws {RequiredError}
|
|
2988
|
+
* @memberof FbaInboundApi
|
|
2989
|
+
*/
|
|
2990
|
+
listPrepDetails(requestParameters, options) {
|
|
2991
|
+
return (0, exports.FbaInboundApiFp)(this.configuration).listPrepDetails(requestParameters.marketplaceId, requestParameters.mskus, options).then((request) => request(this.axios, this.basePath));
|
|
2992
|
+
}
|
|
2993
|
+
/**
|
|
2994
|
+
* Provides a paginated list of box packages in a 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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2877
2995
|
* @param {FbaInboundApiListShipmentBoxesRequest} requestParameters Request parameters.
|
|
2878
2996
|
* @param {*} [options] Override http request option.
|
|
2879
2997
|
* @throws {RequiredError}
|
|
@@ -2883,7 +3001,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2883
3001
|
return (0, exports.FbaInboundApiFp)(this.configuration).listShipmentBoxes(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
|
|
2884
3002
|
}
|
|
2885
3003
|
/**
|
|
2886
|
-
* Retrieve a paginated list of shipment content update previews for a given shipment. The shipment content update preview is a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **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
|
|
3004
|
+
* Retrieve a paginated list of shipment content update previews for a given shipment. The shipment content update preview is a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2887
3005
|
* @param {FbaInboundApiListShipmentContentUpdatePreviewsRequest} requestParameters Request parameters.
|
|
2888
3006
|
* @param {*} [options] Override http request option.
|
|
2889
3007
|
* @throws {RequiredError}
|
|
@@ -2893,7 +3011,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2893
3011
|
return (0, exports.FbaInboundApiFp)(this.configuration).listShipmentContentUpdatePreviews(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
|
|
2894
3012
|
}
|
|
2895
3013
|
/**
|
|
2896
|
-
* Provides a paginated list of item packages in a 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
|
|
3014
|
+
* Provides a paginated list of item packages in a 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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2897
3015
|
* @param {FbaInboundApiListShipmentItemsRequest} requestParameters Request parameters.
|
|
2898
3016
|
* @param {*} [options] Override http request option.
|
|
2899
3017
|
* @throws {RequiredError}
|
|
@@ -2903,7 +3021,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2903
3021
|
return (0, exports.FbaInboundApiFp)(this.configuration).listShipmentItems(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
|
|
2904
3022
|
}
|
|
2905
3023
|
/**
|
|
2906
|
-
* Provides a paginated list of pallet packages in a shipment. A palletized shipment will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **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
|
|
3024
|
+
* Provides a paginated list of pallet packages in a shipment. A palletized shipment will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2907
3025
|
* @param {FbaInboundApiListShipmentPalletsRequest} requestParameters Request parameters.
|
|
2908
3026
|
* @param {*} [options] Override http request option.
|
|
2909
3027
|
* @throws {RequiredError}
|
|
@@ -2913,7 +3031,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2913
3031
|
return (0, exports.FbaInboundApiFp)(this.configuration).listShipmentPallets(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
|
|
2914
3032
|
}
|
|
2915
3033
|
/**
|
|
2916
|
-
* Retrieves all transportation options for a shipment. Transportation options must first be generated by the `generateTransportationOptions` operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
3034
|
+
* Retrieves all transportation options for a shipment. Transportation options must first be generated by the `generateTransportationOptions` operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2917
3035
|
* @param {FbaInboundApiListTransportationOptionsRequest} requestParameters Request parameters.
|
|
2918
3036
|
* @param {*} [options] Override http request option.
|
|
2919
3037
|
* @throws {RequiredError}
|
|
@@ -2923,7 +3041,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2923
3041
|
return (0, exports.FbaInboundApiFp)(this.configuration).listTransportationOptions(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, requestParameters.placementOptionId, requestParameters.shipmentId, options).then((request) => request(this.axios, this.basePath));
|
|
2924
3042
|
}
|
|
2925
3043
|
/**
|
|
2926
|
-
* Confirms or reschedules a self-ship appointment slot against a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
3044
|
+
* Confirms or reschedules a self-ship appointment slot against a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2927
3045
|
* @param {FbaInboundApiScheduleSelfShipAppointmentRequest} requestParameters Request parameters.
|
|
2928
3046
|
* @param {*} [options] Override http request option.
|
|
2929
3047
|
* @throws {RequiredError}
|
|
@@ -2933,7 +3051,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2933
3051
|
return (0, exports.FbaInboundApiFp)(this.configuration).scheduleSelfShipAppointment(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.slotId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
2934
3052
|
}
|
|
2935
3053
|
/**
|
|
2936
|
-
* Sets packing information for an inbound plan. This should be called after an inbound plan is created to populate the box level information required for planning and transportation estimates. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
3054
|
+
* Sets packing information for an inbound plan. This should be called after an inbound plan is created to populate the box level information required for planning and transportation estimates. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2937
3055
|
* @param {FbaInboundApiSetPackingInformationRequest} requestParameters Request parameters.
|
|
2938
3056
|
* @param {*} [options] Override http request option.
|
|
2939
3057
|
* @throws {RequiredError}
|
|
@@ -2943,7 +3061,17 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2943
3061
|
return (0, exports.FbaInboundApiFp)(this.configuration).setPackingInformation(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
2944
3062
|
}
|
|
2945
3063
|
/**
|
|
2946
|
-
*
|
|
3064
|
+
* Set the preparation details for a list of MSKUs in a specified marketplace. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
3065
|
+
* @param {FbaInboundApiSetPrepDetailsRequest} requestParameters Request parameters.
|
|
3066
|
+
* @param {*} [options] Override http request option.
|
|
3067
|
+
* @throws {RequiredError}
|
|
3068
|
+
* @memberof FbaInboundApi
|
|
3069
|
+
*/
|
|
3070
|
+
setPrepDetails(requestParameters, options) {
|
|
3071
|
+
return (0, exports.FbaInboundApiFp)(this.configuration).setPrepDetails(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
3072
|
+
}
|
|
3073
|
+
/**
|
|
3074
|
+
* Updates the name of an existing inbound plan. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2947
3075
|
* @param {FbaInboundApiUpdateInboundPlanNameRequest} requestParameters Request parameters.
|
|
2948
3076
|
* @param {*} [options] Override http request option.
|
|
2949
3077
|
* @throws {RequiredError}
|
|
@@ -2953,7 +3081,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2953
3081
|
return (0, exports.FbaInboundApiFp)(this.configuration).updateInboundPlanName(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
2954
3082
|
}
|
|
2955
3083
|
/**
|
|
2956
|
-
* Update compliance details for list of MSKUs. The details provided here are only used for the IN marketplace compliance validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 |
|
|
3084
|
+
* Update compliance details for a list of MSKUs. The details provided here are only used for the India (IN - A21TJRUUN4KGV) marketplace compliance validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2957
3085
|
* @param {FbaInboundApiUpdateItemComplianceDetailsRequest} requestParameters Request parameters.
|
|
2958
3086
|
* @param {*} [options] Override http request option.
|
|
2959
3087
|
* @throws {RequiredError}
|
|
@@ -2963,7 +3091,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2963
3091
|
return (0, exports.FbaInboundApiFp)(this.configuration).updateItemComplianceDetails(requestParameters.marketplaceId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
2964
3092
|
}
|
|
2965
3093
|
/**
|
|
2966
|
-
* Updates the name of an existing 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
|
|
3094
|
+
* Updates the name of an existing 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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2967
3095
|
* @param {FbaInboundApiUpdateShipmentNameRequest} requestParameters Request parameters.
|
|
2968
3096
|
* @param {*} [options] Override http request option.
|
|
2969
3097
|
* @throws {RequiredError}
|
|
@@ -2973,7 +3101,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2973
3101
|
return (0, exports.FbaInboundApiFp)(this.configuration).updateShipmentName(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
2974
3102
|
}
|
|
2975
3103
|
/**
|
|
2976
|
-
* Updates the source address of an existing shipment. The shipment source address can only be updated prior to the confirmation of the shipment carriers. As a result of the updated source address, existing transportation options will be invalidated and will need to be regenerated to capture the potential difference in transportation options and quotes due to the new source address. **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
|
|
3104
|
+
* Updates the source address of an existing shipment. The shipment source address can only be updated prior to the confirmation of the shipment carriers. As a result of the updated source address, existing transportation options will be invalidated and will need to be regenerated to capture the potential difference in transportation options and quotes due to the new source address. **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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2977
3105
|
* @param {FbaInboundApiUpdateShipmentSourceAddressRequest} requestParameters Request parameters.
|
|
2978
3106
|
* @param {*} [options] Override http request option.
|
|
2979
3107
|
* @throws {RequiredError}
|
|
@@ -2983,7 +3111,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
2983
3111
|
return (0, exports.FbaInboundApiFp)(this.configuration).updateShipmentSourceAddress(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
2984
3112
|
}
|
|
2985
3113
|
/**
|
|
2986
|
-
* Updates a shipment\'s tracking details. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table
|
|
3114
|
+
* Updates a shipment\'s tracking details. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
|
|
2987
3115
|
* @param {FbaInboundApiUpdateShipmentTrackingDetailsRequest} requestParameters Request parameters.
|
|
2988
3116
|
* @param {*} [options] Override http request option.
|
|
2989
3117
|
* @throws {RequiredError}
|