@sp-api-sdk/fulfillment-inbound-api-2024-03-20 3.0.2 → 3.1.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.
Files changed (27) hide show
  1. package/dist/cjs/api-model/api/fulfillment-inbound-api.js +93 -24
  2. package/dist/cjs/api-model/models/box-identifier-input.js +15 -0
  3. package/dist/cjs/api-model/models/box-identifier-type.js +23 -0
  4. package/dist/cjs/api-model/models/index.js +4 -0
  5. package/dist/cjs/api-model/models/update-box-identifiers-request.js +15 -0
  6. package/dist/cjs/api-model/models/update-box-identifiers-response.js +15 -0
  7. package/dist/cjs/client.js +0 -42
  8. package/dist/es/api-model/api/fulfillment-inbound-api.js +93 -24
  9. package/dist/es/api-model/models/box-identifier-input.js +14 -0
  10. package/dist/es/api-model/models/box-identifier-type.js +20 -0
  11. package/dist/es/api-model/models/index.js +4 -0
  12. package/dist/es/api-model/models/update-box-identifiers-request.js +14 -0
  13. package/dist/es/api-model/models/update-box-identifiers-response.js +14 -0
  14. package/dist/es/client.js +0 -42
  15. package/dist/types/api-model/api/fulfillment-inbound-api.d.ts +75 -24
  16. package/dist/types/api-model/models/address-input.d.ts +4 -0
  17. package/dist/types/api-model/models/address.d.ts +4 -0
  18. package/dist/types/api-model/models/box-identifier-input.d.ts +26 -0
  19. package/dist/types/api-model/models/box-identifier-type.d.ts +19 -0
  20. package/dist/types/api-model/models/freight-information.d.ts +1 -1
  21. package/dist/types/api-model/models/index.d.ts +4 -0
  22. package/dist/types/api-model/models/item.d.ts +1 -1
  23. package/dist/types/api-model/models/shipment-destination.d.ts +1 -1
  24. package/dist/types/api-model/models/spd-tracking-item.d.ts +1 -1
  25. package/dist/types/api-model/models/update-box-identifiers-request.d.ts +21 -0
  26. package/dist/types/api-model/models/update-box-identifiers-response.d.ts +20 -0
  27. package/package.json +3 -3
@@ -64,6 +64,8 @@ import type { SetPackingInformationResponse } from '../models';
64
64
  import type { SetPrepDetailsRequest } from '../models';
65
65
  import type { SetPrepDetailsResponse } from '../models';
66
66
  import type { Shipment } from '../models';
67
+ import type { UpdateBoxIdentifiersRequest } from '../models';
68
+ import type { UpdateBoxIdentifiersResponse } from '../models';
67
69
  import type { UpdateInboundPlanNameRequest } from '../models';
68
70
  import type { UpdateItemComplianceDetailsRequest } from '../models';
69
71
  import type { UpdateItemComplianceDetailsResponse } from '../models';
