@amazon-sp-api-release/amazon-sp-api-sdk-js 1.5.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/helper/DefaultRateLimitMap.mjs +14 -1
- package/index.js +3 -0
- package/package.json +1 -1
- package/src/catalogitems_v2022_04_01/model/ErrorList.d.ts +1 -1
- package/src/catalogitems_v2022_04_01/model/ErrorList.js +2 -1
- package/src/catalogitems_v2022_04_01/model/ItemSearchResults.d.ts +11 -5
- package/src/catalogitems_v2022_04_01/model/ItemSearchResults.d.ts.map +1 -1
- package/src/catalogitems_v2022_04_01/model/ItemSearchResults.js +1 -5
- package/src/easyship_v2022_03_23/api/EasyShipApi.d.ts +2 -2
- package/src/easyship_v2022_03_23/api/EasyShipApi.js +2 -2
- package/src/easyship_v2022_03_23/model/HandoverMethod.d.ts +4 -4
- package/src/easyship_v2022_03_23/model/HandoverMethod.js +4 -4
- package/src/easyship_v2022_03_23/model/UnitOfLength.d.ts +2 -2
- package/src/easyship_v2022_03_23/model/UnitOfLength.js +2 -2
- package/src/easyship_v2022_03_23/model/UnitOfWeight.d.ts +4 -4
- package/src/easyship_v2022_03_23/model/UnitOfWeight.js +4 -4
- package/src/externalfulfillmentinventory_v2024_09_11/ApiClient.d.ts +260 -0
- package/src/externalfulfillmentinventory_v2024_09_11/ApiClient.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/ApiClient.js +827 -0
- package/src/externalfulfillmentinventory_v2024_09_11/api/BatchInventoryApi.d.ts +42 -0
- package/src/externalfulfillmentinventory_v2024_09_11/api/BatchInventoryApi.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/api/BatchInventoryApi.js +110 -0
- package/src/externalfulfillmentinventory_v2024_09_11/index.d.ts +16 -0
- package/src/externalfulfillmentinventory_v2024_09_11/index.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/index.js +119 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/ActionableError.d.ts +28 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/ActionableError.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/ActionableError.js +71 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/BatchInventoryRequest.d.ts +23 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/BatchInventoryRequest.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/BatchInventoryRequest.js +64 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/BatchInventoryResponse.d.ts +23 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/BatchInventoryResponse.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/BatchInventoryResponse.js +64 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/Error.d.ts +33 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/Error.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/Error.js +83 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/ErrorList.d.ts +26 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/ErrorList.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/ErrorList.js +66 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/HttpMethod.d.ts +24 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/HttpMethod.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/HttpMethod.js +42 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/HttpStatusLine.d.ts +28 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/HttpStatusLine.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/HttpStatusLine.js +71 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryRequest.d.ts +34 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryRequest.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryRequest.js +83 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryRequestParams.d.ts +34 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryRequestParams.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryRequestParams.js +79 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryResponse.d.ts +29 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryResponse.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryResponse.js +75 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryResponseBody.d.ts +59 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryResponseBody.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryResponseBody.js +112 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/MarketplaceAttributes.d.ts +39 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/MarketplaceAttributes.d.ts.map +1 -0
- package/src/externalfulfillmentinventory_v2024_09_11/model/MarketplaceAttributes.js +97 -0
- package/src/externalfulfillmentreturns_v2024_09_11/ApiClient.d.ts +260 -0
- package/src/externalfulfillmentreturns_v2024_09_11/ApiClient.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/ApiClient.js +827 -0
- package/src/externalfulfillmentreturns_v2024_09_11/api/ReturnRetrievalApi.d.ts +104 -0
- package/src/externalfulfillmentreturns_v2024_09_11/api/ReturnRetrievalApi.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/api/ReturnRetrievalApi.js +189 -0
- package/src/externalfulfillmentreturns_v2024_09_11/index.d.ts +16 -0
- package/src/externalfulfillmentreturns_v2024_09_11/index.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/index.js +119 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/Error.d.ts +33 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/Error.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/Error.js +83 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ErrorList.d.ts +26 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ErrorList.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ErrorList.js +66 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/InvoiceInformation.d.ts +25 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/InvoiceInformation.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/InvoiceInformation.js +65 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/MarketplaceChannel.d.ts +28 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/MarketplaceChannel.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/MarketplaceChannel.js +71 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/MarketplaceChannelDetails.d.ts +58 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/MarketplaceChannelDetails.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/MarketplaceChannelDetails.js +111 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/OtpDetails.d.ts +27 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/OtpDetails.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/OtpDetails.js +75 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ReplanningDetails.d.ts +23 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ReplanningDetails.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ReplanningDetails.js +64 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/Return.d.ts +138 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/Return.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/Return.js +363 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnMetadata.d.ts +43 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnMetadata.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnMetadata.js +89 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnShippingInfo.d.ts +39 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnShippingInfo.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnShippingInfo.js +86 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnsResponse.d.ts +29 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnsResponse.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnsResponse.js +72 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/TrackingInfo.d.ts +27 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/TrackingInfo.d.ts.map +1 -0
- package/src/externalfulfillmentreturns_v2024_09_11/model/TrackingInfo.js +75 -0
- package/src/externalfulfillmentshipments_v2024_09_11/ApiClient.d.ts +260 -0
- package/src/externalfulfillmentshipments_v2024_09_11/ApiClient.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/ApiClient.js +827 -0
- package/src/externalfulfillmentshipments_v2024_09_11/api/ShipmentProcessingApi.d.ts +178 -0
- package/src/externalfulfillmentshipments_v2024_09_11/api/ShipmentProcessingApi.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/api/ShipmentProcessingApi.js +521 -0
- package/src/externalfulfillmentshipments_v2024_09_11/api/ShipmentRetrievalApi.d.ts +86 -0
- package/src/externalfulfillmentshipments_v2024_09_11/api/ShipmentRetrievalApi.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/api/ShipmentRetrievalApi.js +182 -0
- package/src/externalfulfillmentshipments_v2024_09_11/index.d.ts +62 -0
- package/src/externalfulfillmentshipments_v2024_09_11/index.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/index.js +441 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Address.d.ts +103 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Address.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Address.js +169 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Amount.d.ts +27 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Amount.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Amount.js +75 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Cancellation.d.ts +46 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Cancellation.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Cancellation.js +119 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Charge.d.ts +52 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Charge.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Charge.js +140 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ChargeBreakup.d.ts +30 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ChargeBreakup.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ChargeBreakup.js +83 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ComplianceAttributes.d.ts +32 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ComplianceAttributes.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ComplianceAttributes.js +92 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/CourierSupportedAttributes.d.ts +27 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/CourierSupportedAttributes.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/CourierSupportedAttributes.js +75 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/CustomAttribute.d.ts +34 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/CustomAttribute.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/CustomAttribute.js +79 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/CustomAttributeType.d.ts +39 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/CustomAttributeType.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/CustomAttributeType.js +60 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Dimension.d.ts +37 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Dimension.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Dimension.js +95 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Document.d.ts +40 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Document.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Document.js +103 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/DocumentV2.d.ts +25 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/DocumentV2.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/DocumentV2.js +65 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Error.d.ts +33 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Error.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Error.js +83 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ErrorList.d.ts +26 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ErrorList.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ErrorList.js +66 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/GiftAttributes.d.ts +41 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/GiftAttributes.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/GiftAttributes.js +91 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceInfo.d.ts +27 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceInfo.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceInfo.js +75 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceRequirement.d.ts +47 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceRequirement.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceRequirement.js +117 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceResponse.d.ts +26 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceResponse.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceResponse.js +65 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/LineItem.d.ts +31 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/LineItem.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/LineItem.js +73 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/LineItemWithReason.d.ts +42 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/LineItemWithReason.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/LineItemWithReason.js +93 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/MarketplaceAttributes.d.ts +49 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/MarketplaceAttributes.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/MarketplaceAttributes.js +111 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/OriginalLineItem.d.ts +30 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/OriginalLineItem.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/OriginalLineItem.js +86 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Package.d.ts +75 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Package.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Package.js +190 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageDeliveryStatus.d.ts +34 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageDeliveryStatus.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageDeliveryStatus.js +79 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageDimensions.d.ts +30 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageDimensions.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageDimensions.js +83 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageLineItem.d.ts +51 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageLineItem.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageLineItem.js +107 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageShipLabel.d.ts +46 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageShipLabel.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageShipLabel.js +95 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageStatus.d.ts +44 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageStatus.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageStatus.js +66 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageSubStatus.d.ts +34 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageSubStatus.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackageSubStatus.js +54 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Packages.d.ts +26 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Packages.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Packages.js +66 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackingSlipRequirement.d.ts +46 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackingSlipRequirement.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PackingSlipRequirement.js +111 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Pagination.d.ts +22 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Pagination.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Pagination.js +63 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PartyIdentificationInfo.d.ts +51 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PartyIdentificationInfo.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PartyIdentificationInfo.js +123 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PieceType.d.ts +24 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PieceType.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PieceType.js +42 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PresenceStatus.d.ts +24 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PresenceStatus.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/PresenceStatus.js +42 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Priority.d.ts +24 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Priority.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Priority.js +42 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/RecommendedPackage.d.ts +32 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/RecommendedPackage.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/RecommendedPackage.js +86 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/RecommendedPackageLineItem.d.ts +25 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/RecommendedPackageLineItem.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/RecommendedPackageLineItem.js +65 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ReplacedShipmentInfo.d.ts +37 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ReplacedShipmentInfo.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ReplacedShipmentInfo.js +94 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/RequirementLevel.d.ts +24 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/RequirementLevel.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/RequirementLevel.js +42 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelMetadata.d.ts +44 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelMetadata.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelMetadata.js +98 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelsInput.d.ts +31 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelsInput.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelsInput.js +73 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelsResponse.d.ts +26 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelsResponse.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelsResponse.js +66 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Shipment.d.ts +122 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Shipment.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Shipment.js +369 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentAcknowledgementRequest.d.ts +32 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentAcknowledgementRequest.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentAcknowledgementRequest.js +74 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentInfo.d.ts +75 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentInfo.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentInfo.js +173 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentLineItem.d.ts +103 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentLineItem.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentLineItem.js +196 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentRequirements.d.ts +29 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentRequirements.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentRequirements.js +75 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentsResponse.d.ts +29 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentsResponse.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentsResponse.js +72 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingInfo.d.ts +60 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingInfo.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingInfo.js +118 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingOptions.d.ts +56 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingOptions.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingOptions.js +130 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingOptionsResponse.d.ts +28 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingOptionsResponse.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingOptionsResponse.js +71 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Status.d.ts +24 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Status.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Status.js +42 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Tax.d.ts +55 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Tax.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Tax.js +143 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/TaxRegistrationInfo.d.ts +50 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/TaxRegistrationInfo.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/TaxRegistrationInfo.js +107 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/TimeWindow.d.ts +43 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/TimeWindow.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/TimeWindow.js +103 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Weight.d.ts +37 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Weight.d.ts.map +1 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Weight.js +95 -0
- package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.d.ts +0 -18
- package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.d.ts.map +1 -1
- package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.js +0 -64
- package/src/fulfillmentinbound_v2024_03_20/index.d.ts +1 -5
- package/src/fulfillmentinbound_v2024_03_20/index.d.ts.map +1 -1
- package/src/fulfillmentinbound_v2024_03_20/index.js +0 -28
- package/src/fulfillmentoutbound_v2020_07_01/model/Address.d.ts +7 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/Address.d.ts.map +1 -1
- package/src/fulfillmentoutbound_v2020_07_01/model/Address.js +1 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryDocument.d.ts +1 -1
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryDocument.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSettings.d.ts +1 -1
- package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSettings.js +2 -2
- package/src/merchantfulfillment_v0/index.d.ts +4 -1
- package/src/merchantfulfillment_v0/index.d.ts.map +1 -1
- package/src/merchantfulfillment_v0/index.js +21 -0
- package/src/merchantfulfillment_v0/model/RateItem.d.ts +44 -0
- package/src/merchantfulfillment_v0/model/RateItem.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/RateItem.js +89 -0
- package/src/merchantfulfillment_v0/model/RateItemID.d.ts +19 -0
- package/src/merchantfulfillment_v0/model/RateItemID.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/RateItemID.js +36 -0
- package/src/merchantfulfillment_v0/model/RateItemType.d.ts +19 -0
- package/src/merchantfulfillment_v0/model/RateItemType.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/RateItemType.js +36 -0
- package/src/merchantfulfillment_v0/model/ShippingService.d.ts +10 -1
- package/src/merchantfulfillment_v0/model/ShippingService.d.ts.map +1 -1
- package/src/merchantfulfillment_v0/model/ShippingService.js +19 -1
- package/src/orders_v0/model/Address.d.ts +3 -6
- package/src/orders_v0/model/Address.d.ts.map +1 -1
- package/src/orders_v0/model/Address.js +1 -3
- package/src/vendordforders_v2021_12_28/model/OrderDetails.d.ts +6 -0
- package/src/vendordforders_v2021_12_28/model/OrderDetails.d.ts.map +1 -1
- package/src/vendordforders_v2021_12_28/model/OrderDetails.js +8 -0
- package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierInput.d.ts +0 -34
- package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierInput.d.ts.map +0 -1
- package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierInput.js +0 -83
- package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierType.d.ts +0 -24
- package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierType.d.ts.map +0 -1
- package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierType.js +0 -42
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersRequest.d.ts +0 -26
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersRequest.d.ts.map +0 -1
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersRequest.js +0 -66
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersResponse.d.ts +0 -25
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersResponse.d.ts.map +0 -1
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersResponse.js +0 -65
|
@@ -23,16 +23,18 @@ export class ShippingService {
|
|
|
23
23
|
* @param shippingServiceOfferId {String} An Amazon-defined shipping service offer identifier.
|
|
24
24
|
* @param shipDate {Date} Date-time formatted timestamp.
|
|
25
25
|
* @param rate {CurrencyAmount}
|
|
26
|
+
* @param rateWithAdjustments {CurrencyAmount}
|
|
26
27
|
* @param shippingServiceOptions {ShippingServiceOptions}
|
|
27
28
|
* @param requiresAdditionalSellerInputs {Boolean} When true, additional seller inputs are required.
|
|
28
29
|
*/
|
|
29
|
-
constructor(shippingServiceName: string, carrierName: string, shippingServiceId: string, shippingServiceOfferId: string, shipDate: Date, rate: CurrencyAmount, shippingServiceOptions: ShippingServiceOptions, requiresAdditionalSellerInputs: boolean);
|
|
30
|
+
constructor(shippingServiceName: string, carrierName: string, shippingServiceId: string, shippingServiceOfferId: string, shipDate: Date, rate: CurrencyAmount, rateWithAdjustments: CurrencyAmount, shippingServiceOptions: ShippingServiceOptions, requiresAdditionalSellerInputs: boolean);
|
|
30
31
|
shippingServiceName: string;
|
|
31
32
|
carrierName: string;
|
|
32
33
|
shippingServiceId: string;
|
|
33
34
|
shippingServiceOfferId: string;
|
|
34
35
|
shipDate: Date;
|
|
35
36
|
rate: CurrencyAmount;
|
|
37
|
+
rateWithAdjustments: CurrencyAmount;
|
|
36
38
|
shippingServiceOptions: ShippingServiceOptions;
|
|
37
39
|
requiresAdditionalSellerInputs: boolean;
|
|
38
40
|
/**
|
|
@@ -47,6 +49,12 @@ export class ShippingService {
|
|
|
47
49
|
* @type {Date}
|
|
48
50
|
*/
|
|
49
51
|
latestEstimatedDeliveryDate: Date;
|
|
52
|
+
/**
|
|
53
|
+
* List of adjustments.
|
|
54
|
+
* @member {[RateItem]} adjustmentItemList
|
|
55
|
+
* @type {[RateItem]}
|
|
56
|
+
*/
|
|
57
|
+
adjustmentItemList: [RateItem];
|
|
50
58
|
/**
|
|
51
59
|
* @member {AvailableShippingServiceOptions} availableShippingServiceOptions
|
|
52
60
|
* @type {AvailableShippingServiceOptions}
|
|
@@ -72,6 +80,7 @@ export class ShippingService {
|
|
|
72
80
|
}
|
|
73
81
|
import { CurrencyAmount } from './CurrencyAmount.js';
|
|
74
82
|
import { ShippingServiceOptions } from './ShippingServiceOptions.js';
|
|
83
|
+
import { RateItem } from './RateItem.js';
|
|
75
84
|
import { AvailableShippingServiceOptions } from './AvailableShippingServiceOptions.js';
|
|
76
85
|
import { LabelFormat } from './LabelFormat.js';
|
|
77
86
|
import { LabelFormatOption } from './LabelFormatOption.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ShippingService.d.ts","sourceRoot":"","sources":["ShippingService.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ShippingService.d.ts","sourceRoot":"","sources":["ShippingService.js"],"names":[],"mappings":"AAsBA;;;;GAIG;AACH;IA4BE;;;;;;OAMG;IACH,2CAHW,eAAe,GACd,eAAe,CAkC1B;IAlED;;;;;;;;;;;;;;OAcG;IACH,mIANoB,IAAI,QACR,cAAc,uBACC,cAAc,0BACX,sBAAsB,2CAavD;IATC,4BAA8C;IAC9C,oBAA8B;IAC9B,0BAA0C;IAC1C,+BAAoD;IACpD,eAAwB;IACxB,qBAAgB;IAChB,oCAA8C;IAC9C,+CAAoD;IACpD,wCAAoE;IAgFxE;;;;OAIG;IACH,+BAFU,IAAI,CAEyC;IAEvD;;;;OAIG;IACH,6BAFU,IAAI,CAEuC;IAcrD;;;;OAIG;IACH,oBAFU,CAAC,QAAQ,CAAC,CAEwB;IAQ5C;;;OAGG;IACH,iCAFU,+BAA+B,CAEgB;IAEzD;;;;OAIG;IACH,uBAFU,CAAC,WAAW,CAAC,CAEwB;IAE/C;;;;OAIG;IACH,gCAFU,CAAC,iBAAiB,CAAC,CAE2B;IASxD;;;OAGG;IACH,UAFU,QAAQ,CAEgB;CA3GjC;+BA/E8B,qBAAqB;uCAIb,6BAA6B;yBAD3C,eAAe;gDALQ,sCAAsC;4BAG1D,kBAAkB;kCACZ,wBAAwB;yBAHjC,eAAe"}
|
|
@@ -17,6 +17,7 @@ import { Benefits } from './Benefits.js'
|
|
|
17
17
|
import { CurrencyAmount } from './CurrencyAmount.js'
|
|
18
18
|
import { LabelFormat } from './LabelFormat.js'
|
|
19
19
|
import { LabelFormatOption } from './LabelFormatOption.js'
|
|
20
|
+
import { RateItem } from './RateItem.js'
|
|
20
21
|
import { ShippingServiceOptions } from './ShippingServiceOptions.js'
|
|
21
22
|
|
|
22
23
|
/**
|
|
@@ -36,16 +37,18 @@ export class ShippingService {
|
|
|
36
37
|
* @param shippingServiceOfferId {String} An Amazon-defined shipping service offer identifier.
|
|
37
38
|
* @param shipDate {Date} Date-time formatted timestamp.
|
|
38
39
|
* @param rate {CurrencyAmount}
|
|
40
|
+
* @param rateWithAdjustments {CurrencyAmount}
|
|
39
41
|
* @param shippingServiceOptions {ShippingServiceOptions}
|
|
40
42
|
* @param requiresAdditionalSellerInputs {Boolean} When true, additional seller inputs are required.
|
|
41
43
|
*/
|
|
42
|
-
constructor (shippingServiceName, carrierName, shippingServiceId, shippingServiceOfferId, shipDate, rate, shippingServiceOptions, requiresAdditionalSellerInputs) {
|
|
44
|
+
constructor (shippingServiceName, carrierName, shippingServiceId, shippingServiceOfferId, shipDate, rate, rateWithAdjustments, shippingServiceOptions, requiresAdditionalSellerInputs) {
|
|
43
45
|
this.shippingServiceName = shippingServiceName
|
|
44
46
|
this.carrierName = carrierName
|
|
45
47
|
this.shippingServiceId = shippingServiceId
|
|
46
48
|
this.shippingServiceOfferId = shippingServiceOfferId
|
|
47
49
|
this.shipDate = shipDate
|
|
48
50
|
this.rate = rate
|
|
51
|
+
this.rateWithAdjustments = rateWithAdjustments
|
|
49
52
|
this.shippingServiceOptions = shippingServiceOptions
|
|
50
53
|
this.requiresAdditionalSellerInputs = requiresAdditionalSellerInputs
|
|
51
54
|
}
|
|
@@ -79,6 +82,8 @@ export class ShippingService {
|
|
|
79
82
|
if (data.hasOwnProperty('EarliestEstimatedDeliveryDate')) { obj.earliestEstimatedDeliveryDate = ApiClient.convertToType(data.EarliestEstimatedDeliveryDate, 'Date') }
|
|
80
83
|
if (data.hasOwnProperty('LatestEstimatedDeliveryDate')) { obj.latestEstimatedDeliveryDate = ApiClient.convertToType(data.LatestEstimatedDeliveryDate, 'Date') }
|
|
81
84
|
if (data.hasOwnProperty('Rate')) { obj.rate = CurrencyAmount.constructFromObject(data.Rate) }
|
|
85
|
+
if (data.hasOwnProperty('RateWithAdjustments')) { obj.rateWithAdjustments = CurrencyAmount.constructFromObject(data.RateWithAdjustments) }
|
|
86
|
+
if (data.hasOwnProperty('AdjustmentItemList')) { obj.adjustmentItemList = ApiClient.convertToType(data.AdjustmentItemList, [RateItem]) }
|
|
82
87
|
if (data.hasOwnProperty('ShippingServiceOptions')) { obj.shippingServiceOptions = ShippingServiceOptions.constructFromObject(data.ShippingServiceOptions) }
|
|
83
88
|
if (data.hasOwnProperty('AvailableShippingServiceOptions')) { obj.availableShippingServiceOptions = AvailableShippingServiceOptions.constructFromObject(data.AvailableShippingServiceOptions) }
|
|
84
89
|
if (data.hasOwnProperty('AvailableLabelFormats')) { obj.availableLabelFormats = ApiClient.convertToType(data.AvailableLabelFormats, [LabelFormat]) }
|
|
@@ -145,6 +150,19 @@ ShippingService.prototype.latestEstimatedDeliveryDate = undefined
|
|
|
145
150
|
*/
|
|
146
151
|
ShippingService.prototype.rate = undefined
|
|
147
152
|
|
|
153
|
+
/**
|
|
154
|
+
* @member {CurrencyAmount} rateWithAdjustments
|
|
155
|
+
* @type {CurrencyAmount}
|
|
156
|
+
*/
|
|
157
|
+
ShippingService.prototype.rateWithAdjustments = undefined
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* List of adjustments.
|
|
161
|
+
* @member {[RateItem]} adjustmentItemList
|
|
162
|
+
* @type {[RateItem]}
|
|
163
|
+
*/
|
|
164
|
+
ShippingService.prototype.adjustmentItemList = undefined
|
|
165
|
+
|
|
148
166
|
/**
|
|
149
167
|
* @member {ShippingServiceOptions} shippingServiceOptions
|
|
150
168
|
* @type {ShippingServiceOptions}
|
|
@@ -13,13 +13,10 @@ export class Address {
|
|
|
13
13
|
*/
|
|
14
14
|
static constructFromObject(data: any, obj: Address): Address;
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* @
|
|
19
|
-
* @class
|
|
20
|
-
* @param name {String} The name.
|
|
16
|
+
* The name.
|
|
17
|
+
* @member {String} name
|
|
18
|
+
* @type {String}
|
|
21
19
|
*/
|
|
22
|
-
constructor(name: string);
|
|
23
20
|
name: string;
|
|
24
21
|
/**
|
|
25
22
|
* The company name of the recipient. **Note**: This attribute is only available for shipping address.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Address.d.ts","sourceRoot":"","sources":["Address.js"],"names":[],"mappings":"AAgBA;;;;GAIG;AACH;
|
|
1
|
+
{"version":3,"file":"Address.d.ts","sourceRoot":"","sources":["Address.js"],"names":[],"mappings":"AAgBA;;;;GAIG;AACH;IAUE;;;;;;OAMG;IACH,2CAHW,OAAO,GACN,OAAO,CAiClB;IAGH;;;;OAIG;IACH,aAAsB;IAEtB;;;;OAIG;IACH,oBAA6B;IAE7B;;;;OAIG;IACH,qBAA8B;IAE9B;;;;OAIG;IACH,qBAA8B;IAE9B;;;;OAIG;IACH,qBAA8B;IAE9B;;;;OAIG;IACH,aAAsB;IAEtB;;;;OAIG;IACH,eAAwB;IAExB;;;;OAIG;IACH,iBAA0B;IAE1B;;;;OAIG;IACH,sBAA+B;IAE/B;;;;OAIG;IACH,qBAA8B;IAE9B;;;;OAIG;IACH,mBAA4B;IAE5B;;;;OAIG;IACH,oBAA6B;IAE7B;;;;OAIG;IACH,cAAuB;IAEvB;;;OAGG;IACH,gBAFU,qBAAqB,CAEC;IAsBhC;;;;OAIG;IACH,oBAA6B;CA5H5B;;;;;;;;;;;sCAxDqC,4BAA4B"}
|
|
@@ -46,6 +46,12 @@ export class OrderDetails {
|
|
|
46
46
|
* @type {TaxItemDetails}
|
|
47
47
|
*/
|
|
48
48
|
taxTotal: TaxItemDetails;
|
|
49
|
+
/**
|
|
50
|
+
* When `true`, the order contains customizable items.
|
|
51
|
+
* @member {Boolean} hasCustomizableItems
|
|
52
|
+
* @type {Boolean}
|
|
53
|
+
*/
|
|
54
|
+
hasCustomizableItems: boolean;
|
|
49
55
|
}
|
|
50
56
|
export namespace OrderDetails {
|
|
51
57
|
namespace OrderStatusEnum {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrderDetails.d.ts","sourceRoot":"","sources":["OrderDetails.js"],"names":[],"mappings":"AAoBA;;;;GAIG;AACH;IA0BE;;;;;;OAMG;IACH,2CAHW,YAAY,GACX,YAAY,
|
|
1
|
+
{"version":3,"file":"OrderDetails.d.ts","sourceRoot":"","sources":["OrderDetails.js"],"names":[],"mappings":"AAoBA;;;;GAIG;AACH;IA0BE;;;;;;OAMG;IACH,2CAHW,YAAY,GACX,YAAY,CA6BvB;IA3DD;;;;;;;;;;;;;OAaG;IACH,oDARqB,IAAI,mBACE,eAAe,gBAClB,mBAAmB,iBAClB,mBAAmB,eACrB,OAAO,eACP,mBAAmB,SACzB,CAAC,SAAS,CAAC,EAW3B;IARC,4BAA8C;IAC9C,gBAA0B;IAC1B,iCAAsC;IACtC,kCAAgC;IAChC,mCAAkC;IAClC,qBAA8B;IAC9B,iCAA8B;IAC9B,mBAAkB;IAsFtB;;;;OAIG;IACH,oBAAkC;IAQlC;;;OAGG;IACH,UAFU,cAAc,CAEO;IA0B/B;;;;OAIG;IACH,8BAA2C;CAhG1C;;;;;;;;;;;;;gCArE+B,sBAAsB;oCADlB,0BAA0B;wBAFtC,cAAc;0BACZ,gBAAgB;+BAGX,qBAAqB"}
|
|
@@ -79,6 +79,7 @@ export class OrderDetails {
|
|
|
79
79
|
if (data.hasOwnProperty('shipFromParty')) { obj.shipFromParty = PartyIdentification.constructFromObject(data.shipFromParty) }
|
|
80
80
|
if (data.hasOwnProperty('shipToParty')) { obj.shipToParty = Address.constructFromObject(data.shipToParty) }
|
|
81
81
|
if (data.hasOwnProperty('billToParty')) { obj.billToParty = PartyIdentification.constructFromObject(data.billToParty) }
|
|
82
|
+
if (data.hasOwnProperty('hasCustomizableItems')) { obj.hasCustomizableItems = ApiClient.convertToType(data.hasCustomizableItems, 'Boolean') }
|
|
82
83
|
if (data.hasOwnProperty('items')) { obj.items = ApiClient.convertToType(data.items, [OrderItem]) }
|
|
83
84
|
}
|
|
84
85
|
return obj
|
|
@@ -174,6 +175,13 @@ OrderDetails.prototype.shipToParty = undefined
|
|
|
174
175
|
*/
|
|
175
176
|
OrderDetails.prototype.billToParty = undefined
|
|
176
177
|
|
|
178
|
+
/**
|
|
179
|
+
* When `true`, the order contains customizable items.
|
|
180
|
+
* @member {Boolean} hasCustomizableItems
|
|
181
|
+
* @type {Boolean}
|
|
182
|
+
*/
|
|
183
|
+
OrderDetails.prototype.hasCustomizableItems = undefined
|
|
184
|
+
|
|
177
185
|
/**
|
|
178
186
|
* A list of items in this purchase order.
|
|
179
187
|
* @member {[OrderItem]} items
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The BoxIdentifierInput model module.
|
|
3
|
-
* @module fulfillmentinbound_v2024_03_20/model/BoxIdentifierInput
|
|
4
|
-
* @version 2024-03-20
|
|
5
|
-
*/
|
|
6
|
-
export class BoxIdentifierInput {
|
|
7
|
-
/**
|
|
8
|
-
* Constructs a <code>BoxIdentifierInput</code> from a plain JavaScript object, optionally creating a new instance.
|
|
9
|
-
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
10
|
-
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
11
|
-
* @param {BoxIdentifierInput} obj Optional instance to populate.
|
|
12
|
-
* @return {BoxIdentifierInput} The populated <code>BoxIdentifierInput</code> instance.
|
|
13
|
-
*/
|
|
14
|
-
static constructFromObject(data: any, obj: BoxIdentifierInput): BoxIdentifierInput;
|
|
15
|
-
/**
|
|
16
|
-
* Constructs a new <code>BoxIdentifierInput</code>.
|
|
17
|
-
* Input information for updating a box identifier.
|
|
18
|
-
* @alias module:fulfillmentinbound_v2024_03_20/model/BoxIdentifierInput
|
|
19
|
-
* @class
|
|
20
|
-
* @param externalContainerIdentifierType {BoxIdentifierType}
|
|
21
|
-
* @param packageId {String} Primary key to uniquely identify a Box Package.
|
|
22
|
-
*/
|
|
23
|
-
constructor(externalContainerIdentifierType: BoxIdentifierType, packageId: string);
|
|
24
|
-
externalContainerIdentifierType: BoxIdentifierType;
|
|
25
|
-
packageId: string;
|
|
26
|
-
/**
|
|
27
|
-
* The custom identifier for a certain box.
|
|
28
|
-
* @member {String} externalContainerIdentifier
|
|
29
|
-
* @type {String}
|
|
30
|
-
*/
|
|
31
|
-
externalContainerIdentifier: string;
|
|
32
|
-
}
|
|
33
|
-
import { BoxIdentifierType } from './BoxIdentifierType.js';
|
|
34
|
-
//# sourceMappingURL=BoxIdentifierInput.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BoxIdentifierInput.d.ts","sourceRoot":"","sources":["BoxIdentifierInput.js"],"names":[],"mappings":"AAgBA;;;;GAIG;AACH;IAcE;;;;;;OAMG;IACH,2CAHW,kBAAkB,GACjB,kBAAkB,CAqB7B;IAvCD;;;;;;;OAOG;IACH,6CAH2C,iBAAiB,qBAM3D;IAFC,mDAAsE;IACtE,kBAA0B;IAgC9B;;;;OAIG;IACH,oCAAwD;CAPvD;kCAhDiC,wBAAwB"}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The Selling Partner API for FBA inbound operations.
|
|
3
|
-
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon's fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2024-03-20
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
import { ApiClient } from '../ApiClient.js'
|
|
15
|
-
import { BoxIdentifierType } from './BoxIdentifierType.js'
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* The BoxIdentifierInput model module.
|
|
19
|
-
* @module fulfillmentinbound_v2024_03_20/model/BoxIdentifierInput
|
|
20
|
-
* @version 2024-03-20
|
|
21
|
-
*/
|
|
22
|
-
export class BoxIdentifierInput {
|
|
23
|
-
/**
|
|
24
|
-
* Constructs a new <code>BoxIdentifierInput</code>.
|
|
25
|
-
* Input information for updating a box identifier.
|
|
26
|
-
* @alias module:fulfillmentinbound_v2024_03_20/model/BoxIdentifierInput
|
|
27
|
-
* @class
|
|
28
|
-
* @param externalContainerIdentifierType {BoxIdentifierType}
|
|
29
|
-
* @param packageId {String} Primary key to uniquely identify a Box Package.
|
|
30
|
-
*/
|
|
31
|
-
constructor (externalContainerIdentifierType, packageId) {
|
|
32
|
-
this.externalContainerIdentifierType = externalContainerIdentifierType
|
|
33
|
-
this.packageId = packageId
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* Constructs a <code>BoxIdentifierInput</code> from a plain JavaScript object, optionally creating a new instance.
|
|
38
|
-
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
39
|
-
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
40
|
-
* @param {BoxIdentifierInput} obj Optional instance to populate.
|
|
41
|
-
* @return {BoxIdentifierInput} The populated <code>BoxIdentifierInput</code> instance.
|
|
42
|
-
*/
|
|
43
|
-
static constructFromObject (data, obj) {
|
|
44
|
-
if (data) {
|
|
45
|
-
switch (typeof data) {
|
|
46
|
-
case 'string':
|
|
47
|
-
obj = String(data)
|
|
48
|
-
break
|
|
49
|
-
case 'number':
|
|
50
|
-
obj = Number(data)
|
|
51
|
-
break
|
|
52
|
-
case 'boolean':
|
|
53
|
-
obj = Boolean(data)
|
|
54
|
-
break
|
|
55
|
-
}
|
|
56
|
-
obj = obj || new BoxIdentifierInput()
|
|
57
|
-
if (data.hasOwnProperty('externalContainerIdentifier')) { obj.externalContainerIdentifier = ApiClient.convertToType(data.externalContainerIdentifier, 'String') }
|
|
58
|
-
if (data.hasOwnProperty('externalContainerIdentifierType')) { obj.externalContainerIdentifierType = BoxIdentifierType.constructFromObject(data.externalContainerIdentifierType) }
|
|
59
|
-
if (data.hasOwnProperty('packageId')) { obj.packageId = ApiClient.convertToType(data.packageId, 'String') }
|
|
60
|
-
}
|
|
61
|
-
return obj
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
/**
|
|
66
|
-
* The custom identifier for a certain box.
|
|
67
|
-
* @member {String} externalContainerIdentifier
|
|
68
|
-
* @type {String}
|
|
69
|
-
*/
|
|
70
|
-
BoxIdentifierInput.prototype.externalContainerIdentifier = undefined
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* @member {BoxIdentifierType} externalContainerIdentifierType
|
|
74
|
-
* @type {BoxIdentifierType}
|
|
75
|
-
*/
|
|
76
|
-
BoxIdentifierInput.prototype.externalContainerIdentifierType = undefined
|
|
77
|
-
|
|
78
|
-
/**
|
|
79
|
-
* Primary key to uniquely identify a Box Package.
|
|
80
|
-
* @member {String} packageId
|
|
81
|
-
* @type {String}
|
|
82
|
-
*/
|
|
83
|
-
BoxIdentifierInput.prototype.packageId = undefined
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Enum class BoxIdentifierType.
|
|
3
|
-
* @enum {String}
|
|
4
|
-
* @readonly
|
|
5
|
-
*/
|
|
6
|
-
export class BoxIdentifierType {
|
|
7
|
-
/**
|
|
8
|
-
* Returns a <code>BoxIdentifierType</code> enum value from a Javascript object name.
|
|
9
|
-
* @param {Object} data The plain JavaScript object containing the name of the enum value.
|
|
10
|
-
* @return {BoxIdentifierType} The enum <code>BoxIdentifierType</code> value.
|
|
11
|
-
*/
|
|
12
|
-
static constructFromObject(object: any): BoxIdentifierType;
|
|
13
|
-
/**
|
|
14
|
-
* value: "AMAZON"
|
|
15
|
-
* @const
|
|
16
|
-
*/
|
|
17
|
-
AMAZON: string;
|
|
18
|
-
/**
|
|
19
|
-
* value: "SSCC"
|
|
20
|
-
* @const
|
|
21
|
-
*/
|
|
22
|
-
SSCC: string;
|
|
23
|
-
}
|
|
24
|
-
//# sourceMappingURL=BoxIdentifierType.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BoxIdentifierType.d.ts","sourceRoot":"","sources":["BoxIdentifierType.js"],"names":[],"mappings":"AAeA;;;;EAIE;AACF;IAaE;;;;QAII;IACJ,yCAFa,iBAAiB,CAI7B;IAnBD;;;aAGS;IACT,eAAmB;IAEnB;;;aAGS;IACT,aAAe;CAUhB"}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The Selling Partner API for FBA inbound operations.
|
|
3
|
-
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon's fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2024-03-20
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
import { ApiClient } from '../ApiClient.js'
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* Enum class BoxIdentifierType.
|
|
18
|
-
* @enum {String}
|
|
19
|
-
* @readonly
|
|
20
|
-
*/
|
|
21
|
-
export class BoxIdentifierType {
|
|
22
|
-
/**
|
|
23
|
-
* value: "AMAZON"
|
|
24
|
-
* @const
|
|
25
|
-
*/
|
|
26
|
-
'AMAZON' = 'AMAZON'
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* value: "SSCC"
|
|
30
|
-
* @const
|
|
31
|
-
*/
|
|
32
|
-
'SSCC' = 'SSCC'
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* Returns a <code>BoxIdentifierType</code> enum value from a Javascript object name.
|
|
36
|
-
* @param {Object} data The plain JavaScript object containing the name of the enum value.
|
|
37
|
-
* @return {BoxIdentifierType} The enum <code>BoxIdentifierType</code> value.
|
|
38
|
-
*/
|
|
39
|
-
static constructFromObject (object) {
|
|
40
|
-
return object
|
|
41
|
-
}
|
|
42
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The UpdateBoxIdentifiersRequest model module.
|
|
3
|
-
* @module fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersRequest
|
|
4
|
-
* @version 2024-03-20
|
|
5
|
-
*/
|
|
6
|
-
export class UpdateBoxIdentifiersRequest {
|
|
7
|
-
/**
|
|
8
|
-
* Constructs a <code>UpdateBoxIdentifiersRequest</code> from a plain JavaScript object, optionally creating a new instance.
|
|
9
|
-
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
10
|
-
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
11
|
-
* @param {UpdateBoxIdentifiersRequest} obj Optional instance to populate.
|
|
12
|
-
* @return {UpdateBoxIdentifiersRequest} The populated <code>UpdateBoxIdentifiersRequest</code> instance.
|
|
13
|
-
*/
|
|
14
|
-
static constructFromObject(data: any, obj: UpdateBoxIdentifiersRequest): UpdateBoxIdentifiersRequest;
|
|
15
|
-
/**
|
|
16
|
-
* Constructs a new <code>UpdateBoxIdentifiersRequest</code>.
|
|
17
|
-
* Input information for updating a box identifier.
|
|
18
|
-
* @alias module:fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersRequest
|
|
19
|
-
* @class
|
|
20
|
-
* @param boxIdentifiers {[BoxIdentifierInput]} Contains box identifier updates for the boxes within a shipment.
|
|
21
|
-
*/
|
|
22
|
-
constructor(boxIdentifiers: [BoxIdentifierInput]);
|
|
23
|
-
boxIdentifiers: [BoxIdentifierInput];
|
|
24
|
-
}
|
|
25
|
-
import { BoxIdentifierInput } from './BoxIdentifierInput.js';
|
|
26
|
-
//# sourceMappingURL=UpdateBoxIdentifiersRequest.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateBoxIdentifiersRequest.d.ts","sourceRoot":"","sources":["UpdateBoxIdentifiersRequest.js"],"names":[],"mappings":"AAgBA;;;;GAIG;AACH;IAYE;;;;;;OAMG;IACH,2CAHW,2BAA2B,GAC1B,2BAA2B,CAmBtC;IAnCD;;;;;;OAMG;IACH,4BAF0B,CAAC,kBAAkB,CAAC,EAI7C;IADC,qCAAoC;CA4BvC;mCA5CkC,yBAAyB"}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The Selling Partner API for FBA inbound operations.
|
|
3
|
-
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon's fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2024-03-20
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
import { ApiClient } from '../ApiClient.js'
|
|
15
|
-
import { BoxIdentifierInput } from './BoxIdentifierInput.js'
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* The UpdateBoxIdentifiersRequest model module.
|
|
19
|
-
* @module fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersRequest
|
|
20
|
-
* @version 2024-03-20
|
|
21
|
-
*/
|
|
22
|
-
export class UpdateBoxIdentifiersRequest {
|
|
23
|
-
/**
|
|
24
|
-
* Constructs a new <code>UpdateBoxIdentifiersRequest</code>.
|
|
25
|
-
* Input information for updating a box identifier.
|
|
26
|
-
* @alias module:fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersRequest
|
|
27
|
-
* @class
|
|
28
|
-
* @param boxIdentifiers {[BoxIdentifierInput]} Contains box identifier updates for the boxes within a shipment.
|
|
29
|
-
*/
|
|
30
|
-
constructor (boxIdentifiers) {
|
|
31
|
-
this.boxIdentifiers = boxIdentifiers
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* Constructs a <code>UpdateBoxIdentifiersRequest</code> from a plain JavaScript object, optionally creating a new instance.
|
|
36
|
-
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
37
|
-
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
38
|
-
* @param {UpdateBoxIdentifiersRequest} obj Optional instance to populate.
|
|
39
|
-
* @return {UpdateBoxIdentifiersRequest} The populated <code>UpdateBoxIdentifiersRequest</code> instance.
|
|
40
|
-
*/
|
|
41
|
-
static constructFromObject (data, obj) {
|
|
42
|
-
if (data) {
|
|
43
|
-
switch (typeof data) {
|
|
44
|
-
case 'string':
|
|
45
|
-
obj = String(data)
|
|
46
|
-
break
|
|
47
|
-
case 'number':
|
|
48
|
-
obj = Number(data)
|
|
49
|
-
break
|
|
50
|
-
case 'boolean':
|
|
51
|
-
obj = Boolean(data)
|
|
52
|
-
break
|
|
53
|
-
}
|
|
54
|
-
obj = obj || new UpdateBoxIdentifiersRequest()
|
|
55
|
-
if (data.hasOwnProperty('boxIdentifiers')) { obj.boxIdentifiers = ApiClient.convertToType(data.boxIdentifiers, [BoxIdentifierInput]) }
|
|
56
|
-
}
|
|
57
|
-
return obj
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
* Contains box identifier updates for the boxes within a shipment.
|
|
63
|
-
* @member {[BoxIdentifierInput]} boxIdentifiers
|
|
64
|
-
* @type {[BoxIdentifierInput]}
|
|
65
|
-
*/
|
|
66
|
-
UpdateBoxIdentifiersRequest.prototype.boxIdentifiers = undefined
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The UpdateBoxIdentifiersResponse model module.
|
|
3
|
-
* @module fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersResponse
|
|
4
|
-
* @version 2024-03-20
|
|
5
|
-
*/
|
|
6
|
-
export class UpdateBoxIdentifiersResponse {
|
|
7
|
-
/**
|
|
8
|
-
* Constructs a <code>UpdateBoxIdentifiersResponse</code> from a plain JavaScript object, optionally creating a new instance.
|
|
9
|
-
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
10
|
-
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
11
|
-
* @param {UpdateBoxIdentifiersResponse} obj Optional instance to populate.
|
|
12
|
-
* @return {UpdateBoxIdentifiersResponse} The populated <code>UpdateBoxIdentifiersResponse</code> instance.
|
|
13
|
-
*/
|
|
14
|
-
static constructFromObject(data: any, obj: UpdateBoxIdentifiersResponse): UpdateBoxIdentifiersResponse;
|
|
15
|
-
/**
|
|
16
|
-
* Constructs a new <code>UpdateBoxIdentifiersResponse</code>.
|
|
17
|
-
* The `updateBoxIdentifiers` response.
|
|
18
|
-
* @alias module:fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersResponse
|
|
19
|
-
* @class
|
|
20
|
-
* @param operationId {String} UUID for the given operation.
|
|
21
|
-
*/
|
|
22
|
-
constructor(operationId: string);
|
|
23
|
-
operationId: string;
|
|
24
|
-
}
|
|
25
|
-
//# sourceMappingURL=UpdateBoxIdentifiersResponse.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateBoxIdentifiersResponse.d.ts","sourceRoot":"","sources":["UpdateBoxIdentifiersResponse.js"],"names":[],"mappings":"AAeA;;;;GAIG;AACH;IAYE;;;;;;OAMG;IACH,2CAHW,4BAA4B,GAC3B,4BAA4B,CAmBvC;IAnCD;;;;;;OAMG;IACH,iCAEC;IADC,oBAA8B;CA4BjC"}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The Selling Partner API for FBA inbound operations.
|
|
3
|
-
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon's fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2024-03-20
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
import { ApiClient } from '../ApiClient.js'
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* The UpdateBoxIdentifiersResponse model module.
|
|
18
|
-
* @module fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersResponse
|
|
19
|
-
* @version 2024-03-20
|
|
20
|
-
*/
|
|
21
|
-
export class UpdateBoxIdentifiersResponse {
|
|
22
|
-
/**
|
|
23
|
-
* Constructs a new <code>UpdateBoxIdentifiersResponse</code>.
|
|
24
|
-
* The `updateBoxIdentifiers` response.
|
|
25
|
-
* @alias module:fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersResponse
|
|
26
|
-
* @class
|
|
27
|
-
* @param operationId {String} UUID for the given operation.
|
|
28
|
-
*/
|
|
29
|
-
constructor (operationId) {
|
|
30
|
-
this.operationId = operationId
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* Constructs a <code>UpdateBoxIdentifiersResponse</code> from a plain JavaScript object, optionally creating a new instance.
|
|
35
|
-
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
36
|
-
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
37
|
-
* @param {UpdateBoxIdentifiersResponse} obj Optional instance to populate.
|
|
38
|
-
* @return {UpdateBoxIdentifiersResponse} The populated <code>UpdateBoxIdentifiersResponse</code> instance.
|
|
39
|
-
*/
|
|
40
|
-
static constructFromObject (data, obj) {
|
|
41
|
-
if (data) {
|
|
42
|
-
switch (typeof data) {
|
|
43
|
-
case 'string':
|
|
44
|
-
obj = String(data)
|
|
45
|
-
break
|
|
46
|
-
case 'number':
|
|
47
|
-
obj = Number(data)
|
|
48
|
-
break
|
|
49
|
-
case 'boolean':
|
|
50
|
-
obj = Boolean(data)
|
|
51
|
-
break
|
|
52
|
-
}
|
|
53
|
-
obj = obj || new UpdateBoxIdentifiersResponse()
|
|
54
|
-
if (data.hasOwnProperty('operationId')) { obj.operationId = ApiClient.convertToType(data.operationId, 'String') }
|
|
55
|
-
}
|
|
56
|
-
return obj
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* UUID for the given operation.
|
|
62
|
-
* @member {String} operationId
|
|
63
|
-
* @type {String}
|
|
64
|
-
*/
|
|
65
|
-
UpdateBoxIdentifiersResponse.prototype.operationId = undefined
|