@sp-api-sdk/fulfillment-inbound-api-2024-03-20 3.2.2 → 3.3.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.
@@ -29,7 +29,7 @@ const base_1 = require("../base");
29
29
  const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
30
30
  return {
31
31
  /**
32
- * 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).
32
+ * 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.
33
33
  * @param {string} inboundPlanId Identifier of an inbound plan.
34
34
  * @param {*} [options] Override http request option.
35
35
  * @throws {RequiredError}
@@ -57,7 +57,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
57
57
  };
58
58
  },
59
59
  /**
60
- * Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, 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).
60
+ * Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
61
61
  * @param {string} inboundPlanId Identifier of an inbound plan.
62
62
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
63
63
  * @param {CancelSelfShipAppointmentRequest} body The body of the request to `cancelSelfShipAppointment`.
@@ -94,7 +94,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
94
94
  };
95
95
  },
96
96
  /**
97
- * 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).
97
+ * 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.
98
98
  * @param {string} inboundPlanId Identifier of an inbound plan.
99
99
  * @param {string} shipmentId The shipment to confirm the delivery window option for.
100
100
  * @param {string} deliveryWindowOptionId The id of the delivery window option to be confirmed.
@@ -130,7 +130,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
130
130
  };
131
131
  },
132
132
  /**
133
- * 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).
133
+ * Confirms the packing option for an inbound plan.
134
134
  * @param {string} inboundPlanId Identifier of an inbound plan.
135
135
  * @param {string} packingOptionId Identifier of a packing option.
136
136
  * @param {*} [options] Override http request option.
@@ -162,7 +162,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
162
162
  };
163
163
  },
164
164
  /**
165
- * 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).
165
+ * Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan.
166
166
  * @param {string} inboundPlanId Identifier of an inbound plan.
167
167
  * @param {string} placementOptionId The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.
168
168
  * @param {*} [options] Override http request option.
@@ -194,7 +194,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
194
194
  };
195
195
  },
196
196
  /**
197
- * 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).
197
+ * Confirm a shipment content update preview and accept the changes in transportation cost.
198
198
  * @param {string} inboundPlanId Identifier of an inbound plan.
199
199
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
200
200
  * @param {string} contentUpdatePreviewId Identifier of a content update preview.
@@ -230,7 +230,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
230
230
  };
231
231
  },
232
232
  /**
233
- * 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).
233
+ * 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.
234
234
  * @param {string} inboundPlanId Identifier of an inbound plan.
235
235
  * @param {ConfirmTransportationOptionsRequest} body The body of the request to `confirmTransportationOptions`.
236
236
  * @param {*} [options] Override http request option.
@@ -263,7 +263,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
263
263
  };
264
264
  },
265
265
  /**
266
- * 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).
266
+ * Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon\'s fufillment network.
267
267
  * @param {CreateInboundPlanRequest} body The body of the request to `createInboundPlan`.
268
268
  * @param {*} [options] Override http request option.
269
269
  * @throws {RequiredError}
@@ -292,7 +292,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
292
292
  };
293
293
  },
294
294
  /**
295
- * 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).
295
+ * For a given marketplace - creates labels for a list of MSKUs.
296
296
  * @param {CreateMarketplaceItemLabelsRequest} body The body of the request to `createMarketplaceItemLabels`.
297
297
  * @param {*} [options] Override http request option.
298
298
  * @throws {RequiredError}
@@ -321,7 +321,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
321
321
  };
322
322
  },
323
323
  /**
324
- * 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).
324
+ * Generates available delivery window options for a given shipment.
325
325
  * @param {string} inboundPlanId Identifier of an inbound plan.
326
326
  * @param {string} shipmentId The shipment to generate delivery window options for.
327
327
  * @param {*} [options] Override http request option.
@@ -353,7 +353,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
353
353
  };
354
354
  },
355
355
  /**
356
- * 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).
356
+ * Generates available packing options for the inbound plan.
357
357
  * @param {string} inboundPlanId Identifier of an inbound plan.
358
358
  * @param {*} [options] Override http request option.
359
359
  * @throws {RequiredError}
@@ -381,7 +381,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
381
381
  };
382
382
  },
383
383
  /**
384
- * 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).
384
+ * Generates placement options for the inbound plan.
385
385
  * @param {string} inboundPlanId Identifier of an inbound plan.
386
386
  * @param {GeneratePlacementOptionsRequest} body The body of the request to `generatePlacementOptions`.
387
387
  * @param {*} [options] Override http request option.
@@ -414,7 +414,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
414
414
  };
415
415
  },
416
416
  /**
417
- * Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, 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).
417
+ * Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
418
418
  * @param {string} inboundPlanId Identifier of an inbound plan.
419
419
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
420
420
  * @param {GenerateSelfShipAppointmentSlotsRequest} body The body of the request to `generateSelfShipAppointmentSlots`.
@@ -451,7 +451,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
451
451
  };
452
452
  },
453
453
  /**
454
- * 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).
454
+ * 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.
455
455
  * @param {string} inboundPlanId Identifier of an inbound plan.
456
456
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
457
457
  * @param {GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to `generateShipmentContentUpdatePreviews`.
@@ -488,7 +488,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
488
488
  };
489
489
  },
490
490
  /**
491
- * 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).
491
+ * Generates available transportation options for a given placement option.
492
492
  * @param {string} inboundPlanId Identifier of an inbound plan.
493
493
  * @param {GenerateTransportationOptionsRequest} body The body of the request to `generateTransportationOptions`.
494
494
  * @param {*} [options] Override http request option.
@@ -521,7 +521,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
521
521
  };
522
522
  },
523
523
  /**
524
- * 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).
524
+ * Provide delivery challan document for PCP transportation in IN marketplace.
525
525
  * @param {string} inboundPlanId Identifier of an inbound plan.
526
526
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
527
527
  * @param {*} [options] Override http request option.
@@ -553,7 +553,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
553
553
  };
554
554
  },
555
555
  /**
556
- * 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).
556
+ * Gets the status of the processing of an asynchronous API call.
557
557
  * @param {string} operationId Identifier of an asynchronous operation.
558
558
  * @param {*} [options] Override http request option.
559
559
  * @throws {RequiredError}
@@ -581,7 +581,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
581
581
  };
582
582
  },
583
583
  /**
584
- * 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).
584
+ * Fetches the top level information about an inbound plan.
585
585
  * @param {string} inboundPlanId Identifier of an inbound plan.
586
586
  * @param {*} [options] Override http request option.
587
587
  * @throws {RequiredError}
@@ -609,7 +609,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
609
609
  };
610
610
  },
611
611
  /**
612
- * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, 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).
612
+ * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
613
613
  * @param {string} inboundPlanId Identifier of an inbound plan.
614
614
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
615
615
  * @param {number} [pageSize] The number of self ship appointment slots to return in the response matching the given query.
@@ -649,7 +649,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
649
649
  };
650
650
  },
651
651
  /**
652
- * 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).
652
+ * 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.
653
653
  * @param {string} inboundPlanId Identifier of an inbound plan.
654
654
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
655
655
  * @param {*} [options] Override http request option.
@@ -681,7 +681,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
681
681
  };
682
682
  },
683
683
  /**
684
- * 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).
684
+ * 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.
685
685
  * @param {string} inboundPlanId Identifier of an inbound plan.
686
686
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
687
687
  * @param {string} contentUpdatePreviewId Identifier of a content update preview.
@@ -717,7 +717,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
717
717
  };
718
718
  },
719
719
  /**
720
- * 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).
720
+ * Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the `generateDeliveryWindowOptions` operation before becoming available.
721
721
  * @param {string} inboundPlanId Identifier of an inbound plan.
722
722
  * @param {string} shipmentId The shipment to get delivery window options for.
723
723
  * @param {number} [pageSize] The number of delivery window options to return in the response matching the given query.
@@ -757,7 +757,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
757
757
  };
758
758
  },
759
759
  /**
760
- * 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).
760
+ * Provides a paginated list of box packages in an inbound plan.
761
761
  * @param {string} inboundPlanId Identifier of an inbound plan.
762
762
  * @param {number} [pageSize] The number of boxes to return in the response matching the given query.
763
763
  * @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.
@@ -793,7 +793,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
793
793
  };
794
794
  },
795
795
  /**
796
- * 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).
796
+ * Provides a paginated list of item packages in an inbound plan.
797
797
  * @param {string} inboundPlanId Identifier of an inbound plan.
798
798
  * @param {number} [pageSize] The number of items to return in the response matching the given query.
799
799
  * @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.
@@ -829,7 +829,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
829
829
  };
830
830
  },
831
831
  /**
832
- * 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).
832
+ * 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.
833
833
  * @param {string} inboundPlanId Identifier of an inbound plan.
834
834
  * @param {number} [pageSize] The number of pallets to return in the response matching the given query.
835
835
  * @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.
@@ -865,7 +865,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
865
865
  };
866
866
  },
867
867
  /**
868
- * 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).
868
+ * Provides a list of inbound plans with minimal information.
869
869
  * @param {number} [pageSize] The number of inbound plans to return in the response matching the given query.
870
870
  * @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.
871
871
  * @param {ListInboundPlansStatusEnum} [status] The status of an inbound plan.
@@ -909,7 +909,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
909
909
  };
910
910
  },
911
911
  /**
912
- * List the inbound compliance details for MSKUs in a given marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- `%`\\n- `+`\\n- `,`\\n\\n**Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.\\n\\n**Usage Plan:**\\n\\n| Rate (requests per second) | Burst |\\n| ---- | ---- |\\n| n | n |\\n\\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, 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).
912
+ * List the inbound compliance details for MSKUs in a given marketplace. **Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). The following characters must be double percent encoded: - `%` - `+` - `,` **Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.
913
913
  * @param {Array<string>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
914
914
  * @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).
915
915
  * @param {*} [options] Override http request option.
@@ -945,7 +945,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
945
945
  };
946
946
  },
947
947
  /**
948
- * 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).
948
+ * 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.
949
949
  * @param {string} inboundPlanId Identifier of an inbound plan.
950
950
  * @param {string} packingGroupId Identifier of a packing group.
951
951
  * @param {number} [pageSize] The number of packing group boxes to return in the response matching the given query.
@@ -985,7 +985,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
985
985
  };
986
986
  },
987
987
  /**
988
- * 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).
988
+ * 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.
989
989
  * @param {string} inboundPlanId Identifier of an inbound plan.
990
990
  * @param {string} packingGroupId Identifier of a packing group.
991
991
  * @param {number} [pageSize] The number of packing group items to return in the response matching the given query.
@@ -1025,7 +1025,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
1025
1025
  };
1026
1026
  },
1027
1027
  /**
1028
- * 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).
1028
+ * Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available.
1029
1029
  * @param {string} inboundPlanId Identifier of an inbound plan.
1030
1030
  * @param {number} [pageSize] The number of packing options to return in the response matching the given query.
1031
1031
  * @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 &#x60;pagination&#x60; 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.
@@ -1061,7 +1061,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
1061
1061
  };
1062
1062
  },
1063
1063
  /**
1064
- * 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).
1064
+ * Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available.
1065
1065
  * @param {string} inboundPlanId Identifier of an inbound plan.
1066
1066
  * @param {number} [pageSize] The number of placement options to return in the response matching the given query.
1067
1067
  * @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 &#x60;pagination&#x60; 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.
@@ -1097,7 +1097,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
1097
1097
  };
1098
1098
  },
1099
1099
  /**
1100
- * Get preparation details for a list of MSKUs in a specified marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- `%`\\n- `+`\\n- `,`\\n\\n**Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.\\n\\n**Usage Plan:**\\n\\n| Rate (requests per second) | Burst |\\n| ---- | ---- |\\n| n | n |\\n\\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, 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).
1100
+ * Get preparation details for a list of MSKUs in a specified marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- `%`\\n- `+`\\n- `,`\\n\\n**Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.
1101
1101
  * @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).
1102
1102
  * @param {Array<string>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1103
1103
  * @param {*} [options] Override http request option.
@@ -1133,7 +1133,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
1133
1133
  };
1134
1134
  },
1135
1135
  /**
1136
- * 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).
1136
+ * Provides a paginated list of box packages in a shipment.
1137
1137
  * @param {string} inboundPlanId Identifier of an inbound plan.
1138
1138
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1139
1139
  * @param {number} [pageSize] The number of boxes to return in the response matching the given query.
@@ -1173,7 +1173,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
1173
1173
  };
1174
1174
  },
1175
1175
  /**
1176
- * 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).
1176
+ * 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.
1177
1177
  * @param {string} inboundPlanId Identifier of an inbound plan.
1178
1178
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1179
1179
  * @param {number} [pageSize] The number of content update previews to return.
@@ -1213,7 +1213,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
1213
1213
  };
1214
1214
  },
1215
1215
  /**
1216
- * 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).
1216
+ * Provides a paginated list of item packages in a shipment.
1217
1217
  * @param {string} inboundPlanId Identifier of an inbound plan.
1218
1218
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1219
1219
  * @param {number} [pageSize] The number of items to return in the response matching the given query.
@@ -1253,7 +1253,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
1253
1253
  };
1254
1254
  },
1255
1255
  /**
1256
- * 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).
1256
+ * 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.
1257
1257
  * @param {string} inboundPlanId Identifier of an inbound plan.
1258
1258
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1259
1259
  * @param {number} [pageSize] The number of pallets to return in the response matching the given query.
@@ -1293,7 +1293,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
1293
1293
  };
1294
1294
  },
1295
1295
  /**
1296
- * 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).
1296
+ * Retrieves all transportation options for a shipment. Transportation options must first be generated by the `generateTransportationOptions` operation before becoming available.
1297
1297
  * @param {string} inboundPlanId Identifier of an inbound plan.
1298
1298
  * @param {number} [pageSize] The number of transportation options to return in the response matching the given query.
1299
1299
  * @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 &#x60;pagination&#x60; 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.
@@ -1337,7 +1337,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
1337
1337
  };
1338
1338
  },
1339
1339
  /**
1340
- * Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, 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).
1340
+ * Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
1341
1341
  * @param {string} inboundPlanId Identifier of an inbound plan.
1342
1342
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1343
1343
  * @param {string} slotId An identifier to a self-ship appointment slot.
@@ -1378,7 +1378,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
1378
1378
  };
1379
1379
  },
1380
1380
  /**
1381
- * 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).
1381
+ * 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.
1382
1382
  * @param {string} inboundPlanId Identifier of an inbound plan.
1383
1383
  * @param {SetPackingInformationRequest} body The body of the request to &#x60;setPackingInformation&#x60;.
1384
1384
  * @param {*} [options] Override http request option.
@@ -1411,7 +1411,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
1411
1411
  };
1412
1412
  },
1413
1413
  /**
1414
- * 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).
1414
+ * Set the preparation details for a list of MSKUs in a specified marketplace.
1415
1415
  * @param {SetPrepDetailsRequest} body The body of the request to &#x60;setPrepDetails&#x60;.
1416
1416
  * @param {*} [options] Override http request option.
1417
1417
  * @throws {RequiredError}
@@ -1440,7 +1440,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
1440
1440
  };
1441
1441
  },
1442
1442
  /**
1443
- * 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).
1443
+ * Updates the name of an existing inbound plan.
1444
1444
  * @param {string} inboundPlanId Identifier of an inbound plan.
1445
1445
  * @param {UpdateInboundPlanNameRequest} body The body of the request to &#x60;updateInboundPlanName&#x60;.
1446
1446
  * @param {*} [options] Override http request option.
@@ -1473,7 +1473,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
1473
1473
  };
1474
1474
  },
1475
1475
  /**
1476
- * 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).
1476
+ * Update compliance details for a list of MSKUs. The details provided here are only used for the India (IN - A21TJRUUN4KGV) marketplace compliance validation.
1477
1477
  * @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).
1478
1478
  * @param {UpdateItemComplianceDetailsRequest} body The body of the request to &#x60;updateItemComplianceDetails&#x60;.
1479
1479
  * @param {*} [options] Override http request option.
@@ -1508,7 +1508,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
1508
1508
  };
1509
1509
  },
1510
1510
  /**
1511
- * 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).
1511
+ * Updates the name of an existing shipment.
1512
1512
  * @param {string} inboundPlanId Identifier of an inbound plan.
1513
1513
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1514
1514
  * @param {UpdateShipmentNameRequest} body The body of the request to &#x60;updateShipmentName&#x60;.
@@ -1545,7 +1545,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
1545
1545
  };
1546
1546
  },
1547
1547
  /**
1548
- * 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).
1548
+ * 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.
1549
1549
  * @param {string} inboundPlanId Identifier of an inbound plan.
1550
1550
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1551
1551
  * @param {UpdateShipmentSourceAddressRequest} body The body of the request to &#x60;updateShipmentSourceAddress&#x60;.
@@ -1582,7 +1582,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
1582
1582
  };
1583
1583
  },
1584
1584
  /**
1585
- * 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).
1585
+ * Updates a shipment\'s tracking details.
1586
1586
  * @param {string} inboundPlanId Identifier of an inbound plan.
1587
1587
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1588
1588
  * @param {UpdateShipmentTrackingDetailsRequest} body The body of the request to &#x60;updateShipmentTrackingDetails&#x60;.
@@ -1628,7 +1628,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1628
1628
  const localVarAxiosParamCreator = (0, exports.FulfillmentInboundApiAxiosParamCreator)(configuration);
1629
1629
  return {
1630
1630
  /**
1631
- * 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).
1631
+ * 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.
1632
1632
  * @param {string} inboundPlanId Identifier of an inbound plan.
1633
1633
  * @param {*} [options] Override http request option.
1634
1634
  * @throws {RequiredError}
@@ -1640,7 +1640,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1640
1640
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1641
1641
  },
1642
1642
  /**
1643
- * Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, 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).
1643
+ * Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
1644
1644
  * @param {string} inboundPlanId Identifier of an inbound plan.
1645
1645
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1646
1646
  * @param {CancelSelfShipAppointmentRequest} body The body of the request to &#x60;cancelSelfShipAppointment&#x60;.
@@ -1654,7 +1654,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1654
1654
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1655
1655
  },
1656
1656
  /**
1657
- * 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).
1657
+ * 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.
1658
1658
  * @param {string} inboundPlanId Identifier of an inbound plan.
1659
1659
  * @param {string} shipmentId The shipment to confirm the delivery window option for.
1660
1660
  * @param {string} deliveryWindowOptionId The id of the delivery window option to be confirmed.
@@ -1668,7 +1668,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1668
1668
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1669
1669
  },
1670
1670
  /**
1671
- * 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).
1671
+ * Confirms the packing option for an inbound plan.
1672
1672
  * @param {string} inboundPlanId Identifier of an inbound plan.
1673
1673
  * @param {string} packingOptionId Identifier of a packing option.
1674
1674
  * @param {*} [options] Override http request option.
@@ -1681,7 +1681,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1681
1681
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1682
1682
  },
1683
1683
  /**
1684
- * 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).
1684
+ * Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan.
1685
1685
  * @param {string} inboundPlanId Identifier of an inbound plan.
1686
1686
  * @param {string} placementOptionId The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.
1687
1687
  * @param {*} [options] Override http request option.
@@ -1694,7 +1694,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1694
1694
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1695
1695
  },
1696
1696
  /**
1697
- * 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).
1697
+ * Confirm a shipment content update preview and accept the changes in transportation cost.
1698
1698
  * @param {string} inboundPlanId Identifier of an inbound plan.
1699
1699
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1700
1700
  * @param {string} contentUpdatePreviewId Identifier of a content update preview.
@@ -1708,7 +1708,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1708
1708
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1709
1709
  },
1710
1710
  /**
1711
- * 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).
1711
+ * 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.
1712
1712
  * @param {string} inboundPlanId Identifier of an inbound plan.
1713
1713
  * @param {ConfirmTransportationOptionsRequest} body The body of the request to &#x60;confirmTransportationOptions&#x60;.
1714
1714
  * @param {*} [options] Override http request option.
@@ -1721,7 +1721,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1721
1721
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1722
1722
  },
1723
1723
  /**
1724
- * 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).
1724
+ * Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon\'s fufillment network.
1725
1725
  * @param {CreateInboundPlanRequest} body The body of the request to &#x60;createInboundPlan&#x60;.
1726
1726
  * @param {*} [options] Override http request option.
1727
1727
  * @throws {RequiredError}
@@ -1733,7 +1733,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1733
1733
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1734
1734
  },
1735
1735
  /**
1736
- * 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).
1736
+ * For a given marketplace - creates labels for a list of MSKUs.
1737
1737
  * @param {CreateMarketplaceItemLabelsRequest} body The body of the request to &#x60;createMarketplaceItemLabels&#x60;.
1738
1738
  * @param {*} [options] Override http request option.
1739
1739
  * @throws {RequiredError}
@@ -1745,7 +1745,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1745
1745
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1746
1746
  },
1747
1747
  /**
1748
- * 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).
1748
+ * Generates available delivery window options for a given shipment.
1749
1749
  * @param {string} inboundPlanId Identifier of an inbound plan.
1750
1750
  * @param {string} shipmentId The shipment to generate delivery window options for.
1751
1751
  * @param {*} [options] Override http request option.
@@ -1758,7 +1758,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1758
1758
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1759
1759
  },
1760
1760
  /**
1761
- * 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).
1761
+ * Generates available packing options for the inbound plan.
1762
1762
  * @param {string} inboundPlanId Identifier of an inbound plan.
1763
1763
  * @param {*} [options] Override http request option.
1764
1764
  * @throws {RequiredError}
@@ -1770,7 +1770,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1770
1770
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1771
1771
  },
1772
1772
  /**
1773
- * 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).
1773
+ * Generates placement options for the inbound plan.
1774
1774
  * @param {string} inboundPlanId Identifier of an inbound plan.
1775
1775
  * @param {GeneratePlacementOptionsRequest} body The body of the request to &#x60;generatePlacementOptions&#x60;.
1776
1776
  * @param {*} [options] Override http request option.
@@ -1783,7 +1783,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1783
1783
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1784
1784
  },
1785
1785
  /**
1786
- * Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, 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).
1786
+ * Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
1787
1787
  * @param {string} inboundPlanId Identifier of an inbound plan.
1788
1788
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1789
1789
  * @param {GenerateSelfShipAppointmentSlotsRequest} body The body of the request to &#x60;generateSelfShipAppointmentSlots&#x60;.
@@ -1797,7 +1797,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1797
1797
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1798
1798
  },
1799
1799
  /**
1800
- * 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).
1800
+ * 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.
1801
1801
  * @param {string} inboundPlanId Identifier of an inbound plan.
1802
1802
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1803
1803
  * @param {GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to &#x60;generateShipmentContentUpdatePreviews&#x60;.
@@ -1811,7 +1811,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1811
1811
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1812
1812
  },
1813
1813
  /**
1814
- * 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).
1814
+ * Generates available transportation options for a given placement option.
1815
1815
  * @param {string} inboundPlanId Identifier of an inbound plan.
1816
1816
  * @param {GenerateTransportationOptionsRequest} body The body of the request to &#x60;generateTransportationOptions&#x60;.
1817
1817
  * @param {*} [options] Override http request option.
@@ -1824,7 +1824,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1824
1824
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1825
1825
  },
1826
1826
  /**
1827
- * 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).
1827
+ * Provide delivery challan document for PCP transportation in IN marketplace.
1828
1828
  * @param {string} inboundPlanId Identifier of an inbound plan.
1829
1829
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1830
1830
  * @param {*} [options] Override http request option.
@@ -1837,7 +1837,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1837
1837
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1838
1838
  },
1839
1839
  /**
1840
- * 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).
1840
+ * Gets the status of the processing of an asynchronous API call.
1841
1841
  * @param {string} operationId Identifier of an asynchronous operation.
1842
1842
  * @param {*} [options] Override http request option.
1843
1843
  * @throws {RequiredError}
@@ -1849,7 +1849,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1849
1849
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1850
1850
  },
1851
1851
  /**
1852
- * 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).
1852
+ * Fetches the top level information about an inbound plan.
1853
1853
  * @param {string} inboundPlanId Identifier of an inbound plan.
1854
1854
  * @param {*} [options] Override http request option.
1855
1855
  * @throws {RequiredError}
@@ -1861,7 +1861,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1861
1861
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1862
1862
  },
1863
1863
  /**
1864
- * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, 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).
1864
+ * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
1865
1865
  * @param {string} inboundPlanId Identifier of an inbound plan.
1866
1866
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1867
1867
  * @param {number} [pageSize] The number of self ship appointment slots to return in the response matching the given query.
@@ -1876,7 +1876,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1876
1876
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1877
1877
  },
1878
1878
  /**
1879
- * 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).
1879
+ * 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.
1880
1880
  * @param {string} inboundPlanId Identifier of an inbound plan.
1881
1881
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1882
1882
  * @param {*} [options] Override http request option.
@@ -1889,7 +1889,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1889
1889
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1890
1890
  },
1891
1891
  /**
1892
- * 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).
1892
+ * 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.
1893
1893
  * @param {string} inboundPlanId Identifier of an inbound plan.
1894
1894
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1895
1895
  * @param {string} contentUpdatePreviewId Identifier of a content update preview.
@@ -1903,7 +1903,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1903
1903
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1904
1904
  },
1905
1905
  /**
1906
- * 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).
1906
+ * Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the `generateDeliveryWindowOptions` operation before becoming available.
1907
1907
  * @param {string} inboundPlanId Identifier of an inbound plan.
1908
1908
  * @param {string} shipmentId The shipment to get delivery window options for.
1909
1909
  * @param {number} [pageSize] The number of delivery window options to return in the response matching the given query.
@@ -1918,7 +1918,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1918
1918
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1919
1919
  },
1920
1920
  /**
1921
- * 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).
1921
+ * Provides a paginated list of box packages in an inbound plan.
1922
1922
  * @param {string} inboundPlanId Identifier of an inbound plan.
1923
1923
  * @param {number} [pageSize] The number of boxes to return in the response matching the given query.
1924
1924
  * @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 &#x60;pagination&#x60; 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.
@@ -1932,7 +1932,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1932
1932
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1933
1933
  },
1934
1934
  /**
1935
- * 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).
1935
+ * Provides a paginated list of item packages in an inbound plan.
1936
1936
  * @param {string} inboundPlanId Identifier of an inbound plan.
1937
1937
  * @param {number} [pageSize] The number of items to return in the response matching the given query.
1938
1938
  * @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 &#x60;pagination&#x60; 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.
@@ -1946,7 +1946,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1946
1946
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1947
1947
  },
1948
1948
  /**
1949
- * 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).
1949
+ * 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.
1950
1950
  * @param {string} inboundPlanId Identifier of an inbound plan.
1951
1951
  * @param {number} [pageSize] The number of pallets to return in the response matching the given query.
1952
1952
  * @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 &#x60;pagination&#x60; 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.
@@ -1960,7 +1960,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1960
1960
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1961
1961
  },
1962
1962
  /**
1963
- * 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).
1963
+ * Provides a list of inbound plans with minimal information.
1964
1964
  * @param {number} [pageSize] The number of inbound plans to return in the response matching the given query.
1965
1965
  * @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 &#x60;pagination&#x60; 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.
1966
1966
  * @param {ListInboundPlansStatusEnum} [status] The status of an inbound plan.
@@ -1976,7 +1976,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1976
1976
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1977
1977
  },
1978
1978
  /**
1979
- * List the inbound compliance details for MSKUs in a given marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- `%`\\n- `+`\\n- `,`\\n\\n**Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.\\n\\n**Usage Plan:**\\n\\n| Rate (requests per second) | Burst |\\n| ---- | ---- |\\n| n | n |\\n\\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, 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).
1979
+ * List the inbound compliance details for MSKUs in a given marketplace. **Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). The following characters must be double percent encoded: - `%` - `+` - `,` **Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.
1980
1980
  * @param {Array<string>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1981
1981
  * @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).
1982
1982
  * @param {*} [options] Override http request option.
@@ -1989,7 +1989,7 @@ const FulfillmentInboundApiFp = function (configuration) {
1989
1989
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1990
1990
  },
1991
1991
  /**
1992
- * 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).
1992
+ * 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.
1993
1993
  * @param {string} inboundPlanId Identifier of an inbound plan.
1994
1994
  * @param {string} packingGroupId Identifier of a packing group.
1995
1995
  * @param {number} [pageSize] The number of packing group boxes to return in the response matching the given query.
@@ -2004,7 +2004,7 @@ const FulfillmentInboundApiFp = function (configuration) {
2004
2004
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2005
2005
  },
2006
2006
  /**
2007
- * 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).
2007
+ * 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.
2008
2008
  * @param {string} inboundPlanId Identifier of an inbound plan.
2009
2009
  * @param {string} packingGroupId Identifier of a packing group.
2010
2010
  * @param {number} [pageSize] The number of packing group items to return in the response matching the given query.
@@ -2019,7 +2019,7 @@ const FulfillmentInboundApiFp = function (configuration) {
2019
2019
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2020
2020
  },
2021
2021
  /**
2022
- * 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).
2022
+ * Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available.
2023
2023
  * @param {string} inboundPlanId Identifier of an inbound plan.
2024
2024
  * @param {number} [pageSize] The number of packing options to return in the response matching the given query.
2025
2025
  * @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 &#x60;pagination&#x60; 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.
@@ -2033,7 +2033,7 @@ const FulfillmentInboundApiFp = function (configuration) {
2033
2033
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2034
2034
  },
2035
2035
  /**
2036
- * 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).
2036
+ * Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available.
2037
2037
  * @param {string} inboundPlanId Identifier of an inbound plan.
2038
2038
  * @param {number} [pageSize] The number of placement options to return in the response matching the given query.
2039
2039
  * @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 &#x60;pagination&#x60; 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.
@@ -2047,7 +2047,7 @@ const FulfillmentInboundApiFp = function (configuration) {
2047
2047
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2048
2048
  },
2049
2049
  /**
2050
- * Get preparation details for a list of MSKUs in a specified marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- `%`\\n- `+`\\n- `,`\\n\\n**Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.\\n\\n**Usage Plan:**\\n\\n| Rate (requests per second) | Burst |\\n| ---- | ---- |\\n| n | n |\\n\\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, 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).
2050
+ * Get preparation details for a list of MSKUs in a specified marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- `%`\\n- `+`\\n- `,`\\n\\n**Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.
2051
2051
  * @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).
2052
2052
  * @param {Array<string>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
2053
2053
  * @param {*} [options] Override http request option.
@@ -2060,7 +2060,7 @@ const FulfillmentInboundApiFp = function (configuration) {
2060
2060
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2061
2061
  },
2062
2062
  /**
2063
- * 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).
2063
+ * Provides a paginated list of box packages in a shipment.
2064
2064
  * @param {string} inboundPlanId Identifier of an inbound plan.
2065
2065
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2066
2066
  * @param {number} [pageSize] The number of boxes to return in the response matching the given query.
@@ -2075,7 +2075,7 @@ const FulfillmentInboundApiFp = function (configuration) {
2075
2075
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2076
2076
  },
2077
2077
  /**
2078
- * 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).
2078
+ * 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.
2079
2079
  * @param {string} inboundPlanId Identifier of an inbound plan.
2080
2080
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2081
2081
  * @param {number} [pageSize] The number of content update previews to return.
@@ -2090,7 +2090,7 @@ const FulfillmentInboundApiFp = function (configuration) {
2090
2090
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2091
2091
  },
2092
2092
  /**
2093
- * 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).
2093
+ * Provides a paginated list of item packages in a shipment.
2094
2094
  * @param {string} inboundPlanId Identifier of an inbound plan.
2095
2095
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2096
2096
  * @param {number} [pageSize] The number of items to return in the response matching the given query.
@@ -2105,7 +2105,7 @@ const FulfillmentInboundApiFp = function (configuration) {
2105
2105
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2106
2106
  },
2107
2107
  /**
2108
- * 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).
2108
+ * 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.
2109
2109
  * @param {string} inboundPlanId Identifier of an inbound plan.
2110
2110
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2111
2111
  * @param {number} [pageSize] The number of pallets to return in the response matching the given query.
@@ -2120,7 +2120,7 @@ const FulfillmentInboundApiFp = function (configuration) {
2120
2120
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2121
2121
  },
2122
2122
  /**
2123
- * 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).
2123
+ * Retrieves all transportation options for a shipment. Transportation options must first be generated by the `generateTransportationOptions` operation before becoming available.
2124
2124
  * @param {string} inboundPlanId Identifier of an inbound plan.
2125
2125
  * @param {number} [pageSize] The number of transportation options to return in the response matching the given query.
2126
2126
  * @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 &#x60;pagination&#x60; 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.
@@ -2136,7 +2136,7 @@ const FulfillmentInboundApiFp = function (configuration) {
2136
2136
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2137
2137
  },
2138
2138
  /**
2139
- * Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, 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).
2139
+ * Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
2140
2140
  * @param {string} inboundPlanId Identifier of an inbound plan.
2141
2141
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2142
2142
  * @param {string} slotId An identifier to a self-ship appointment slot.
@@ -2151,7 +2151,7 @@ const FulfillmentInboundApiFp = function (configuration) {
2151
2151
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2152
2152
  },
2153
2153
  /**
2154
- * 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).
2154
+ * 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.
2155
2155
  * @param {string} inboundPlanId Identifier of an inbound plan.
2156
2156
  * @param {SetPackingInformationRequest} body The body of the request to &#x60;setPackingInformation&#x60;.
2157
2157
  * @param {*} [options] Override http request option.
@@ -2164,7 +2164,7 @@ const FulfillmentInboundApiFp = function (configuration) {
2164
2164
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2165
2165
  },
2166
2166
  /**
2167
- * 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).
2167
+ * Set the preparation details for a list of MSKUs in a specified marketplace.
2168
2168
  * @param {SetPrepDetailsRequest} body The body of the request to &#x60;setPrepDetails&#x60;.
2169
2169
  * @param {*} [options] Override http request option.
2170
2170
  * @throws {RequiredError}
@@ -2176,7 +2176,7 @@ const FulfillmentInboundApiFp = function (configuration) {
2176
2176
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2177
2177
  },
2178
2178
  /**
2179
- * 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).
2179
+ * Updates the name of an existing inbound plan.
2180
2180
  * @param {string} inboundPlanId Identifier of an inbound plan.
2181
2181
  * @param {UpdateInboundPlanNameRequest} body The body of the request to &#x60;updateInboundPlanName&#x60;.
2182
2182
  * @param {*} [options] Override http request option.
@@ -2189,7 +2189,7 @@ const FulfillmentInboundApiFp = function (configuration) {
2189
2189
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2190
2190
  },
2191
2191
  /**
2192
- * 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).
2192
+ * Update compliance details for a list of MSKUs. The details provided here are only used for the India (IN - A21TJRUUN4KGV) marketplace compliance validation.
2193
2193
  * @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).
2194
2194
  * @param {UpdateItemComplianceDetailsRequest} body The body of the request to &#x60;updateItemComplianceDetails&#x60;.
2195
2195
  * @param {*} [options] Override http request option.
@@ -2202,7 +2202,7 @@ const FulfillmentInboundApiFp = function (configuration) {
2202
2202
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2203
2203
  },
2204
2204
  /**
2205
- * 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).
2205
+ * Updates the name of an existing shipment.
2206
2206
  * @param {string} inboundPlanId Identifier of an inbound plan.
2207
2207
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2208
2208
  * @param {UpdateShipmentNameRequest} body The body of the request to &#x60;updateShipmentName&#x60;.
@@ -2216,7 +2216,7 @@ const FulfillmentInboundApiFp = function (configuration) {
2216
2216
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2217
2217
  },
2218
2218
  /**
2219
- * 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).
2219
+ * 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.
2220
2220
  * @param {string} inboundPlanId Identifier of an inbound plan.
2221
2221
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2222
2222
  * @param {UpdateShipmentSourceAddressRequest} body The body of the request to &#x60;updateShipmentSourceAddress&#x60;.
@@ -2230,7 +2230,7 @@ const FulfillmentInboundApiFp = function (configuration) {
2230
2230
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2231
2231
  },
2232
2232
  /**
2233
- * 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).
2233
+ * Updates a shipment\'s tracking details.
2234
2234
  * @param {string} inboundPlanId Identifier of an inbound plan.
2235
2235
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2236
2236
  * @param {UpdateShipmentTrackingDetailsRequest} body The body of the request to &#x60;updateShipmentTrackingDetails&#x60;.
@@ -2253,7 +2253,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2253
2253
  const localVarFp = (0, exports.FulfillmentInboundApiFp)(configuration);
2254
2254
  return {
2255
2255
  /**
2256
- * 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).
2256
+ * 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.
2257
2257
  * @param {FulfillmentInboundApiCancelInboundPlanRequest} requestParameters Request parameters.
2258
2258
  * @param {*} [options] Override http request option.
2259
2259
  * @throws {RequiredError}
@@ -2262,7 +2262,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2262
2262
  return localVarFp.cancelInboundPlan(requestParameters.inboundPlanId, options).then((request) => request(axios, basePath));
2263
2263
  },
2264
2264
  /**
2265
- * Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, 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).
2265
+ * Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
2266
2266
  * @param {FulfillmentInboundApiCancelSelfShipAppointmentRequest} requestParameters Request parameters.
2267
2267
  * @param {*} [options] Override http request option.
2268
2268
  * @throws {RequiredError}
@@ -2271,7 +2271,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2271
2271
  return localVarFp.cancelSelfShipAppointment(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(axios, basePath));
2272
2272
  },
2273
2273
  /**
2274
- * 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).
2274
+ * 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.
2275
2275
  * @param {FulfillmentInboundApiConfirmDeliveryWindowOptionsRequest} requestParameters Request parameters.
2276
2276
  * @param {*} [options] Override http request option.
2277
2277
  * @throws {RequiredError}
@@ -2280,7 +2280,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2280
2280
  return localVarFp.confirmDeliveryWindowOptions(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.deliveryWindowOptionId, options).then((request) => request(axios, basePath));
2281
2281
  },
2282
2282
  /**
2283
- * 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).
2283
+ * Confirms the packing option for an inbound plan.
2284
2284
  * @param {FulfillmentInboundApiConfirmPackingOptionRequest} requestParameters Request parameters.
2285
2285
  * @param {*} [options] Override http request option.
2286
2286
  * @throws {RequiredError}
@@ -2289,7 +2289,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2289
2289
  return localVarFp.confirmPackingOption(requestParameters.inboundPlanId, requestParameters.packingOptionId, options).then((request) => request(axios, basePath));
2290
2290
  },
2291
2291
  /**
2292
- * 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).
2292
+ * Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan.
2293
2293
  * @param {FulfillmentInboundApiConfirmPlacementOptionRequest} requestParameters Request parameters.
2294
2294
  * @param {*} [options] Override http request option.
2295
2295
  * @throws {RequiredError}
@@ -2298,7 +2298,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2298
2298
  return localVarFp.confirmPlacementOption(requestParameters.inboundPlanId, requestParameters.placementOptionId, options).then((request) => request(axios, basePath));
2299
2299
  },
2300
2300
  /**
2301
- * 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).
2301
+ * Confirm a shipment content update preview and accept the changes in transportation cost.
2302
2302
  * @param {FulfillmentInboundApiConfirmShipmentContentUpdatePreviewRequest} requestParameters Request parameters.
2303
2303
  * @param {*} [options] Override http request option.
2304
2304
  * @throws {RequiredError}
@@ -2307,7 +2307,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2307
2307
  return localVarFp.confirmShipmentContentUpdatePreview(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.contentUpdatePreviewId, options).then((request) => request(axios, basePath));
2308
2308
  },
2309
2309
  /**
2310
- * 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).
2310
+ * 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.
2311
2311
  * @param {FulfillmentInboundApiConfirmTransportationOptionsRequest} requestParameters Request parameters.
2312
2312
  * @param {*} [options] Override http request option.
2313
2313
  * @throws {RequiredError}
@@ -2316,7 +2316,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2316
2316
  return localVarFp.confirmTransportationOptions(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(axios, basePath));
2317
2317
  },
2318
2318
  /**
2319
- * 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).
2319
+ * Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon\'s fufillment network.
2320
2320
  * @param {FulfillmentInboundApiCreateInboundPlanRequest} requestParameters Request parameters.
2321
2321
  * @param {*} [options] Override http request option.
2322
2322
  * @throws {RequiredError}
@@ -2325,7 +2325,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2325
2325
  return localVarFp.createInboundPlan(requestParameters.body, options).then((request) => request(axios, basePath));
2326
2326
  },
2327
2327
  /**
2328
- * 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).
2328
+ * For a given marketplace - creates labels for a list of MSKUs.
2329
2329
  * @param {FulfillmentInboundApiCreateMarketplaceItemLabelsRequest} requestParameters Request parameters.
2330
2330
  * @param {*} [options] Override http request option.
2331
2331
  * @throws {RequiredError}
@@ -2334,7 +2334,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2334
2334
  return localVarFp.createMarketplaceItemLabels(requestParameters.body, options).then((request) => request(axios, basePath));
2335
2335
  },
2336
2336
  /**
2337
- * 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).
2337
+ * Generates available delivery window options for a given shipment.
2338
2338
  * @param {FulfillmentInboundApiGenerateDeliveryWindowOptionsRequest} requestParameters Request parameters.
2339
2339
  * @param {*} [options] Override http request option.
2340
2340
  * @throws {RequiredError}
@@ -2343,7 +2343,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2343
2343
  return localVarFp.generateDeliveryWindowOptions(requestParameters.inboundPlanId, requestParameters.shipmentId, options).then((request) => request(axios, basePath));
2344
2344
  },
2345
2345
  /**
2346
- * 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).
2346
+ * Generates available packing options for the inbound plan.
2347
2347
  * @param {FulfillmentInboundApiGeneratePackingOptionsRequest} requestParameters Request parameters.
2348
2348
  * @param {*} [options] Override http request option.
2349
2349
  * @throws {RequiredError}
@@ -2352,7 +2352,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2352
2352
  return localVarFp.generatePackingOptions(requestParameters.inboundPlanId, options).then((request) => request(axios, basePath));
2353
2353
  },
2354
2354
  /**
2355
- * 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).
2355
+ * Generates placement options for the inbound plan.
2356
2356
  * @param {FulfillmentInboundApiGeneratePlacementOptionsRequest} requestParameters Request parameters.
2357
2357
  * @param {*} [options] Override http request option.
2358
2358
  * @throws {RequiredError}
@@ -2361,7 +2361,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2361
2361
  return localVarFp.generatePlacementOptions(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(axios, basePath));
2362
2362
  },
2363
2363
  /**
2364
- * Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, 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).
2364
+ * Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
2365
2365
  * @param {FulfillmentInboundApiGenerateSelfShipAppointmentSlotsRequest} requestParameters Request parameters.
2366
2366
  * @param {*} [options] Override http request option.
2367
2367
  * @throws {RequiredError}
@@ -2370,7 +2370,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2370
2370
  return localVarFp.generateSelfShipAppointmentSlots(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(axios, basePath));
2371
2371
  },
2372
2372
  /**
2373
- * 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).
2373
+ * 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.
2374
2374
  * @param {FulfillmentInboundApiGenerateShipmentContentUpdatePreviewsRequest} requestParameters Request parameters.
2375
2375
  * @param {*} [options] Override http request option.
2376
2376
  * @throws {RequiredError}
@@ -2379,7 +2379,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2379
2379
  return localVarFp.generateShipmentContentUpdatePreviews(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(axios, basePath));
2380
2380
  },
2381
2381
  /**
2382
- * 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).
2382
+ * Generates available transportation options for a given placement option.
2383
2383
  * @param {FulfillmentInboundApiGenerateTransportationOptionsRequest} requestParameters Request parameters.
2384
2384
  * @param {*} [options] Override http request option.
2385
2385
  * @throws {RequiredError}
@@ -2388,7 +2388,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2388
2388
  return localVarFp.generateTransportationOptions(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(axios, basePath));
2389
2389
  },
2390
2390
  /**
2391
- * 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).
2391
+ * Provide delivery challan document for PCP transportation in IN marketplace.
2392
2392
  * @param {FulfillmentInboundApiGetDeliveryChallanDocumentRequest} requestParameters Request parameters.
2393
2393
  * @param {*} [options] Override http request option.
2394
2394
  * @throws {RequiredError}
@@ -2397,7 +2397,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2397
2397
  return localVarFp.getDeliveryChallanDocument(requestParameters.inboundPlanId, requestParameters.shipmentId, options).then((request) => request(axios, basePath));
2398
2398
  },
2399
2399
  /**
2400
- * 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).
2400
+ * Gets the status of the processing of an asynchronous API call.
2401
2401
  * @param {FulfillmentInboundApiGetInboundOperationStatusRequest} requestParameters Request parameters.
2402
2402
  * @param {*} [options] Override http request option.
2403
2403
  * @throws {RequiredError}
@@ -2406,7 +2406,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2406
2406
  return localVarFp.getInboundOperationStatus(requestParameters.operationId, options).then((request) => request(axios, basePath));
2407
2407
  },
2408
2408
  /**
2409
- * 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).
2409
+ * Fetches the top level information about an inbound plan.
2410
2410
  * @param {FulfillmentInboundApiGetInboundPlanRequest} requestParameters Request parameters.
2411
2411
  * @param {*} [options] Override http request option.
2412
2412
  * @throws {RequiredError}
@@ -2415,7 +2415,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2415
2415
  return localVarFp.getInboundPlan(requestParameters.inboundPlanId, options).then((request) => request(axios, basePath));
2416
2416
  },
2417
2417
  /**
2418
- * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, 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).
2418
+ * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
2419
2419
  * @param {FulfillmentInboundApiGetSelfShipAppointmentSlotsRequest} requestParameters Request parameters.
2420
2420
  * @param {*} [options] Override http request option.
2421
2421
  * @throws {RequiredError}
@@ -2424,7 +2424,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2424
2424
  return localVarFp.getSelfShipAppointmentSlots(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
2425
2425
  },
2426
2426
  /**
2427
- * 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).
2427
+ * 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.
2428
2428
  * @param {FulfillmentInboundApiGetShipmentRequest} requestParameters Request parameters.
2429
2429
  * @param {*} [options] Override http request option.
2430
2430
  * @throws {RequiredError}
@@ -2433,7 +2433,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2433
2433
  return localVarFp.getShipment(requestParameters.inboundPlanId, requestParameters.shipmentId, options).then((request) => request(axios, basePath));
2434
2434
  },
2435
2435
  /**
2436
- * 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).
2436
+ * 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.
2437
2437
  * @param {FulfillmentInboundApiGetShipmentContentUpdatePreviewRequest} requestParameters Request parameters.
2438
2438
  * @param {*} [options] Override http request option.
2439
2439
  * @throws {RequiredError}
@@ -2442,7 +2442,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2442
2442
  return localVarFp.getShipmentContentUpdatePreview(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.contentUpdatePreviewId, options).then((request) => request(axios, basePath));
2443
2443
  },
2444
2444
  /**
2445
- * 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).
2445
+ * Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the `generateDeliveryWindowOptions` operation before becoming available.
2446
2446
  * @param {FulfillmentInboundApiListDeliveryWindowOptionsRequest} requestParameters Request parameters.
2447
2447
  * @param {*} [options] Override http request option.
2448
2448
  * @throws {RequiredError}
@@ -2451,7 +2451,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2451
2451
  return localVarFp.listDeliveryWindowOptions(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
2452
2452
  },
2453
2453
  /**
2454
- * 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).
2454
+ * Provides a paginated list of box packages in an inbound plan.
2455
2455
  * @param {FulfillmentInboundApiListInboundPlanBoxesRequest} requestParameters Request parameters.
2456
2456
  * @param {*} [options] Override http request option.
2457
2457
  * @throws {RequiredError}
@@ -2460,7 +2460,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2460
2460
  return localVarFp.listInboundPlanBoxes(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
2461
2461
  },
2462
2462
  /**
2463
- * 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).
2463
+ * Provides a paginated list of item packages in an inbound plan.
2464
2464
  * @param {FulfillmentInboundApiListInboundPlanItemsRequest} requestParameters Request parameters.
2465
2465
  * @param {*} [options] Override http request option.
2466
2466
  * @throws {RequiredError}
@@ -2469,7 +2469,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2469
2469
  return localVarFp.listInboundPlanItems(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
2470
2470
  },
2471
2471
  /**
2472
- * 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).
2472
+ * 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.
2473
2473
  * @param {FulfillmentInboundApiListInboundPlanPalletsRequest} requestParameters Request parameters.
2474
2474
  * @param {*} [options] Override http request option.
2475
2475
  * @throws {RequiredError}
@@ -2478,7 +2478,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2478
2478
  return localVarFp.listInboundPlanPallets(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
2479
2479
  },
2480
2480
  /**
2481
- * 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).
2481
+ * Provides a list of inbound plans with minimal information.
2482
2482
  * @param {FulfillmentInboundApiListInboundPlansRequest} requestParameters Request parameters.
2483
2483
  * @param {*} [options] Override http request option.
2484
2484
  * @throws {RequiredError}
@@ -2487,7 +2487,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2487
2487
  return localVarFp.listInboundPlans(requestParameters.pageSize, requestParameters.paginationToken, requestParameters.status, requestParameters.sortBy, requestParameters.sortOrder, options).then((request) => request(axios, basePath));
2488
2488
  },
2489
2489
  /**
2490
- * List the inbound compliance details for MSKUs in a given marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- `%`\\n- `+`\\n- `,`\\n\\n**Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.\\n\\n**Usage Plan:**\\n\\n| Rate (requests per second) | Burst |\\n| ---- | ---- |\\n| n | n |\\n\\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, 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).
2490
+ * List the inbound compliance details for MSKUs in a given marketplace. **Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). The following characters must be double percent encoded: - `%` - `+` - `,` **Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.
2491
2491
  * @param {FulfillmentInboundApiListItemComplianceDetailsRequest} requestParameters Request parameters.
2492
2492
  * @param {*} [options] Override http request option.
2493
2493
  * @throws {RequiredError}
@@ -2496,7 +2496,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2496
2496
  return localVarFp.listItemComplianceDetails(requestParameters.mskus, requestParameters.marketplaceId, options).then((request) => request(axios, basePath));
2497
2497
  },
2498
2498
  /**
2499
- * 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).
2499
+ * 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.
2500
2500
  * @param {FulfillmentInboundApiListPackingGroupBoxesRequest} requestParameters Request parameters.
2501
2501
  * @param {*} [options] Override http request option.
2502
2502
  * @throws {RequiredError}
@@ -2505,7 +2505,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2505
2505
  return localVarFp.listPackingGroupBoxes(requestParameters.inboundPlanId, requestParameters.packingGroupId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
2506
2506
  },
2507
2507
  /**
2508
- * 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).
2508
+ * 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.
2509
2509
  * @param {FulfillmentInboundApiListPackingGroupItemsRequest} requestParameters Request parameters.
2510
2510
  * @param {*} [options] Override http request option.
2511
2511
  * @throws {RequiredError}
@@ -2514,7 +2514,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2514
2514
  return localVarFp.listPackingGroupItems(requestParameters.inboundPlanId, requestParameters.packingGroupId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
2515
2515
  },
2516
2516
  /**
2517
- * 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).
2517
+ * Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available.
2518
2518
  * @param {FulfillmentInboundApiListPackingOptionsRequest} requestParameters Request parameters.
2519
2519
  * @param {*} [options] Override http request option.
2520
2520
  * @throws {RequiredError}
@@ -2523,7 +2523,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2523
2523
  return localVarFp.listPackingOptions(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
2524
2524
  },
2525
2525
  /**
2526
- * 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).
2526
+ * Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available.
2527
2527
  * @param {FulfillmentInboundApiListPlacementOptionsRequest} requestParameters Request parameters.
2528
2528
  * @param {*} [options] Override http request option.
2529
2529
  * @throws {RequiredError}
@@ -2532,7 +2532,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2532
2532
  return localVarFp.listPlacementOptions(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
2533
2533
  },
2534
2534
  /**
2535
- * Get preparation details for a list of MSKUs in a specified marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- `%`\\n- `+`\\n- `,`\\n\\n**Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.\\n\\n**Usage Plan:**\\n\\n| Rate (requests per second) | Burst |\\n| ---- | ---- |\\n| n | n |\\n\\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, 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).
2535
+ * Get preparation details for a list of MSKUs in a specified marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- `%`\\n- `+`\\n- `,`\\n\\n**Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.
2536
2536
  * @param {FulfillmentInboundApiListPrepDetailsRequest} requestParameters Request parameters.
2537
2537
  * @param {*} [options] Override http request option.
2538
2538
  * @throws {RequiredError}
@@ -2541,7 +2541,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2541
2541
  return localVarFp.listPrepDetails(requestParameters.marketplaceId, requestParameters.mskus, options).then((request) => request(axios, basePath));
2542
2542
  },
2543
2543
  /**
2544
- * 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).
2544
+ * Provides a paginated list of box packages in a shipment.
2545
2545
  * @param {FulfillmentInboundApiListShipmentBoxesRequest} requestParameters Request parameters.
2546
2546
  * @param {*} [options] Override http request option.
2547
2547
  * @throws {RequiredError}
@@ -2550,7 +2550,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2550
2550
  return localVarFp.listShipmentBoxes(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
2551
2551
  },
2552
2552
  /**
2553
- * 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).
2553
+ * 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.
2554
2554
  * @param {FulfillmentInboundApiListShipmentContentUpdatePreviewsRequest} requestParameters Request parameters.
2555
2555
  * @param {*} [options] Override http request option.
2556
2556
  * @throws {RequiredError}
@@ -2559,7 +2559,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2559
2559
  return localVarFp.listShipmentContentUpdatePreviews(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
2560
2560
  },
2561
2561
  /**
2562
- * 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).
2562
+ * Provides a paginated list of item packages in a shipment.
2563
2563
  * @param {FulfillmentInboundApiListShipmentItemsRequest} requestParameters Request parameters.
2564
2564
  * @param {*} [options] Override http request option.
2565
2565
  * @throws {RequiredError}
@@ -2568,7 +2568,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2568
2568
  return localVarFp.listShipmentItems(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
2569
2569
  },
2570
2570
  /**
2571
- * 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).
2571
+ * 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.
2572
2572
  * @param {FulfillmentInboundApiListShipmentPalletsRequest} requestParameters Request parameters.
2573
2573
  * @param {*} [options] Override http request option.
2574
2574
  * @throws {RequiredError}
@@ -2577,7 +2577,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2577
2577
  return localVarFp.listShipmentPallets(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
2578
2578
  },
2579
2579
  /**
2580
- * 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).
2580
+ * Retrieves all transportation options for a shipment. Transportation options must first be generated by the `generateTransportationOptions` operation before becoming available.
2581
2581
  * @param {FulfillmentInboundApiListTransportationOptionsRequest} requestParameters Request parameters.
2582
2582
  * @param {*} [options] Override http request option.
2583
2583
  * @throws {RequiredError}
@@ -2586,7 +2586,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2586
2586
  return localVarFp.listTransportationOptions(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, requestParameters.placementOptionId, requestParameters.shipmentId, options).then((request) => request(axios, basePath));
2587
2587
  },
2588
2588
  /**
2589
- * Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, 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).
2589
+ * Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
2590
2590
  * @param {FulfillmentInboundApiScheduleSelfShipAppointmentRequest} requestParameters Request parameters.
2591
2591
  * @param {*} [options] Override http request option.
2592
2592
  * @throws {RequiredError}
@@ -2595,7 +2595,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2595
2595
  return localVarFp.scheduleSelfShipAppointment(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.slotId, requestParameters.body, options).then((request) => request(axios, basePath));
2596
2596
  },
2597
2597
  /**
2598
- * 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).
2598
+ * 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.
2599
2599
  * @param {FulfillmentInboundApiSetPackingInformationRequest} requestParameters Request parameters.
2600
2600
  * @param {*} [options] Override http request option.
2601
2601
  * @throws {RequiredError}
@@ -2604,7 +2604,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2604
2604
  return localVarFp.setPackingInformation(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(axios, basePath));
2605
2605
  },
2606
2606
  /**
2607
- * 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).
2607
+ * Set the preparation details for a list of MSKUs in a specified marketplace.
2608
2608
  * @param {FulfillmentInboundApiSetPrepDetailsRequest} requestParameters Request parameters.
2609
2609
  * @param {*} [options] Override http request option.
2610
2610
  * @throws {RequiredError}
@@ -2613,7 +2613,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2613
2613
  return localVarFp.setPrepDetails(requestParameters.body, options).then((request) => request(axios, basePath));
2614
2614
  },
2615
2615
  /**
2616
- * 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).
2616
+ * Updates the name of an existing inbound plan.
2617
2617
  * @param {FulfillmentInboundApiUpdateInboundPlanNameRequest} requestParameters Request parameters.
2618
2618
  * @param {*} [options] Override http request option.
2619
2619
  * @throws {RequiredError}
@@ -2622,7 +2622,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2622
2622
  return localVarFp.updateInboundPlanName(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(axios, basePath));
2623
2623
  },
2624
2624
  /**
2625
- * 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).
2625
+ * Update compliance details for a list of MSKUs. The details provided here are only used for the India (IN - A21TJRUUN4KGV) marketplace compliance validation.
2626
2626
  * @param {FulfillmentInboundApiUpdateItemComplianceDetailsRequest} requestParameters Request parameters.
2627
2627
  * @param {*} [options] Override http request option.
2628
2628
  * @throws {RequiredError}
@@ -2631,7 +2631,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2631
2631
  return localVarFp.updateItemComplianceDetails(requestParameters.marketplaceId, requestParameters.body, options).then((request) => request(axios, basePath));
2632
2632
  },
2633
2633
  /**
2634
- * 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).
2634
+ * Updates the name of an existing shipment.
2635
2635
  * @param {FulfillmentInboundApiUpdateShipmentNameRequest} requestParameters Request parameters.
2636
2636
  * @param {*} [options] Override http request option.
2637
2637
  * @throws {RequiredError}
@@ -2640,7 +2640,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2640
2640
  return localVarFp.updateShipmentName(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(axios, basePath));
2641
2641
  },
2642
2642
  /**
2643
- * 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).
2643
+ * 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.
2644
2644
  * @param {FulfillmentInboundApiUpdateShipmentSourceAddressRequest} requestParameters Request parameters.
2645
2645
  * @param {*} [options] Override http request option.
2646
2646
  * @throws {RequiredError}
@@ -2649,7 +2649,7 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
2649
2649
  return localVarFp.updateShipmentSourceAddress(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(axios, basePath));
2650
2650
  },
2651
2651
  /**
2652
- * 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).
2652
+ * Updates a shipment\'s tracking details.
2653
2653
  * @param {FulfillmentInboundApiUpdateShipmentTrackingDetailsRequest} requestParameters Request parameters.
2654
2654
  * @param {*} [options] Override http request option.
2655
2655
  * @throws {RequiredError}
@@ -2665,7 +2665,7 @@ exports.FulfillmentInboundApiFactory = FulfillmentInboundApiFactory;
2665
2665
  */
2666
2666
  class FulfillmentInboundApi extends base_1.BaseAPI {
2667
2667
  /**
2668
- * 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).
2668
+ * 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.
2669
2669
  * @param {FulfillmentInboundApiCancelInboundPlanRequest} requestParameters Request parameters.
2670
2670
  * @param {*} [options] Override http request option.
2671
2671
  * @throws {RequiredError}
@@ -2674,7 +2674,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2674
2674
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).cancelInboundPlan(requestParameters.inboundPlanId, options).then((request) => request(this.axios, this.basePath));
2675
2675
  }
2676
2676
  /**
2677
- * Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, 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
+ * Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
2678
2678
  * @param {FulfillmentInboundApiCancelSelfShipAppointmentRequest} requestParameters Request parameters.
2679
2679
  * @param {*} [options] Override http request option.
2680
2680
  * @throws {RequiredError}
@@ -2683,7 +2683,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2683
2683
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).cancelSelfShipAppointment(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
2684
2684
  }
2685
2685
  /**
2686
- * 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).
2686
+ * 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.
2687
2687
  * @param {FulfillmentInboundApiConfirmDeliveryWindowOptionsRequest} requestParameters Request parameters.
2688
2688
  * @param {*} [options] Override http request option.
2689
2689
  * @throws {RequiredError}
@@ -2692,7 +2692,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2692
2692
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).confirmDeliveryWindowOptions(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.deliveryWindowOptionId, options).then((request) => request(this.axios, this.basePath));
2693
2693
  }
2694
2694
  /**
2695
- * 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).
2695
+ * Confirms the packing option for an inbound plan.
2696
2696
  * @param {FulfillmentInboundApiConfirmPackingOptionRequest} requestParameters Request parameters.
2697
2697
  * @param {*} [options] Override http request option.
2698
2698
  * @throws {RequiredError}
@@ -2701,7 +2701,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2701
2701
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).confirmPackingOption(requestParameters.inboundPlanId, requestParameters.packingOptionId, options).then((request) => request(this.axios, this.basePath));
2702
2702
  }
2703
2703
  /**
2704
- * 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).
2704
+ * Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan.
2705
2705
  * @param {FulfillmentInboundApiConfirmPlacementOptionRequest} requestParameters Request parameters.
2706
2706
  * @param {*} [options] Override http request option.
2707
2707
  * @throws {RequiredError}
@@ -2710,7 +2710,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2710
2710
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).confirmPlacementOption(requestParameters.inboundPlanId, requestParameters.placementOptionId, options).then((request) => request(this.axios, this.basePath));
2711
2711
  }
2712
2712
  /**
2713
- * 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).
2713
+ * Confirm a shipment content update preview and accept the changes in transportation cost.
2714
2714
  * @param {FulfillmentInboundApiConfirmShipmentContentUpdatePreviewRequest} requestParameters Request parameters.
2715
2715
  * @param {*} [options] Override http request option.
2716
2716
  * @throws {RequiredError}
@@ -2719,7 +2719,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2719
2719
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).confirmShipmentContentUpdatePreview(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.contentUpdatePreviewId, options).then((request) => request(this.axios, this.basePath));
2720
2720
  }
2721
2721
  /**
2722
- * 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).
2722
+ * 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.
2723
2723
  * @param {FulfillmentInboundApiConfirmTransportationOptionsRequest} requestParameters Request parameters.
2724
2724
  * @param {*} [options] Override http request option.
2725
2725
  * @throws {RequiredError}
@@ -2728,7 +2728,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2728
2728
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).confirmTransportationOptions(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
2729
2729
  }
2730
2730
  /**
2731
- * 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).
2731
+ * Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon\'s fufillment network.
2732
2732
  * @param {FulfillmentInboundApiCreateInboundPlanRequest} requestParameters Request parameters.
2733
2733
  * @param {*} [options] Override http request option.
2734
2734
  * @throws {RequiredError}
@@ -2737,7 +2737,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2737
2737
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).createInboundPlan(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
2738
2738
  }
2739
2739
  /**
2740
- * 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).
2740
+ * For a given marketplace - creates labels for a list of MSKUs.
2741
2741
  * @param {FulfillmentInboundApiCreateMarketplaceItemLabelsRequest} requestParameters Request parameters.
2742
2742
  * @param {*} [options] Override http request option.
2743
2743
  * @throws {RequiredError}
@@ -2746,7 +2746,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2746
2746
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).createMarketplaceItemLabels(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
2747
2747
  }
2748
2748
  /**
2749
- * 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).
2749
+ * Generates available delivery window options for a given shipment.
2750
2750
  * @param {FulfillmentInboundApiGenerateDeliveryWindowOptionsRequest} requestParameters Request parameters.
2751
2751
  * @param {*} [options] Override http request option.
2752
2752
  * @throws {RequiredError}
@@ -2755,7 +2755,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2755
2755
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).generateDeliveryWindowOptions(requestParameters.inboundPlanId, requestParameters.shipmentId, options).then((request) => request(this.axios, this.basePath));
2756
2756
  }
2757
2757
  /**
2758
- * 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).
2758
+ * Generates available packing options for the inbound plan.
2759
2759
  * @param {FulfillmentInboundApiGeneratePackingOptionsRequest} requestParameters Request parameters.
2760
2760
  * @param {*} [options] Override http request option.
2761
2761
  * @throws {RequiredError}
@@ -2764,7 +2764,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2764
2764
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).generatePackingOptions(requestParameters.inboundPlanId, options).then((request) => request(this.axios, this.basePath));
2765
2765
  }
2766
2766
  /**
2767
- * 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).
2767
+ * Generates placement options for the inbound plan.
2768
2768
  * @param {FulfillmentInboundApiGeneratePlacementOptionsRequest} requestParameters Request parameters.
2769
2769
  * @param {*} [options] Override http request option.
2770
2770
  * @throws {RequiredError}
@@ -2773,7 +2773,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2773
2773
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).generatePlacementOptions(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
2774
2774
  }
2775
2775
  /**
2776
- * Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, 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).
2776
+ * Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
2777
2777
  * @param {FulfillmentInboundApiGenerateSelfShipAppointmentSlotsRequest} requestParameters Request parameters.
2778
2778
  * @param {*} [options] Override http request option.
2779
2779
  * @throws {RequiredError}
@@ -2782,7 +2782,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2782
2782
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).generateSelfShipAppointmentSlots(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
2783
2783
  }
2784
2784
  /**
2785
- * 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).
2785
+ * 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.
2786
2786
  * @param {FulfillmentInboundApiGenerateShipmentContentUpdatePreviewsRequest} requestParameters Request parameters.
2787
2787
  * @param {*} [options] Override http request option.
2788
2788
  * @throws {RequiredError}
@@ -2791,7 +2791,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2791
2791
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).generateShipmentContentUpdatePreviews(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
2792
2792
  }
2793
2793
  /**
2794
- * 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).
2794
+ * Generates available transportation options for a given placement option.
2795
2795
  * @param {FulfillmentInboundApiGenerateTransportationOptionsRequest} requestParameters Request parameters.
2796
2796
  * @param {*} [options] Override http request option.
2797
2797
  * @throws {RequiredError}
@@ -2800,7 +2800,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2800
2800
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).generateTransportationOptions(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
2801
2801
  }
2802
2802
  /**
2803
- * 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).
2803
+ * Provide delivery challan document for PCP transportation in IN marketplace.
2804
2804
  * @param {FulfillmentInboundApiGetDeliveryChallanDocumentRequest} requestParameters Request parameters.
2805
2805
  * @param {*} [options] Override http request option.
2806
2806
  * @throws {RequiredError}
@@ -2809,7 +2809,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2809
2809
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).getDeliveryChallanDocument(requestParameters.inboundPlanId, requestParameters.shipmentId, options).then((request) => request(this.axios, this.basePath));
2810
2810
  }
2811
2811
  /**
2812
- * 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).
2812
+ * Gets the status of the processing of an asynchronous API call.
2813
2813
  * @param {FulfillmentInboundApiGetInboundOperationStatusRequest} requestParameters Request parameters.
2814
2814
  * @param {*} [options] Override http request option.
2815
2815
  * @throws {RequiredError}
@@ -2818,7 +2818,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2818
2818
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).getInboundOperationStatus(requestParameters.operationId, options).then((request) => request(this.axios, this.basePath));
2819
2819
  }
2820
2820
  /**
2821
- * 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).
2821
+ * Fetches the top level information about an inbound plan.
2822
2822
  * @param {FulfillmentInboundApiGetInboundPlanRequest} requestParameters Request parameters.
2823
2823
  * @param {*} [options] Override http request option.
2824
2824
  * @throws {RequiredError}
@@ -2827,7 +2827,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2827
2827
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).getInboundPlan(requestParameters.inboundPlanId, options).then((request) => request(this.axios, this.basePath));
2828
2828
  }
2829
2829
  /**
2830
- * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, 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).
2830
+ * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
2831
2831
  * @param {FulfillmentInboundApiGetSelfShipAppointmentSlotsRequest} requestParameters Request parameters.
2832
2832
  * @param {*} [options] Override http request option.
2833
2833
  * @throws {RequiredError}
@@ -2836,7 +2836,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2836
2836
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).getSelfShipAppointmentSlots(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
2837
2837
  }
2838
2838
  /**
2839
- * 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).
2839
+ * 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.
2840
2840
  * @param {FulfillmentInboundApiGetShipmentRequest} requestParameters Request parameters.
2841
2841
  * @param {*} [options] Override http request option.
2842
2842
  * @throws {RequiredError}
@@ -2845,7 +2845,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2845
2845
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).getShipment(requestParameters.inboundPlanId, requestParameters.shipmentId, options).then((request) => request(this.axios, this.basePath));
2846
2846
  }
2847
2847
  /**
2848
- * 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).
2848
+ * 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.
2849
2849
  * @param {FulfillmentInboundApiGetShipmentContentUpdatePreviewRequest} requestParameters Request parameters.
2850
2850
  * @param {*} [options] Override http request option.
2851
2851
  * @throws {RequiredError}
@@ -2854,7 +2854,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2854
2854
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).getShipmentContentUpdatePreview(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.contentUpdatePreviewId, options).then((request) => request(this.axios, this.basePath));
2855
2855
  }
2856
2856
  /**
2857
- * 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).
2857
+ * Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the `generateDeliveryWindowOptions` operation before becoming available.
2858
2858
  * @param {FulfillmentInboundApiListDeliveryWindowOptionsRequest} requestParameters Request parameters.
2859
2859
  * @param {*} [options] Override http request option.
2860
2860
  * @throws {RequiredError}
@@ -2863,7 +2863,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2863
2863
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).listDeliveryWindowOptions(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
2864
2864
  }
2865
2865
  /**
2866
- * 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).
2866
+ * Provides a paginated list of box packages in an inbound plan.
2867
2867
  * @param {FulfillmentInboundApiListInboundPlanBoxesRequest} requestParameters Request parameters.
2868
2868
  * @param {*} [options] Override http request option.
2869
2869
  * @throws {RequiredError}
@@ -2872,7 +2872,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2872
2872
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).listInboundPlanBoxes(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
2873
2873
  }
2874
2874
  /**
2875
- * 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).
2875
+ * Provides a paginated list of item packages in an inbound plan.
2876
2876
  * @param {FulfillmentInboundApiListInboundPlanItemsRequest} requestParameters Request parameters.
2877
2877
  * @param {*} [options] Override http request option.
2878
2878
  * @throws {RequiredError}
@@ -2881,7 +2881,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2881
2881
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).listInboundPlanItems(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
2882
2882
  }
2883
2883
  /**
2884
- * 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).
2884
+ * 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.
2885
2885
  * @param {FulfillmentInboundApiListInboundPlanPalletsRequest} requestParameters Request parameters.
2886
2886
  * @param {*} [options] Override http request option.
2887
2887
  * @throws {RequiredError}
@@ -2890,7 +2890,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2890
2890
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).listInboundPlanPallets(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
2891
2891
  }
2892
2892
  /**
2893
- * 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).
2893
+ * Provides a list of inbound plans with minimal information.
2894
2894
  * @param {FulfillmentInboundApiListInboundPlansRequest} requestParameters Request parameters.
2895
2895
  * @param {*} [options] Override http request option.
2896
2896
  * @throws {RequiredError}
@@ -2899,7 +2899,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2899
2899
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).listInboundPlans(requestParameters.pageSize, requestParameters.paginationToken, requestParameters.status, requestParameters.sortBy, requestParameters.sortOrder, options).then((request) => request(this.axios, this.basePath));
2900
2900
  }
2901
2901
  /**
2902
- * List the inbound compliance details for MSKUs in a given marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- `%`\\n- `+`\\n- `,`\\n\\n**Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.\\n\\n**Usage Plan:**\\n\\n| Rate (requests per second) | Burst |\\n| ---- | ---- |\\n| n | n |\\n\\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, 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).
2902
+ * List the inbound compliance details for MSKUs in a given marketplace. **Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). The following characters must be double percent encoded: - `%` - `+` - `,` **Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.
2903
2903
  * @param {FulfillmentInboundApiListItemComplianceDetailsRequest} requestParameters Request parameters.
2904
2904
  * @param {*} [options] Override http request option.
2905
2905
  * @throws {RequiredError}
@@ -2908,7 +2908,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2908
2908
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).listItemComplianceDetails(requestParameters.mskus, requestParameters.marketplaceId, options).then((request) => request(this.axios, this.basePath));
2909
2909
  }
2910
2910
  /**
2911
- * 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).
2911
+ * 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.
2912
2912
  * @param {FulfillmentInboundApiListPackingGroupBoxesRequest} requestParameters Request parameters.
2913
2913
  * @param {*} [options] Override http request option.
2914
2914
  * @throws {RequiredError}
@@ -2917,7 +2917,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2917
2917
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).listPackingGroupBoxes(requestParameters.inboundPlanId, requestParameters.packingGroupId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
2918
2918
  }
2919
2919
  /**
2920
- * 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).
2920
+ * 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.
2921
2921
  * @param {FulfillmentInboundApiListPackingGroupItemsRequest} requestParameters Request parameters.
2922
2922
  * @param {*} [options] Override http request option.
2923
2923
  * @throws {RequiredError}
@@ -2926,7 +2926,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2926
2926
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).listPackingGroupItems(requestParameters.inboundPlanId, requestParameters.packingGroupId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
2927
2927
  }
2928
2928
  /**
2929
- * 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).
2929
+ * Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available.
2930
2930
  * @param {FulfillmentInboundApiListPackingOptionsRequest} requestParameters Request parameters.
2931
2931
  * @param {*} [options] Override http request option.
2932
2932
  * @throws {RequiredError}
@@ -2935,7 +2935,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2935
2935
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).listPackingOptions(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
2936
2936
  }
2937
2937
  /**
2938
- * 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).
2938
+ * Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available.
2939
2939
  * @param {FulfillmentInboundApiListPlacementOptionsRequest} requestParameters Request parameters.
2940
2940
  * @param {*} [options] Override http request option.
2941
2941
  * @throws {RequiredError}
@@ -2944,7 +2944,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2944
2944
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).listPlacementOptions(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
2945
2945
  }
2946
2946
  /**
2947
- * Get preparation details for a list of MSKUs in a specified marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- `%`\\n- `+`\\n- `,`\\n\\n**Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.\\n\\n**Usage Plan:**\\n\\n| Rate (requests per second) | Burst |\\n| ---- | ---- |\\n| n | n |\\n\\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, 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
+ * Get preparation details for a list of MSKUs in a specified marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- `%`\\n- `+`\\n- `,`\\n\\n**Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.
2948
2948
  * @param {FulfillmentInboundApiListPrepDetailsRequest} requestParameters Request parameters.
2949
2949
  * @param {*} [options] Override http request option.
2950
2950
  * @throws {RequiredError}
@@ -2953,7 +2953,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2953
2953
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).listPrepDetails(requestParameters.marketplaceId, requestParameters.mskus, options).then((request) => request(this.axios, this.basePath));
2954
2954
  }
2955
2955
  /**
2956
- * 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).
2956
+ * Provides a paginated list of box packages in a shipment.
2957
2957
  * @param {FulfillmentInboundApiListShipmentBoxesRequest} requestParameters Request parameters.
2958
2958
  * @param {*} [options] Override http request option.
2959
2959
  * @throws {RequiredError}
@@ -2962,7 +2962,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2962
2962
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).listShipmentBoxes(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
2963
2963
  }
2964
2964
  /**
2965
- * 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).
2965
+ * 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.
2966
2966
  * @param {FulfillmentInboundApiListShipmentContentUpdatePreviewsRequest} requestParameters Request parameters.
2967
2967
  * @param {*} [options] Override http request option.
2968
2968
  * @throws {RequiredError}
@@ -2971,7 +2971,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2971
2971
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).listShipmentContentUpdatePreviews(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
2972
2972
  }
2973
2973
  /**
2974
- * 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).
2974
+ * Provides a paginated list of item packages in a shipment.
2975
2975
  * @param {FulfillmentInboundApiListShipmentItemsRequest} requestParameters Request parameters.
2976
2976
  * @param {*} [options] Override http request option.
2977
2977
  * @throws {RequiredError}
@@ -2980,7 +2980,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2980
2980
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).listShipmentItems(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
2981
2981
  }
2982
2982
  /**
2983
- * 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).
2983
+ * 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.
2984
2984
  * @param {FulfillmentInboundApiListShipmentPalletsRequest} requestParameters Request parameters.
2985
2985
  * @param {*} [options] Override http request option.
2986
2986
  * @throws {RequiredError}
@@ -2989,7 +2989,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2989
2989
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).listShipmentPallets(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
2990
2990
  }
2991
2991
  /**
2992
- * 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).
2992
+ * Retrieves all transportation options for a shipment. Transportation options must first be generated by the `generateTransportationOptions` operation before becoming available.
2993
2993
  * @param {FulfillmentInboundApiListTransportationOptionsRequest} requestParameters Request parameters.
2994
2994
  * @param {*} [options] Override http request option.
2995
2995
  * @throws {RequiredError}
@@ -2998,7 +2998,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
2998
2998
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).listTransportationOptions(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, requestParameters.placementOptionId, requestParameters.shipmentId, options).then((request) => request(this.axios, this.basePath));
2999
2999
  }
3000
3000
  /**
3001
- * Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, 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).
3001
+ * Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
3002
3002
  * @param {FulfillmentInboundApiScheduleSelfShipAppointmentRequest} requestParameters Request parameters.
3003
3003
  * @param {*} [options] Override http request option.
3004
3004
  * @throws {RequiredError}
@@ -3007,7 +3007,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
3007
3007
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).scheduleSelfShipAppointment(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.slotId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
3008
3008
  }
3009
3009
  /**
3010
- * 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).
3010
+ * 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.
3011
3011
  * @param {FulfillmentInboundApiSetPackingInformationRequest} requestParameters Request parameters.
3012
3012
  * @param {*} [options] Override http request option.
3013
3013
  * @throws {RequiredError}
@@ -3016,7 +3016,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
3016
3016
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).setPackingInformation(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
3017
3017
  }
3018
3018
  /**
3019
- * 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).
3019
+ * Set the preparation details for a list of MSKUs in a specified marketplace.
3020
3020
  * @param {FulfillmentInboundApiSetPrepDetailsRequest} requestParameters Request parameters.
3021
3021
  * @param {*} [options] Override http request option.
3022
3022
  * @throws {RequiredError}
@@ -3025,7 +3025,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
3025
3025
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).setPrepDetails(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
3026
3026
  }
3027
3027
  /**
3028
- * 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).
3028
+ * Updates the name of an existing inbound plan.
3029
3029
  * @param {FulfillmentInboundApiUpdateInboundPlanNameRequest} requestParameters Request parameters.
3030
3030
  * @param {*} [options] Override http request option.
3031
3031
  * @throws {RequiredError}
@@ -3034,7 +3034,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
3034
3034
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).updateInboundPlanName(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
3035
3035
  }
3036
3036
  /**
3037
- * 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).
3037
+ * Update compliance details for a list of MSKUs. The details provided here are only used for the India (IN - A21TJRUUN4KGV) marketplace compliance validation.
3038
3038
  * @param {FulfillmentInboundApiUpdateItemComplianceDetailsRequest} requestParameters Request parameters.
3039
3039
  * @param {*} [options] Override http request option.
3040
3040
  * @throws {RequiredError}
@@ -3043,7 +3043,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
3043
3043
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).updateItemComplianceDetails(requestParameters.marketplaceId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
3044
3044
  }
3045
3045
  /**
3046
- * 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).
3046
+ * Updates the name of an existing shipment.
3047
3047
  * @param {FulfillmentInboundApiUpdateShipmentNameRequest} requestParameters Request parameters.
3048
3048
  * @param {*} [options] Override http request option.
3049
3049
  * @throws {RequiredError}
@@ -3052,7 +3052,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
3052
3052
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).updateShipmentName(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
3053
3053
  }
3054
3054
  /**
3055
- * 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).
3055
+ * 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.
3056
3056
  * @param {FulfillmentInboundApiUpdateShipmentSourceAddressRequest} requestParameters Request parameters.
3057
3057
  * @param {*} [options] Override http request option.
3058
3058
  * @throws {RequiredError}
@@ -3061,7 +3061,7 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
3061
3061
  return (0, exports.FulfillmentInboundApiFp)(this.configuration).updateShipmentSourceAddress(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
3062
3062
  }
3063
3063
  /**
3064
- * 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).
3064
+ * Updates a shipment\'s tracking details.
3065
3065
  * @param {FulfillmentInboundApiUpdateShipmentTrackingDetailsRequest} requestParameters Request parameters.
3066
3066
  * @param {*} [options] Override http request option.
3067
3067
  * @throws {RequiredError}