@sp-api-sdk/amazon-warehousing-and-distribution-api-2024-05-09 5.1.0 → 5.2.1

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.
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts","../src/client.ts","../src/api-model/api/amazon-warehousing-and-distribution-api.ts","../src/api-model/base.ts","../src/api-model/common.ts","../src/api-model/configuration.ts","../src/api-model/models/carrier-code-type.ts","../src/api-model/models/confirmation-mode.ts","../src/api-model/models/dimension-unit-of-measurement.ts","../src/api-model/models/distribution-package-type.ts","../src/api-model/models/format-type.ts","../src/api-model/models/inbound-eligibility-status.ts","../src/api-model/models/inbound-shipment-status.ts","../src/api-model/models/inbound-status.ts","../src/api-model/models/inventory-details-visibility.ts","../src/api-model/models/inventory-unit-of-measurement.ts","../src/api-model/models/label-owner.ts","../src/api-model/models/label-status.ts","../src/api-model/models/order-preference.ts","../src/api-model/models/order-preference-value.ts","../src/api-model/models/outbound-shipment-status.ts","../src/api-model/models/outbound-status.ts","../src/api-model/models/page-type.ts","../src/api-model/models/prep-category.ts","../src/api-model/models/prep-owner.ts","../src/api-model/models/replenishment-order-status.ts","../src/api-model/models/shipment-sortable-field.ts","../src/api-model/models/sku-quantities-visibility.ts","../src/api-model/models/sort-order.ts","../src/api-model/models/volume-unit-of-measurement.ts","../src/api-model/models/weight-unit-of-measurement.ts"],"sourcesContent":["export * from './client.js'\nexport * from './api-model/api.js'\nexport * from './api-model/models/index.js'\n","import {type ClientConfiguration, createAxiosInstance, type RateLimit} from '@sp-api-sdk/common'\n\nimport {AmazonWarehousingAndDistributionApi, Configuration} from './api-model/index.js'\n\nexport const clientRateLimits: RateLimit[] = [\n {\n method: 'post',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/awd/2024-05-09/inboundOrders$'),\n rate: 1,\n burst: 1,\n },\n {\n method: 'get',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/awd/2024-05-09/inboundOrders/[^/]*$'),\n rate: 2,\n burst: 2,\n },\n {\n method: 'put',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/awd/2024-05-09/inboundOrders/[^/]*$'),\n rate: 1,\n burst: 1,\n },\n {\n method: 'post',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/awd/2024-05-09/inboundOrders/[^/]*/cancellation$'),\n rate: 1,\n burst: 1,\n },\n {\n method: 'post',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/awd/2024-05-09/inboundOrders/[^/]*/confirmation$'),\n rate: 1,\n burst: 1,\n },\n {\n method: 'get',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/awd/2024-05-09/inboundShipments/[^/]*$'),\n rate: 2,\n burst: 2,\n },\n {\n method: 'get',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/awd/2024-05-09/inboundShipments/[^/]*/labels$'),\n rate: 1,\n burst: 2,\n },\n {\n method: 'get',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/awd/2024-05-09/inboundShipments/[^/]*/labelPageTypes$'),\n rate: 1,\n burst: 2,\n },\n {\n method: 'put',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/awd/2024-05-09/inboundShipments/[^/]*/transport$'),\n rate: 1,\n burst: 1,\n },\n {\n method: 'post',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/awd/2024-05-09/inboundEligibility$'),\n rate: 1,\n burst: 1,\n },\n {\n method: 'get',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/awd/2024-05-09/inboundShipments$'),\n rate: 1,\n burst: 1,\n },\n {\n method: 'get',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/awd/2024-05-09/inventory$'),\n rate: 2,\n burst: 2,\n },\n {\n method: 'get',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/awd/2024-05-09/outboundOrders$'),\n rate: 1,\n burst: 1,\n },\n {\n method: 'post',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/awd/2024-05-09/outboundOrders$'),\n rate: 1,\n burst: 1,\n },\n {\n method: 'get',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/awd/2024-05-09/outboundOrders/[^/]*$'),\n rate: 1,\n burst: 1,\n },\n {\n method: 'put',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/awd/2024-05-09/outboundOrders/[^/]*$'),\n rate: 1,\n burst: 1,\n },\n {\n method: 'post',\n // eslint-disable-next-line prefer-regex-literals\n urlRegex: new RegExp('^/awd/2024-05-09/outboundOrders/[^/]*/confirmation$'),\n rate: 1,\n burst: 1,\n },\n]\n\nexport class AmazonWarehousingAndDistributionApiClient extends AmazonWarehousingAndDistributionApi {\n constructor(configuration: ClientConfiguration) {\n const {axios, endpoint} = createAxiosInstance(configuration, clientRateLimits)\n\n super(new Configuration(), endpoint, axios)\n }\n}\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\nimport type { Configuration } from '../configuration.js';\nimport type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';\nimport globalAxios from 'axios';\n// Some imports not used depending on template conditions\n// @ts-ignore\nimport { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction, replaceWithSerializableTypeIfNeeded } from '../common.js';\n// @ts-ignore\nimport { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base.js';\n// @ts-ignore\nimport type { ErrorList } from '../models/index.js';\n// @ts-ignore\nimport type { InboundEligibility } from '../models/index.js';\n// @ts-ignore\nimport type { InboundOrder } from '../models/index.js';\n// @ts-ignore\nimport type { InboundOrderCreationData } from '../models/index.js';\n// @ts-ignore\nimport type { InboundOrderReference } from '../models/index.js';\n// @ts-ignore\nimport type { InboundPackages } from '../models/index.js';\n// @ts-ignore\nimport type { InboundShipment } from '../models/index.js';\n// @ts-ignore\nimport type { InventoryListing } from '../models/index.js';\n// @ts-ignore\nimport type { OutboundListing } from '../models/index.js';\n// @ts-ignore\nimport type { OutboundOrder } from '../models/index.js';\n// @ts-ignore\nimport type { OutboundOrderCreationData } from '../models/index.js';\n// @ts-ignore\nimport type { OutboundOrderReference } from '../models/index.js';\n// @ts-ignore\nimport type { ReplenishmentOrder } from '../models/index.js';\n// @ts-ignore\nimport type { ReplenishmentOrderCreationData } from '../models/index.js';\n// @ts-ignore\nimport type { ReplenishmentOrderListing } from '../models/index.js';\n// @ts-ignore\nimport type { ReplenishmentOrderReference } from '../models/index.js';\n// @ts-ignore\nimport type { ShipmentLabelPageTypes } from '../models/index.js';\n// @ts-ignore\nimport type { ShipmentLabels } from '../models/index.js';\n// @ts-ignore\nimport type { ShipmentListing } from '../models/index.js';\n// @ts-ignore\nimport type { TransportationDetails } from '../models/index.js';\n/**\n * AmazonWarehousingAndDistributionApi - axios parameter creator\n */\nexport const AmazonWarehousingAndDistributionApiAxiosParamCreator = function (configuration?: Configuration) {\n return {\n /**\n * Cancels an AWD Inbound order and its associated shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} orderId The ID of the inbound order you want to cancel.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n cancelInbound: async (orderId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'orderId' is not null or undefined\n assertParamExists('cancelInbound', 'orderId', orderId)\n const localVarPath = `/awd/2024-05-09/inboundOrders/{orderId}/cancellation`\n .replace('{orderId}', encodeURIComponent(String(orderId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Determines if the packages you specify are eligible for an AWD inbound order and contains error details for ineligible packages. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {InboundPackages} body Represents the packages you want to inbound.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n checkInboundEligibility: async (body: InboundPackages, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'body' is not null or undefined\n assertParamExists('checkInboundEligibility', 'body', body)\n const localVarPath = `/awd/2024-05-09/inboundEligibility`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Content-Type'] = 'application/json';\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Confirms an AWD inbound order in `DRAFT` status. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {string} orderId The ID of the inbound order that you want to confirm.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n confirmInbound: async (orderId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'orderId' is not null or undefined\n assertParamExists('confirmInbound', 'orderId', orderId)\n const localVarPath = `/awd/2024-05-09/inboundOrders/{orderId}/confirmation`\n .replace('{orderId}', encodeURIComponent(String(orderId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Confirms an AWD outbound order for a set of shipments that contain items that must be outbound to a destination node. You can confirm the order only if it\\'s in an`ELIGIBLE` state. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {string} orderId ID for the outbound order you want to confirm.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n confirmOutbound: async (orderId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'orderId' is not null or undefined\n assertParamExists('confirmOutbound', 'orderId', orderId)\n const localVarPath = `/awd/2024-05-09/outboundOrders/{orderId}/confirmation`\n .replace('{orderId}', encodeURIComponent(String(orderId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Confirms an AWD replenishment order in ELIGIBLE state with a set of shipments containing items that are needed to be replenished to an FBA node. Order can only be confirmed in ELIGIBLE state.\n * @param {string} orderId ID of the replenishment order to be confirmed.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n confirmReplenishmentOrder: async (orderId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'orderId' is not null or undefined\n assertParamExists('confirmReplenishmentOrder', 'orderId', orderId)\n const localVarPath = `/awd/2024-05-09/replenishmentOrders/{orderId}/confirmation`\n .replace('{orderId}', encodeURIComponent(String(orderId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Creates a draft AWD inbound order with a list of packages for inbound shipment. The operation creates one shipment per order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {InboundOrderCreationData} body Payload for creating an inbound order.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createInbound: async (body: InboundOrderCreationData, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'body' is not null or undefined\n assertParamExists('createInbound', 'body', body)\n const localVarPath = `/awd/2024-05-09/inboundOrders`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Content-Type'] = 'application/json';\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Creates a draft AWD outbound order with the specified products. The API returns the order ID for the newly created order and starts an async validation check on the outbound products. After the validation check, the order status transitions from `VALIDATING` to `ELIGIBLE/INELIGIBLE`. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {OutboundOrderCreationData} body Payload for creating an outbound order.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createOutbound: async (body: OutboundOrderCreationData, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'body' is not null or undefined\n assertParamExists('createOutbound', 'body', body)\n const localVarPath = `/awd/2024-05-09/outboundOrders`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Content-Type'] = 'application/json';\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Creates an AWD replenishment order with given products to replenish. The API will return the order ID of the newly created order and also start an async validation check on the products to e. The order status will transition to ELIGIBLE/INELIGIBLE status from VALIDATING post validation check\n * @param {ReplenishmentOrderCreationData} body Payload for creating a replenishment order.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createReplenishmentOrder: async (body: ReplenishmentOrderCreationData, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'body' is not null or undefined\n assertParamExists('createReplenishmentOrder', 'body', body)\n const localVarPath = `/awd/2024-05-09/replenishmentOrders`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Content-Type'] = 'application/json';\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves an AWD inbound order. **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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} orderId The ID of the inbound order that you want to retrieve.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getInbound: async (orderId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'orderId' is not null or undefined\n assertParamExists('getInbound', 'orderId', orderId)\n const localVarPath = `/awd/2024-05-09/inboundOrders/{orderId}`\n .replace('{orderId}', encodeURIComponent(String(orderId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves an AWD inbound shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table 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)\n * @param {string} shipmentId ID for the shipment. A shipment contains the cases being inbounded.\n * @param {GetInboundShipmentSkuQuantitiesEnum} [skuQuantities] If equal to &#x60;SHOW&#x60;, the response includes the shipment SKU quantity details. Defaults to &#x60;HIDE&#x60;, in which case the response does not contain SKU quantities\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getInboundShipment: async (shipmentId: string, skuQuantities?: GetInboundShipmentSkuQuantitiesEnum, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'shipmentId' is not null or undefined\n assertParamExists('getInboundShipment', 'shipmentId', shipmentId)\n const localVarPath = `/awd/2024-05-09/inboundShipments/{shipmentId}`\n .replace('{shipmentId}', encodeURIComponent(String(shipmentId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (skuQuantities !== undefined) {\n localVarQueryParameter['skuQuantities'] = skuQuantities;\n }\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves the box labels for a shipment ID that you specify. This is an asynchronous operation. If the label status is `GENERATED`, then the label URL is available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} shipmentId ID for the shipment.\n * @param {GetInboundShipmentLabelsPageTypeEnum} [pageType] Page type for the generated labels. The default is &#x60;PLAIN_PAPER&#x60;.\n * @param {GetInboundShipmentLabelsFormatTypeEnum} [formatType] The format type of the output file that contains your labels. The default format type is &#x60;PDF&#x60;.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getInboundShipmentLabels: async (shipmentId: string, pageType?: GetInboundShipmentLabelsPageTypeEnum, formatType?: GetInboundShipmentLabelsFormatTypeEnum, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'shipmentId' is not null or undefined\n assertParamExists('getInboundShipmentLabels', 'shipmentId', shipmentId)\n const localVarPath = `/awd/2024-05-09/inboundShipments/{shipmentId}/labels`\n .replace('{shipmentId}', encodeURIComponent(String(shipmentId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (pageType !== undefined) {\n localVarQueryParameter['pageType'] = pageType;\n }\n\n if (formatType !== undefined) {\n localVarQueryParameter['formatType'] = formatType;\n }\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves the available label page types for a shipment ID that you specify. This is an asynchronous operation. If the label status is `GENERATED`, then the pageTypes are available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} shipmentId ID for the shipment.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getLabelPageTypes: async (shipmentId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'shipmentId' is not null or undefined\n assertParamExists('getLabelPageTypes', 'shipmentId', shipmentId)\n const localVarPath = `/awd/2024-05-09/inboundShipments/{shipmentId}/labelPageTypes`\n .replace('{shipmentId}', encodeURIComponent(String(shipmentId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves an AWD outbound order with a set of shipments that contain items that are outbound into a destination channel. If the order is not eligible, the validation errors field is included in the order response. The API returns the order ID for the newly created order and starts an async validation check on the outbound products. After the validation check, the order status transitions from `VALIDATING` to `ELIGIBLE/INELIGIBLE`. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {string} orderId ID for the outbound order to be retrieved.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getOutbound: async (orderId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'orderId' is not null or undefined\n assertParamExists('getOutbound', 'orderId', orderId)\n const localVarPath = `/awd/2024-05-09/outboundOrders/{orderId}`\n .replace('{orderId}', encodeURIComponent(String(orderId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves an AWD Replenishment order with a set of shipments containing items that is/was planned to be replenished into an FBA node.\n * @param {string} orderId ID of the replenishment order to be retrieved.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getReplenishmentOrder: async (orderId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'orderId' is not null or undefined\n assertParamExists('getReplenishmentOrder', 'orderId', orderId)\n const localVarPath = `/awd/2024-05-09/replenishmentOrders/{orderId}`\n .replace('{orderId}', encodeURIComponent(String(orderId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves a summary of all the inbound AWD shipments associated with a merchant, with the ability to apply optional filters. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {ListInboundShipmentsSortByEnum} [sortBy] Field to sort results by. By default, the response will be sorted by UPDATED_AT.\n * @param {ListInboundShipmentsSortOrderEnum} [sortOrder] Sort the response in ASCENDING or DESCENDING order. By default, the response will be sorted in DESCENDING order.\n * @param {ListInboundShipmentsShipmentStatusEnum} [shipmentStatus] Filter by inbound shipment status.\n * @param {string} [updatedAfter] List the inbound shipments that were updated after a certain time (inclusive). The date must be in &lt;a href&#x3D;\\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\\&#39;&gt;ISO 8601&lt;/a&gt; format.\n * @param {string} [updatedBefore] List the inbound shipments that were updated before a certain time (inclusive). The date must be in &lt;a href&#x3D;\\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\\&#39;&gt;ISO 8601&lt;/a&gt; format.\n * @param {number} [maxResults] Maximum number of results to return.\n * @param {string} [nextToken] A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;maxResults&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listInboundShipments: async (sortBy?: ListInboundShipmentsSortByEnum, sortOrder?: ListInboundShipmentsSortOrderEnum, shipmentStatus?: ListInboundShipmentsShipmentStatusEnum, updatedAfter?: string, updatedBefore?: string, maxResults?: number, nextToken?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/awd/2024-05-09/inboundShipments`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (sortBy !== undefined) {\n localVarQueryParameter['sortBy'] = sortBy;\n }\n\n if (sortOrder !== undefined) {\n localVarQueryParameter['sortOrder'] = sortOrder;\n }\n\n if (shipmentStatus !== undefined) {\n localVarQueryParameter['shipmentStatus'] = shipmentStatus;\n }\n\n if (updatedAfter !== undefined) {\n localVarQueryParameter['updatedAfter'] = (updatedAfter as any instanceof Date) ?\n (updatedAfter as any).toISOString() :\n updatedAfter;\n }\n\n if (updatedBefore !== undefined) {\n localVarQueryParameter['updatedBefore'] = (updatedBefore as any instanceof Date) ?\n (updatedBefore as any).toISOString() :\n updatedBefore;\n }\n\n if (maxResults !== undefined) {\n localVarQueryParameter['maxResults'] = maxResults;\n }\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Lists AWD inventory associated with a merchant with the ability to apply optional filters. **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).\n * @param {string} [sku] Filter by seller or merchant SKU for the item.\n * @param {ListInventorySortOrderEnum} [sortOrder] Sort the response in &#x60;ASCENDING&#x60; or &#x60;DESCENDING&#x60; order.\n * @param {ListInventoryDetailsEnum} [details] Set to &#x60;SHOW&#x60; to return summaries with additional inventory details. Defaults to &#x60;HIDE,&#x60; which returns only inventory summary totals.\n * @param {string} [nextToken] A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;maxResults&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.\n * @param {number} [maxResults] Maximum number of results to return.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listInventory: async (sku?: string, sortOrder?: ListInventorySortOrderEnum, details?: ListInventoryDetailsEnum, nextToken?: string, maxResults?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/awd/2024-05-09/inventory`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (sku !== undefined) {\n localVarQueryParameter['sku'] = sku;\n }\n\n if (sortOrder !== undefined) {\n localVarQueryParameter['sortOrder'] = sortOrder;\n }\n\n if (details !== undefined) {\n localVarQueryParameter['details'] = details;\n }\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n if (maxResults !== undefined) {\n localVarQueryParameter['maxResults'] = maxResults;\n }\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves all outbound AWD orders (with optional filters) that pertain to a merchant. By default, orders are sorted by the `updatedAt` attribute in descending order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {string} [updatedAfter] Get the outbound orders updated after a certain time (inclusive). The date must be in &lt;a href&#x3D;\\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\\&#39;&gt;ISO 8601&lt;/a&gt; format.\n * @param {string} [updatedBefore] Get the outbound orders updated before a certain time (inclusive). The date must be in &lt;a href&#x3D;\\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\\&#39;&gt;ISO 8601&lt;/a&gt; format.\n * @param {ListOutboundsSortOrderEnum} [sortOrder] Sort the response in &#x60;ASCENDING&#x60; or &#x60;DESCENDING&#x60; order.\n * @param {number} [maxResults] Maximum number of results to return.\n * @param {string} [nextToken] A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;maxResults&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listOutbounds: async (updatedAfter?: string, updatedBefore?: string, sortOrder?: ListOutboundsSortOrderEnum, maxResults?: number, nextToken?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/awd/2024-05-09/outboundOrders`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (updatedAfter !== undefined) {\n localVarQueryParameter['updatedAfter'] = (updatedAfter as any instanceof Date) ?\n (updatedAfter as any).toISOString() :\n updatedAfter;\n }\n\n if (updatedBefore !== undefined) {\n localVarQueryParameter['updatedBefore'] = (updatedBefore as any instanceof Date) ?\n (updatedBefore as any).toISOString() :\n updatedBefore;\n }\n\n if (sortOrder !== undefined) {\n localVarQueryParameter['sortOrder'] = sortOrder;\n }\n\n if (maxResults !== undefined) {\n localVarQueryParameter['maxResults'] = maxResults;\n }\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves all the AWD replenishment orders pertaining to a merchant with optional filters. API by default will sort orders by updatedAt attribute in descending order.\n * @param {string} [updatedAfter] Get the replenishment orders updated after certain time (Inclusive) Date should be in ISO 8601 format as defined by date-time in - https://www.rfc-editor.org/rfc/rfc3339.\n * @param {string} [updatedBefore] Get the replenishment orders updated before certain time (Inclusive) Date should be in ISO 8601 format as defined by date-time in - https://www.rfc-editor.org/rfc/rfc3339.\n * @param {ListReplenishmentOrdersSortOrderEnum} [sortOrder] Sort the response in ASCENDING or DESCENDING order. The default sort order is DESCENDING.\n * @param {number} [maxResults] Maximum results to be returned in a single response.\n * @param {string} [nextToken] A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;maxResults&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listReplenishmentOrders: async (updatedAfter?: string, updatedBefore?: string, sortOrder?: ListReplenishmentOrdersSortOrderEnum, maxResults?: number, nextToken?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/awd/2024-05-09/replenishmentOrders`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (updatedAfter !== undefined) {\n localVarQueryParameter['updatedAfter'] = (updatedAfter as any instanceof Date) ?\n (updatedAfter as any).toISOString() :\n updatedAfter;\n }\n\n if (updatedBefore !== undefined) {\n localVarQueryParameter['updatedBefore'] = (updatedBefore as any instanceof Date) ?\n (updatedBefore as any).toISOString() :\n updatedBefore;\n }\n\n if (sortOrder !== undefined) {\n localVarQueryParameter['sortOrder'] = sortOrder;\n }\n\n if (maxResults !== undefined) {\n localVarQueryParameter['maxResults'] = maxResults;\n }\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Updates an AWD inbound order that is in `DRAFT` status and not yet confirmed. Use this operation to update the `packagesToInbound`, `originAddress` and `preferences` attributes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} orderId The ID of the inbound order that you want to update.\n * @param {InboundOrder} body Represents an AWD inbound order.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateInbound: async (orderId: string, body: InboundOrder, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'orderId' is not null or undefined\n assertParamExists('updateInbound', 'orderId', orderId)\n // verify required parameter 'body' is not null or undefined\n assertParamExists('updateInbound', 'body', body)\n const localVarPath = `/awd/2024-05-09/inboundOrders/{orderId}`\n .replace('{orderId}', encodeURIComponent(String(orderId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Content-Type'] = 'application/json';\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Updates transport details for an AWD shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {string} shipmentId The shipment ID.\n * @param {TransportationDetails} body Transportation details for the shipment.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateInboundShipmentTransportDetails: async (shipmentId: string, body: TransportationDetails, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'shipmentId' is not null or undefined\n assertParamExists('updateInboundShipmentTransportDetails', 'shipmentId', shipmentId)\n // verify required parameter 'body' is not null or undefined\n assertParamExists('updateInboundShipmentTransportDetails', 'body', body)\n const localVarPath = `/awd/2024-05-09/inboundShipments/{shipmentId}/transport`\n .replace('{shipmentId}', encodeURIComponent(String(shipmentId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Content-Type'] = 'application/json';\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Updates an AWD outbound order that is in `DRAFT`, `ELIGIBLE`, or `INELIGIBLE` status. This API allows updates on `productsToOutbound` and `orderPreferences` attributes only. Any updates will restart the outbound order validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {string} orderId ID for the outbound order to be updated.\n * @param {OutboundOrder} body Represents an AWD outbound order.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateOutbound: async (orderId: string, body: OutboundOrder, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'orderId' is not null or undefined\n assertParamExists('updateOutbound', 'orderId', orderId)\n // verify required parameter 'body' is not null or undefined\n assertParamExists('updateOutbound', 'body', body)\n const localVarPath = `/awd/2024-05-09/outboundOrders/{orderId}`\n .replace('{orderId}', encodeURIComponent(String(orderId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Content-Type'] = 'application/json';\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n }\n};\n\n/**\n * AmazonWarehousingAndDistributionApi - functional programming interface\n */\nexport const AmazonWarehousingAndDistributionApiFp = function(configuration?: Configuration) {\n const localVarAxiosParamCreator = AmazonWarehousingAndDistributionApiAxiosParamCreator(configuration)\n return {\n /**\n * Cancels an AWD Inbound order and its associated shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} orderId The ID of the inbound order you want to cancel.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async cancelInbound(orderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.cancelInbound(orderId, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.cancelInbound']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Determines if the packages you specify are eligible for an AWD inbound order and contains error details for ineligible packages. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {InboundPackages} body Represents the packages you want to inbound.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async checkInboundEligibility(body: InboundPackages, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InboundEligibility>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.checkInboundEligibility(body, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.checkInboundEligibility']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Confirms an AWD inbound order in `DRAFT` status. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {string} orderId The ID of the inbound order that you want to confirm.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async confirmInbound(orderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.confirmInbound(orderId, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.confirmInbound']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Confirms an AWD outbound order for a set of shipments that contain items that must be outbound to a destination node. You can confirm the order only if it\\'s in an`ELIGIBLE` state. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {string} orderId ID for the outbound order you want to confirm.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async confirmOutbound(orderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.confirmOutbound(orderId, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.confirmOutbound']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Confirms an AWD replenishment order in ELIGIBLE state with a set of shipments containing items that are needed to be replenished to an FBA node. Order can only be confirmed in ELIGIBLE state.\n * @param {string} orderId ID of the replenishment order to be confirmed.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async confirmReplenishmentOrder(orderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.confirmReplenishmentOrder(orderId, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.confirmReplenishmentOrder']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Creates a draft AWD inbound order with a list of packages for inbound shipment. The operation creates one shipment per order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {InboundOrderCreationData} body Payload for creating an inbound order.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async createInbound(body: InboundOrderCreationData, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InboundOrderReference>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.createInbound(body, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.createInbound']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Creates a draft AWD outbound order with the specified products. The API returns the order ID for the newly created order and starts an async validation check on the outbound products. After the validation check, the order status transitions from `VALIDATING` to `ELIGIBLE/INELIGIBLE`. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {OutboundOrderCreationData} body Payload for creating an outbound order.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async createOutbound(body: OutboundOrderCreationData, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OutboundOrderReference>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.createOutbound(body, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.createOutbound']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Creates an AWD replenishment order with given products to replenish. The API will return the order ID of the newly created order and also start an async validation check on the products to e. The order status will transition to ELIGIBLE/INELIGIBLE status from VALIDATING post validation check\n * @param {ReplenishmentOrderCreationData} body Payload for creating a replenishment order.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async createReplenishmentOrder(body: ReplenishmentOrderCreationData, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReplenishmentOrderReference>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.createReplenishmentOrder(body, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.createReplenishmentOrder']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Retrieves an AWD inbound order. **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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} orderId The ID of the inbound order that you want to retrieve.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getInbound(orderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InboundOrder>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getInbound(orderId, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.getInbound']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Retrieves an AWD inbound shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table 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)\n * @param {string} shipmentId ID for the shipment. A shipment contains the cases being inbounded.\n * @param {GetInboundShipmentSkuQuantitiesEnum} [skuQuantities] If equal to &#x60;SHOW&#x60;, the response includes the shipment SKU quantity details. Defaults to &#x60;HIDE&#x60;, in which case the response does not contain SKU quantities\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getInboundShipment(shipmentId: string, skuQuantities?: GetInboundShipmentSkuQuantitiesEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InboundShipment>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getInboundShipment(shipmentId, skuQuantities, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.getInboundShipment']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Retrieves the box labels for a shipment ID that you specify. This is an asynchronous operation. If the label status is `GENERATED`, then the label URL is available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} shipmentId ID for the shipment.\n * @param {GetInboundShipmentLabelsPageTypeEnum} [pageType] Page type for the generated labels. The default is &#x60;PLAIN_PAPER&#x60;.\n * @param {GetInboundShipmentLabelsFormatTypeEnum} [formatType] The format type of the output file that contains your labels. The default format type is &#x60;PDF&#x60;.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getInboundShipmentLabels(shipmentId: string, pageType?: GetInboundShipmentLabelsPageTypeEnum, formatType?: GetInboundShipmentLabelsFormatTypeEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShipmentLabels>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getInboundShipmentLabels(shipmentId, pageType, formatType, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.getInboundShipmentLabels']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Retrieves the available label page types for a shipment ID that you specify. This is an asynchronous operation. If the label status is `GENERATED`, then the pageTypes are available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} shipmentId ID for the shipment.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getLabelPageTypes(shipmentId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShipmentLabelPageTypes>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getLabelPageTypes(shipmentId, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.getLabelPageTypes']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Retrieves an AWD outbound order with a set of shipments that contain items that are outbound into a destination channel. If the order is not eligible, the validation errors field is included in the order response. The API returns the order ID for the newly created order and starts an async validation check on the outbound products. After the validation check, the order status transitions from `VALIDATING` to `ELIGIBLE/INELIGIBLE`. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {string} orderId ID for the outbound order to be retrieved.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getOutbound(orderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OutboundOrder>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getOutbound(orderId, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.getOutbound']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Retrieves an AWD Replenishment order with a set of shipments containing items that is/was planned to be replenished into an FBA node.\n * @param {string} orderId ID of the replenishment order to be retrieved.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getReplenishmentOrder(orderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReplenishmentOrder>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getReplenishmentOrder(orderId, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.getReplenishmentOrder']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Retrieves a summary of all the inbound AWD shipments associated with a merchant, with the ability to apply optional filters. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {ListInboundShipmentsSortByEnum} [sortBy] Field to sort results by. By default, the response will be sorted by UPDATED_AT.\n * @param {ListInboundShipmentsSortOrderEnum} [sortOrder] Sort the response in ASCENDING or DESCENDING order. By default, the response will be sorted in DESCENDING order.\n * @param {ListInboundShipmentsShipmentStatusEnum} [shipmentStatus] Filter by inbound shipment status.\n * @param {string} [updatedAfter] List the inbound shipments that were updated after a certain time (inclusive). The date must be in &lt;a href&#x3D;\\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\\&#39;&gt;ISO 8601&lt;/a&gt; format.\n * @param {string} [updatedBefore] List the inbound shipments that were updated before a certain time (inclusive). The date must be in &lt;a href&#x3D;\\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\\&#39;&gt;ISO 8601&lt;/a&gt; format.\n * @param {number} [maxResults] Maximum number of results to return.\n * @param {string} [nextToken] A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;maxResults&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listInboundShipments(sortBy?: ListInboundShipmentsSortByEnum, sortOrder?: ListInboundShipmentsSortOrderEnum, shipmentStatus?: ListInboundShipmentsShipmentStatusEnum, updatedAfter?: string, updatedBefore?: string, maxResults?: number, nextToken?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShipmentListing>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listInboundShipments(sortBy, sortOrder, shipmentStatus, updatedAfter, updatedBefore, maxResults, nextToken, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.listInboundShipments']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Lists AWD inventory associated with a merchant with the ability to apply optional filters. **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).\n * @param {string} [sku] Filter by seller or merchant SKU for the item.\n * @param {ListInventorySortOrderEnum} [sortOrder] Sort the response in &#x60;ASCENDING&#x60; or &#x60;DESCENDING&#x60; order.\n * @param {ListInventoryDetailsEnum} [details] Set to &#x60;SHOW&#x60; to return summaries with additional inventory details. Defaults to &#x60;HIDE,&#x60; which returns only inventory summary totals.\n * @param {string} [nextToken] A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;maxResults&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.\n * @param {number} [maxResults] Maximum number of results to return.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listInventory(sku?: string, sortOrder?: ListInventorySortOrderEnum, details?: ListInventoryDetailsEnum, nextToken?: string, maxResults?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InventoryListing>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listInventory(sku, sortOrder, details, nextToken, maxResults, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.listInventory']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Retrieves all outbound AWD orders (with optional filters) that pertain to a merchant. By default, orders are sorted by the `updatedAt` attribute in descending order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {string} [updatedAfter] Get the outbound orders updated after a certain time (inclusive). The date must be in &lt;a href&#x3D;\\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\\&#39;&gt;ISO 8601&lt;/a&gt; format.\n * @param {string} [updatedBefore] Get the outbound orders updated before a certain time (inclusive). The date must be in &lt;a href&#x3D;\\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\\&#39;&gt;ISO 8601&lt;/a&gt; format.\n * @param {ListOutboundsSortOrderEnum} [sortOrder] Sort the response in &#x60;ASCENDING&#x60; or &#x60;DESCENDING&#x60; order.\n * @param {number} [maxResults] Maximum number of results to return.\n * @param {string} [nextToken] A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;maxResults&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listOutbounds(updatedAfter?: string, updatedBefore?: string, sortOrder?: ListOutboundsSortOrderEnum, maxResults?: number, nextToken?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OutboundListing>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listOutbounds(updatedAfter, updatedBefore, sortOrder, maxResults, nextToken, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.listOutbounds']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Retrieves all the AWD replenishment orders pertaining to a merchant with optional filters. API by default will sort orders by updatedAt attribute in descending order.\n * @param {string} [updatedAfter] Get the replenishment orders updated after certain time (Inclusive) Date should be in ISO 8601 format as defined by date-time in - https://www.rfc-editor.org/rfc/rfc3339.\n * @param {string} [updatedBefore] Get the replenishment orders updated before certain time (Inclusive) Date should be in ISO 8601 format as defined by date-time in - https://www.rfc-editor.org/rfc/rfc3339.\n * @param {ListReplenishmentOrdersSortOrderEnum} [sortOrder] Sort the response in ASCENDING or DESCENDING order. The default sort order is DESCENDING.\n * @param {number} [maxResults] Maximum results to be returned in a single response.\n * @param {string} [nextToken] A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;maxResults&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listReplenishmentOrders(updatedAfter?: string, updatedBefore?: string, sortOrder?: ListReplenishmentOrdersSortOrderEnum, maxResults?: number, nextToken?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReplenishmentOrderListing>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listReplenishmentOrders(updatedAfter, updatedBefore, sortOrder, maxResults, nextToken, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.listReplenishmentOrders']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Updates an AWD inbound order that is in `DRAFT` status and not yet confirmed. Use this operation to update the `packagesToInbound`, `originAddress` and `preferences` attributes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} orderId The ID of the inbound order that you want to update.\n * @param {InboundOrder} body Represents an AWD inbound order.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async updateInbound(orderId: string, body: InboundOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.updateInbound(orderId, body, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.updateInbound']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Updates transport details for an AWD shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {string} shipmentId The shipment ID.\n * @param {TransportationDetails} body Transportation details for the shipment.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async updateInboundShipmentTransportDetails(shipmentId: string, body: TransportationDetails, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.updateInboundShipmentTransportDetails(shipmentId, body, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.updateInboundShipmentTransportDetails']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Updates an AWD outbound order that is in `DRAFT`, `ELIGIBLE`, or `INELIGIBLE` status. This API allows updates on `productsToOutbound` and `orderPreferences` attributes only. Any updates will restart the outbound order validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {string} orderId ID for the outbound order to be updated.\n * @param {OutboundOrder} body Represents an AWD outbound order.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async updateOutbound(orderId: string, body: OutboundOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OutboundOrderReference>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.updateOutbound(orderId, body, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.updateOutbound']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n }\n};\n\n/**\n * AmazonWarehousingAndDistributionApi - factory interface\n */\nexport const AmazonWarehousingAndDistributionApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {\n const localVarFp = AmazonWarehousingAndDistributionApiFp(configuration)\n return {\n /**\n * Cancels an AWD Inbound order and its associated shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiCancelInboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n cancelInbound(requestParameters: AmazonWarehousingAndDistributionApiCancelInboundRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {\n return localVarFp.cancelInbound(requestParameters.orderId, options).then((request) => request(axios, basePath));\n },\n /**\n * Determines if the packages you specify are eligible for an AWD inbound order and contains error details for ineligible packages. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiCheckInboundEligibilityRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n checkInboundEligibility(requestParameters: AmazonWarehousingAndDistributionApiCheckInboundEligibilityRequest, options?: RawAxiosRequestConfig): AxiosPromise<InboundEligibility> {\n return localVarFp.checkInboundEligibility(requestParameters.body, options).then((request) => request(axios, basePath));\n },\n /**\n * Confirms an AWD inbound order in `DRAFT` status. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiConfirmInboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n confirmInbound(requestParameters: AmazonWarehousingAndDistributionApiConfirmInboundRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {\n return localVarFp.confirmInbound(requestParameters.orderId, options).then((request) => request(axios, basePath));\n },\n /**\n * Confirms an AWD outbound order for a set of shipments that contain items that must be outbound to a destination node. You can confirm the order only if it\\'s in an`ELIGIBLE` state. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiConfirmOutboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n confirmOutbound(requestParameters: AmazonWarehousingAndDistributionApiConfirmOutboundRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {\n return localVarFp.confirmOutbound(requestParameters.orderId, options).then((request) => request(axios, basePath));\n },\n /**\n * Confirms an AWD replenishment order in ELIGIBLE state with a set of shipments containing items that are needed to be replenished to an FBA node. Order can only be confirmed in ELIGIBLE state.\n * @param {AmazonWarehousingAndDistributionApiConfirmReplenishmentOrderRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n confirmReplenishmentOrder(requestParameters: AmazonWarehousingAndDistributionApiConfirmReplenishmentOrderRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {\n return localVarFp.confirmReplenishmentOrder(requestParameters.orderId, options).then((request) => request(axios, basePath));\n },\n /**\n * Creates a draft AWD inbound order with a list of packages for inbound shipment. The operation creates one shipment per order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiCreateInboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createInbound(requestParameters: AmazonWarehousingAndDistributionApiCreateInboundRequest, options?: RawAxiosRequestConfig): AxiosPromise<InboundOrderReference> {\n return localVarFp.createInbound(requestParameters.body, options).then((request) => request(axios, basePath));\n },\n /**\n * Creates a draft AWD outbound order with the specified products. The API returns the order ID for the newly created order and starts an async validation check on the outbound products. After the validation check, the order status transitions from `VALIDATING` to `ELIGIBLE/INELIGIBLE`. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiCreateOutboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createOutbound(requestParameters: AmazonWarehousingAndDistributionApiCreateOutboundRequest, options?: RawAxiosRequestConfig): AxiosPromise<OutboundOrderReference> {\n return localVarFp.createOutbound(requestParameters.body, options).then((request) => request(axios, basePath));\n },\n /**\n * Creates an AWD replenishment order with given products to replenish. The API will return the order ID of the newly created order and also start an async validation check on the products to e. The order status will transition to ELIGIBLE/INELIGIBLE status from VALIDATING post validation check\n * @param {AmazonWarehousingAndDistributionApiCreateReplenishmentOrderRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createReplenishmentOrder(requestParameters: AmazonWarehousingAndDistributionApiCreateReplenishmentOrderRequest, options?: RawAxiosRequestConfig): AxiosPromise<ReplenishmentOrderReference> {\n return localVarFp.createReplenishmentOrder(requestParameters.body, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves an AWD inbound order. **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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiGetInboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getInbound(requestParameters: AmazonWarehousingAndDistributionApiGetInboundRequest, options?: RawAxiosRequestConfig): AxiosPromise<InboundOrder> {\n return localVarFp.getInbound(requestParameters.orderId, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves an AWD inbound shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table 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)\n * @param {AmazonWarehousingAndDistributionApiGetInboundShipmentRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getInboundShipment(requestParameters: AmazonWarehousingAndDistributionApiGetInboundShipmentRequest, options?: RawAxiosRequestConfig): AxiosPromise<InboundShipment> {\n return localVarFp.getInboundShipment(requestParameters.shipmentId, requestParameters.skuQuantities, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves the box labels for a shipment ID that you specify. This is an asynchronous operation. If the label status is `GENERATED`, then the label URL is available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiGetInboundShipmentLabelsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getInboundShipmentLabels(requestParameters: AmazonWarehousingAndDistributionApiGetInboundShipmentLabelsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ShipmentLabels> {\n return localVarFp.getInboundShipmentLabels(requestParameters.shipmentId, requestParameters.pageType, requestParameters.formatType, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves the available label page types for a shipment ID that you specify. This is an asynchronous operation. If the label status is `GENERATED`, then the pageTypes are available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiGetLabelPageTypesRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getLabelPageTypes(requestParameters: AmazonWarehousingAndDistributionApiGetLabelPageTypesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ShipmentLabelPageTypes> {\n return localVarFp.getLabelPageTypes(requestParameters.shipmentId, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves an AWD outbound order with a set of shipments that contain items that are outbound into a destination channel. If the order is not eligible, the validation errors field is included in the order response. The API returns the order ID for the newly created order and starts an async validation check on the outbound products. After the validation check, the order status transitions from `VALIDATING` to `ELIGIBLE/INELIGIBLE`. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiGetOutboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getOutbound(requestParameters: AmazonWarehousingAndDistributionApiGetOutboundRequest, options?: RawAxiosRequestConfig): AxiosPromise<OutboundOrder> {\n return localVarFp.getOutbound(requestParameters.orderId, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves an AWD Replenishment order with a set of shipments containing items that is/was planned to be replenished into an FBA node.\n * @param {AmazonWarehousingAndDistributionApiGetReplenishmentOrderRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getReplenishmentOrder(requestParameters: AmazonWarehousingAndDistributionApiGetReplenishmentOrderRequest, options?: RawAxiosRequestConfig): AxiosPromise<ReplenishmentOrder> {\n return localVarFp.getReplenishmentOrder(requestParameters.orderId, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves a summary of all the inbound AWD shipments associated with a merchant, with the ability to apply optional filters. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiListInboundShipmentsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listInboundShipments(requestParameters: AmazonWarehousingAndDistributionApiListInboundShipmentsRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<ShipmentListing> {\n return localVarFp.listInboundShipments(requestParameters.sortBy, requestParameters.sortOrder, requestParameters.shipmentStatus, requestParameters.updatedAfter, requestParameters.updatedBefore, requestParameters.maxResults, requestParameters.nextToken, options).then((request) => request(axios, basePath));\n },\n /**\n * Lists AWD inventory associated with a merchant with the ability to apply optional filters. **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).\n * @param {AmazonWarehousingAndDistributionApiListInventoryRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listInventory(requestParameters: AmazonWarehousingAndDistributionApiListInventoryRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<InventoryListing> {\n return localVarFp.listInventory(requestParameters.sku, requestParameters.sortOrder, requestParameters.details, requestParameters.nextToken, requestParameters.maxResults, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves all outbound AWD orders (with optional filters) that pertain to a merchant. By default, orders are sorted by the `updatedAt` attribute in descending order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiListOutboundsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listOutbounds(requestParameters: AmazonWarehousingAndDistributionApiListOutboundsRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<OutboundListing> {\n return localVarFp.listOutbounds(requestParameters.updatedAfter, requestParameters.updatedBefore, requestParameters.sortOrder, requestParameters.maxResults, requestParameters.nextToken, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves all the AWD replenishment orders pertaining to a merchant with optional filters. API by default will sort orders by updatedAt attribute in descending order.\n * @param {AmazonWarehousingAndDistributionApiListReplenishmentOrdersRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listReplenishmentOrders(requestParameters: AmazonWarehousingAndDistributionApiListReplenishmentOrdersRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<ReplenishmentOrderListing> {\n return localVarFp.listReplenishmentOrders(requestParameters.updatedAfter, requestParameters.updatedBefore, requestParameters.sortOrder, requestParameters.maxResults, requestParameters.nextToken, options).then((request) => request(axios, basePath));\n },\n /**\n * Updates an AWD inbound order that is in `DRAFT` status and not yet confirmed. Use this operation to update the `packagesToInbound`, `originAddress` and `preferences` attributes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiUpdateInboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateInbound(requestParameters: AmazonWarehousingAndDistributionApiUpdateInboundRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {\n return localVarFp.updateInbound(requestParameters.orderId, requestParameters.body, options).then((request) => request(axios, basePath));\n },\n /**\n * Updates transport details for an AWD shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiUpdateInboundShipmentTransportDetailsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateInboundShipmentTransportDetails(requestParameters: AmazonWarehousingAndDistributionApiUpdateInboundShipmentTransportDetailsRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {\n return localVarFp.updateInboundShipmentTransportDetails(requestParameters.shipmentId, requestParameters.body, options).then((request) => request(axios, basePath));\n },\n /**\n * Updates an AWD outbound order that is in `DRAFT`, `ELIGIBLE`, or `INELIGIBLE` status. This API allows updates on `productsToOutbound` and `orderPreferences` attributes only. Any updates will restart the outbound order validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiUpdateOutboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateOutbound(requestParameters: AmazonWarehousingAndDistributionApiUpdateOutboundRequest, options?: RawAxiosRequestConfig): AxiosPromise<OutboundOrderReference> {\n return localVarFp.updateOutbound(requestParameters.orderId, requestParameters.body, options).then((request) => request(axios, basePath));\n },\n };\n};\n\n/**\n * Request parameters for cancelInbound operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiCancelInboundRequest {\n /**\n * The ID of the inbound order you want to cancel.\n */\n readonly orderId: string\n}\n\n/**\n * Request parameters for checkInboundEligibility operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiCheckInboundEligibilityRequest {\n /**\n * Represents the packages you want to inbound.\n */\n readonly body: InboundPackages\n}\n\n/**\n * Request parameters for confirmInbound operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiConfirmInboundRequest {\n /**\n * The ID of the inbound order that you want to confirm.\n */\n readonly orderId: string\n}\n\n/**\n * Request parameters for confirmOutbound operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiConfirmOutboundRequest {\n /**\n * ID for the outbound order you want to confirm.\n */\n readonly orderId: string\n}\n\n/**\n * Request parameters for confirmReplenishmentOrder operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiConfirmReplenishmentOrderRequest {\n /**\n * ID of the replenishment order to be confirmed.\n */\n readonly orderId: string\n}\n\n/**\n * Request parameters for createInbound operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiCreateInboundRequest {\n /**\n * Payload for creating an inbound order.\n */\n readonly body: InboundOrderCreationData\n}\n\n/**\n * Request parameters for createOutbound operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiCreateOutboundRequest {\n /**\n * Payload for creating an outbound order.\n */\n readonly body: OutboundOrderCreationData\n}\n\n/**\n * Request parameters for createReplenishmentOrder operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiCreateReplenishmentOrderRequest {\n /**\n * Payload for creating a replenishment order.\n */\n readonly body: ReplenishmentOrderCreationData\n}\n\n/**\n * Request parameters for getInbound operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiGetInboundRequest {\n /**\n * The ID of the inbound order that you want to retrieve.\n */\n readonly orderId: string\n}\n\n/**\n * Request parameters for getInboundShipment operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiGetInboundShipmentRequest {\n /**\n * ID for the shipment. A shipment contains the cases being inbounded.\n */\n readonly shipmentId: string\n\n /**\n * If equal to &#x60;SHOW&#x60;, the response includes the shipment SKU quantity details. Defaults to &#x60;HIDE&#x60;, in which case the response does not contain SKU quantities\n */\n readonly skuQuantities?: GetInboundShipmentSkuQuantitiesEnum\n}\n\n/**\n * Request parameters for getInboundShipmentLabels operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiGetInboundShipmentLabelsRequest {\n /**\n * ID for the shipment.\n */\n readonly shipmentId: string\n\n /**\n * Page type for the generated labels. The default is &#x60;PLAIN_PAPER&#x60;.\n */\n readonly pageType?: GetInboundShipmentLabelsPageTypeEnum\n\n /**\n * The format type of the output file that contains your labels. The default format type is &#x60;PDF&#x60;.\n */\n readonly formatType?: GetInboundShipmentLabelsFormatTypeEnum\n}\n\n/**\n * Request parameters for getLabelPageTypes operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiGetLabelPageTypesRequest {\n /**\n * ID for the shipment.\n */\n readonly shipmentId: string\n}\n\n/**\n * Request parameters for getOutbound operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiGetOutboundRequest {\n /**\n * ID for the outbound order to be retrieved.\n */\n readonly orderId: string\n}\n\n/**\n * Request parameters for getReplenishmentOrder operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiGetReplenishmentOrderRequest {\n /**\n * ID of the replenishment order to be retrieved.\n */\n readonly orderId: string\n}\n\n/**\n * Request parameters for listInboundShipments operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiListInboundShipmentsRequest {\n /**\n * Field to sort results by. By default, the response will be sorted by UPDATED_AT.\n */\n readonly sortBy?: ListInboundShipmentsSortByEnum\n\n /**\n * Sort the response in ASCENDING or DESCENDING order. By default, the response will be sorted in DESCENDING order.\n */\n readonly sortOrder?: ListInboundShipmentsSortOrderEnum\n\n /**\n * Filter by inbound shipment status.\n */\n readonly shipmentStatus?: ListInboundShipmentsShipmentStatusEnum\n\n /**\n * List the inbound shipments that were updated after a certain time (inclusive). The date must be in &lt;a href&#x3D;\\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\\&#39;&gt;ISO 8601&lt;/a&gt; format.\n */\n readonly updatedAfter?: string\n\n /**\n * List the inbound shipments that were updated before a certain time (inclusive). The date must be in &lt;a href&#x3D;\\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\\&#39;&gt;ISO 8601&lt;/a&gt; format.\n */\n readonly updatedBefore?: string\n\n /**\n * Maximum number of results to return.\n */\n readonly maxResults?: number\n\n /**\n * A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;maxResults&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.\n */\n readonly nextToken?: string\n}\n\n/**\n * Request parameters for listInventory operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiListInventoryRequest {\n /**\n * Filter by seller or merchant SKU for the item.\n */\n readonly sku?: string\n\n /**\n * Sort the response in &#x60;ASCENDING&#x60; or &#x60;DESCENDING&#x60; order.\n */\n readonly sortOrder?: ListInventorySortOrderEnum\n\n /**\n * Set to &#x60;SHOW&#x60; to return summaries with additional inventory details. Defaults to &#x60;HIDE,&#x60; which returns only inventory summary totals.\n */\n readonly details?: ListInventoryDetailsEnum\n\n /**\n * A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;maxResults&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.\n */\n readonly nextToken?: string\n\n /**\n * Maximum number of results to return.\n */\n readonly maxResults?: number\n}\n\n/**\n * Request parameters for listOutbounds operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiListOutboundsRequest {\n /**\n * Get the outbound orders updated after a certain time (inclusive). The date must be in &lt;a href&#x3D;\\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\\&#39;&gt;ISO 8601&lt;/a&gt; format.\n */\n readonly updatedAfter?: string\n\n /**\n * Get the outbound orders updated before a certain time (inclusive). The date must be in &lt;a href&#x3D;\\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\\&#39;&gt;ISO 8601&lt;/a&gt; format.\n */\n readonly updatedBefore?: string\n\n /**\n * Sort the response in &#x60;ASCENDING&#x60; or &#x60;DESCENDING&#x60; order.\n */\n readonly sortOrder?: ListOutboundsSortOrderEnum\n\n /**\n * Maximum number of results to return.\n */\n readonly maxResults?: number\n\n /**\n * A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;maxResults&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.\n */\n readonly nextToken?: string\n}\n\n/**\n * Request parameters for listReplenishmentOrders operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiListReplenishmentOrdersRequest {\n /**\n * Get the replenishment orders updated after certain time (Inclusive) Date should be in ISO 8601 format as defined by date-time in - https://www.rfc-editor.org/rfc/rfc3339.\n */\n readonly updatedAfter?: string\n\n /**\n * Get the replenishment orders updated before certain time (Inclusive) Date should be in ISO 8601 format as defined by date-time in - https://www.rfc-editor.org/rfc/rfc3339.\n */\n readonly updatedBefore?: string\n\n /**\n * Sort the response in ASCENDING or DESCENDING order. The default sort order is DESCENDING.\n */\n readonly sortOrder?: ListReplenishmentOrdersSortOrderEnum\n\n /**\n * Maximum results to be returned in a single response.\n */\n readonly maxResults?: number\n\n /**\n * A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;maxResults&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.\n */\n readonly nextToken?: string\n}\n\n/**\n * Request parameters for updateInbound operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiUpdateInboundRequest {\n /**\n * The ID of the inbound order that you want to update.\n */\n readonly orderId: string\n\n /**\n * Represents an AWD inbound order.\n */\n readonly body: InboundOrder\n}\n\n/**\n * Request parameters for updateInboundShipmentTransportDetails operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiUpdateInboundShipmentTransportDetailsRequest {\n /**\n * The shipment ID.\n */\n readonly shipmentId: string\n\n /**\n * Transportation details for the shipment.\n */\n readonly body: TransportationDetails\n}\n\n/**\n * Request parameters for updateOutbound operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiUpdateOutboundRequest {\n /**\n * ID for the outbound order to be updated.\n */\n readonly orderId: string\n\n /**\n * Represents an AWD outbound order.\n */\n readonly body: OutboundOrder\n}\n\n/**\n * AmazonWarehousingAndDistributionApi - object-oriented interface\n */\nexport class AmazonWarehousingAndDistributionApi extends BaseAPI {\n /**\n * Cancels an AWD Inbound order and its associated shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiCancelInboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public cancelInbound(requestParameters: AmazonWarehousingAndDistributionApiCancelInboundRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).cancelInbound(requestParameters.orderId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Determines if the packages you specify are eligible for an AWD inbound order and contains error details for ineligible packages. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiCheckInboundEligibilityRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public checkInboundEligibility(requestParameters: AmazonWarehousingAndDistributionApiCheckInboundEligibilityRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).checkInboundEligibility(requestParameters.body, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Confirms an AWD inbound order in `DRAFT` status. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiConfirmInboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public confirmInbound(requestParameters: AmazonWarehousingAndDistributionApiConfirmInboundRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).confirmInbound(requestParameters.orderId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Confirms an AWD outbound order for a set of shipments that contain items that must be outbound to a destination node. You can confirm the order only if it\\'s in an`ELIGIBLE` state. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiConfirmOutboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public confirmOutbound(requestParameters: AmazonWarehousingAndDistributionApiConfirmOutboundRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).confirmOutbound(requestParameters.orderId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Confirms an AWD replenishment order in ELIGIBLE state with a set of shipments containing items that are needed to be replenished to an FBA node. Order can only be confirmed in ELIGIBLE state.\n * @param {AmazonWarehousingAndDistributionApiConfirmReplenishmentOrderRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public confirmReplenishmentOrder(requestParameters: AmazonWarehousingAndDistributionApiConfirmReplenishmentOrderRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).confirmReplenishmentOrder(requestParameters.orderId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Creates a draft AWD inbound order with a list of packages for inbound shipment. The operation creates one shipment per order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiCreateInboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public createInbound(requestParameters: AmazonWarehousingAndDistributionApiCreateInboundRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).createInbound(requestParameters.body, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Creates a draft AWD outbound order with the specified products. The API returns the order ID for the newly created order and starts an async validation check on the outbound products. After the validation check, the order status transitions from `VALIDATING` to `ELIGIBLE/INELIGIBLE`. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiCreateOutboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public createOutbound(requestParameters: AmazonWarehousingAndDistributionApiCreateOutboundRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).createOutbound(requestParameters.body, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Creates an AWD replenishment order with given products to replenish. The API will return the order ID of the newly created order and also start an async validation check on the products to e. The order status will transition to ELIGIBLE/INELIGIBLE status from VALIDATING post validation check\n * @param {AmazonWarehousingAndDistributionApiCreateReplenishmentOrderRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public createReplenishmentOrder(requestParameters: AmazonWarehousingAndDistributionApiCreateReplenishmentOrderRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).createReplenishmentOrder(requestParameters.body, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves an AWD inbound order. **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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiGetInboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public getInbound(requestParameters: AmazonWarehousingAndDistributionApiGetInboundRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).getInbound(requestParameters.orderId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves an AWD inbound shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table 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)\n * @param {AmazonWarehousingAndDistributionApiGetInboundShipmentRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public getInboundShipment(requestParameters: AmazonWarehousingAndDistributionApiGetInboundShipmentRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).getInboundShipment(requestParameters.shipmentId, requestParameters.skuQuantities, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves the box labels for a shipment ID that you specify. This is an asynchronous operation. If the label status is `GENERATED`, then the label URL is available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiGetInboundShipmentLabelsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public getInboundShipmentLabels(requestParameters: AmazonWarehousingAndDistributionApiGetInboundShipmentLabelsRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).getInboundShipmentLabels(requestParameters.shipmentId, requestParameters.pageType, requestParameters.formatType, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves the available label page types for a shipment ID that you specify. This is an asynchronous operation. If the label status is `GENERATED`, then the pageTypes are available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiGetLabelPageTypesRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public getLabelPageTypes(requestParameters: AmazonWarehousingAndDistributionApiGetLabelPageTypesRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).getLabelPageTypes(requestParameters.shipmentId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves an AWD outbound order with a set of shipments that contain items that are outbound into a destination channel. If the order is not eligible, the validation errors field is included in the order response. The API returns the order ID for the newly created order and starts an async validation check on the outbound products. After the validation check, the order status transitions from `VALIDATING` to `ELIGIBLE/INELIGIBLE`. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiGetOutboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public getOutbound(requestParameters: AmazonWarehousingAndDistributionApiGetOutboundRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).getOutbound(requestParameters.orderId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves an AWD Replenishment order with a set of shipments containing items that is/was planned to be replenished into an FBA node.\n * @param {AmazonWarehousingAndDistributionApiGetReplenishmentOrderRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public getReplenishmentOrder(requestParameters: AmazonWarehousingAndDistributionApiGetReplenishmentOrderRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).getReplenishmentOrder(requestParameters.orderId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves a summary of all the inbound AWD shipments associated with a merchant, with the ability to apply optional filters. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiListInboundShipmentsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public listInboundShipments(requestParameters: AmazonWarehousingAndDistributionApiListInboundShipmentsRequest = {}, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).listInboundShipments(requestParameters.sortBy, requestParameters.sortOrder, requestParameters.shipmentStatus, requestParameters.updatedAfter, requestParameters.updatedBefore, requestParameters.maxResults, requestParameters.nextToken, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Lists AWD inventory associated with a merchant with the ability to apply optional filters. **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).\n * @param {AmazonWarehousingAndDistributionApiListInventoryRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public listInventory(requestParameters: AmazonWarehousingAndDistributionApiListInventoryRequest = {}, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).listInventory(requestParameters.sku, requestParameters.sortOrder, requestParameters.details, requestParameters.nextToken, requestParameters.maxResults, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves all outbound AWD orders (with optional filters) that pertain to a merchant. By default, orders are sorted by the `updatedAt` attribute in descending order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiListOutboundsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public listOutbounds(requestParameters: AmazonWarehousingAndDistributionApiListOutboundsRequest = {}, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).listOutbounds(requestParameters.updatedAfter, requestParameters.updatedBefore, requestParameters.sortOrder, requestParameters.maxResults, requestParameters.nextToken, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves all the AWD replenishment orders pertaining to a merchant with optional filters. API by default will sort orders by updatedAt attribute in descending order.\n * @param {AmazonWarehousingAndDistributionApiListReplenishmentOrdersRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public listReplenishmentOrders(requestParameters: AmazonWarehousingAndDistributionApiListReplenishmentOrdersRequest = {}, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).listReplenishmentOrders(requestParameters.updatedAfter, requestParameters.updatedBefore, requestParameters.sortOrder, requestParameters.maxResults, requestParameters.nextToken, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Updates an AWD inbound order that is in `DRAFT` status and not yet confirmed. Use this operation to update the `packagesToInbound`, `originAddress` and `preferences` attributes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiUpdateInboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public updateInbound(requestParameters: AmazonWarehousingAndDistributionApiUpdateInboundRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).updateInbound(requestParameters.orderId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Updates transport details for an AWD shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiUpdateInboundShipmentTransportDetailsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public updateInboundShipmentTransportDetails(requestParameters: AmazonWarehousingAndDistributionApiUpdateInboundShipmentTransportDetailsRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).updateInboundShipmentTransportDetails(requestParameters.shipmentId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Updates an AWD outbound order that is in `DRAFT`, `ELIGIBLE`, or `INELIGIBLE` status. This API allows updates on `productsToOutbound` and `orderPreferences` attributes only. Any updates will restart the outbound order validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiUpdateOutboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public updateOutbound(requestParameters: AmazonWarehousingAndDistributionApiUpdateOutboundRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).updateOutbound(requestParameters.orderId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));\n }\n}\n\nexport const GetInboundShipmentSkuQuantitiesEnum = {\n Show: 'SHOW',\n Hide: 'HIDE',\n} as const;\nexport type GetInboundShipmentSkuQuantitiesEnum = typeof GetInboundShipmentSkuQuantitiesEnum[keyof typeof GetInboundShipmentSkuQuantitiesEnum];\nexport const GetInboundShipmentLabelsPageTypeEnum = {\n PlainPaper: 'PLAIN_PAPER',\n} as const;\nexport type GetInboundShipmentLabelsPageTypeEnum = typeof GetInboundShipmentLabelsPageTypeEnum[keyof typeof GetInboundShipmentLabelsPageTypeEnum];\nexport const GetInboundShipmentLabelsFormatTypeEnum = {\n Pdf: 'PDF',\n} as const;\nexport type GetInboundShipmentLabelsFormatTypeEnum = typeof GetInboundShipmentLabelsFormatTypeEnum[keyof typeof GetInboundShipmentLabelsFormatTypeEnum];\nexport const ListInboundShipmentsSortByEnum = {\n UpdatedAt: 'UPDATED_AT',\n CreatedAt: 'CREATED_AT',\n} as const;\nexport type ListInboundShipmentsSortByEnum = typeof ListInboundShipmentsSortByEnum[keyof typeof ListInboundShipmentsSortByEnum];\nexport const ListInboundShipmentsSortOrderEnum = {\n Ascending: 'ASCENDING',\n Descending: 'DESCENDING',\n} as const;\nexport type ListInboundShipmentsSortOrderEnum = typeof ListInboundShipmentsSortOrderEnum[keyof typeof ListInboundShipmentsSortOrderEnum];\nexport const ListInboundShipmentsShipmentStatusEnum = {\n Created: 'CREATED',\n Shipped: 'SHIPPED',\n InTransit: 'IN_TRANSIT',\n Receiving: 'RECEIVING',\n Delivered: 'DELIVERED',\n Closed: 'CLOSED',\n Cancelled: 'CANCELLED',\n} as const;\nexport type ListInboundShipmentsShipmentStatusEnum = typeof ListInboundShipmentsShipmentStatusEnum[keyof typeof ListInboundShipmentsShipmentStatusEnum];\nexport const ListInventorySortOrderEnum = {\n Ascending: 'ASCENDING',\n Descending: 'DESCENDING',\n} as const;\nexport type ListInventorySortOrderEnum = typeof ListInventorySortOrderEnum[keyof typeof ListInventorySortOrderEnum];\nexport const ListInventoryDetailsEnum = {\n Show: 'SHOW',\n Hide: 'HIDE',\n} as const;\nexport type ListInventoryDetailsEnum = typeof ListInventoryDetailsEnum[keyof typeof ListInventoryDetailsEnum];\nexport const ListOutboundsSortOrderEnum = {\n Ascending: 'ASCENDING',\n Descending: 'DESCENDING',\n} as const;\nexport type ListOutboundsSortOrderEnum = typeof ListOutboundsSortOrderEnum[keyof typeof ListOutboundsSortOrderEnum];\nexport const ListReplenishmentOrdersSortOrderEnum = {\n Ascending: 'ASCENDING',\n Descending: 'DESCENDING',\n} as const;\nexport type ListReplenishmentOrdersSortOrderEnum = typeof ListReplenishmentOrdersSortOrderEnum[keyof typeof ListReplenishmentOrdersSortOrderEnum];\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\nimport type { Configuration } from './configuration.js';\n// Some imports not used depending on template conditions\n// @ts-ignore\nimport type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';\nimport globalAxios from 'axios';\n\nexport const BASE_PATH = \"https://sellingpartnerapi-na.amazon.com\".replace(/\\/+$/, \"\");\n\nexport const COLLECTION_FORMATS = {\n csv: \",\",\n ssv: \" \",\n tsv: \"\\t\",\n pipes: \"|\",\n};\n\nexport interface RequestArgs {\n url: string;\n options: RawAxiosRequestConfig;\n}\n\nexport class BaseAPI {\n protected configuration: Configuration | undefined;\n\n constructor(configuration?: Configuration, protected basePath: string = BASE_PATH, protected axios: AxiosInstance = globalAxios) {\n if (configuration) {\n this.configuration = configuration;\n this.basePath = configuration.basePath ?? basePath;\n }\n }\n};\n\nexport class RequiredError extends Error {\n constructor(public field: string, msg?: string) {\n super(msg);\n this.name = \"RequiredError\"\n }\n}\n\ninterface ServerMap {\n [key: string]: {\n url: string,\n description: string,\n }[];\n}\n\nexport const operationServerMap: ServerMap = {\n}\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\nimport type { Configuration } from \"./configuration.js\";\nimport type { RequestArgs } from \"./base.js\";\nimport type { AxiosInstance, AxiosResponse } from 'axios';\nimport { RequiredError } from \"./base.js\";\n\nexport const DUMMY_BASE_URL = 'https://example.com'\n\n/**\n *\n * @throws {RequiredError}\n */\nexport const assertParamExists = function (functionName: string, paramName: string, paramValue: unknown) {\n if (paramValue === null || paramValue === undefined) {\n throw new RequiredError(paramName, `Required parameter ${paramName} was null or undefined when calling ${functionName}.`);\n }\n}\n\nexport const setApiKeyToObject = async function (object: any, keyParamName: string, configuration?: Configuration) {\n if (configuration && configuration.apiKey) {\n const localVarApiKeyValue = typeof configuration.apiKey === 'function'\n ? await configuration.apiKey(keyParamName)\n : await configuration.apiKey;\n object[keyParamName] = localVarApiKeyValue;\n }\n}\n\nexport const setBasicAuthToObject = function (object: any, configuration?: Configuration) {\n if (configuration && (configuration.username || configuration.password)) {\n object[\"auth\"] = { username: configuration.username, password: configuration.password };\n }\n}\n\nexport const setBearerAuthToObject = async function (object: any, configuration?: Configuration) {\n if (configuration && configuration.accessToken) {\n const accessToken = typeof configuration.accessToken === 'function'\n ? await configuration.accessToken()\n : await configuration.accessToken;\n object[\"Authorization\"] = \"Bearer \" + accessToken;\n }\n}\n\nexport const setOAuthToObject = async function (object: any, name: string, scopes: string[], configuration?: Configuration) {\n if (configuration && configuration.accessToken) {\n const localVarAccessTokenValue = typeof configuration.accessToken === 'function'\n ? await configuration.accessToken(name, scopes)\n : await configuration.accessToken;\n object[\"Authorization\"] = \"Bearer \" + localVarAccessTokenValue;\n }\n}\n\n\nfunction setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: any, key: string = \"\"): void {\n if (parameter == null) return;\n if (typeof parameter === \"object\") {\n if (Array.isArray(parameter) || parameter instanceof Set) {\n (parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key));\n }\n else {\n Object.keys(parameter).forEach(currentKey =>\n setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`)\n );\n }\n }\n else {\n if (urlSearchParams.has(key)) {\n urlSearchParams.append(key, parameter);\n }\n else {\n urlSearchParams.set(key, parameter);\n }\n }\n}\n\nexport const setSearchParams = function (url: URL, ...objects: any[]) {\n const searchParams = new URLSearchParams(url.search);\n setFlattenedQueryParams(searchParams, objects);\n url.search = searchParams.toString();\n}\n\n/**\n * JSON serialization helper function which replaces instances of unserializable types with serializable ones.\n * This function will run for every key-value pair encountered by JSON.stringify while traversing an object.\n * Converting a set to a string will return an empty object, so an intermediate conversion to an array is required.\n */\n// @ts-ignore\nexport const replaceWithSerializableTypeIfNeeded = function(key: string, value: any) {\n if (value instanceof Set) {\n return Array.from(value);\n } else {\n return value;\n }\n}\n\nexport const serializeDataIfNeeded = function (value: any, requestOptions: any, configuration?: Configuration) {\n const nonString = typeof value !== 'string';\n const needsSerialization = nonString && configuration && configuration.isJsonMime\n ? configuration.isJsonMime(requestOptions.headers['Content-Type'])\n : nonString;\n return needsSerialization\n ? JSON.stringify(value !== undefined ? value : {}, replaceWithSerializableTypeIfNeeded)\n : (value || \"\");\n}\n\nexport const toPathString = function (url: URL) {\n return url.pathname + url.search + url.hash\n}\n\nexport const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {\n return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {\n const axiosRequestArgs = {...axiosArgs.options, url: (axios.defaults.baseURL ? '' : configuration?.basePath ?? basePath) + axiosArgs.url};\n return axios.request<T, R>(axiosRequestArgs);\n };\n}\n","/* tslint:disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\ninterface AWSv4Configuration {\n options?: {\n region?: string\n service?: string\n }\n credentials?: {\n accessKeyId?: string\n secretAccessKey?: string,\n sessionToken?: string\n }\n}\n\nexport interface ConfigurationParameters {\n apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);\n username?: string;\n password?: string;\n accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);\n awsv4?: AWSv4Configuration;\n basePath?: string;\n serverIndex?: number;\n baseOptions?: any;\n formDataCtor?: new () => any;\n}\n\nexport class Configuration {\n /**\n * parameter for apiKey security\n * @param name security name\n */\n apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);\n /**\n * parameter for basic security\n */\n username?: string;\n /**\n * parameter for basic security\n */\n password?: string;\n /**\n * parameter for oauth2 security\n * @param name security name\n * @param scopes oauth2 scope\n */\n accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);\n /**\n * parameter for aws4 signature security\n * @param {Object} AWS4Signature - AWS4 Signature security\n * @param {string} options.region - aws region\n * @param {string} options.service - name of the service.\n * @param {string} credentials.accessKeyId - aws access key id\n * @param {string} credentials.secretAccessKey - aws access key\n * @param {string} credentials.sessionToken - aws session token\n * @memberof Configuration\n */\n awsv4?: AWSv4Configuration;\n /**\n * override base path\n */\n basePath?: string;\n /**\n * override server index\n */\n serverIndex?: number;\n /**\n * base options for axios calls\n */\n baseOptions?: any;\n /**\n * The FormData constructor that will be used to create multipart form data\n * requests. You can inject this here so that execution environments that\n * do not support the FormData class can still run the generated client.\n *\n * @type {new () => FormData}\n */\n formDataCtor?: new () => any;\n\n constructor(param: ConfigurationParameters = {}) {\n this.apiKey = param.apiKey;\n this.username = param.username;\n this.password = param.password;\n this.accessToken = param.accessToken;\n this.awsv4 = param.awsv4;\n this.basePath = param.basePath;\n this.serverIndex = param.serverIndex;\n this.baseOptions = {\n ...param.baseOptions,\n headers: {\n ...param.baseOptions?.headers,\n },\n };\n this.formDataCtor = param.formDataCtor;\n }\n\n /**\n * Check if the given MIME is a JSON MIME.\n * JSON MIME examples:\n * application/json\n * application/json; charset=UTF8\n * APPLICATION/JSON\n * application/vnd.company+json\n * @param mime - MIME (Multipurpose Internet Mail Extensions)\n * @return True if the given MIME is JSON, false otherwise.\n */\n public isJsonMime(mime: string): boolean {\n const jsonMime: RegExp = /^(application\\/json|[^;/ \\t]+\\/[^;/ \\t]+[+]json)[ \\t]*(;.*)?$/i;\n return mime !== null && jsonMime.test(mime);\n }\n}\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Denotes the type for the carrier.\n */\n\nexport const CarrierCodeType = {\n Scac: 'SCAC',\n} as const;\n\nexport type CarrierCodeType = typeof CarrierCodeType[keyof typeof CarrierCodeType];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Confirmation Modes supported for Replenishment order creation. By default, the confirmation mode will be set to MANUAL.\n */\n\nexport const ConfirmationMode = {\n Auto: 'AUTO',\n Manual: 'MANUAL',\n} as const;\n\nexport type ConfirmationMode = typeof ConfirmationMode[keyof typeof ConfirmationMode];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Unit of measurement for package dimensions.\n */\n\nexport const DimensionUnitOfMeasurement = {\n Inches: 'INCHES',\n Centimeters: 'CENTIMETERS',\n} as const;\n\nexport type DimensionUnitOfMeasurement = typeof DimensionUnitOfMeasurement[keyof typeof DimensionUnitOfMeasurement];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Type of distribution packages.\n */\n\nexport const DistributionPackageType = {\n Case: 'CASE',\n Pallet: 'PALLET',\n} as const;\n\nexport type DistributionPackageType = typeof DistributionPackageType[keyof typeof DistributionPackageType];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * The label format type extension.\n */\n\nexport const FormatType = {\n Pdf: 'PDF',\n} as const;\n\nexport type FormatType = typeof FormatType[keyof typeof FormatType];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Enum denoting the package inbound eligibility.\n */\n\nexport const InboundEligibilityStatus = {\n Eligible: 'ELIGIBLE',\n Ineligible: 'INELIGIBLE',\n} as const;\n\nexport type InboundEligibilityStatus = typeof InboundEligibilityStatus[keyof typeof InboundEligibilityStatus];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Possible shipment statuses used by shipments.\n */\n\nexport const InboundShipmentStatus = {\n Created: 'CREATED',\n Shipped: 'SHIPPED',\n InTransit: 'IN_TRANSIT',\n Receiving: 'RECEIVING',\n Delivered: 'DELIVERED',\n Closed: 'CLOSED',\n Cancelled: 'CANCELLED',\n} as const;\n\nexport type InboundShipmentStatus = typeof InboundShipmentStatus[keyof typeof InboundShipmentStatus];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * The supported statuses for an inbound order.\n */\n\nexport const InboundStatus = {\n Draft: 'DRAFT',\n Validating: 'VALIDATING',\n Confirmed: 'CONFIRMED',\n Closed: 'CLOSED',\n Expired: 'EXPIRED',\n Cancelled: 'CANCELLED',\n} as const;\n\nexport type InboundStatus = typeof InboundStatus[keyof typeof InboundStatus];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Enum to specify if returned summaries should include additional summarized inventory details and quantities.\n */\n\nexport const InventoryDetailsVisibility = {\n Show: 'SHOW',\n Hide: 'HIDE',\n} as const;\n\nexport type InventoryDetailsVisibility = typeof InventoryDetailsVisibility[keyof typeof InventoryDetailsVisibility];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Unit of measurement for the inventory.\n */\n\nexport const InventoryUnitOfMeasurement = {\n ProductUnits: 'PRODUCT_UNITS',\n Cases: 'CASES',\n Pallets: 'PALLETS',\n} as const;\n\nexport type InventoryUnitOfMeasurement = typeof InventoryUnitOfMeasurement[keyof typeof InventoryUnitOfMeasurement];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * The entity that labels the products. `AMAZON` is not an accepted value in the US marketplace.\n */\n\nexport const LabelOwner = {\n Amazon: 'AMAZON',\n Self: 'SELF',\n} as const;\n\nexport type LabelOwner = typeof LabelOwner[keyof typeof LabelOwner];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * The status of your label.\n */\n\nexport const LabelStatus = {\n Generating: 'GENERATING',\n Generated: 'GENERATED',\n GenerationFailed: 'GENERATION_FAILED',\n NotReady: 'NOT_READY',\n} as const;\n\nexport type LabelStatus = typeof LabelStatus[keyof typeof LabelStatus];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Supported preferences for the distribution order.\n */\n\nexport const OrderPreference = {\n PartialOrder: 'PARTIAL_ORDER',\n} as const;\n\nexport type OrderPreference = typeof OrderPreference[keyof typeof OrderPreference];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Value for the order preference.\n */\n\nexport const OrderPreferenceValue = {\n Set: 'SET',\n Unset: 'UNSET',\n} as const;\n\nexport type OrderPreferenceValue = typeof OrderPreferenceValue[keyof typeof OrderPreferenceValue];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Possible shipment statuses for outbound shipments.\n */\n\nexport const OutboundShipmentStatus = {\n Created: 'CREATED',\n InTransit: 'IN_TRANSIT',\n Delivered: 'DELIVERED',\n Receiving: 'RECEIVING',\n Received: 'RECEIVED',\n Closed: 'CLOSED',\n Cancelled: 'CANCELLED',\n Failed: 'FAILED',\n} as const;\n\nexport type OutboundShipmentStatus = typeof OutboundShipmentStatus[keyof typeof OutboundShipmentStatus];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Statuses supported for an outbound order.\n */\n\nexport const OutboundStatus = {\n Confirmed: 'CONFIRMED',\n Draft: 'DRAFT',\n Eligible: 'ELIGIBLE',\n Executing: 'EXECUTING',\n Failure: 'FAILURE',\n Ineligible: 'INELIGIBLE',\n InventoryOutbound: 'INVENTORY_OUTBOUND',\n Success: 'SUCCESS',\n Validating: 'VALIDATING',\n} as const;\n\nexport type OutboundStatus = typeof OutboundStatus[keyof typeof OutboundStatus];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Label page type.\n */\n\nexport const PageType = {\n PlainPaper: 'PLAIN_PAPER',\n LetterPcpFulfillmentlabel: 'LETTER_PCP_FULFILLMENTLABEL',\n Letter2Horizontal: 'LETTER_2_HORIZONTAL',\n Letter2: 'LETTER_2',\n ThermalNoCarrierRotation: 'THERMAL_NO_CARRIER_ROTATION',\n Thermal: 'THERMAL',\n A4Paper: 'A4_PAPER',\n A42Horizontal: 'A4_2_HORIZONTAL',\n ThermalSquare10Cm: 'THERMAL_SQUARE_10CM',\n} as const;\n\nexport type PageType = typeof PageType[keyof typeof PageType];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * The preparation category for shipping an item to Amazon\\'s fulfillment network.\n */\n\nexport const PrepCategory = {\n Adult: 'ADULT',\n Baby: 'BABY',\n FcProvided: 'FC_PROVIDED',\n Fragile: 'FRAGILE',\n Granular: 'GRANULAR',\n Hanger: 'HANGER',\n Liquid: 'LIQUID',\n Perforated: 'PERFORATED',\n Set: 'SET',\n Sharp: 'SHARP',\n Small: 'SMALL',\n Textile: 'TEXTILE',\n NoPrep: 'NO_PREP',\n Unknown: 'UNKNOWN',\n} as const;\n\nexport type PrepCategory = typeof PrepCategory[keyof typeof PrepCategory];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * The owner of the preparations, if special preparations are required. `AMAZON` is not an accepted value in the US marketplace.\n */\n\nexport const PrepOwner = {\n Amazon: 'AMAZON',\n Self: 'SELF',\n} as const;\n\nexport type PrepOwner = typeof PrepOwner[keyof typeof PrepOwner];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Statuses supported for an replenishment order.\n */\n\nexport const ReplenishmentOrderStatus = {\n Confirmed: 'CONFIRMED',\n Created: 'CREATED',\n Eligible: 'ELIGIBLE',\n Executing: 'EXECUTING',\n Failure: 'FAILURE',\n Ineligible: 'INELIGIBLE',\n InventoryOutbound: 'INVENTORY_OUTBOUND',\n Success: 'SUCCESS',\n Validating: 'VALIDATING',\n} as const;\n\nexport type ReplenishmentOrderStatus = typeof ReplenishmentOrderStatus[keyof typeof ReplenishmentOrderStatus];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Denotes the field name on which the shipments are to be sorted.\n */\n\nexport const ShipmentSortableField = {\n UpdatedAt: 'UPDATED_AT',\n CreatedAt: 'CREATED_AT',\n} as const;\n\nexport type ShipmentSortableField = typeof ShipmentSortableField[keyof typeof ShipmentSortableField];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Enum to specify if returned shipment should include SKU quantity details\n */\n\nexport const SkuQuantitiesVisibility = {\n Show: 'SHOW',\n Hide: 'HIDE',\n} as const;\n\nexport type SkuQuantitiesVisibility = typeof SkuQuantitiesVisibility[keyof typeof SkuQuantitiesVisibility];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Sort order for a collection of items. For example, order or shipment.\n */\n\nexport const SortOrder = {\n Ascending: 'ASCENDING',\n Descending: 'DESCENDING',\n} as const;\n\nexport type SortOrder = typeof SortOrder[keyof typeof SortOrder];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Unit of measurement for the package volume.\n */\n\nexport const VolumeUnitOfMeasurement = {\n CuIn: 'CU_IN',\n Cbm: 'CBM',\n Cc: 'CC',\n} as const;\n\nexport type VolumeUnitOfMeasurement = typeof VolumeUnitOfMeasurement[keyof typeof VolumeUnitOfMeasurement];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Unit of measurement for the package weight.\n */\n\nexport const WeightUnitOfMeasurement = {\n Pounds: 'POUNDS',\n Kilograms: 'KILOGRAMS',\n} as const;\n\nexport type WeightUnitOfMeasurement = typeof WeightUnitOfMeasurement[keyof typeof WeightUnitOfMeasurement];\n\n\n\n"],"mappings":"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","names":["import_common","import_axios","globalAxios","globalAxios","BASE_PATH","globalAxios"]}
1
+ {"version":3,"file":"index.cjs","names":["axios","globalAxios","globalAxios","axios"],"sources":["../src/api-model/base.ts","../src/api-model/common.ts","../src/api-model/api/amazon-warehousing-and-distribution-api.ts","../src/api-model/configuration.ts","../src/api-model/models/carrier-code-type.ts","../src/api-model/models/confirmation-mode.ts","../src/api-model/models/dimension-unit-of-measurement.ts","../src/api-model/models/distribution-package-type.ts","../src/api-model/models/format-type.ts","../src/api-model/models/inbound-eligibility-status.ts","../src/api-model/models/inbound-shipment-status.ts","../src/api-model/models/inbound-status.ts","../src/api-model/models/inventory-details-visibility.ts","../src/api-model/models/inventory-unit-of-measurement.ts","../src/api-model/models/label-owner.ts","../src/api-model/models/label-status.ts","../src/api-model/models/order-preference.ts","../src/api-model/models/order-preference-value.ts","../src/api-model/models/outbound-shipment-status.ts","../src/api-model/models/outbound-status.ts","../src/api-model/models/page-type.ts","../src/api-model/models/prep-category.ts","../src/api-model/models/prep-owner.ts","../src/api-model/models/replenishment-order-status.ts","../src/api-model/models/shipment-sortable-field.ts","../src/api-model/models/sku-quantities-visibility.ts","../src/api-model/models/sort-order.ts","../src/api-model/models/volume-unit-of-measurement.ts","../src/api-model/models/weight-unit-of-measurement.ts","../src/client.ts"],"sourcesContent":["/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\nimport type { Configuration } from './configuration.js';\n// Some imports not used depending on template conditions\n// @ts-ignore\nimport type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';\nimport globalAxios from 'axios';\n\nexport const BASE_PATH = \"https://sellingpartnerapi-na.amazon.com\".replace(/\\/+$/, \"\");\n\nexport const COLLECTION_FORMATS = {\n csv: \",\",\n ssv: \" \",\n tsv: \"\\t\",\n pipes: \"|\",\n};\n\nexport interface RequestArgs {\n url: string;\n options: RawAxiosRequestConfig;\n}\n\nexport class BaseAPI {\n protected configuration: Configuration | undefined;\n\n constructor(configuration?: Configuration, protected basePath: string = BASE_PATH, protected axios: AxiosInstance = globalAxios) {\n if (configuration) {\n this.configuration = configuration;\n this.basePath = configuration.basePath ?? basePath;\n }\n }\n};\n\nexport class RequiredError extends Error {\n constructor(public field: string, msg?: string) {\n super(msg);\n this.name = \"RequiredError\"\n }\n}\n\ninterface ServerMap {\n [key: string]: {\n url: string,\n description: string,\n }[];\n}\n\nexport const operationServerMap: ServerMap = {\n}\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\nimport type { Configuration } from \"./configuration.js\";\nimport type { RequestArgs } from \"./base.js\";\nimport type { AxiosInstance, AxiosResponse } from 'axios';\nimport { RequiredError } from \"./base.js\";\n\nexport const DUMMY_BASE_URL = 'https://example.com'\n\n/**\n *\n * @throws {RequiredError}\n */\nexport const assertParamExists = function (functionName: string, paramName: string, paramValue: unknown) {\n if (paramValue === null || paramValue === undefined) {\n throw new RequiredError(paramName, `Required parameter ${paramName} was null or undefined when calling ${functionName}.`);\n }\n}\n\nexport const setApiKeyToObject = async function (object: any, keyParamName: string, configuration?: Configuration) {\n if (configuration && configuration.apiKey) {\n const localVarApiKeyValue = typeof configuration.apiKey === 'function'\n ? await configuration.apiKey(keyParamName)\n : await configuration.apiKey;\n object[keyParamName] = localVarApiKeyValue;\n }\n}\n\nexport const setBasicAuthToObject = function (object: any, configuration?: Configuration) {\n if (configuration && (configuration.username || configuration.password)) {\n object[\"auth\"] = { username: configuration.username, password: configuration.password };\n }\n}\n\nexport const setBearerAuthToObject = async function (object: any, configuration?: Configuration) {\n if (configuration && configuration.accessToken) {\n const accessToken = typeof configuration.accessToken === 'function'\n ? await configuration.accessToken()\n : await configuration.accessToken;\n object[\"Authorization\"] = \"Bearer \" + accessToken;\n }\n}\n\nexport const setOAuthToObject = async function (object: any, name: string, scopes: string[], configuration?: Configuration) {\n if (configuration && configuration.accessToken) {\n const localVarAccessTokenValue = typeof configuration.accessToken === 'function'\n ? await configuration.accessToken(name, scopes)\n : await configuration.accessToken;\n object[\"Authorization\"] = \"Bearer \" + localVarAccessTokenValue;\n }\n}\n\n\nfunction setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: any, key: string = \"\"): void {\n if (parameter == null) return;\n if (typeof parameter === \"object\") {\n if (Array.isArray(parameter) || parameter instanceof Set) {\n (parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key));\n }\n else {\n Object.keys(parameter).forEach(currentKey =>\n setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`)\n );\n }\n }\n else {\n if (urlSearchParams.has(key)) {\n urlSearchParams.append(key, parameter);\n }\n else {\n urlSearchParams.set(key, parameter);\n }\n }\n}\n\nexport const setSearchParams = function (url: URL, ...objects: any[]) {\n const searchParams = new URLSearchParams(url.search);\n setFlattenedQueryParams(searchParams, objects);\n url.search = searchParams.toString();\n}\n\n/**\n * JSON serialization helper function which replaces instances of unserializable types with serializable ones.\n * This function will run for every key-value pair encountered by JSON.stringify while traversing an object.\n * Converting a set to a string will return an empty object, so an intermediate conversion to an array is required.\n */\n// @ts-ignore\nexport const replaceWithSerializableTypeIfNeeded = function(key: string, value: any) {\n if (value instanceof Set) {\n return Array.from(value);\n } else {\n return value;\n }\n}\n\nexport const serializeDataIfNeeded = function (value: any, requestOptions: any, configuration?: Configuration) {\n const nonString = typeof value !== 'string';\n const needsSerialization = nonString && configuration && configuration.isJsonMime\n ? configuration.isJsonMime(requestOptions.headers['Content-Type'])\n : nonString;\n return needsSerialization\n ? JSON.stringify(value !== undefined ? value : {}, replaceWithSerializableTypeIfNeeded)\n : (value || \"\");\n}\n\nexport const toPathString = function (url: URL) {\n return url.pathname + url.search + url.hash\n}\n\nexport const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {\n return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {\n const axiosRequestArgs = {...axiosArgs.options, url: (axios.defaults.baseURL ? '' : configuration?.basePath ?? basePath) + axiosArgs.url};\n return axios.request<T, R>(axiosRequestArgs);\n };\n}\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\nimport type { Configuration } from '../configuration.js';\nimport type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';\nimport globalAxios from 'axios';\n// Some imports not used depending on template conditions\n// @ts-ignore\nimport { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction, replaceWithSerializableTypeIfNeeded } from '../common.js';\n// @ts-ignore\nimport { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base.js';\n// @ts-ignore\nimport type { ErrorList } from '../models/index.js';\n// @ts-ignore\nimport type { InboundEligibility } from '../models/index.js';\n// @ts-ignore\nimport type { InboundOrder } from '../models/index.js';\n// @ts-ignore\nimport type { InboundOrderCreationData } from '../models/index.js';\n// @ts-ignore\nimport type { InboundOrderReference } from '../models/index.js';\n// @ts-ignore\nimport type { InboundPackages } from '../models/index.js';\n// @ts-ignore\nimport type { InboundShipment } from '../models/index.js';\n// @ts-ignore\nimport type { InventoryListing } from '../models/index.js';\n// @ts-ignore\nimport type { OutboundListing } from '../models/index.js';\n// @ts-ignore\nimport type { OutboundOrder } from '../models/index.js';\n// @ts-ignore\nimport type { OutboundOrderCreationData } from '../models/index.js';\n// @ts-ignore\nimport type { OutboundOrderReference } from '../models/index.js';\n// @ts-ignore\nimport type { ReplenishmentOrder } from '../models/index.js';\n// @ts-ignore\nimport type { ReplenishmentOrderCreationData } from '../models/index.js';\n// @ts-ignore\nimport type { ReplenishmentOrderListing } from '../models/index.js';\n// @ts-ignore\nimport type { ReplenishmentOrderReference } from '../models/index.js';\n// @ts-ignore\nimport type { ShipmentLabelPageTypes } from '../models/index.js';\n// @ts-ignore\nimport type { ShipmentLabels } from '../models/index.js';\n// @ts-ignore\nimport type { ShipmentListing } from '../models/index.js';\n// @ts-ignore\nimport type { TransportationDetails } from '../models/index.js';\n/**\n * AmazonWarehousingAndDistributionApi - axios parameter creator\n */\nexport const AmazonWarehousingAndDistributionApiAxiosParamCreator = function (configuration?: Configuration) {\n return {\n /**\n * Cancels an AWD Inbound order and its associated shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} orderId The ID of the inbound order you want to cancel.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n cancelInbound: async (orderId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'orderId' is not null or undefined\n assertParamExists('cancelInbound', 'orderId', orderId)\n const localVarPath = `/awd/2024-05-09/inboundOrders/{orderId}/cancellation`\n .replace('{orderId}', encodeURIComponent(String(orderId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Determines if the packages you specify are eligible for an AWD inbound order and contains error details for ineligible packages. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {InboundPackages} body Represents the packages you want to inbound.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n checkInboundEligibility: async (body: InboundPackages, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'body' is not null or undefined\n assertParamExists('checkInboundEligibility', 'body', body)\n const localVarPath = `/awd/2024-05-09/inboundEligibility`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Content-Type'] = 'application/json';\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Confirms an AWD inbound order in `DRAFT` status. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {string} orderId The ID of the inbound order that you want to confirm.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n confirmInbound: async (orderId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'orderId' is not null or undefined\n assertParamExists('confirmInbound', 'orderId', orderId)\n const localVarPath = `/awd/2024-05-09/inboundOrders/{orderId}/confirmation`\n .replace('{orderId}', encodeURIComponent(String(orderId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Confirms an AWD outbound order for a set of shipments that contain items that must be outbound to a destination node. You can confirm the order only if it\\'s in an`ELIGIBLE` state. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {string} orderId ID for the outbound order you want to confirm.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n confirmOutbound: async (orderId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'orderId' is not null or undefined\n assertParamExists('confirmOutbound', 'orderId', orderId)\n const localVarPath = `/awd/2024-05-09/outboundOrders/{orderId}/confirmation`\n .replace('{orderId}', encodeURIComponent(String(orderId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Confirms an AWD replenishment order in ELIGIBLE state with a set of shipments containing items that are needed to be replenished to an FBA node. Order can only be confirmed in ELIGIBLE state.\n * @param {string} orderId ID of the replenishment order to be confirmed.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n confirmReplenishmentOrder: async (orderId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'orderId' is not null or undefined\n assertParamExists('confirmReplenishmentOrder', 'orderId', orderId)\n const localVarPath = `/awd/2024-05-09/replenishmentOrders/{orderId}/confirmation`\n .replace('{orderId}', encodeURIComponent(String(orderId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Creates a draft AWD inbound order with a list of packages for inbound shipment. The operation creates one shipment per order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {InboundOrderCreationData} body Payload for creating an inbound order.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createInbound: async (body: InboundOrderCreationData, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'body' is not null or undefined\n assertParamExists('createInbound', 'body', body)\n const localVarPath = `/awd/2024-05-09/inboundOrders`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Content-Type'] = 'application/json';\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Creates a draft AWD outbound order with the specified products. The API returns the order ID for the newly created order and starts an async validation check on the outbound products. After the validation check, the order status transitions from `VALIDATING` to `ELIGIBLE/INELIGIBLE`. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {OutboundOrderCreationData} body Payload for creating an outbound order.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createOutbound: async (body: OutboundOrderCreationData, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'body' is not null or undefined\n assertParamExists('createOutbound', 'body', body)\n const localVarPath = `/awd/2024-05-09/outboundOrders`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Content-Type'] = 'application/json';\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Creates an AWD replenishment order with given products to replenish. The API will return the order ID of the newly created order and also start an async validation check on the products to e. The order status will transition to ELIGIBLE/INELIGIBLE status from VALIDATING post validation check\n * @param {ReplenishmentOrderCreationData} body Payload for creating a replenishment order.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createReplenishmentOrder: async (body: ReplenishmentOrderCreationData, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'body' is not null or undefined\n assertParamExists('createReplenishmentOrder', 'body', body)\n const localVarPath = `/awd/2024-05-09/replenishmentOrders`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Content-Type'] = 'application/json';\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves an AWD inbound order. **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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} orderId The ID of the inbound order that you want to retrieve.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getInbound: async (orderId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'orderId' is not null or undefined\n assertParamExists('getInbound', 'orderId', orderId)\n const localVarPath = `/awd/2024-05-09/inboundOrders/{orderId}`\n .replace('{orderId}', encodeURIComponent(String(orderId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves an AWD inbound shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table 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)\n * @param {string} shipmentId ID for the shipment. A shipment contains the cases being inbounded.\n * @param {GetInboundShipmentSkuQuantitiesEnum} [skuQuantities] If equal to &#x60;SHOW&#x60;, the response includes the shipment SKU quantity details. Defaults to &#x60;HIDE&#x60;, in which case the response does not contain SKU quantities\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getInboundShipment: async (shipmentId: string, skuQuantities?: GetInboundShipmentSkuQuantitiesEnum, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'shipmentId' is not null or undefined\n assertParamExists('getInboundShipment', 'shipmentId', shipmentId)\n const localVarPath = `/awd/2024-05-09/inboundShipments/{shipmentId}`\n .replace('{shipmentId}', encodeURIComponent(String(shipmentId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (skuQuantities !== undefined) {\n localVarQueryParameter['skuQuantities'] = skuQuantities;\n }\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves the box labels for a shipment ID that you specify. This is an asynchronous operation. If the label status is `GENERATED`, then the label URL is available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} shipmentId ID for the shipment.\n * @param {GetInboundShipmentLabelsPageTypeEnum} [pageType] Page type for the generated labels. The default is &#x60;PLAIN_PAPER&#x60;.\n * @param {GetInboundShipmentLabelsFormatTypeEnum} [formatType] The format type of the output file that contains your labels. The default format type is &#x60;PDF&#x60;.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getInboundShipmentLabels: async (shipmentId: string, pageType?: GetInboundShipmentLabelsPageTypeEnum, formatType?: GetInboundShipmentLabelsFormatTypeEnum, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'shipmentId' is not null or undefined\n assertParamExists('getInboundShipmentLabels', 'shipmentId', shipmentId)\n const localVarPath = `/awd/2024-05-09/inboundShipments/{shipmentId}/labels`\n .replace('{shipmentId}', encodeURIComponent(String(shipmentId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (pageType !== undefined) {\n localVarQueryParameter['pageType'] = pageType;\n }\n\n if (formatType !== undefined) {\n localVarQueryParameter['formatType'] = formatType;\n }\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves the available label page types for a shipment ID that you specify. This is an asynchronous operation. If the label status is `GENERATED`, then the pageTypes are available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} shipmentId ID for the shipment.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getLabelPageTypes: async (shipmentId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'shipmentId' is not null or undefined\n assertParamExists('getLabelPageTypes', 'shipmentId', shipmentId)\n const localVarPath = `/awd/2024-05-09/inboundShipments/{shipmentId}/labelPageTypes`\n .replace('{shipmentId}', encodeURIComponent(String(shipmentId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves an AWD outbound order with a set of shipments that contain items that are outbound into a destination channel. If the order is not eligible, the validation errors field is included in the order response. The API returns the order ID for the newly created order and starts an async validation check on the outbound products. After the validation check, the order status transitions from `VALIDATING` to `ELIGIBLE/INELIGIBLE`. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {string} orderId ID for the outbound order to be retrieved.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getOutbound: async (orderId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'orderId' is not null or undefined\n assertParamExists('getOutbound', 'orderId', orderId)\n const localVarPath = `/awd/2024-05-09/outboundOrders/{orderId}`\n .replace('{orderId}', encodeURIComponent(String(orderId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves an AWD Replenishment order with a set of shipments containing items that is/was planned to be replenished into an FBA node.\n * @param {string} orderId ID of the replenishment order to be retrieved.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getReplenishmentOrder: async (orderId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'orderId' is not null or undefined\n assertParamExists('getReplenishmentOrder', 'orderId', orderId)\n const localVarPath = `/awd/2024-05-09/replenishmentOrders/{orderId}`\n .replace('{orderId}', encodeURIComponent(String(orderId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves a summary of all the inbound AWD shipments associated with a merchant, with the ability to apply optional filters. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {ListInboundShipmentsSortByEnum} [sortBy] Field to sort results by. By default, the response will be sorted by UPDATED_AT.\n * @param {ListInboundShipmentsSortOrderEnum} [sortOrder] Sort the response in ASCENDING or DESCENDING order. By default, the response will be sorted in DESCENDING order.\n * @param {ListInboundShipmentsShipmentStatusEnum} [shipmentStatus] Filter by inbound shipment status.\n * @param {string} [updatedAfter] List the inbound shipments that were updated after a certain time (inclusive). The date must be in &lt;a href&#x3D;\\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\\&#39;&gt;ISO 8601&lt;/a&gt; format.\n * @param {string} [updatedBefore] List the inbound shipments that were updated before a certain time (inclusive). The date must be in &lt;a href&#x3D;\\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\\&#39;&gt;ISO 8601&lt;/a&gt; format.\n * @param {number} [maxResults] Maximum number of results to return.\n * @param {string} [nextToken] A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;maxResults&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listInboundShipments: async (sortBy?: ListInboundShipmentsSortByEnum, sortOrder?: ListInboundShipmentsSortOrderEnum, shipmentStatus?: ListInboundShipmentsShipmentStatusEnum, updatedAfter?: string, updatedBefore?: string, maxResults?: number, nextToken?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/awd/2024-05-09/inboundShipments`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (sortBy !== undefined) {\n localVarQueryParameter['sortBy'] = sortBy;\n }\n\n if (sortOrder !== undefined) {\n localVarQueryParameter['sortOrder'] = sortOrder;\n }\n\n if (shipmentStatus !== undefined) {\n localVarQueryParameter['shipmentStatus'] = shipmentStatus;\n }\n\n if (updatedAfter !== undefined) {\n localVarQueryParameter['updatedAfter'] = (updatedAfter as any instanceof Date) ?\n (updatedAfter as any).toISOString() :\n updatedAfter;\n }\n\n if (updatedBefore !== undefined) {\n localVarQueryParameter['updatedBefore'] = (updatedBefore as any instanceof Date) ?\n (updatedBefore as any).toISOString() :\n updatedBefore;\n }\n\n if (maxResults !== undefined) {\n localVarQueryParameter['maxResults'] = maxResults;\n }\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Lists AWD inventory associated with a merchant with the ability to apply optional filters. **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).\n * @param {string} [sku] Filter by seller or merchant SKU for the item.\n * @param {ListInventorySortOrderEnum} [sortOrder] Sort the response in &#x60;ASCENDING&#x60; or &#x60;DESCENDING&#x60; order.\n * @param {ListInventoryDetailsEnum} [details] Set to &#x60;SHOW&#x60; to return summaries with additional inventory details. Defaults to &#x60;HIDE,&#x60; which returns only inventory summary totals.\n * @param {string} [nextToken] A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;maxResults&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.\n * @param {number} [maxResults] Maximum number of results to return.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listInventory: async (sku?: string, sortOrder?: ListInventorySortOrderEnum, details?: ListInventoryDetailsEnum, nextToken?: string, maxResults?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/awd/2024-05-09/inventory`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (sku !== undefined) {\n localVarQueryParameter['sku'] = sku;\n }\n\n if (sortOrder !== undefined) {\n localVarQueryParameter['sortOrder'] = sortOrder;\n }\n\n if (details !== undefined) {\n localVarQueryParameter['details'] = details;\n }\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n if (maxResults !== undefined) {\n localVarQueryParameter['maxResults'] = maxResults;\n }\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves all outbound AWD orders (with optional filters) that pertain to a merchant. By default, orders are sorted by the `updatedAt` attribute in descending order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {string} [updatedAfter] Get the outbound orders updated after a certain time (inclusive). The date must be in &lt;a href&#x3D;\\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\\&#39;&gt;ISO 8601&lt;/a&gt; format.\n * @param {string} [updatedBefore] Get the outbound orders updated before a certain time (inclusive). The date must be in &lt;a href&#x3D;\\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\\&#39;&gt;ISO 8601&lt;/a&gt; format.\n * @param {ListOutboundsSortOrderEnum} [sortOrder] Sort the response in &#x60;ASCENDING&#x60; or &#x60;DESCENDING&#x60; order.\n * @param {number} [maxResults] Maximum number of results to return.\n * @param {string} [nextToken] A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;maxResults&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listOutbounds: async (updatedAfter?: string, updatedBefore?: string, sortOrder?: ListOutboundsSortOrderEnum, maxResults?: number, nextToken?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/awd/2024-05-09/outboundOrders`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (updatedAfter !== undefined) {\n localVarQueryParameter['updatedAfter'] = (updatedAfter as any instanceof Date) ?\n (updatedAfter as any).toISOString() :\n updatedAfter;\n }\n\n if (updatedBefore !== undefined) {\n localVarQueryParameter['updatedBefore'] = (updatedBefore as any instanceof Date) ?\n (updatedBefore as any).toISOString() :\n updatedBefore;\n }\n\n if (sortOrder !== undefined) {\n localVarQueryParameter['sortOrder'] = sortOrder;\n }\n\n if (maxResults !== undefined) {\n localVarQueryParameter['maxResults'] = maxResults;\n }\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Retrieves all the AWD replenishment orders pertaining to a merchant with optional filters. API by default will sort orders by updatedAt attribute in descending order.\n * @param {string} [updatedAfter] Get the replenishment orders updated after certain time (Inclusive) Date should be in ISO 8601 format as defined by date-time in - https://www.rfc-editor.org/rfc/rfc3339.\n * @param {string} [updatedBefore] Get the replenishment orders updated before certain time (Inclusive) Date should be in ISO 8601 format as defined by date-time in - https://www.rfc-editor.org/rfc/rfc3339.\n * @param {ListReplenishmentOrdersSortOrderEnum} [sortOrder] Sort the response in ASCENDING or DESCENDING order. The default sort order is DESCENDING.\n * @param {number} [maxResults] Maximum results to be returned in a single response.\n * @param {string} [nextToken] A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;maxResults&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listReplenishmentOrders: async (updatedAfter?: string, updatedBefore?: string, sortOrder?: ListReplenishmentOrdersSortOrderEnum, maxResults?: number, nextToken?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n const localVarPath = `/awd/2024-05-09/replenishmentOrders`;\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n if (updatedAfter !== undefined) {\n localVarQueryParameter['updatedAfter'] = (updatedAfter as any instanceof Date) ?\n (updatedAfter as any).toISOString() :\n updatedAfter;\n }\n\n if (updatedBefore !== undefined) {\n localVarQueryParameter['updatedBefore'] = (updatedBefore as any instanceof Date) ?\n (updatedBefore as any).toISOString() :\n updatedBefore;\n }\n\n if (sortOrder !== undefined) {\n localVarQueryParameter['sortOrder'] = sortOrder;\n }\n\n if (maxResults !== undefined) {\n localVarQueryParameter['maxResults'] = maxResults;\n }\n\n if (nextToken !== undefined) {\n localVarQueryParameter['nextToken'] = nextToken;\n }\n\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Updates an AWD inbound order that is in `DRAFT` status and not yet confirmed. Use this operation to update the `packagesToInbound`, `originAddress` and `preferences` attributes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} orderId The ID of the inbound order that you want to update.\n * @param {InboundOrder} body Represents an AWD inbound order.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateInbound: async (orderId: string, body: InboundOrder, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'orderId' is not null or undefined\n assertParamExists('updateInbound', 'orderId', orderId)\n // verify required parameter 'body' is not null or undefined\n assertParamExists('updateInbound', 'body', body)\n const localVarPath = `/awd/2024-05-09/inboundOrders/{orderId}`\n .replace('{orderId}', encodeURIComponent(String(orderId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Content-Type'] = 'application/json';\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Updates transport details for an AWD shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {string} shipmentId The shipment ID.\n * @param {TransportationDetails} body Transportation details for the shipment.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateInboundShipmentTransportDetails: async (shipmentId: string, body: TransportationDetails, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'shipmentId' is not null or undefined\n assertParamExists('updateInboundShipmentTransportDetails', 'shipmentId', shipmentId)\n // verify required parameter 'body' is not null or undefined\n assertParamExists('updateInboundShipmentTransportDetails', 'body', body)\n const localVarPath = `/awd/2024-05-09/inboundShipments/{shipmentId}/transport`\n .replace('{shipmentId}', encodeURIComponent(String(shipmentId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Content-Type'] = 'application/json';\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n /**\n * Updates an AWD outbound order that is in `DRAFT`, `ELIGIBLE`, or `INELIGIBLE` status. This API allows updates on `productsToOutbound` and `orderPreferences` attributes only. Any updates will restart the outbound order validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {string} orderId ID for the outbound order to be updated.\n * @param {OutboundOrder} body Represents an AWD outbound order.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateOutbound: async (orderId: string, body: OutboundOrder, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {\n // verify required parameter 'orderId' is not null or undefined\n assertParamExists('updateOutbound', 'orderId', orderId)\n // verify required parameter 'body' is not null or undefined\n assertParamExists('updateOutbound', 'body', body)\n const localVarPath = `/awd/2024-05-09/outboundOrders/{orderId}`\n .replace('{orderId}', encodeURIComponent(String(orderId)));\n // use dummy base URL string because the URL constructor only accepts absolute URLs.\n const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);\n let baseOptions;\n if (configuration) {\n baseOptions = configuration.baseOptions;\n }\n\n const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};\n const localVarHeaderParameter = {} as any;\n const localVarQueryParameter = {} as any;\n\n localVarHeaderParameter['Content-Type'] = 'application/json';\n localVarHeaderParameter['Accept'] = 'application/json';\n\n setSearchParams(localVarUrlObj, localVarQueryParameter);\n let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};\n localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};\n localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration)\n\n return {\n url: toPathString(localVarUrlObj),\n options: localVarRequestOptions,\n };\n },\n }\n};\n\n/**\n * AmazonWarehousingAndDistributionApi - functional programming interface\n */\nexport const AmazonWarehousingAndDistributionApiFp = function(configuration?: Configuration) {\n const localVarAxiosParamCreator = AmazonWarehousingAndDistributionApiAxiosParamCreator(configuration)\n return {\n /**\n * Cancels an AWD Inbound order and its associated shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} orderId The ID of the inbound order you want to cancel.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async cancelInbound(orderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.cancelInbound(orderId, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.cancelInbound']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Determines if the packages you specify are eligible for an AWD inbound order and contains error details for ineligible packages. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {InboundPackages} body Represents the packages you want to inbound.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async checkInboundEligibility(body: InboundPackages, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InboundEligibility>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.checkInboundEligibility(body, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.checkInboundEligibility']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Confirms an AWD inbound order in `DRAFT` status. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {string} orderId The ID of the inbound order that you want to confirm.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async confirmInbound(orderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.confirmInbound(orderId, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.confirmInbound']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Confirms an AWD outbound order for a set of shipments that contain items that must be outbound to a destination node. You can confirm the order only if it\\'s in an`ELIGIBLE` state. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {string} orderId ID for the outbound order you want to confirm.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async confirmOutbound(orderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.confirmOutbound(orderId, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.confirmOutbound']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Confirms an AWD replenishment order in ELIGIBLE state with a set of shipments containing items that are needed to be replenished to an FBA node. Order can only be confirmed in ELIGIBLE state.\n * @param {string} orderId ID of the replenishment order to be confirmed.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async confirmReplenishmentOrder(orderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.confirmReplenishmentOrder(orderId, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.confirmReplenishmentOrder']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Creates a draft AWD inbound order with a list of packages for inbound shipment. The operation creates one shipment per order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {InboundOrderCreationData} body Payload for creating an inbound order.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async createInbound(body: InboundOrderCreationData, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InboundOrderReference>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.createInbound(body, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.createInbound']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Creates a draft AWD outbound order with the specified products. The API returns the order ID for the newly created order and starts an async validation check on the outbound products. After the validation check, the order status transitions from `VALIDATING` to `ELIGIBLE/INELIGIBLE`. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {OutboundOrderCreationData} body Payload for creating an outbound order.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async createOutbound(body: OutboundOrderCreationData, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OutboundOrderReference>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.createOutbound(body, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.createOutbound']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Creates an AWD replenishment order with given products to replenish. The API will return the order ID of the newly created order and also start an async validation check on the products to e. The order status will transition to ELIGIBLE/INELIGIBLE status from VALIDATING post validation check\n * @param {ReplenishmentOrderCreationData} body Payload for creating a replenishment order.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async createReplenishmentOrder(body: ReplenishmentOrderCreationData, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReplenishmentOrderReference>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.createReplenishmentOrder(body, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.createReplenishmentOrder']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Retrieves an AWD inbound order. **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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} orderId The ID of the inbound order that you want to retrieve.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getInbound(orderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InboundOrder>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getInbound(orderId, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.getInbound']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Retrieves an AWD inbound shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table 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)\n * @param {string} shipmentId ID for the shipment. A shipment contains the cases being inbounded.\n * @param {GetInboundShipmentSkuQuantitiesEnum} [skuQuantities] If equal to &#x60;SHOW&#x60;, the response includes the shipment SKU quantity details. Defaults to &#x60;HIDE&#x60;, in which case the response does not contain SKU quantities\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getInboundShipment(shipmentId: string, skuQuantities?: GetInboundShipmentSkuQuantitiesEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InboundShipment>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getInboundShipment(shipmentId, skuQuantities, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.getInboundShipment']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Retrieves the box labels for a shipment ID that you specify. This is an asynchronous operation. If the label status is `GENERATED`, then the label URL is available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} shipmentId ID for the shipment.\n * @param {GetInboundShipmentLabelsPageTypeEnum} [pageType] Page type for the generated labels. The default is &#x60;PLAIN_PAPER&#x60;.\n * @param {GetInboundShipmentLabelsFormatTypeEnum} [formatType] The format type of the output file that contains your labels. The default format type is &#x60;PDF&#x60;.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getInboundShipmentLabels(shipmentId: string, pageType?: GetInboundShipmentLabelsPageTypeEnum, formatType?: GetInboundShipmentLabelsFormatTypeEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShipmentLabels>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getInboundShipmentLabels(shipmentId, pageType, formatType, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.getInboundShipmentLabels']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Retrieves the available label page types for a shipment ID that you specify. This is an asynchronous operation. If the label status is `GENERATED`, then the pageTypes are available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} shipmentId ID for the shipment.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getLabelPageTypes(shipmentId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShipmentLabelPageTypes>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getLabelPageTypes(shipmentId, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.getLabelPageTypes']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Retrieves an AWD outbound order with a set of shipments that contain items that are outbound into a destination channel. If the order is not eligible, the validation errors field is included in the order response. The API returns the order ID for the newly created order and starts an async validation check on the outbound products. After the validation check, the order status transitions from `VALIDATING` to `ELIGIBLE/INELIGIBLE`. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {string} orderId ID for the outbound order to be retrieved.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getOutbound(orderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OutboundOrder>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getOutbound(orderId, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.getOutbound']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Retrieves an AWD Replenishment order with a set of shipments containing items that is/was planned to be replenished into an FBA node.\n * @param {string} orderId ID of the replenishment order to be retrieved.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async getReplenishmentOrder(orderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReplenishmentOrder>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.getReplenishmentOrder(orderId, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.getReplenishmentOrder']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Retrieves a summary of all the inbound AWD shipments associated with a merchant, with the ability to apply optional filters. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {ListInboundShipmentsSortByEnum} [sortBy] Field to sort results by. By default, the response will be sorted by UPDATED_AT.\n * @param {ListInboundShipmentsSortOrderEnum} [sortOrder] Sort the response in ASCENDING or DESCENDING order. By default, the response will be sorted in DESCENDING order.\n * @param {ListInboundShipmentsShipmentStatusEnum} [shipmentStatus] Filter by inbound shipment status.\n * @param {string} [updatedAfter] List the inbound shipments that were updated after a certain time (inclusive). The date must be in &lt;a href&#x3D;\\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\\&#39;&gt;ISO 8601&lt;/a&gt; format.\n * @param {string} [updatedBefore] List the inbound shipments that were updated before a certain time (inclusive). The date must be in &lt;a href&#x3D;\\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\\&#39;&gt;ISO 8601&lt;/a&gt; format.\n * @param {number} [maxResults] Maximum number of results to return.\n * @param {string} [nextToken] A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;maxResults&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listInboundShipments(sortBy?: ListInboundShipmentsSortByEnum, sortOrder?: ListInboundShipmentsSortOrderEnum, shipmentStatus?: ListInboundShipmentsShipmentStatusEnum, updatedAfter?: string, updatedBefore?: string, maxResults?: number, nextToken?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShipmentListing>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listInboundShipments(sortBy, sortOrder, shipmentStatus, updatedAfter, updatedBefore, maxResults, nextToken, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.listInboundShipments']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Lists AWD inventory associated with a merchant with the ability to apply optional filters. **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).\n * @param {string} [sku] Filter by seller or merchant SKU for the item.\n * @param {ListInventorySortOrderEnum} [sortOrder] Sort the response in &#x60;ASCENDING&#x60; or &#x60;DESCENDING&#x60; order.\n * @param {ListInventoryDetailsEnum} [details] Set to &#x60;SHOW&#x60; to return summaries with additional inventory details. Defaults to &#x60;HIDE,&#x60; which returns only inventory summary totals.\n * @param {string} [nextToken] A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;maxResults&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.\n * @param {number} [maxResults] Maximum number of results to return.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listInventory(sku?: string, sortOrder?: ListInventorySortOrderEnum, details?: ListInventoryDetailsEnum, nextToken?: string, maxResults?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InventoryListing>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listInventory(sku, sortOrder, details, nextToken, maxResults, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.listInventory']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Retrieves all outbound AWD orders (with optional filters) that pertain to a merchant. By default, orders are sorted by the `updatedAt` attribute in descending order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {string} [updatedAfter] Get the outbound orders updated after a certain time (inclusive). The date must be in &lt;a href&#x3D;\\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\\&#39;&gt;ISO 8601&lt;/a&gt; format.\n * @param {string} [updatedBefore] Get the outbound orders updated before a certain time (inclusive). The date must be in &lt;a href&#x3D;\\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\\&#39;&gt;ISO 8601&lt;/a&gt; format.\n * @param {ListOutboundsSortOrderEnum} [sortOrder] Sort the response in &#x60;ASCENDING&#x60; or &#x60;DESCENDING&#x60; order.\n * @param {number} [maxResults] Maximum number of results to return.\n * @param {string} [nextToken] A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;maxResults&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listOutbounds(updatedAfter?: string, updatedBefore?: string, sortOrder?: ListOutboundsSortOrderEnum, maxResults?: number, nextToken?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OutboundListing>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listOutbounds(updatedAfter, updatedBefore, sortOrder, maxResults, nextToken, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.listOutbounds']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Retrieves all the AWD replenishment orders pertaining to a merchant with optional filters. API by default will sort orders by updatedAt attribute in descending order.\n * @param {string} [updatedAfter] Get the replenishment orders updated after certain time (Inclusive) Date should be in ISO 8601 format as defined by date-time in - https://www.rfc-editor.org/rfc/rfc3339.\n * @param {string} [updatedBefore] Get the replenishment orders updated before certain time (Inclusive) Date should be in ISO 8601 format as defined by date-time in - https://www.rfc-editor.org/rfc/rfc3339.\n * @param {ListReplenishmentOrdersSortOrderEnum} [sortOrder] Sort the response in ASCENDING or DESCENDING order. The default sort order is DESCENDING.\n * @param {number} [maxResults] Maximum results to be returned in a single response.\n * @param {string} [nextToken] A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;maxResults&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async listReplenishmentOrders(updatedAfter?: string, updatedBefore?: string, sortOrder?: ListReplenishmentOrdersSortOrderEnum, maxResults?: number, nextToken?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReplenishmentOrderListing>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.listReplenishmentOrders(updatedAfter, updatedBefore, sortOrder, maxResults, nextToken, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.listReplenishmentOrders']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Updates an AWD inbound order that is in `DRAFT` status and not yet confirmed. Use this operation to update the `packagesToInbound`, `originAddress` and `preferences` attributes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {string} orderId The ID of the inbound order that you want to update.\n * @param {InboundOrder} body Represents an AWD inbound order.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async updateInbound(orderId: string, body: InboundOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.updateInbound(orderId, body, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.updateInbound']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Updates transport details for an AWD shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {string} shipmentId The shipment ID.\n * @param {TransportationDetails} body Transportation details for the shipment.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async updateInboundShipmentTransportDetails(shipmentId: string, body: TransportationDetails, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.updateInboundShipmentTransportDetails(shipmentId, body, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.updateInboundShipmentTransportDetails']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n /**\n * Updates an AWD outbound order that is in `DRAFT`, `ELIGIBLE`, or `INELIGIBLE` status. This API allows updates on `productsToOutbound` and `orderPreferences` attributes only. Any updates will restart the outbound order validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {string} orderId ID for the outbound order to be updated.\n * @param {OutboundOrder} body Represents an AWD outbound order.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n async updateOutbound(orderId: string, body: OutboundOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OutboundOrderReference>> {\n const localVarAxiosArgs = await localVarAxiosParamCreator.updateOutbound(orderId, body, options);\n const localVarOperationServerIndex = configuration?.serverIndex ?? 0;\n const localVarOperationServerBasePath = operationServerMap['AmazonWarehousingAndDistributionApi.updateOutbound']?.[localVarOperationServerIndex]?.url;\n return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);\n },\n }\n};\n\n/**\n * AmazonWarehousingAndDistributionApi - factory interface\n */\nexport const AmazonWarehousingAndDistributionApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {\n const localVarFp = AmazonWarehousingAndDistributionApiFp(configuration)\n return {\n /**\n * Cancels an AWD Inbound order and its associated shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiCancelInboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n cancelInbound(requestParameters: AmazonWarehousingAndDistributionApiCancelInboundRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {\n return localVarFp.cancelInbound(requestParameters.orderId, options).then((request) => request(axios, basePath));\n },\n /**\n * Determines if the packages you specify are eligible for an AWD inbound order and contains error details for ineligible packages. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiCheckInboundEligibilityRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n checkInboundEligibility(requestParameters: AmazonWarehousingAndDistributionApiCheckInboundEligibilityRequest, options?: RawAxiosRequestConfig): AxiosPromise<InboundEligibility> {\n return localVarFp.checkInboundEligibility(requestParameters.body, options).then((request) => request(axios, basePath));\n },\n /**\n * Confirms an AWD inbound order in `DRAFT` status. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiConfirmInboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n confirmInbound(requestParameters: AmazonWarehousingAndDistributionApiConfirmInboundRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {\n return localVarFp.confirmInbound(requestParameters.orderId, options).then((request) => request(axios, basePath));\n },\n /**\n * Confirms an AWD outbound order for a set of shipments that contain items that must be outbound to a destination node. You can confirm the order only if it\\'s in an`ELIGIBLE` state. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiConfirmOutboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n confirmOutbound(requestParameters: AmazonWarehousingAndDistributionApiConfirmOutboundRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {\n return localVarFp.confirmOutbound(requestParameters.orderId, options).then((request) => request(axios, basePath));\n },\n /**\n * Confirms an AWD replenishment order in ELIGIBLE state with a set of shipments containing items that are needed to be replenished to an FBA node. Order can only be confirmed in ELIGIBLE state.\n * @param {AmazonWarehousingAndDistributionApiConfirmReplenishmentOrderRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n confirmReplenishmentOrder(requestParameters: AmazonWarehousingAndDistributionApiConfirmReplenishmentOrderRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {\n return localVarFp.confirmReplenishmentOrder(requestParameters.orderId, options).then((request) => request(axios, basePath));\n },\n /**\n * Creates a draft AWD inbound order with a list of packages for inbound shipment. The operation creates one shipment per order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiCreateInboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createInbound(requestParameters: AmazonWarehousingAndDistributionApiCreateInboundRequest, options?: RawAxiosRequestConfig): AxiosPromise<InboundOrderReference> {\n return localVarFp.createInbound(requestParameters.body, options).then((request) => request(axios, basePath));\n },\n /**\n * Creates a draft AWD outbound order with the specified products. The API returns the order ID for the newly created order and starts an async validation check on the outbound products. After the validation check, the order status transitions from `VALIDATING` to `ELIGIBLE/INELIGIBLE`. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiCreateOutboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createOutbound(requestParameters: AmazonWarehousingAndDistributionApiCreateOutboundRequest, options?: RawAxiosRequestConfig): AxiosPromise<OutboundOrderReference> {\n return localVarFp.createOutbound(requestParameters.body, options).then((request) => request(axios, basePath));\n },\n /**\n * Creates an AWD replenishment order with given products to replenish. The API will return the order ID of the newly created order and also start an async validation check on the products to e. The order status will transition to ELIGIBLE/INELIGIBLE status from VALIDATING post validation check\n * @param {AmazonWarehousingAndDistributionApiCreateReplenishmentOrderRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n createReplenishmentOrder(requestParameters: AmazonWarehousingAndDistributionApiCreateReplenishmentOrderRequest, options?: RawAxiosRequestConfig): AxiosPromise<ReplenishmentOrderReference> {\n return localVarFp.createReplenishmentOrder(requestParameters.body, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves an AWD inbound order. **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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiGetInboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getInbound(requestParameters: AmazonWarehousingAndDistributionApiGetInboundRequest, options?: RawAxiosRequestConfig): AxiosPromise<InboundOrder> {\n return localVarFp.getInbound(requestParameters.orderId, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves an AWD inbound shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table 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)\n * @param {AmazonWarehousingAndDistributionApiGetInboundShipmentRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getInboundShipment(requestParameters: AmazonWarehousingAndDistributionApiGetInboundShipmentRequest, options?: RawAxiosRequestConfig): AxiosPromise<InboundShipment> {\n return localVarFp.getInboundShipment(requestParameters.shipmentId, requestParameters.skuQuantities, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves the box labels for a shipment ID that you specify. This is an asynchronous operation. If the label status is `GENERATED`, then the label URL is available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiGetInboundShipmentLabelsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getInboundShipmentLabels(requestParameters: AmazonWarehousingAndDistributionApiGetInboundShipmentLabelsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ShipmentLabels> {\n return localVarFp.getInboundShipmentLabels(requestParameters.shipmentId, requestParameters.pageType, requestParameters.formatType, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves the available label page types for a shipment ID that you specify. This is an asynchronous operation. If the label status is `GENERATED`, then the pageTypes are available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiGetLabelPageTypesRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getLabelPageTypes(requestParameters: AmazonWarehousingAndDistributionApiGetLabelPageTypesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ShipmentLabelPageTypes> {\n return localVarFp.getLabelPageTypes(requestParameters.shipmentId, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves an AWD outbound order with a set of shipments that contain items that are outbound into a destination channel. If the order is not eligible, the validation errors field is included in the order response. The API returns the order ID for the newly created order and starts an async validation check on the outbound products. After the validation check, the order status transitions from `VALIDATING` to `ELIGIBLE/INELIGIBLE`. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiGetOutboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getOutbound(requestParameters: AmazonWarehousingAndDistributionApiGetOutboundRequest, options?: RawAxiosRequestConfig): AxiosPromise<OutboundOrder> {\n return localVarFp.getOutbound(requestParameters.orderId, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves an AWD Replenishment order with a set of shipments containing items that is/was planned to be replenished into an FBA node.\n * @param {AmazonWarehousingAndDistributionApiGetReplenishmentOrderRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n getReplenishmentOrder(requestParameters: AmazonWarehousingAndDistributionApiGetReplenishmentOrderRequest, options?: RawAxiosRequestConfig): AxiosPromise<ReplenishmentOrder> {\n return localVarFp.getReplenishmentOrder(requestParameters.orderId, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves a summary of all the inbound AWD shipments associated with a merchant, with the ability to apply optional filters. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiListInboundShipmentsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listInboundShipments(requestParameters: AmazonWarehousingAndDistributionApiListInboundShipmentsRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<ShipmentListing> {\n return localVarFp.listInboundShipments(requestParameters.sortBy, requestParameters.sortOrder, requestParameters.shipmentStatus, requestParameters.updatedAfter, requestParameters.updatedBefore, requestParameters.maxResults, requestParameters.nextToken, options).then((request) => request(axios, basePath));\n },\n /**\n * Lists AWD inventory associated with a merchant with the ability to apply optional filters. **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).\n * @param {AmazonWarehousingAndDistributionApiListInventoryRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listInventory(requestParameters: AmazonWarehousingAndDistributionApiListInventoryRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<InventoryListing> {\n return localVarFp.listInventory(requestParameters.sku, requestParameters.sortOrder, requestParameters.details, requestParameters.nextToken, requestParameters.maxResults, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves all outbound AWD orders (with optional filters) that pertain to a merchant. By default, orders are sorted by the `updatedAt` attribute in descending order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiListOutboundsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listOutbounds(requestParameters: AmazonWarehousingAndDistributionApiListOutboundsRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<OutboundListing> {\n return localVarFp.listOutbounds(requestParameters.updatedAfter, requestParameters.updatedBefore, requestParameters.sortOrder, requestParameters.maxResults, requestParameters.nextToken, options).then((request) => request(axios, basePath));\n },\n /**\n * Retrieves all the AWD replenishment orders pertaining to a merchant with optional filters. API by default will sort orders by updatedAt attribute in descending order.\n * @param {AmazonWarehousingAndDistributionApiListReplenishmentOrdersRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n listReplenishmentOrders(requestParameters: AmazonWarehousingAndDistributionApiListReplenishmentOrdersRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<ReplenishmentOrderListing> {\n return localVarFp.listReplenishmentOrders(requestParameters.updatedAfter, requestParameters.updatedBefore, requestParameters.sortOrder, requestParameters.maxResults, requestParameters.nextToken, options).then((request) => request(axios, basePath));\n },\n /**\n * Updates an AWD inbound order that is in `DRAFT` status and not yet confirmed. Use this operation to update the `packagesToInbound`, `originAddress` and `preferences` attributes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiUpdateInboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateInbound(requestParameters: AmazonWarehousingAndDistributionApiUpdateInboundRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {\n return localVarFp.updateInbound(requestParameters.orderId, requestParameters.body, options).then((request) => request(axios, basePath));\n },\n /**\n * Updates transport details for an AWD shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiUpdateInboundShipmentTransportDetailsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateInboundShipmentTransportDetails(requestParameters: AmazonWarehousingAndDistributionApiUpdateInboundShipmentTransportDetailsRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {\n return localVarFp.updateInboundShipmentTransportDetails(requestParameters.shipmentId, requestParameters.body, options).then((request) => request(axios, basePath));\n },\n /**\n * Updates an AWD outbound order that is in `DRAFT`, `ELIGIBLE`, or `INELIGIBLE` status. This API allows updates on `productsToOutbound` and `orderPreferences` attributes only. Any updates will restart the outbound order validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiUpdateOutboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n updateOutbound(requestParameters: AmazonWarehousingAndDistributionApiUpdateOutboundRequest, options?: RawAxiosRequestConfig): AxiosPromise<OutboundOrderReference> {\n return localVarFp.updateOutbound(requestParameters.orderId, requestParameters.body, options).then((request) => request(axios, basePath));\n },\n };\n};\n\n/**\n * Request parameters for cancelInbound operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiCancelInboundRequest {\n /**\n * The ID of the inbound order you want to cancel.\n */\n readonly orderId: string\n}\n\n/**\n * Request parameters for checkInboundEligibility operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiCheckInboundEligibilityRequest {\n /**\n * Represents the packages you want to inbound.\n */\n readonly body: InboundPackages\n}\n\n/**\n * Request parameters for confirmInbound operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiConfirmInboundRequest {\n /**\n * The ID of the inbound order that you want to confirm.\n */\n readonly orderId: string\n}\n\n/**\n * Request parameters for confirmOutbound operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiConfirmOutboundRequest {\n /**\n * ID for the outbound order you want to confirm.\n */\n readonly orderId: string\n}\n\n/**\n * Request parameters for confirmReplenishmentOrder operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiConfirmReplenishmentOrderRequest {\n /**\n * ID of the replenishment order to be confirmed.\n */\n readonly orderId: string\n}\n\n/**\n * Request parameters for createInbound operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiCreateInboundRequest {\n /**\n * Payload for creating an inbound order.\n */\n readonly body: InboundOrderCreationData\n}\n\n/**\n * Request parameters for createOutbound operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiCreateOutboundRequest {\n /**\n * Payload for creating an outbound order.\n */\n readonly body: OutboundOrderCreationData\n}\n\n/**\n * Request parameters for createReplenishmentOrder operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiCreateReplenishmentOrderRequest {\n /**\n * Payload for creating a replenishment order.\n */\n readonly body: ReplenishmentOrderCreationData\n}\n\n/**\n * Request parameters for getInbound operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiGetInboundRequest {\n /**\n * The ID of the inbound order that you want to retrieve.\n */\n readonly orderId: string\n}\n\n/**\n * Request parameters for getInboundShipment operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiGetInboundShipmentRequest {\n /**\n * ID for the shipment. A shipment contains the cases being inbounded.\n */\n readonly shipmentId: string\n\n /**\n * If equal to &#x60;SHOW&#x60;, the response includes the shipment SKU quantity details. Defaults to &#x60;HIDE&#x60;, in which case the response does not contain SKU quantities\n */\n readonly skuQuantities?: GetInboundShipmentSkuQuantitiesEnum\n}\n\n/**\n * Request parameters for getInboundShipmentLabels operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiGetInboundShipmentLabelsRequest {\n /**\n * ID for the shipment.\n */\n readonly shipmentId: string\n\n /**\n * Page type for the generated labels. The default is &#x60;PLAIN_PAPER&#x60;.\n */\n readonly pageType?: GetInboundShipmentLabelsPageTypeEnum\n\n /**\n * The format type of the output file that contains your labels. The default format type is &#x60;PDF&#x60;.\n */\n readonly formatType?: GetInboundShipmentLabelsFormatTypeEnum\n}\n\n/**\n * Request parameters for getLabelPageTypes operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiGetLabelPageTypesRequest {\n /**\n * ID for the shipment.\n */\n readonly shipmentId: string\n}\n\n/**\n * Request parameters for getOutbound operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiGetOutboundRequest {\n /**\n * ID for the outbound order to be retrieved.\n */\n readonly orderId: string\n}\n\n/**\n * Request parameters for getReplenishmentOrder operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiGetReplenishmentOrderRequest {\n /**\n * ID of the replenishment order to be retrieved.\n */\n readonly orderId: string\n}\n\n/**\n * Request parameters for listInboundShipments operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiListInboundShipmentsRequest {\n /**\n * Field to sort results by. By default, the response will be sorted by UPDATED_AT.\n */\n readonly sortBy?: ListInboundShipmentsSortByEnum\n\n /**\n * Sort the response in ASCENDING or DESCENDING order. By default, the response will be sorted in DESCENDING order.\n */\n readonly sortOrder?: ListInboundShipmentsSortOrderEnum\n\n /**\n * Filter by inbound shipment status.\n */\n readonly shipmentStatus?: ListInboundShipmentsShipmentStatusEnum\n\n /**\n * List the inbound shipments that were updated after a certain time (inclusive). The date must be in &lt;a href&#x3D;\\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\\&#39;&gt;ISO 8601&lt;/a&gt; format.\n */\n readonly updatedAfter?: string\n\n /**\n * List the inbound shipments that were updated before a certain time (inclusive). The date must be in &lt;a href&#x3D;\\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\\&#39;&gt;ISO 8601&lt;/a&gt; format.\n */\n readonly updatedBefore?: string\n\n /**\n * Maximum number of results to return.\n */\n readonly maxResults?: number\n\n /**\n * A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;maxResults&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.\n */\n readonly nextToken?: string\n}\n\n/**\n * Request parameters for listInventory operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiListInventoryRequest {\n /**\n * Filter by seller or merchant SKU for the item.\n */\n readonly sku?: string\n\n /**\n * Sort the response in &#x60;ASCENDING&#x60; or &#x60;DESCENDING&#x60; order.\n */\n readonly sortOrder?: ListInventorySortOrderEnum\n\n /**\n * Set to &#x60;SHOW&#x60; to return summaries with additional inventory details. Defaults to &#x60;HIDE,&#x60; which returns only inventory summary totals.\n */\n readonly details?: ListInventoryDetailsEnum\n\n /**\n * A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;maxResults&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.\n */\n readonly nextToken?: string\n\n /**\n * Maximum number of results to return.\n */\n readonly maxResults?: number\n}\n\n/**\n * Request parameters for listOutbounds operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiListOutboundsRequest {\n /**\n * Get the outbound orders updated after a certain time (inclusive). The date must be in &lt;a href&#x3D;\\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\\&#39;&gt;ISO 8601&lt;/a&gt; format.\n */\n readonly updatedAfter?: string\n\n /**\n * Get the outbound orders updated before a certain time (inclusive). The date must be in &lt;a href&#x3D;\\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\\&#39;&gt;ISO 8601&lt;/a&gt; format.\n */\n readonly updatedBefore?: string\n\n /**\n * Sort the response in &#x60;ASCENDING&#x60; or &#x60;DESCENDING&#x60; order.\n */\n readonly sortOrder?: ListOutboundsSortOrderEnum\n\n /**\n * Maximum number of results to return.\n */\n readonly maxResults?: number\n\n /**\n * A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;maxResults&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.\n */\n readonly nextToken?: string\n}\n\n/**\n * Request parameters for listReplenishmentOrders operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiListReplenishmentOrdersRequest {\n /**\n * Get the replenishment orders updated after certain time (Inclusive) Date should be in ISO 8601 format as defined by date-time in - https://www.rfc-editor.org/rfc/rfc3339.\n */\n readonly updatedAfter?: string\n\n /**\n * Get the replenishment orders updated before certain time (Inclusive) Date should be in ISO 8601 format as defined by date-time in - https://www.rfc-editor.org/rfc/rfc3339.\n */\n readonly updatedBefore?: string\n\n /**\n * Sort the response in ASCENDING or DESCENDING order. The default sort order is DESCENDING.\n */\n readonly sortOrder?: ListReplenishmentOrdersSortOrderEnum\n\n /**\n * Maximum results to be returned in a single response.\n */\n readonly maxResults?: number\n\n /**\n * A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;maxResults&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.\n */\n readonly nextToken?: string\n}\n\n/**\n * Request parameters for updateInbound operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiUpdateInboundRequest {\n /**\n * The ID of the inbound order that you want to update.\n */\n readonly orderId: string\n\n /**\n * Represents an AWD inbound order.\n */\n readonly body: InboundOrder\n}\n\n/**\n * Request parameters for updateInboundShipmentTransportDetails operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiUpdateInboundShipmentTransportDetailsRequest {\n /**\n * The shipment ID.\n */\n readonly shipmentId: string\n\n /**\n * Transportation details for the shipment.\n */\n readonly body: TransportationDetails\n}\n\n/**\n * Request parameters for updateOutbound operation in AmazonWarehousingAndDistributionApi.\n */\nexport interface AmazonWarehousingAndDistributionApiUpdateOutboundRequest {\n /**\n * ID for the outbound order to be updated.\n */\n readonly orderId: string\n\n /**\n * Represents an AWD outbound order.\n */\n readonly body: OutboundOrder\n}\n\n/**\n * AmazonWarehousingAndDistributionApi - object-oriented interface\n */\nexport class AmazonWarehousingAndDistributionApi extends BaseAPI {\n /**\n * Cancels an AWD Inbound order and its associated shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiCancelInboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public cancelInbound(requestParameters: AmazonWarehousingAndDistributionApiCancelInboundRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).cancelInbound(requestParameters.orderId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Determines if the packages you specify are eligible for an AWD inbound order and contains error details for ineligible packages. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiCheckInboundEligibilityRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public checkInboundEligibility(requestParameters: AmazonWarehousingAndDistributionApiCheckInboundEligibilityRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).checkInboundEligibility(requestParameters.body, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Confirms an AWD inbound order in `DRAFT` status. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiConfirmInboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public confirmInbound(requestParameters: AmazonWarehousingAndDistributionApiConfirmInboundRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).confirmInbound(requestParameters.orderId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Confirms an AWD outbound order for a set of shipments that contain items that must be outbound to a destination node. You can confirm the order only if it\\'s in an`ELIGIBLE` state. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiConfirmOutboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public confirmOutbound(requestParameters: AmazonWarehousingAndDistributionApiConfirmOutboundRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).confirmOutbound(requestParameters.orderId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Confirms an AWD replenishment order in ELIGIBLE state with a set of shipments containing items that are needed to be replenished to an FBA node. Order can only be confirmed in ELIGIBLE state.\n * @param {AmazonWarehousingAndDistributionApiConfirmReplenishmentOrderRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public confirmReplenishmentOrder(requestParameters: AmazonWarehousingAndDistributionApiConfirmReplenishmentOrderRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).confirmReplenishmentOrder(requestParameters.orderId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Creates a draft AWD inbound order with a list of packages for inbound shipment. The operation creates one shipment per order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiCreateInboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public createInbound(requestParameters: AmazonWarehousingAndDistributionApiCreateInboundRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).createInbound(requestParameters.body, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Creates a draft AWD outbound order with the specified products. The API returns the order ID for the newly created order and starts an async validation check on the outbound products. After the validation check, the order status transitions from `VALIDATING` to `ELIGIBLE/INELIGIBLE`. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiCreateOutboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public createOutbound(requestParameters: AmazonWarehousingAndDistributionApiCreateOutboundRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).createOutbound(requestParameters.body, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Creates an AWD replenishment order with given products to replenish. The API will return the order ID of the newly created order and also start an async validation check on the products to e. The order status will transition to ELIGIBLE/INELIGIBLE status from VALIDATING post validation check\n * @param {AmazonWarehousingAndDistributionApiCreateReplenishmentOrderRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public createReplenishmentOrder(requestParameters: AmazonWarehousingAndDistributionApiCreateReplenishmentOrderRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).createReplenishmentOrder(requestParameters.body, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves an AWD inbound order. **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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiGetInboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public getInbound(requestParameters: AmazonWarehousingAndDistributionApiGetInboundRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).getInbound(requestParameters.orderId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves an AWD inbound shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table 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)\n * @param {AmazonWarehousingAndDistributionApiGetInboundShipmentRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public getInboundShipment(requestParameters: AmazonWarehousingAndDistributionApiGetInboundShipmentRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).getInboundShipment(requestParameters.shipmentId, requestParameters.skuQuantities, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves the box labels for a shipment ID that you specify. This is an asynchronous operation. If the label status is `GENERATED`, then the label URL is available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiGetInboundShipmentLabelsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public getInboundShipmentLabels(requestParameters: AmazonWarehousingAndDistributionApiGetInboundShipmentLabelsRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).getInboundShipmentLabels(requestParameters.shipmentId, requestParameters.pageType, requestParameters.formatType, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves the available label page types for a shipment ID that you specify. This is an asynchronous operation. If the label status is `GENERATED`, then the pageTypes are available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiGetLabelPageTypesRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public getLabelPageTypes(requestParameters: AmazonWarehousingAndDistributionApiGetLabelPageTypesRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).getLabelPageTypes(requestParameters.shipmentId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves an AWD outbound order with a set of shipments that contain items that are outbound into a destination channel. If the order is not eligible, the validation errors field is included in the order response. The API returns the order ID for the newly created order and starts an async validation check on the outbound products. After the validation check, the order status transitions from `VALIDATING` to `ELIGIBLE/INELIGIBLE`. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiGetOutboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public getOutbound(requestParameters: AmazonWarehousingAndDistributionApiGetOutboundRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).getOutbound(requestParameters.orderId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves an AWD Replenishment order with a set of shipments containing items that is/was planned to be replenished into an FBA node.\n * @param {AmazonWarehousingAndDistributionApiGetReplenishmentOrderRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public getReplenishmentOrder(requestParameters: AmazonWarehousingAndDistributionApiGetReplenishmentOrderRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).getReplenishmentOrder(requestParameters.orderId, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves a summary of all the inbound AWD shipments associated with a merchant, with the ability to apply optional filters. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiListInboundShipmentsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public listInboundShipments(requestParameters: AmazonWarehousingAndDistributionApiListInboundShipmentsRequest = {}, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).listInboundShipments(requestParameters.sortBy, requestParameters.sortOrder, requestParameters.shipmentStatus, requestParameters.updatedAfter, requestParameters.updatedBefore, requestParameters.maxResults, requestParameters.nextToken, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Lists AWD inventory associated with a merchant with the ability to apply optional filters. **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).\n * @param {AmazonWarehousingAndDistributionApiListInventoryRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public listInventory(requestParameters: AmazonWarehousingAndDistributionApiListInventoryRequest = {}, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).listInventory(requestParameters.sku, requestParameters.sortOrder, requestParameters.details, requestParameters.nextToken, requestParameters.maxResults, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves all outbound AWD orders (with optional filters) that pertain to a merchant. By default, orders are sorted by the `updatedAt` attribute in descending order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiListOutboundsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public listOutbounds(requestParameters: AmazonWarehousingAndDistributionApiListOutboundsRequest = {}, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).listOutbounds(requestParameters.updatedAfter, requestParameters.updatedBefore, requestParameters.sortOrder, requestParameters.maxResults, requestParameters.nextToken, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Retrieves all the AWD replenishment orders pertaining to a merchant with optional filters. API by default will sort orders by updatedAt attribute in descending order.\n * @param {AmazonWarehousingAndDistributionApiListReplenishmentOrdersRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public listReplenishmentOrders(requestParameters: AmazonWarehousingAndDistributionApiListReplenishmentOrdersRequest = {}, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).listReplenishmentOrders(requestParameters.updatedAfter, requestParameters.updatedBefore, requestParameters.sortOrder, requestParameters.maxResults, requestParameters.nextToken, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Updates an AWD inbound order that is in `DRAFT` status and not yet confirmed. Use this operation to update the `packagesToInbound`, `originAddress` and `preferences` attributes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).\n * @param {AmazonWarehousingAndDistributionApiUpdateInboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public updateInbound(requestParameters: AmazonWarehousingAndDistributionApiUpdateInboundRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).updateInbound(requestParameters.orderId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Updates transport details for an AWD shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiUpdateInboundShipmentTransportDetailsRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public updateInboundShipmentTransportDetails(requestParameters: AmazonWarehousingAndDistributionApiUpdateInboundShipmentTransportDetailsRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).updateInboundShipmentTransportDetails(requestParameters.shipmentId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));\n }\n\n /**\n * Updates an AWD outbound order that is in `DRAFT`, `ELIGIBLE`, or `INELIGIBLE` status. This API allows updates on `productsToOutbound` and `orderPreferences` attributes only. Any updates will restart the outbound order validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).\n * @param {AmazonWarehousingAndDistributionApiUpdateOutboundRequest} requestParameters Request parameters.\n * @param {*} [options] Override http request option.\n * @throws {RequiredError}\n */\n public updateOutbound(requestParameters: AmazonWarehousingAndDistributionApiUpdateOutboundRequest, options?: RawAxiosRequestConfig) {\n return AmazonWarehousingAndDistributionApiFp(this.configuration).updateOutbound(requestParameters.orderId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));\n }\n}\n\nexport const GetInboundShipmentSkuQuantitiesEnum = {\n Show: 'SHOW',\n Hide: 'HIDE',\n} as const;\nexport type GetInboundShipmentSkuQuantitiesEnum = typeof GetInboundShipmentSkuQuantitiesEnum[keyof typeof GetInboundShipmentSkuQuantitiesEnum];\nexport const GetInboundShipmentLabelsPageTypeEnum = {\n PlainPaper: 'PLAIN_PAPER',\n} as const;\nexport type GetInboundShipmentLabelsPageTypeEnum = typeof GetInboundShipmentLabelsPageTypeEnum[keyof typeof GetInboundShipmentLabelsPageTypeEnum];\nexport const GetInboundShipmentLabelsFormatTypeEnum = {\n Pdf: 'PDF',\n} as const;\nexport type GetInboundShipmentLabelsFormatTypeEnum = typeof GetInboundShipmentLabelsFormatTypeEnum[keyof typeof GetInboundShipmentLabelsFormatTypeEnum];\nexport const ListInboundShipmentsSortByEnum = {\n UpdatedAt: 'UPDATED_AT',\n CreatedAt: 'CREATED_AT',\n} as const;\nexport type ListInboundShipmentsSortByEnum = typeof ListInboundShipmentsSortByEnum[keyof typeof ListInboundShipmentsSortByEnum];\nexport const ListInboundShipmentsSortOrderEnum = {\n Ascending: 'ASCENDING',\n Descending: 'DESCENDING',\n} as const;\nexport type ListInboundShipmentsSortOrderEnum = typeof ListInboundShipmentsSortOrderEnum[keyof typeof ListInboundShipmentsSortOrderEnum];\nexport const ListInboundShipmentsShipmentStatusEnum = {\n Created: 'CREATED',\n Shipped: 'SHIPPED',\n InTransit: 'IN_TRANSIT',\n Receiving: 'RECEIVING',\n Delivered: 'DELIVERED',\n Closed: 'CLOSED',\n Cancelled: 'CANCELLED',\n} as const;\nexport type ListInboundShipmentsShipmentStatusEnum = typeof ListInboundShipmentsShipmentStatusEnum[keyof typeof ListInboundShipmentsShipmentStatusEnum];\nexport const ListInventorySortOrderEnum = {\n Ascending: 'ASCENDING',\n Descending: 'DESCENDING',\n} as const;\nexport type ListInventorySortOrderEnum = typeof ListInventorySortOrderEnum[keyof typeof ListInventorySortOrderEnum];\nexport const ListInventoryDetailsEnum = {\n Show: 'SHOW',\n Hide: 'HIDE',\n} as const;\nexport type ListInventoryDetailsEnum = typeof ListInventoryDetailsEnum[keyof typeof ListInventoryDetailsEnum];\nexport const ListOutboundsSortOrderEnum = {\n Ascending: 'ASCENDING',\n Descending: 'DESCENDING',\n} as const;\nexport type ListOutboundsSortOrderEnum = typeof ListOutboundsSortOrderEnum[keyof typeof ListOutboundsSortOrderEnum];\nexport const ListReplenishmentOrdersSortOrderEnum = {\n Ascending: 'ASCENDING',\n Descending: 'DESCENDING',\n} as const;\nexport type ListReplenishmentOrdersSortOrderEnum = typeof ListReplenishmentOrdersSortOrderEnum[keyof typeof ListReplenishmentOrdersSortOrderEnum];\n","/* tslint:disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\ninterface AWSv4Configuration {\n options?: {\n region?: string\n service?: string\n }\n credentials?: {\n accessKeyId?: string\n secretAccessKey?: string,\n sessionToken?: string\n }\n}\n\nexport interface ConfigurationParameters {\n apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);\n username?: string;\n password?: string;\n accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);\n awsv4?: AWSv4Configuration;\n basePath?: string;\n serverIndex?: number;\n baseOptions?: any;\n formDataCtor?: new () => any;\n}\n\nexport class Configuration {\n /**\n * parameter for apiKey security\n * @param name security name\n */\n apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);\n /**\n * parameter for basic security\n */\n username?: string;\n /**\n * parameter for basic security\n */\n password?: string;\n /**\n * parameter for oauth2 security\n * @param name security name\n * @param scopes oauth2 scope\n */\n accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);\n /**\n * parameter for aws4 signature security\n * @param {Object} AWS4Signature - AWS4 Signature security\n * @param {string} options.region - aws region\n * @param {string} options.service - name of the service.\n * @param {string} credentials.accessKeyId - aws access key id\n * @param {string} credentials.secretAccessKey - aws access key\n * @param {string} credentials.sessionToken - aws session token\n * @memberof Configuration\n */\n awsv4?: AWSv4Configuration;\n /**\n * override base path\n */\n basePath?: string;\n /**\n * override server index\n */\n serverIndex?: number;\n /**\n * base options for axios calls\n */\n baseOptions?: any;\n /**\n * The FormData constructor that will be used to create multipart form data\n * requests. You can inject this here so that execution environments that\n * do not support the FormData class can still run the generated client.\n *\n * @type {new () => FormData}\n */\n formDataCtor?: new () => any;\n\n constructor(param: ConfigurationParameters = {}) {\n this.apiKey = param.apiKey;\n this.username = param.username;\n this.password = param.password;\n this.accessToken = param.accessToken;\n this.awsv4 = param.awsv4;\n this.basePath = param.basePath;\n this.serverIndex = param.serverIndex;\n this.baseOptions = {\n ...param.baseOptions,\n headers: {\n ...param.baseOptions?.headers,\n },\n };\n this.formDataCtor = param.formDataCtor;\n }\n\n /**\n * Check if the given MIME is a JSON MIME.\n * JSON MIME examples:\n * application/json\n * application/json; charset=UTF8\n * APPLICATION/JSON\n * application/vnd.company+json\n * @param mime - MIME (Multipurpose Internet Mail Extensions)\n * @return True if the given MIME is JSON, false otherwise.\n */\n public isJsonMime(mime: string): boolean {\n const jsonMime: RegExp = /^(application\\/json|[^;/ \\t]+\\/[^;/ \\t]+[+]json)[ \\t]*(;.*)?$/i;\n return mime !== null && jsonMime.test(mime);\n }\n}\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Denotes the type for the carrier.\n */\n\nexport const CarrierCodeType = {\n Scac: 'SCAC',\n} as const;\n\nexport type CarrierCodeType = typeof CarrierCodeType[keyof typeof CarrierCodeType];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Confirmation Modes supported for Replenishment order creation. By default, the confirmation mode will be set to MANUAL.\n */\n\nexport const ConfirmationMode = {\n Auto: 'AUTO',\n Manual: 'MANUAL',\n} as const;\n\nexport type ConfirmationMode = typeof ConfirmationMode[keyof typeof ConfirmationMode];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Unit of measurement for package dimensions.\n */\n\nexport const DimensionUnitOfMeasurement = {\n Inches: 'INCHES',\n Centimeters: 'CENTIMETERS',\n} as const;\n\nexport type DimensionUnitOfMeasurement = typeof DimensionUnitOfMeasurement[keyof typeof DimensionUnitOfMeasurement];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Type of distribution packages.\n */\n\nexport const DistributionPackageType = {\n Case: 'CASE',\n Pallet: 'PALLET',\n} as const;\n\nexport type DistributionPackageType = typeof DistributionPackageType[keyof typeof DistributionPackageType];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * The label format type extension.\n */\n\nexport const FormatType = {\n Pdf: 'PDF',\n} as const;\n\nexport type FormatType = typeof FormatType[keyof typeof FormatType];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Enum denoting the package inbound eligibility.\n */\n\nexport const InboundEligibilityStatus = {\n Eligible: 'ELIGIBLE',\n Ineligible: 'INELIGIBLE',\n} as const;\n\nexport type InboundEligibilityStatus = typeof InboundEligibilityStatus[keyof typeof InboundEligibilityStatus];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Possible shipment statuses used by shipments.\n */\n\nexport const InboundShipmentStatus = {\n Created: 'CREATED',\n Shipped: 'SHIPPED',\n InTransit: 'IN_TRANSIT',\n Receiving: 'RECEIVING',\n Delivered: 'DELIVERED',\n Closed: 'CLOSED',\n Cancelled: 'CANCELLED',\n} as const;\n\nexport type InboundShipmentStatus = typeof InboundShipmentStatus[keyof typeof InboundShipmentStatus];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * The supported statuses for an inbound order.\n */\n\nexport const InboundStatus = {\n Draft: 'DRAFT',\n Validating: 'VALIDATING',\n Confirmed: 'CONFIRMED',\n Closed: 'CLOSED',\n Expired: 'EXPIRED',\n Cancelled: 'CANCELLED',\n} as const;\n\nexport type InboundStatus = typeof InboundStatus[keyof typeof InboundStatus];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Enum to specify if returned summaries should include additional summarized inventory details and quantities.\n */\n\nexport const InventoryDetailsVisibility = {\n Show: 'SHOW',\n Hide: 'HIDE',\n} as const;\n\nexport type InventoryDetailsVisibility = typeof InventoryDetailsVisibility[keyof typeof InventoryDetailsVisibility];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Unit of measurement for the inventory.\n */\n\nexport const InventoryUnitOfMeasurement = {\n ProductUnits: 'PRODUCT_UNITS',\n Cases: 'CASES',\n Pallets: 'PALLETS',\n} as const;\n\nexport type InventoryUnitOfMeasurement = typeof InventoryUnitOfMeasurement[keyof typeof InventoryUnitOfMeasurement];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * The entity that labels the products. `AMAZON` is not an accepted value in the US marketplace.\n */\n\nexport const LabelOwner = {\n Amazon: 'AMAZON',\n Self: 'SELF',\n} as const;\n\nexport type LabelOwner = typeof LabelOwner[keyof typeof LabelOwner];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * The status of your label.\n */\n\nexport const LabelStatus = {\n Generating: 'GENERATING',\n Generated: 'GENERATED',\n GenerationFailed: 'GENERATION_FAILED',\n NotReady: 'NOT_READY',\n} as const;\n\nexport type LabelStatus = typeof LabelStatus[keyof typeof LabelStatus];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Supported preferences for the distribution order.\n */\n\nexport const OrderPreference = {\n PartialOrder: 'PARTIAL_ORDER',\n} as const;\n\nexport type OrderPreference = typeof OrderPreference[keyof typeof OrderPreference];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Value for the order preference.\n */\n\nexport const OrderPreferenceValue = {\n Set: 'SET',\n Unset: 'UNSET',\n} as const;\n\nexport type OrderPreferenceValue = typeof OrderPreferenceValue[keyof typeof OrderPreferenceValue];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Possible shipment statuses for outbound shipments.\n */\n\nexport const OutboundShipmentStatus = {\n Created: 'CREATED',\n InTransit: 'IN_TRANSIT',\n Delivered: 'DELIVERED',\n Receiving: 'RECEIVING',\n Received: 'RECEIVED',\n Closed: 'CLOSED',\n Cancelled: 'CANCELLED',\n Failed: 'FAILED',\n} as const;\n\nexport type OutboundShipmentStatus = typeof OutboundShipmentStatus[keyof typeof OutboundShipmentStatus];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Statuses supported for an outbound order.\n */\n\nexport const OutboundStatus = {\n Confirmed: 'CONFIRMED',\n Draft: 'DRAFT',\n Eligible: 'ELIGIBLE',\n Executing: 'EXECUTING',\n Failure: 'FAILURE',\n Ineligible: 'INELIGIBLE',\n InventoryOutbound: 'INVENTORY_OUTBOUND',\n Success: 'SUCCESS',\n Validating: 'VALIDATING',\n} as const;\n\nexport type OutboundStatus = typeof OutboundStatus[keyof typeof OutboundStatus];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Label page type.\n */\n\nexport const PageType = {\n PlainPaper: 'PLAIN_PAPER',\n LetterPcpFulfillmentlabel: 'LETTER_PCP_FULFILLMENTLABEL',\n Letter2Horizontal: 'LETTER_2_HORIZONTAL',\n Letter2: 'LETTER_2',\n ThermalNoCarrierRotation: 'THERMAL_NO_CARRIER_ROTATION',\n Thermal: 'THERMAL',\n A4Paper: 'A4_PAPER',\n A42Horizontal: 'A4_2_HORIZONTAL',\n ThermalSquare10Cm: 'THERMAL_SQUARE_10CM',\n} as const;\n\nexport type PageType = typeof PageType[keyof typeof PageType];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * The preparation category for shipping an item to Amazon\\'s fulfillment network.\n */\n\nexport const PrepCategory = {\n Adult: 'ADULT',\n Baby: 'BABY',\n FcProvided: 'FC_PROVIDED',\n Fragile: 'FRAGILE',\n Granular: 'GRANULAR',\n Hanger: 'HANGER',\n Liquid: 'LIQUID',\n Perforated: 'PERFORATED',\n Set: 'SET',\n Sharp: 'SHARP',\n Small: 'SMALL',\n Textile: 'TEXTILE',\n NoPrep: 'NO_PREP',\n Unknown: 'UNKNOWN',\n} as const;\n\nexport type PrepCategory = typeof PrepCategory[keyof typeof PrepCategory];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * The owner of the preparations, if special preparations are required. `AMAZON` is not an accepted value in the US marketplace.\n */\n\nexport const PrepOwner = {\n Amazon: 'AMAZON',\n Self: 'SELF',\n} as const;\n\nexport type PrepOwner = typeof PrepOwner[keyof typeof PrepOwner];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Statuses supported for an replenishment order.\n */\n\nexport const ReplenishmentOrderStatus = {\n Confirmed: 'CONFIRMED',\n Created: 'CREATED',\n Eligible: 'ELIGIBLE',\n Executing: 'EXECUTING',\n Failure: 'FAILURE',\n Ineligible: 'INELIGIBLE',\n InventoryOutbound: 'INVENTORY_OUTBOUND',\n Success: 'SUCCESS',\n Validating: 'VALIDATING',\n} as const;\n\nexport type ReplenishmentOrderStatus = typeof ReplenishmentOrderStatus[keyof typeof ReplenishmentOrderStatus];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Denotes the field name on which the shipments are to be sorted.\n */\n\nexport const ShipmentSortableField = {\n UpdatedAt: 'UPDATED_AT',\n CreatedAt: 'CREATED_AT',\n} as const;\n\nexport type ShipmentSortableField = typeof ShipmentSortableField[keyof typeof ShipmentSortableField];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Enum to specify if returned shipment should include SKU quantity details\n */\n\nexport const SkuQuantitiesVisibility = {\n Show: 'SHOW',\n Hide: 'HIDE',\n} as const;\n\nexport type SkuQuantitiesVisibility = typeof SkuQuantitiesVisibility[keyof typeof SkuQuantitiesVisibility];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Sort order for a collection of items. For example, order or shipment.\n */\n\nexport const SortOrder = {\n Ascending: 'ASCENDING',\n Descending: 'DESCENDING',\n} as const;\n\nexport type SortOrder = typeof SortOrder[keyof typeof SortOrder];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Unit of measurement for the package volume.\n */\n\nexport const VolumeUnitOfMeasurement = {\n CuIn: 'CU_IN',\n Cbm: 'CBM',\n Cc: 'CC',\n} as const;\n\nexport type VolumeUnitOfMeasurement = typeof VolumeUnitOfMeasurement[keyof typeof VolumeUnitOfMeasurement];\n\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * The Selling Partner API for Amazon Warehousing and Distribution\n * The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. \n *\n * The version of the OpenAPI document: 2024-05-09\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\n\n\n/**\n * Unit of measurement for the package weight.\n */\n\nexport const WeightUnitOfMeasurement = {\n Pounds: 'POUNDS',\n Kilograms: 'KILOGRAMS',\n} as const;\n\nexport type WeightUnitOfMeasurement = typeof WeightUnitOfMeasurement[keyof typeof WeightUnitOfMeasurement];\n\n\n\n","import {type ClientConfiguration, createAxiosInstance, type RateLimit} from '@sp-api-sdk/common'\n\nimport {AmazonWarehousingAndDistributionApi, Configuration} from './api-model/index.js'\n\nexport const clientRateLimits: RateLimit[] = [\n {\n method: 'post',\n urlRegex: /^\\/awd\\/2024\\u{2D}05\\u{2D}09\\/inboundOrders$/v,\n rate: 1,\n burst: 1,\n },\n {\n method: 'get',\n urlRegex: /^\\/awd\\/2024\\u{2D}05\\u{2D}09\\/inboundOrders\\/[^\\/]*$/v,\n rate: 2,\n burst: 2,\n },\n {\n method: 'put',\n urlRegex: /^\\/awd\\/2024\\u{2D}05\\u{2D}09\\/inboundOrders\\/[^\\/]*$/v,\n rate: 1,\n burst: 1,\n },\n {\n method: 'post',\n urlRegex: /^\\/awd\\/2024\\u{2D}05\\u{2D}09\\/inboundOrders\\/[^\\/]*\\/cancellation$/v,\n rate: 1,\n burst: 1,\n },\n {\n method: 'post',\n urlRegex: /^\\/awd\\/2024\\u{2D}05\\u{2D}09\\/inboundOrders\\/[^\\/]*\\/confirmation$/v,\n rate: 1,\n burst: 1,\n },\n {\n method: 'get',\n urlRegex: /^\\/awd\\/2024\\u{2D}05\\u{2D}09\\/inboundShipments\\/[^\\/]*$/v,\n rate: 2,\n burst: 2,\n },\n {\n method: 'get',\n urlRegex: /^\\/awd\\/2024\\u{2D}05\\u{2D}09\\/inboundShipments\\/[^\\/]*\\/labels$/v,\n rate: 1,\n burst: 2,\n },\n {\n method: 'get',\n urlRegex: /^\\/awd\\/2024\\u{2D}05\\u{2D}09\\/inboundShipments\\/[^\\/]*\\/labelPageTypes$/v,\n rate: 1,\n burst: 2,\n },\n {\n method: 'put',\n urlRegex: /^\\/awd\\/2024\\u{2D}05\\u{2D}09\\/inboundShipments\\/[^\\/]*\\/transport$/v,\n rate: 1,\n burst: 1,\n },\n {\n method: 'post',\n urlRegex: /^\\/awd\\/2024\\u{2D}05\\u{2D}09\\/inboundEligibility$/v,\n rate: 1,\n burst: 1,\n },\n {\n method: 'get',\n urlRegex: /^\\/awd\\/2024\\u{2D}05\\u{2D}09\\/inboundShipments$/v,\n rate: 1,\n burst: 1,\n },\n {\n method: 'get',\n urlRegex: /^\\/awd\\/2024\\u{2D}05\\u{2D}09\\/inventory$/v,\n rate: 2,\n burst: 2,\n },\n {\n method: 'get',\n urlRegex: /^\\/awd\\/2024\\u{2D}05\\u{2D}09\\/outboundOrders$/v,\n rate: 1,\n burst: 1,\n },\n {\n method: 'post',\n urlRegex: /^\\/awd\\/2024\\u{2D}05\\u{2D}09\\/outboundOrders$/v,\n rate: 1,\n burst: 1,\n },\n {\n method: 'get',\n urlRegex: /^\\/awd\\/2024\\u{2D}05\\u{2D}09\\/outboundOrders\\/[^\\/]*$/v,\n rate: 1,\n burst: 1,\n },\n {\n method: 'put',\n urlRegex: /^\\/awd\\/2024\\u{2D}05\\u{2D}09\\/outboundOrders\\/[^\\/]*$/v,\n rate: 1,\n burst: 1,\n },\n {\n method: 'post',\n urlRegex: /^\\/awd\\/2024\\u{2D}05\\u{2D}09\\/outboundOrders\\/[^\\/]*\\/confirmation$/v,\n rate: 1,\n burst: 1,\n },\n]\n\nexport class AmazonWarehousingAndDistributionApiClient extends AmazonWarehousingAndDistributionApi {\n constructor(configuration: ClientConfiguration) {\n const {axios, endpoint} = createAxiosInstance(configuration, clientRateLimits)\n\n super(new Configuration(), endpoint, axios)\n }\n}\n"],"mappings":"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"}