@@ -84,7 +86,7 @@ export declare const FulfillmentInboundApiAxiosParamCreator: (configuration?: Co
84
86
  */
85
87
  cancelInboundPlan: (inboundPlanId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
86
88
  /**
87
- * 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 | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
89
+ * 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).
88
90
  * @param {string} inboundPlanId Identifier of an inbound plan.
89
91
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
90
92
  * @param {CancelSelfShipAppointmentRequest} body The body of the request to &#x60;cancelSelfShipAppointment&#x60;.
@@ -172,7 +174,7 @@ export declare const FulfillmentInboundApiAxiosParamCreator: (configuration?: Co
172
174
  */
173
175
  generatePlacementOptions: (inboundPlanId: string, body: GeneratePlacementOptionsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
174
176
  /**
175
- * 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 | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table 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).
177
+ * 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).
176
178
  * @param {string} inboundPlanId Identifier of an inbound plan.
177
179
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
178
180
  * @param {GenerateSelfShipAppointmentSlotsRequest} body The body of the request to &#x60;generateSelfShipAppointmentSlots&#x60;.
@@ -220,7 +222,7 @@ export declare const FulfillmentInboundApiAxiosParamCreator: (configuration?: Co
220
222
  */
221
223
  getInboundPlan: (inboundPlanId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
222
224
  /**
223
- * 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 | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table 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).
225
+ * 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).
224
226
  * @param {string} inboundPlanId Identifier of an inbound plan.
225
227
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
226
228
  * @param {number} [pageSize] The number of self ship appointment slots to return in the response matching the given query.
@@ -295,7 +297,7 @@ export declare const FulfillmentInboundApiAxiosParamCreator: (configuration?: Co
295
297
  */
296
298
  listInboundPlans: (pageSize?: number, paginationToken?: string, status?: ListInboundPlansStatusEnum, sortBy?: ListInboundPlansSortByEnum, sortOrder?: ListInboundPlansSortOrderEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
297
299
  /**
298
- * List the inbound compliance details for MSKUs in a given marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
300
+ * 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).
299
301
  * @param {Array<string>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
300
302
  * @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).
301
303
  * @param {*} [options] Override http request option.
@@ -341,7 +343,7 @@ export declare const FulfillmentInboundApiAxiosParamCreator: (configuration?: Co
341
343
  */
342
344
  listPlacementOptions: (inboundPlanId: string, pageSize?: number, paginationToken?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
343
345
  /**
344
- * Get preparation details for a list of MSKUs in a specified marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
346
+ * 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).
345
347
  * @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).
346
348
  * @param {Array<string>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
347
349
  * @param {*} [options] Override http request option.
@@ -400,7 +402,7 @@ export declare const FulfillmentInboundApiAxiosParamCreator: (configuration?: Co
400
402
  */
401
403
  listTransportationOptions: (inboundPlanId: string, pageSize?: number, paginationToken?: string, placementOptionId?: string, shipmentId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
402
404
  /**
403
- * 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 | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table 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).
405
+ * 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).
404
406
  * @param {string} inboundPlanId Identifier of an inbound plan.
405
407
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
406
408
  * @param {string} slotId An identifier to a self-ship appointment slot.
@@ -424,6 +426,15 @@ export declare const FulfillmentInboundApiAxiosParamCreator: (configuration?: Co
424
426
  * @throws {RequiredError}
425
427
  */
426
428
  setPrepDetails: (body: SetPrepDetailsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
429
+ /**
430
+ * Update/Add custom identifier to the boxes within a shipment. These custom identifiers are provided by the clients and reflected on the box labels to identify boxes. One example of this custom identifier is the SSCC (Serial Shipping Container Codes) barcodes, with the encoding of GS1-128, which is an industry standard to uniquely identify boxes. **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).
431
+ * @param {string} inboundPlanId Identifier to an inbound plan.
432
+ * @param {string} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
433
+ * @param {UpdateBoxIdentifiersRequest} body The body of the request to &#x60;updateBoxIdentifiers&#x60;.
434
+ * @param {*} [options] Override http request option.
435
+ * @throws {RequiredError}
436
+ */
437
+ updateBoxIdentifiers: (inboundPlanId: string, shipmentId: string, body: UpdateBoxIdentifiersRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
427
438
  /**
428
439
  * 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).
429
440
  * @param {string} inboundPlanId Identifier of an inbound plan.
@@ -480,7 +491,7 @@ export declare const FulfillmentInboundApiFp: (configuration?: Configuration) =>
480
491
  */
481
492
  cancelInboundPlan(inboundPlanId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CancelInboundPlanResponse>>;
482
493
  /**
483
- * 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 | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
494
+ * 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).
484
495
  * @param {string} inboundPlanId Identifier of an inbound plan.
485
496
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
486
497
  * @param {CancelSelfShipAppointmentRequest} body The body of the request to &#x60;cancelSelfShipAppointment&#x60;.
@@ -568,7 +579,7 @@ export declare const FulfillmentInboundApiFp: (configuration?: Configuration) =>
568
579
  */
569
580
  generatePlacementOptions(inboundPlanId: string, body: GeneratePlacementOptionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GeneratePlacementOptionsResponse>>;
570
581
  /**
571
- * 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 | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table 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).
582
+ * 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).
572
583
  * @param {string} inboundPlanId Identifier of an inbound plan.
573
584
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
574
585
  * @param {GenerateSelfShipAppointmentSlotsRequest} body The body of the request to &#x60;generateSelfShipAppointmentSlots&#x60;.
@@ -616,7 +627,7 @@ export declare const FulfillmentInboundApiFp: (configuration?: Configuration) =>
616
627
  */
617
628
  getInboundPlan(inboundPlanId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InboundPlan>>;
618
629
  /**
619
- * 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 | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table 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).
630
+ * 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).
620
631
  * @param {string} inboundPlanId Identifier of an inbound plan.
621
632
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
622
633
  * @param {number} [pageSize] The number of self ship appointment slots to return in the response matching the given query.
@@ -691,7 +702,7 @@ export declare const FulfillmentInboundApiFp: (configuration?: Configuration) =>
691
702
  */
692
703
  listInboundPlans(pageSize?: number, paginationToken?: string, status?: ListInboundPlansStatusEnum, sortBy?: ListInboundPlansSortByEnum, sortOrder?: ListInboundPlansSortOrderEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListInboundPlansResponse>>;
693
704
  /**
694
- * List the inbound compliance details for MSKUs in a given marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
705
+ * 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).
695
706
  * @param {Array<string>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
696
707
  * @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).
697
708
  * @param {*} [options] Override http request option.
@@ -737,7 +748,7 @@ export declare const FulfillmentInboundApiFp: (configuration?: Configuration) =>
737
748
  */
738
749
  listPlacementOptions(inboundPlanId: string, pageSize?: number, paginationToken?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListPlacementOptionsResponse>>;
739
750
  /**
740
- * Get preparation details for a list of MSKUs in a specified marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
751
+ * 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).
741
752
  * @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).
742
753
  * @param {Array<string>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
743
754
  * @param {*} [options] Override http request option.
@@ -796,7 +807,7 @@ export declare const FulfillmentInboundApiFp: (configuration?: Configuration) =>
796
807
  */
797
808
  listTransportationOptions(inboundPlanId: string, pageSize?: number, paginationToken?: string, placementOptionId?: string, shipmentId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListTransportationOptionsResponse>>;
798
809
  /**
799
- * 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 | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table 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).
810
+ * 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).
800
811
  * @param {string} inboundPlanId Identifier of an inbound plan.
801
812
  * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
802
813
  * @param {string} slotId An identifier to a self-ship appointment slot.
@@ -820,6 +831,15 @@ export declare const FulfillmentInboundApiFp: (configuration?: Configuration) =>
820
831
  * @throws {RequiredError}
821
832
  */
822
833
  setPrepDetails(body: SetPrepDetailsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SetPrepDetailsResponse>>;
834
+ /**
835
+ * Update/Add custom identifier to the boxes within a shipment. These custom identifiers are provided by the clients and reflected on the box labels to identify boxes. One example of this custom identifier is the SSCC (Serial Shipping Container Codes) barcodes, with the encoding of GS1-128, which is an industry standard to uniquely identify boxes. **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).
836
+ * @param {string} inboundPlanId Identifier to an inbound plan.
837
+ * @param {string} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
838
+ * @param {UpdateBoxIdentifiersRequest} body The body of the request to &#x60;updateBoxIdentifiers&#x60;.
839
+ * @param {*} [options] Override http request option.
840
+ * @throws {RequiredError}
841
+ */
842
+ updateBoxIdentifiers(inboundPlanId: string, shipmentId: string, body: UpdateBoxIdentifiersRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateBoxIdentifiersResponse>>;
823
843
  /**
824
844
  * 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).
825
845
  * @param {string} inboundPlanId Identifier of an inbound plan.
@@ -876,7 +896,7 @@ export declare const FulfillmentInboundApiFactory: (configuration?: Configuratio
876
896
  */
877
897
  cancelInboundPlan(requestParameters: FulfillmentInboundApiCancelInboundPlanRequest, options?: RawAxiosRequestConfig): AxiosPromise<CancelInboundPlanResponse>;
878
898
  /**
879
- * 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 | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
899
+ * 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).
880
900
  * @param {FulfillmentInboundApiCancelSelfShipAppointmentRequest} requestParameters Request parameters.
881
901
  * @param {*} [options] Override http request option.
882
902
  * @throws {RequiredError}
@@ -953,7 +973,7 @@ export declare const FulfillmentInboundApiFactory: (configuration?: Configuratio
953
973
  */
954
974
  generatePlacementOptions(requestParameters: FulfillmentInboundApiGeneratePlacementOptionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GeneratePlacementOptionsResponse>;
955
975
  /**
956
- * 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 | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table 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).
976
+ * 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).
957
977
  * @param {FulfillmentInboundApiGenerateSelfShipAppointmentSlotsRequest} requestParameters Request parameters.
958
978
  * @param {*} [options] Override http request option.
959
979
  * @throws {RequiredError}
@@ -995,7 +1015,7 @@ export declare const FulfillmentInboundApiFactory: (configuration?: Configuratio
995
1015
  */
996
1016
  getInboundPlan(requestParameters: FulfillmentInboundApiGetInboundPlanRequest, options?: RawAxiosRequestConfig): AxiosPromise<InboundPlan>;
997
1017
  /**
998
- * 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 | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table 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).
1018
+ * 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).
999
1019
  * @param {FulfillmentInboundApiGetSelfShipAppointmentSlotsRequest} requestParameters Request parameters.
1000
1020
  * @param {*} [options] Override http request option.
1001
1021
  * @throws {RequiredError}
@@ -1051,7 +1071,7 @@ export declare const FulfillmentInboundApiFactory: (configuration?: Configuratio
1051
1071
  */
1052
1072
  listInboundPlans(requestParameters?: FulfillmentInboundApiListInboundPlansRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListInboundPlansResponse>;
1053
1073
  /**
1054
- * List the inbound compliance details for MSKUs in a given marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1074
+ * 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).
1055
1075
  * @param {FulfillmentInboundApiListItemComplianceDetailsRequest} requestParameters Request parameters.
1056
1076
  * @param {*} [options] Override http request option.
1057
1077
  * @throws {RequiredError}
@@ -1086,7 +1106,7 @@ export declare const FulfillmentInboundApiFactory: (configuration?: Configuratio
1086
1106
  */
1087
1107
  listPlacementOptions(requestParameters: FulfillmentInboundApiListPlacementOptionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListPlacementOptionsResponse>;
1088
1108
  /**
1089
- * Get preparation details for a list of MSKUs in a specified marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1109
+ * 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).
1090
1110
  * @param {FulfillmentInboundApiListPrepDetailsRequest} requestParameters Request parameters.
1091
1111
  * @param {*} [options] Override http request option.
1092
1112
  * @throws {RequiredError}
@@ -1128,7 +1148,7 @@ export declare const FulfillmentInboundApiFactory: (configuration?: Configuratio
1128
1148
  */
1129
1149
  listTransportationOptions(requestParameters: FulfillmentInboundApiListTransportationOptionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListTransportationOptionsResponse>;
1130
1150
  /**
1131
- * 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 | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table 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).
1151
+ * 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).
1132
1152
  * @param {FulfillmentInboundApiScheduleSelfShipAppointmentRequest} requestParameters Request parameters.
1133
1153
  * @param {*} [options] Override http request option.
1134
1154
  * @throws {RequiredError}
@@ -1148,6 +1168,13 @@ export declare const FulfillmentInboundApiFactory: (configuration?: Configuratio
1148
1168
  * @throws {RequiredError}
1149
1169
  */
1150
1170
  setPrepDetails(requestParameters: FulfillmentInboundApiSetPrepDetailsRequest, options?: RawAxiosRequestConfig): AxiosPromise<SetPrepDetailsResponse>;
1171
+ /**
1172
+ * Update/Add custom identifier to the boxes within a shipment. These custom identifiers are provided by the clients and reflected on the box labels to identify boxes. One example of this custom identifier is the SSCC (Serial Shipping Container Codes) barcodes, with the encoding of GS1-128, which is an industry standard to uniquely identify boxes. **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).
1173
+ * @param {FulfillmentInboundApiUpdateBoxIdentifiersRequest} requestParameters Request parameters.
1174
+ * @param {*} [options] Override http request option.
1175
+ * @throws {RequiredError}
1176
+ */
1177
+ updateBoxIdentifiers(requestParameters: FulfillmentInboundApiUpdateBoxIdentifiersRequest, options?: RawAxiosRequestConfig): AxiosPromise<UpdateBoxIdentifiersResponse>;
1151
1178
  /**
1152
1179
  * 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).
1153
1180
  * @param {FulfillmentInboundApiUpdateInboundPlanNameRequest} requestParameters Request parameters.
@@ -1816,6 +1843,23 @@ export interface FulfillmentInboundApiSetPrepDetailsRequest {
1816
1843
  */
1817
1844
  readonly body: SetPrepDetailsRequest;
1818
1845
  }
1846
+ /**
1847
+ * Request parameters for updateBoxIdentifiers operation in FulfillmentInboundApi.
1848
+ */
1849
+ export interface FulfillmentInboundApiUpdateBoxIdentifiersRequest {
1850
+ /**
1851
+ * Identifier to an inbound plan.
1852
+ */
1853
+ readonly inboundPlanId: string;
1854
+ /**
1855
+ * Identifier to a shipment. A shipment contains the boxes and units being inbounded.
1856
+ */
1857
+ readonly shipmentId: string;
1858
+ /**
1859
+ * The body of the request to &#x60;updateBoxIdentifiers&#x60;.
1860
+ */
1861
+ readonly body: UpdateBoxIdentifiersRequest;
1862
+ }
1819
1863
  /**
1820
1864
  * Request parameters for updateInboundPlanName operation in FulfillmentInboundApi.
1821
1865
  */
@@ -1905,7 +1949,7 @@ export declare class FulfillmentInboundApi extends BaseAPI {
1905
1949
  */
1906
1950
  cancelInboundPlan(requestParameters: FulfillmentInboundApiCancelInboundPlanRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CancelInboundPlanResponse, any>>;
1907
1951
  /**
1908
- * 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 | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1952
+ * 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).
1909
1953
  * @param {FulfillmentInboundApiCancelSelfShipAppointmentRequest} requestParameters Request parameters.
1910
1954
  * @param {*} [options] Override http request option.
1911
1955
  * @throws {RequiredError}
@@ -1982,7 +2026,7 @@ export declare class FulfillmentInboundApi extends BaseAPI {
1982
2026
  */
1983
2027
  generatePlacementOptions(requestParameters: FulfillmentInboundApiGeneratePlacementOptionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GeneratePlacementOptionsResponse, any>>;
1984
2028
  /**
1985
- * 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 | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table 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).
2029
+ * 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).
1986
2030
  * @param {FulfillmentInboundApiGenerateSelfShipAppointmentSlotsRequest} requestParameters Request parameters.
1987
2031
  * @param {*} [options] Override http request option.
1988
2032
  * @throws {RequiredError}
@@ -2024,7 +2068,7 @@ export declare class FulfillmentInboundApi extends BaseAPI {
2024
2068
  */
2025
2069
  getInboundPlan(requestParameters: FulfillmentInboundApiGetInboundPlanRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<InboundPlan, any>>;
2026
2070
  /**
2027
- * 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 | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table 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).
2071
+ * 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).
2028
2072
  * @param {FulfillmentInboundApiGetSelfShipAppointmentSlotsRequest} requestParameters Request parameters.
2029
2073
  * @param {*} [options] Override http request option.
2030
2074
  * @throws {RequiredError}
@@ -2080,7 +2124,7 @@ export declare class FulfillmentInboundApi extends BaseAPI {
2080
2124
  */
2081
2125
  listInboundPlans(requestParameters?: FulfillmentInboundApiListInboundPlansRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListInboundPlansResponse, any>>;
2082
2126
  /**
2083
- * List the inbound compliance details for MSKUs in a given marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2127
+ * 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).
2084
2128
  * @param {FulfillmentInboundApiListItemComplianceDetailsRequest} requestParameters Request parameters.
2085
2129
  * @param {*} [options] Override http request option.
2086
2130
  * @throws {RequiredError}
@@ -2115,7 +2159,7 @@ export declare class FulfillmentInboundApi extends BaseAPI {
2115
2159
  */
2116
2160
  listPlacementOptions(requestParameters: FulfillmentInboundApiListPlacementOptionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListPlacementOptionsResponse, any>>;
2117
2161
  /**
2118
- * Get preparation details for a list of MSKUs in a specified marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2162
+ * 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).
2119
2163
  * @param {FulfillmentInboundApiListPrepDetailsRequest} requestParameters Request parameters.
2120
2164
  * @param {*} [options] Override http request option.
2121
2165
  * @throws {RequiredError}
@@ -2157,7 +2201,7 @@ export declare class FulfillmentInboundApi extends BaseAPI {
2157
2201
  */
2158
2202
  listTransportationOptions(requestParameters: FulfillmentInboundApiListTransportationOptionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListTransportationOptionsResponse, any>>;
2159
2203
  /**
2160
- * 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 | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table 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).
2204
+ * 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).
2161
2205
  * @param {FulfillmentInboundApiScheduleSelfShipAppointmentRequest} requestParameters Request parameters.
2162
2206
  * @param {*} [options] Override http request option.
2163
2207
  * @throws {RequiredError}
@@ -2177,6 +2221,13 @@ export declare class FulfillmentInboundApi extends BaseAPI {
2177
2221
  * @throws {RequiredError}
2178
2222
  */
2179
2223
  setPrepDetails(requestParameters: FulfillmentInboundApiSetPrepDetailsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<SetPrepDetailsResponse, any>>;
2224
+ /**
2225
+ * Update/Add custom identifier to the boxes within a shipment. These custom identifiers are provided by the clients and reflected on the box labels to identify boxes. One example of this custom identifier is the SSCC (Serial Shipping Container Codes) barcodes, with the encoding of GS1-128, which is an industry standard to uniquely identify boxes. **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).
2226
+ * @param {FulfillmentInboundApiUpdateBoxIdentifiersRequest} requestParameters Request parameters.
2227
+ * @param {*} [options] Override http request option.
2228
+ * @throws {RequiredError}
2229
+ */
2230
+ updateBoxIdentifiers(requestParameters: FulfillmentInboundApiUpdateBoxIdentifiersRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<UpdateBoxIdentifiersResponse, any>>;
2180
2231
  /**
2181
2232
  * 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).
2182
2233
  * @param {FulfillmentInboundApiUpdateInboundPlanNameRequest} requestParameters Request parameters.
@@ -33,6 +33,10 @@ export interface AddressInput {
33
33
  * The country code in two-character ISO 3166-1 alpha-2 format.
34
34
  */
35
35
  'countryCode': string;
36
+ /**
37
+ * The district or county.
38
+ */
39
+ 'districtOrCounty'?: string;
36
40
  /**
37
41
  * The email address.
38
42
  */
@@ -33,6 +33,10 @@ export interface Address {
33
33
  * The country code in two-character ISO 3166-1 alpha-2 format.
34
34
  */
35
35
  'countryCode': string;
36
+ /**
37
+ * The district or county.
38
+ */
39
+ 'districtOrCounty'?: string;
36
40
  /**
37
41
  * The email address.
38
42
  */
@@ -0,0 +1,26 @@
1
+ /**
2
+ * The Selling Partner API for FBA inbound operations.
3
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
4
+ *
5
+ * The version of the OpenAPI document: 2024-03-20
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { BoxIdentifierType } from './box-identifier-type';
13
+ /**
14
+ * Input information for updating a box identifier.
15
+ */
16
+ export interface BoxIdentifierInput {
17
+ /**
18
+ * The custom identifier for a certain box.
19
+ */
20
+ 'externalContainerIdentifier'?: string;
21
+ 'externalContainerIdentifierType': BoxIdentifierType;
22
+ /**
23
+ * Primary key to uniquely identify a Box Package.
24
+ */
25
+ 'packageId': string;
26
+ }
@@ -0,0 +1,19 @@
1
+ /**
2
+ * The Selling Partner API for FBA inbound operations.
3
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
4
+ *
5
+ * The version of the OpenAPI document: 2024-03-20
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * Type of Box Identifier.
14
+ */
15
+ export declare const BoxIdentifierType: {
16
+ readonly Amazon: "AMAZON";
17
+ readonly Sscc: "SSCC";
18
+ };
19
+ export type BoxIdentifierType = typeof BoxIdentifierType[keyof typeof BoxIdentifierType];
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import type { Currency } from './currency';
13
13
  /**
14
- * Freight information describes the skus being transported. Freight carrier options and quotes will only be returned if the freight information is provided.
14
+ * Freight information describes the SKUs that are in transit. Freight carrier options and quotes will only be returned if the freight information is provided.
15
15
  */
16
16
  export interface FreightInformation {
17
17
  'declaredValue'?: Currency;
@@ -5,6 +5,8 @@ export * from './appointment-slot';
5
5
  export * from './appointment-slot-time';
6
6
  export * from './box';
7
7
  export * from './box-content-information-source';
8
+ export * from './box-identifier-input';
9
+ export * from './box-identifier-type';
8
10
  export * from './box-input';
9
11
  export * from './box-requirements';
10
12
  export * from './box-update-input';
@@ -126,6 +128,8 @@ export * from './transportation-option';
126
128
  export * from './transportation-selection';
127
129
  export * from './unit-of-measurement';
128
130
  export * from './unit-of-weight';
131
+ export * from './update-box-identifiers-request';
132
+ export * from './update-box-identifiers-response';
129
133
  export * from './update-inbound-plan-name-request';
130
134
  export * from './update-item-compliance-details-request';
131
135
  export * from './update-item-compliance-details-response';
@@ -35,7 +35,7 @@ export interface Item {
35
35
  */
36
36
  'manufacturingLotCode'?: string;
37
37
  /**
38
- * The merchant SKU, a merchant-supplied identifier of a specific SKU.
38
+ * The merchant-defined SKU ID.
39
39
  */
40
40
  'msku': string;
41
41
  /**
@@ -20,7 +20,7 @@ export interface ShipmentDestination {
20
20
  */
21
21
  'destinationType': string;
22
22
  /**
23
- * The warehouse that the shipment should be sent to. Empty if the destination type is `AMAZON_OPTIMIZED`.
23
+ * The warehouse that the shipment should be sent to. This can be empty if the destination type is `AMAZON_OPTIMIZED`.
24
24
  */
25
25
  'warehouseId'?: string;
26
26
  }
@@ -22,7 +22,7 @@ export interface SpdTrackingItem {
22
22
  */
23
23
  'trackingId'?: string;
24
24
  /**
25
- * Whether or not Amazon has validated the tracking number. If more than 24 hours have passed and the status is not yet \'VALIDATED\', please verify the number and update if necessary. Possible values: `VALIDATED`, `NOT_VALIDATED`.
25
+ * Indicates whether Amazon has validated the tracking number. Because shipment validation is asynchronous, tracking IDs might not be validated immediately, and the status might change after a few hours. If more than 24 hours have passed and the status is not yet \'VALIDATED\' or `NOT_SUPPORTED`, verify the number and update it if necessary. **Possible values:** `VALIDATED`, `NOT_VALIDATED`, `NOT_SUPPORTED` (Amazon is unable to find tracking information for the provided tracking ID).
26
26
  */
27
27
  'trackingNumberValidationStatus'?: string;
28
28
  }
@@ -0,0 +1,21 @@
1
+ /**
2
+ * The Selling Partner API for FBA inbound operations.
3
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
4
+ *
5
+ * The version of the OpenAPI document: 2024-03-20
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { BoxIdentifierInput } from './box-identifier-input';
13
+ /**
14
+ * Input information for updating a box identifier.
15
+ */
16
+ export interface UpdateBoxIdentifiersRequest {
17
+ /**
18
+ * Contains box identifier updates for the boxes within a shipment.
19
+ */
20
+ 'boxIdentifiers': Array<BoxIdentifierInput>;
21
+ }
@@ -0,0 +1,20 @@
1
+ /**
2
+ * The Selling Partner API for FBA inbound operations.
3
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
4
+ *
5
+ * The version of the OpenAPI document: 2024-03-20
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * The `updateBoxIdentifiers` response.
14
+ */
15
+ export interface UpdateBoxIdentifiersResponse {
16
+ /**
17
+ * UUID for the given operation.
18
+ */
19
+ 'operationId': string;
20
+ }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/fulfillment-inbound-api-2024-03-20",
3
3
  "author": "Bertrand Marron <bertrand@bizon.solutions>",
4
4
  "description": "The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon's fulfillment network. The API has interoperability with the Send-to-Amazon user interface.",
5
- "version": "3.0.2",
5
+ "version": "3.1.0",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "dist/**/*.d.ts"
19
19
  ],
20
20
  "dependencies": {
21
- "@sp-api-sdk/common": "2.1.16",
21
+ "@sp-api-sdk/common": "2.1.17",
22
22
  "axios": "^1.11.0"
23
23
  },
24
24
  "repository": {
@@ -61,5 +61,5 @@
61
61
  "printWidth": 100,
62
62
  "jsxSingleQuote": true
63
63
  },
64
- "gitHead": "fc1b46f3bc172469e2fbbc2e0155f6fa7ce3edde"
64
+ "gitHead": "961457650a65779f38e5d35547ca8cb2fb749943"
65
65
  }