@sp-api-sdk/fulfillment-inbound-api-2024-03-20 1.0.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.
- package/LICENSE +21 -0
- package/README.md +97 -0
- package/dist/cjs/index.js +18 -0
- package/dist/cjs/src/api-model/api/fba-inbound-api.js +1968 -0
- package/dist/cjs/src/api-model/api.js +30 -0
- package/dist/cjs/src/api-model/base.js +66 -0
- package/dist/cjs/src/api-model/common.js +145 -0
- package/dist/cjs/src/api-model/configuration.js +91 -0
- package/dist/cjs/src/api-model/index.js +32 -0
- package/dist/cjs/src/api-model/models/address.js +15 -0
- package/dist/cjs/src/api-model/models/appointment-slot-time.js +15 -0
- package/dist/cjs/src/api-model/models/appointment-slot.js +15 -0
- package/dist/cjs/src/api-model/models/box-content-information-source.js +26 -0
- package/dist/cjs/src/api-model/models/box-content.js +15 -0
- package/dist/cjs/src/api-model/models/box-input.js +15 -0
- package/dist/cjs/src/api-model/models/box.js +15 -0
- package/dist/cjs/src/api-model/models/cancel-inbound-plan-response.js +15 -0
- package/dist/cjs/src/api-model/models/cancel-self-ship-appointment-request.js +15 -0
- package/dist/cjs/src/api-model/models/cancel-self-ship-appointment-response.js +15 -0
- package/dist/cjs/src/api-model/models/carrier.js +15 -0
- package/dist/cjs/src/api-model/models/compliance-detail.js +15 -0
- package/dist/cjs/src/api-model/models/confirm-packing-option-response.js +15 -0
- package/dist/cjs/src/api-model/models/confirm-placement-option-response.js +15 -0
- package/dist/cjs/src/api-model/models/confirm-transportation-options-request.js +15 -0
- package/dist/cjs/src/api-model/models/confirm-transportation-options-response.js +15 -0
- package/dist/cjs/src/api-model/models/contact-information.js +15 -0
- package/dist/cjs/src/api-model/models/create-inbound-plan-request.js +15 -0
- package/dist/cjs/src/api-model/models/create-inbound-plan-response.js +15 -0
- package/dist/cjs/src/api-model/models/currency.js +15 -0
- package/dist/cjs/src/api-model/models/custom-placement-input.js +15 -0
- package/dist/cjs/src/api-model/models/dates.js +15 -0
- package/dist/cjs/src/api-model/models/dimensions.js +15 -0
- package/dist/cjs/src/api-model/models/document-download.js +15 -0
- package/dist/cjs/src/api-model/models/error-list.js +15 -0
- package/dist/cjs/src/api-model/models/generate-packing-options-response.js +15 -0
- package/dist/cjs/src/api-model/models/generate-placement-options-request.js +15 -0
- package/dist/cjs/src/api-model/models/generate-placement-options-response.js +15 -0
- package/dist/cjs/src/api-model/models/generate-self-ship-appointment-slots-request.js +15 -0
- package/dist/cjs/src/api-model/models/generate-self-ship-appointment-slots-response.js +15 -0
- package/dist/cjs/src/api-model/models/generate-transportation-options-request.js +15 -0
- package/dist/cjs/src/api-model/models/generate-transportation-options-response.js +15 -0
- package/dist/cjs/src/api-model/models/get-delivery-challan-document-response.js +15 -0
- package/dist/cjs/src/api-model/models/get-self-ship-appointment-slots-response.js +15 -0
- package/dist/cjs/src/api-model/models/inbound-operation-status.js +15 -0
- package/dist/cjs/src/api-model/models/inbound-plan-summary.js +15 -0
- package/dist/cjs/src/api-model/models/inbound-plan.js +15 -0
- package/dist/cjs/src/api-model/models/incentive.js +15 -0
- package/dist/cjs/src/api-model/models/index.js +119 -0
- package/dist/cjs/src/api-model/models/item-input.js +15 -0
- package/dist/cjs/src/api-model/models/item.js +15 -0
- package/dist/cjs/src/api-model/models/label-owner.js +25 -0
- package/dist/cjs/src/api-model/models/list-inbound-plan-boxes-response.js +15 -0
- package/dist/cjs/src/api-model/models/list-inbound-plan-items-response.js +15 -0
- package/dist/cjs/src/api-model/models/list-inbound-plan-pallets-response.js +15 -0
- package/dist/cjs/src/api-model/models/list-inbound-plans-response.js +15 -0
- package/dist/cjs/src/api-model/models/list-item-compliance-details-response.js +15 -0
- package/dist/cjs/src/api-model/models/list-packing-group-items-response.js +15 -0
- package/dist/cjs/src/api-model/models/list-packing-options-response.js +15 -0
- package/dist/cjs/src/api-model/models/list-placement-options-response.js +15 -0
- package/dist/cjs/src/api-model/models/list-transportation-options-response.js +15 -0
- package/dist/cjs/src/api-model/models/ltl-tracking-detail-input.js +15 -0
- package/dist/cjs/src/api-model/models/ltl-tracking-detail.js +15 -0
- package/dist/cjs/src/api-model/models/model-error.js +15 -0
- package/dist/cjs/src/api-model/models/operation-problem.js +15 -0
- package/dist/cjs/src/api-model/models/operation-status.js +26 -0
- package/dist/cjs/src/api-model/models/package-grouping-input.js +15 -0
- package/dist/cjs/src/api-model/models/packing-option-summary.js +15 -0
- package/dist/cjs/src/api-model/models/packing-option.js +15 -0
- package/dist/cjs/src/api-model/models/pagination.js +15 -0
- package/dist/cjs/src/api-model/models/pallet-information.js +15 -0
- package/dist/cjs/src/api-model/models/pallet-input.js +15 -0
- package/dist/cjs/src/api-model/models/pallet.js +15 -0
- package/dist/cjs/src/api-model/models/placement-option-summary.js +15 -0
- package/dist/cjs/src/api-model/models/placement-option.js +15 -0
- package/dist/cjs/src/api-model/models/prep-instruction.js +15 -0
- package/dist/cjs/src/api-model/models/prep-owner.js +25 -0
- package/dist/cjs/src/api-model/models/quote.js +15 -0
- package/dist/cjs/src/api-model/models/reason-comment.js +32 -0
- package/dist/cjs/src/api-model/models/region.js +15 -0
- package/dist/cjs/src/api-model/models/schedule-self-ship-appointment-request.js +15 -0
- package/dist/cjs/src/api-model/models/schedule-self-ship-appointment-response.js +15 -0
- package/dist/cjs/src/api-model/models/self-ship-appointment-details.js +15 -0
- package/dist/cjs/src/api-model/models/self-ship-appointment-slots-availability.js +15 -0
- package/dist/cjs/src/api-model/models/set-packing-information-request.js +15 -0
- package/dist/cjs/src/api-model/models/set-packing-information-response.js +15 -0
- package/dist/cjs/src/api-model/models/shipment-destination.js +15 -0
- package/dist/cjs/src/api-model/models/shipment-source.js +15 -0
- package/dist/cjs/src/api-model/models/shipment-summary.js +15 -0
- package/dist/cjs/src/api-model/models/shipment-transportation-configuration.js +15 -0
- package/dist/cjs/src/api-model/models/shipment.js +15 -0
- package/dist/cjs/src/api-model/models/shipping-configuration.js +15 -0
- package/dist/cjs/src/api-model/models/spd-tracking-detail-input.js +15 -0
- package/dist/cjs/src/api-model/models/spd-tracking-detail.js +15 -0
- package/dist/cjs/src/api-model/models/spd-tracking-item-input.js +15 -0
- package/dist/cjs/src/api-model/models/spd-tracking-item.js +15 -0
- package/dist/cjs/src/api-model/models/stackability.js +25 -0
- package/dist/cjs/src/api-model/models/tax-details.js +15 -0
- package/dist/cjs/src/api-model/models/tax-rate.js +15 -0
- package/dist/cjs/src/api-model/models/tracking-details-input.js +15 -0
- package/dist/cjs/src/api-model/models/tracking-details.js +15 -0
- package/dist/cjs/src/api-model/models/transportation-option.js +15 -0
- package/dist/cjs/src/api-model/models/transportation-selection.js +15 -0
- package/dist/cjs/src/api-model/models/unit-of-measurement.js +25 -0
- package/dist/cjs/src/api-model/models/unit-of-weight.js +25 -0
- package/dist/cjs/src/api-model/models/update-item-compliance-details-request.js +15 -0
- package/dist/cjs/src/api-model/models/update-item-compliance-details-response.js +15 -0
- package/dist/cjs/src/api-model/models/update-shipment-delivery-window-request.js +15 -0
- package/dist/cjs/src/api-model/models/update-shipment-delivery-window-response.js +15 -0
- package/dist/cjs/src/api-model/models/update-shipment-tracking-details-request.js +15 -0
- package/dist/cjs/src/api-model/models/update-shipment-tracking-details-response.js +15 -0
- package/dist/cjs/src/api-model/models/weight.js +15 -0
- package/dist/cjs/src/api-model/models/window-input.js +15 -0
- package/dist/cjs/src/api-model/models/window.js +15 -0
- package/dist/cjs/src/client.js +217 -0
- package/dist/es/index.js +2 -0
- package/dist/es/src/api-model/api/fba-inbound-api.js +1958 -0
- package/dist/es/src/api-model/api.js +14 -0
- package/dist/es/src/api-model/base.js +58 -0
- package/dist/es/src/api-model/common.js +133 -0
- package/dist/es/src/api-model/configuration.js +87 -0
- package/dist/es/src/api-model/index.js +16 -0
- package/dist/es/src/api-model/models/address.js +14 -0
- package/dist/es/src/api-model/models/appointment-slot-time.js +14 -0
- package/dist/es/src/api-model/models/appointment-slot.js +14 -0
- package/dist/es/src/api-model/models/box-content-information-source.js +23 -0
- package/dist/es/src/api-model/models/box-content.js +14 -0
- package/dist/es/src/api-model/models/box-input.js +14 -0
- package/dist/es/src/api-model/models/box.js +14 -0
- package/dist/es/src/api-model/models/cancel-inbound-plan-response.js +14 -0
- package/dist/es/src/api-model/models/cancel-self-ship-appointment-request.js +14 -0
- package/dist/es/src/api-model/models/cancel-self-ship-appointment-response.js +14 -0
- package/dist/es/src/api-model/models/carrier.js +14 -0
- package/dist/es/src/api-model/models/compliance-detail.js +14 -0
- package/dist/es/src/api-model/models/confirm-packing-option-response.js +14 -0
- package/dist/es/src/api-model/models/confirm-placement-option-response.js +14 -0
- package/dist/es/src/api-model/models/confirm-transportation-options-request.js +14 -0
- package/dist/es/src/api-model/models/confirm-transportation-options-response.js +14 -0
- package/dist/es/src/api-model/models/contact-information.js +14 -0
- package/dist/es/src/api-model/models/create-inbound-plan-request.js +14 -0
- package/dist/es/src/api-model/models/create-inbound-plan-response.js +14 -0
- package/dist/es/src/api-model/models/currency.js +14 -0
- package/dist/es/src/api-model/models/custom-placement-input.js +14 -0
- package/dist/es/src/api-model/models/dates.js +14 -0
- package/dist/es/src/api-model/models/dimensions.js +14 -0
- package/dist/es/src/api-model/models/document-download.js +14 -0
- package/dist/es/src/api-model/models/error-list.js +14 -0
- package/dist/es/src/api-model/models/generate-packing-options-response.js +14 -0
- package/dist/es/src/api-model/models/generate-placement-options-request.js +14 -0
- package/dist/es/src/api-model/models/generate-placement-options-response.js +14 -0
- package/dist/es/src/api-model/models/generate-self-ship-appointment-slots-request.js +14 -0
- package/dist/es/src/api-model/models/generate-self-ship-appointment-slots-response.js +14 -0
- package/dist/es/src/api-model/models/generate-transportation-options-request.js +14 -0
- package/dist/es/src/api-model/models/generate-transportation-options-response.js +14 -0
- package/dist/es/src/api-model/models/get-delivery-challan-document-response.js +14 -0
- package/dist/es/src/api-model/models/get-self-ship-appointment-slots-response.js +14 -0
- package/dist/es/src/api-model/models/inbound-operation-status.js +14 -0
- package/dist/es/src/api-model/models/inbound-plan-summary.js +14 -0
- package/dist/es/src/api-model/models/inbound-plan.js +14 -0
- package/dist/es/src/api-model/models/incentive.js +14 -0
- package/dist/es/src/api-model/models/index.js +103 -0
- package/dist/es/src/api-model/models/item-input.js +14 -0
- package/dist/es/src/api-model/models/item.js +14 -0
- package/dist/es/src/api-model/models/label-owner.js +22 -0
- package/dist/es/src/api-model/models/list-inbound-plan-boxes-response.js +14 -0
- package/dist/es/src/api-model/models/list-inbound-plan-items-response.js +14 -0
- package/dist/es/src/api-model/models/list-inbound-plan-pallets-response.js +14 -0
- package/dist/es/src/api-model/models/list-inbound-plans-response.js +14 -0
- package/dist/es/src/api-model/models/list-item-compliance-details-response.js +14 -0
- package/dist/es/src/api-model/models/list-packing-group-items-response.js +14 -0
- package/dist/es/src/api-model/models/list-packing-options-response.js +14 -0
- package/dist/es/src/api-model/models/list-placement-options-response.js +14 -0
- package/dist/es/src/api-model/models/list-transportation-options-response.js +14 -0
- package/dist/es/src/api-model/models/ltl-tracking-detail-input.js +14 -0
- package/dist/es/src/api-model/models/ltl-tracking-detail.js +14 -0
- package/dist/es/src/api-model/models/model-error.js +14 -0
- package/dist/es/src/api-model/models/operation-problem.js +14 -0
- package/dist/es/src/api-model/models/operation-status.js +23 -0
- package/dist/es/src/api-model/models/package-grouping-input.js +14 -0
- package/dist/es/src/api-model/models/packing-option-summary.js +14 -0
- package/dist/es/src/api-model/models/packing-option.js +14 -0
- package/dist/es/src/api-model/models/pagination.js +14 -0
- package/dist/es/src/api-model/models/pallet-information.js +14 -0
- package/dist/es/src/api-model/models/pallet-input.js +14 -0
- package/dist/es/src/api-model/models/pallet.js +14 -0
- package/dist/es/src/api-model/models/placement-option-summary.js +14 -0
- package/dist/es/src/api-model/models/placement-option.js +14 -0
- package/dist/es/src/api-model/models/prep-instruction.js +14 -0
- package/dist/es/src/api-model/models/prep-owner.js +22 -0
- package/dist/es/src/api-model/models/quote.js +14 -0
- package/dist/es/src/api-model/models/reason-comment.js +29 -0
- package/dist/es/src/api-model/models/region.js +14 -0
- package/dist/es/src/api-model/models/schedule-self-ship-appointment-request.js +14 -0
- package/dist/es/src/api-model/models/schedule-self-ship-appointment-response.js +14 -0
- package/dist/es/src/api-model/models/self-ship-appointment-details.js +14 -0
- package/dist/es/src/api-model/models/self-ship-appointment-slots-availability.js +14 -0
- package/dist/es/src/api-model/models/set-packing-information-request.js +14 -0
- package/dist/es/src/api-model/models/set-packing-information-response.js +14 -0
- package/dist/es/src/api-model/models/shipment-destination.js +14 -0
- package/dist/es/src/api-model/models/shipment-source.js +14 -0
- package/dist/es/src/api-model/models/shipment-summary.js +14 -0
- package/dist/es/src/api-model/models/shipment-transportation-configuration.js +14 -0
- package/dist/es/src/api-model/models/shipment.js +14 -0
- package/dist/es/src/api-model/models/shipping-configuration.js +14 -0
- package/dist/es/src/api-model/models/spd-tracking-detail-input.js +14 -0
- package/dist/es/src/api-model/models/spd-tracking-detail.js +14 -0
- package/dist/es/src/api-model/models/spd-tracking-item-input.js +14 -0
- package/dist/es/src/api-model/models/spd-tracking-item.js +14 -0
- package/dist/es/src/api-model/models/stackability.js +22 -0
- package/dist/es/src/api-model/models/tax-details.js +14 -0
- package/dist/es/src/api-model/models/tax-rate.js +14 -0
- package/dist/es/src/api-model/models/tracking-details-input.js +14 -0
- package/dist/es/src/api-model/models/tracking-details.js +14 -0
- package/dist/es/src/api-model/models/transportation-option.js +14 -0
- package/dist/es/src/api-model/models/transportation-selection.js +14 -0
- package/dist/es/src/api-model/models/unit-of-measurement.js +22 -0
- package/dist/es/src/api-model/models/unit-of-weight.js +22 -0
- package/dist/es/src/api-model/models/update-item-compliance-details-request.js +14 -0
- package/dist/es/src/api-model/models/update-item-compliance-details-response.js +14 -0
- package/dist/es/src/api-model/models/update-shipment-delivery-window-request.js +14 -0
- package/dist/es/src/api-model/models/update-shipment-delivery-window-response.js +14 -0
- package/dist/es/src/api-model/models/update-shipment-tracking-details-request.js +14 -0
- package/dist/es/src/api-model/models/update-shipment-tracking-details-response.js +14 -0
- package/dist/es/src/api-model/models/weight.js +14 -0
- package/dist/es/src/api-model/models/window-input.js +14 -0
- package/dist/es/src/api-model/models/window.js +14 -0
- package/dist/es/src/client.js +213 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/src/api-model/api/fba-inbound-api.d.ts +1675 -0
- package/dist/types/src/api-model/api.d.ts +12 -0
- package/dist/types/src/api-model/base.d.ts +54 -0
- package/dist/types/src/api-model/common.d.ts +66 -0
- package/dist/types/src/api-model/configuration.d.ts +83 -0
- package/dist/types/src/api-model/index.d.ts +14 -0
- package/dist/types/src/api-model/models/address.d.ts +66 -0
- package/dist/types/src/api-model/models/appointment-slot-time.d.ts +30 -0
- package/dist/types/src/api-model/models/appointment-slot.d.ts +31 -0
- package/dist/types/src/api-model/models/box-content-information-source.d.ts +22 -0
- package/dist/types/src/api-model/models/box-content.d.ts +56 -0
- package/dist/types/src/api-model/models/box-input.d.ts +64 -0
- package/dist/types/src/api-model/models/box.d.ts +70 -0
- package/dist/types/src/api-model/models/cancel-inbound-plan-response.d.ts +24 -0
- package/dist/types/src/api-model/models/cancel-self-ship-appointment-request.d.ts +25 -0
- package/dist/types/src/api-model/models/cancel-self-ship-appointment-response.d.ts +24 -0
- package/dist/types/src/api-model/models/carrier.d.ts +30 -0
- package/dist/types/src/api-model/models/compliance-detail.d.ts +43 -0
- package/dist/types/src/api-model/models/confirm-packing-option-response.d.ts +24 -0
- package/dist/types/src/api-model/models/confirm-placement-option-response.d.ts +24 -0
- package/dist/types/src/api-model/models/confirm-transportation-options-request.d.ts +25 -0
- package/dist/types/src/api-model/models/confirm-transportation-options-response.d.ts +24 -0
- package/dist/types/src/api-model/models/contact-information.d.ts +36 -0
- package/dist/types/src/api-model/models/create-inbound-plan-request.d.ts +51 -0
- package/dist/types/src/api-model/models/create-inbound-plan-response.d.ts +30 -0
- package/dist/types/src/api-model/models/currency.d.ts +30 -0
- package/dist/types/src/api-model/models/custom-placement-input.d.ts +31 -0
- package/dist/types/src/api-model/models/dates.d.ts +31 -0
- package/dist/types/src/api-model/models/dimensions.d.ts +43 -0
- package/dist/types/src/api-model/models/document-download.d.ts +36 -0
- package/dist/types/src/api-model/models/error-list.d.ts +24 -0
- package/dist/types/src/api-model/models/generate-packing-options-response.d.ts +24 -0
- package/dist/types/src/api-model/models/generate-placement-options-request.d.ts +25 -0
- package/dist/types/src/api-model/models/generate-placement-options-response.d.ts +24 -0
- package/dist/types/src/api-model/models/generate-self-ship-appointment-slots-request.d.ts +30 -0
- package/dist/types/src/api-model/models/generate-self-ship-appointment-slots-response.d.ts +24 -0
- package/dist/types/src/api-model/models/generate-transportation-options-request.d.ts +31 -0
- package/dist/types/src/api-model/models/generate-transportation-options-response.d.ts +24 -0
- package/dist/types/src/api-model/models/get-delivery-challan-document-response.d.ts +25 -0
- package/dist/types/src/api-model/models/get-self-ship-appointment-slots-response.d.ts +32 -0
- package/dist/types/src/api-model/models/inbound-operation-status.d.ts +44 -0
- package/dist/types/src/api-model/models/inbound-plan-summary.d.ts +68 -0
- package/dist/types/src/api-model/models/inbound-plan.d.ts +89 -0
- package/dist/types/src/api-model/models/incentive.d.ts +43 -0
- package/dist/types/src/api-model/models/index.d.ts +103 -0
- package/dist/types/src/api-model/models/item-input.d.ts +56 -0
- package/dist/types/src/api-model/models/item.d.ts +67 -0
- package/dist/types/src/api-model/models/label-owner.d.ts +21 -0
- package/dist/types/src/api-model/models/list-inbound-plan-boxes-response.d.ts +32 -0
- package/dist/types/src/api-model/models/list-inbound-plan-items-response.d.ts +32 -0
- package/dist/types/src/api-model/models/list-inbound-plan-pallets-response.d.ts +32 -0
- package/dist/types/src/api-model/models/list-inbound-plans-response.d.ts +32 -0
- package/dist/types/src/api-model/models/list-item-compliance-details-response.d.ts +25 -0
- package/dist/types/src/api-model/models/list-packing-group-items-response.d.ts +32 -0
- package/dist/types/src/api-model/models/list-packing-options-response.d.ts +32 -0
- package/dist/types/src/api-model/models/list-placement-options-response.d.ts +32 -0
- package/dist/types/src/api-model/models/list-transportation-options-response.d.ts +32 -0
- package/dist/types/src/api-model/models/ltl-tracking-detail-input.d.ts +30 -0
- package/dist/types/src/api-model/models/ltl-tracking-detail.d.ts +30 -0
- package/dist/types/src/api-model/models/model-error.d.ts +36 -0
- package/dist/types/src/api-model/models/operation-problem.d.ts +42 -0
- package/dist/types/src/api-model/models/operation-status.d.ts +22 -0
- package/dist/types/src/api-model/models/package-grouping-input.d.ts +37 -0
- package/dist/types/src/api-model/models/packing-option-summary.d.ts +30 -0
- package/dist/types/src/api-model/models/packing-option.d.ts +68 -0
- package/dist/types/src/api-model/models/pagination.d.ts +24 -0
- package/dist/types/src/api-model/models/pallet-information.d.ts +38 -0
- package/dist/types/src/api-model/models/pallet-input.d.ts +45 -0
- package/dist/types/src/api-model/models/pallet.d.ts +51 -0
- package/dist/types/src/api-model/models/placement-option-summary.d.ts +30 -0
- package/dist/types/src/api-model/models/placement-option.d.ts +55 -0
- package/dist/types/src/api-model/models/prep-instruction.d.ts +37 -0
- package/dist/types/src/api-model/models/prep-owner.d.ts +21 -0
- package/dist/types/src/api-model/models/quote.d.ts +37 -0
- package/dist/types/src/api-model/models/reason-comment.d.ts +28 -0
- package/dist/types/src/api-model/models/region.d.ts +36 -0
- package/dist/types/src/api-model/models/schedule-self-ship-appointment-request.d.ts +25 -0
- package/dist/types/src/api-model/models/schedule-self-ship-appointment-response.d.ts +25 -0
- package/dist/types/src/api-model/models/self-ship-appointment-details.d.ts +37 -0
- package/dist/types/src/api-model/models/self-ship-appointment-slots-availability.d.ts +31 -0
- package/dist/types/src/api-model/models/set-packing-information-request.d.ts +25 -0
- package/dist/types/src/api-model/models/set-packing-information-response.d.ts +24 -0
- package/dist/types/src/api-model/models/shipment-destination.d.ts +37 -0
- package/dist/types/src/api-model/models/shipment-source.d.ts +31 -0
- package/dist/types/src/api-model/models/shipment-summary.d.ts +30 -0
- package/dist/types/src/api-model/models/shipment-transportation-configuration.d.ts +45 -0
- package/dist/types/src/api-model/models/shipment.d.ts +115 -0
- package/dist/types/src/api-model/models/shipping-configuration.d.ts +30 -0
- package/dist/types/src/api-model/models/spd-tracking-detail-input.d.ts +25 -0
- package/dist/types/src/api-model/models/spd-tracking-detail.d.ts +25 -0
- package/dist/types/src/api-model/models/spd-tracking-item-input.d.ts +30 -0
- package/dist/types/src/api-model/models/spd-tracking-item.d.ts +36 -0
- package/dist/types/src/api-model/models/stackability.d.ts +21 -0
- package/dist/types/src/api-model/models/tax-details.d.ts +38 -0
- package/dist/types/src/api-model/models/tax-rate.d.ts +36 -0
- package/dist/types/src/api-model/models/tracking-details-input.d.ts +32 -0
- package/dist/types/src/api-model/models/tracking-details.d.ts +32 -0
- package/dist/types/src/api-model/models/transportation-option.d.ts +75 -0
- package/dist/types/src/api-model/models/transportation-selection.d.ts +44 -0
- package/dist/types/src/api-model/models/unit-of-measurement.d.ts +21 -0
- package/dist/types/src/api-model/models/unit-of-weight.d.ts +21 -0
- package/dist/types/src/api-model/models/update-item-compliance-details-request.d.ts +31 -0
- package/dist/types/src/api-model/models/update-item-compliance-details-response.d.ts +24 -0
- package/dist/types/src/api-model/models/update-shipment-delivery-window-request.d.ts +25 -0
- package/dist/types/src/api-model/models/update-shipment-delivery-window-response.d.ts +24 -0
- package/dist/types/src/api-model/models/update-shipment-tracking-details-request.d.ts +25 -0
- package/dist/types/src/api-model/models/update-shipment-tracking-details-response.d.ts +24 -0
- package/dist/types/src/api-model/models/weight.d.ts +31 -0
- package/dist/types/src/api-model/models/window-input.d.ts +24 -0
- package/dist/types/src/api-model/models/window.d.ts +36 -0
- package/dist/types/src/client.d.ts +6 -0
- package/package.json +44 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./address"), exports);
|
|
18
|
+
__exportStar(require("./appointment-slot"), exports);
|
|
19
|
+
__exportStar(require("./appointment-slot-time"), exports);
|
|
20
|
+
__exportStar(require("./box"), exports);
|
|
21
|
+
__exportStar(require("./box-content"), exports);
|
|
22
|
+
__exportStar(require("./box-content-information-source"), exports);
|
|
23
|
+
__exportStar(require("./box-input"), exports);
|
|
24
|
+
__exportStar(require("./cancel-inbound-plan-response"), exports);
|
|
25
|
+
__exportStar(require("./cancel-self-ship-appointment-request"), exports);
|
|
26
|
+
__exportStar(require("./cancel-self-ship-appointment-response"), exports);
|
|
27
|
+
__exportStar(require("./carrier"), exports);
|
|
28
|
+
__exportStar(require("./compliance-detail"), exports);
|
|
29
|
+
__exportStar(require("./confirm-packing-option-response"), exports);
|
|
30
|
+
__exportStar(require("./confirm-placement-option-response"), exports);
|
|
31
|
+
__exportStar(require("./confirm-transportation-options-request"), exports);
|
|
32
|
+
__exportStar(require("./confirm-transportation-options-response"), exports);
|
|
33
|
+
__exportStar(require("./contact-information"), exports);
|
|
34
|
+
__exportStar(require("./create-inbound-plan-request"), exports);
|
|
35
|
+
__exportStar(require("./create-inbound-plan-response"), exports);
|
|
36
|
+
__exportStar(require("./currency"), exports);
|
|
37
|
+
__exportStar(require("./custom-placement-input"), exports);
|
|
38
|
+
__exportStar(require("./dates"), exports);
|
|
39
|
+
__exportStar(require("./dimensions"), exports);
|
|
40
|
+
__exportStar(require("./document-download"), exports);
|
|
41
|
+
__exportStar(require("./error-list"), exports);
|
|
42
|
+
__exportStar(require("./generate-packing-options-response"), exports);
|
|
43
|
+
__exportStar(require("./generate-placement-options-request"), exports);
|
|
44
|
+
__exportStar(require("./generate-placement-options-response"), exports);
|
|
45
|
+
__exportStar(require("./generate-self-ship-appointment-slots-request"), exports);
|
|
46
|
+
__exportStar(require("./generate-self-ship-appointment-slots-response"), exports);
|
|
47
|
+
__exportStar(require("./generate-transportation-options-request"), exports);
|
|
48
|
+
__exportStar(require("./generate-transportation-options-response"), exports);
|
|
49
|
+
__exportStar(require("./get-delivery-challan-document-response"), exports);
|
|
50
|
+
__exportStar(require("./get-self-ship-appointment-slots-response"), exports);
|
|
51
|
+
__exportStar(require("./inbound-operation-status"), exports);
|
|
52
|
+
__exportStar(require("./inbound-plan"), exports);
|
|
53
|
+
__exportStar(require("./inbound-plan-summary"), exports);
|
|
54
|
+
__exportStar(require("./incentive"), exports);
|
|
55
|
+
__exportStar(require("./item"), exports);
|
|
56
|
+
__exportStar(require("./item-input"), exports);
|
|
57
|
+
__exportStar(require("./label-owner"), exports);
|
|
58
|
+
__exportStar(require("./list-inbound-plan-boxes-response"), exports);
|
|
59
|
+
__exportStar(require("./list-inbound-plan-items-response"), exports);
|
|
60
|
+
__exportStar(require("./list-inbound-plan-pallets-response"), exports);
|
|
61
|
+
__exportStar(require("./list-inbound-plans-response"), exports);
|
|
62
|
+
__exportStar(require("./list-item-compliance-details-response"), exports);
|
|
63
|
+
__exportStar(require("./list-packing-group-items-response"), exports);
|
|
64
|
+
__exportStar(require("./list-packing-options-response"), exports);
|
|
65
|
+
__exportStar(require("./list-placement-options-response"), exports);
|
|
66
|
+
__exportStar(require("./list-transportation-options-response"), exports);
|
|
67
|
+
__exportStar(require("./ltl-tracking-detail"), exports);
|
|
68
|
+
__exportStar(require("./ltl-tracking-detail-input"), exports);
|
|
69
|
+
__exportStar(require("./model-error"), exports);
|
|
70
|
+
__exportStar(require("./operation-problem"), exports);
|
|
71
|
+
__exportStar(require("./operation-status"), exports);
|
|
72
|
+
__exportStar(require("./package-grouping-input"), exports);
|
|
73
|
+
__exportStar(require("./packing-option"), exports);
|
|
74
|
+
__exportStar(require("./packing-option-summary"), exports);
|
|
75
|
+
__exportStar(require("./pagination"), exports);
|
|
76
|
+
__exportStar(require("./pallet"), exports);
|
|
77
|
+
__exportStar(require("./pallet-information"), exports);
|
|
78
|
+
__exportStar(require("./pallet-input"), exports);
|
|
79
|
+
__exportStar(require("./placement-option"), exports);
|
|
80
|
+
__exportStar(require("./placement-option-summary"), exports);
|
|
81
|
+
__exportStar(require("./prep-instruction"), exports);
|
|
82
|
+
__exportStar(require("./prep-owner"), exports);
|
|
83
|
+
__exportStar(require("./quote"), exports);
|
|
84
|
+
__exportStar(require("./reason-comment"), exports);
|
|
85
|
+
__exportStar(require("./region"), exports);
|
|
86
|
+
__exportStar(require("./schedule-self-ship-appointment-request"), exports);
|
|
87
|
+
__exportStar(require("./schedule-self-ship-appointment-response"), exports);
|
|
88
|
+
__exportStar(require("./self-ship-appointment-details"), exports);
|
|
89
|
+
__exportStar(require("./self-ship-appointment-slots-availability"), exports);
|
|
90
|
+
__exportStar(require("./set-packing-information-request"), exports);
|
|
91
|
+
__exportStar(require("./set-packing-information-response"), exports);
|
|
92
|
+
__exportStar(require("./shipment"), exports);
|
|
93
|
+
__exportStar(require("./shipment-destination"), exports);
|
|
94
|
+
__exportStar(require("./shipment-source"), exports);
|
|
95
|
+
__exportStar(require("./shipment-summary"), exports);
|
|
96
|
+
__exportStar(require("./shipment-transportation-configuration"), exports);
|
|
97
|
+
__exportStar(require("./shipping-configuration"), exports);
|
|
98
|
+
__exportStar(require("./spd-tracking-detail"), exports);
|
|
99
|
+
__exportStar(require("./spd-tracking-detail-input"), exports);
|
|
100
|
+
__exportStar(require("./spd-tracking-item"), exports);
|
|
101
|
+
__exportStar(require("./spd-tracking-item-input"), exports);
|
|
102
|
+
__exportStar(require("./stackability"), exports);
|
|
103
|
+
__exportStar(require("./tax-details"), exports);
|
|
104
|
+
__exportStar(require("./tax-rate"), exports);
|
|
105
|
+
__exportStar(require("./tracking-details"), exports);
|
|
106
|
+
__exportStar(require("./tracking-details-input"), exports);
|
|
107
|
+
__exportStar(require("./transportation-option"), exports);
|
|
108
|
+
__exportStar(require("./transportation-selection"), exports);
|
|
109
|
+
__exportStar(require("./unit-of-measurement"), exports);
|
|
110
|
+
__exportStar(require("./unit-of-weight"), exports);
|
|
111
|
+
__exportStar(require("./update-item-compliance-details-request"), exports);
|
|
112
|
+
__exportStar(require("./update-item-compliance-details-response"), exports);
|
|
113
|
+
__exportStar(require("./update-shipment-delivery-window-request"), exports);
|
|
114
|
+
__exportStar(require("./update-shipment-delivery-window-response"), exports);
|
|
115
|
+
__exportStar(require("./update-shipment-tracking-details-request"), exports);
|
|
116
|
+
__exportStar(require("./update-shipment-tracking-details-response"), exports);
|
|
117
|
+
__exportStar(require("./weight"), exports);
|
|
118
|
+
__exportStar(require("./window"), exports);
|
|
119
|
+
__exportStar(require("./window-input"), exports);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.LabelOwner = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Specifies who will label the items. Options include `AMAZON` and `SELLER`.
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.LabelOwner = {
|
|
23
|
+
Amazon: 'AMAZON',
|
|
24
|
+
Seller: 'SELLER'
|
|
25
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for FBA inbound operations.
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|