@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,115 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for FBA inbound operations.
|
|
3
|
+
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { ContactInformation } from './contact-information';
|
|
13
|
+
import { Dates } from './dates';
|
|
14
|
+
import { PalletInformation } from './pallet-information';
|
|
15
|
+
import { SelfShipAppointmentDetails } from './self-ship-appointment-details';
|
|
16
|
+
import { ShipmentDestination } from './shipment-destination';
|
|
17
|
+
import { ShipmentSource } from './shipment-source';
|
|
18
|
+
import { TrackingDetails } from './tracking-details';
|
|
19
|
+
/**
|
|
20
|
+
* Contains information pertaining to a shipment in an inbound plan.
|
|
21
|
+
* @export
|
|
22
|
+
* @interface Shipment
|
|
23
|
+
*/
|
|
24
|
+
export interface Shipment {
|
|
25
|
+
/**
|
|
26
|
+
* A unique identifier created by Amazon that identifies this Amazon-partnered, Less Than Truckload/Full Truckload (LTL/FTL) shipment.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof Shipment
|
|
29
|
+
*/
|
|
30
|
+
'amazonReferenceId'?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {ContactInformation}
|
|
34
|
+
* @memberof Shipment
|
|
35
|
+
*/
|
|
36
|
+
'contactInformation'?: ContactInformation;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {Dates}
|
|
40
|
+
* @memberof Shipment
|
|
41
|
+
*/
|
|
42
|
+
'dates'?: Dates;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {ShipmentDestination}
|
|
46
|
+
* @memberof Shipment
|
|
47
|
+
*/
|
|
48
|
+
'destination': ShipmentDestination;
|
|
49
|
+
/**
|
|
50
|
+
* Identifier to an inbound plan.
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof Shipment
|
|
53
|
+
*/
|
|
54
|
+
'inboundPlanId': string;
|
|
55
|
+
/**
|
|
56
|
+
* The name of the shipment.
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof Shipment
|
|
59
|
+
*/
|
|
60
|
+
'name'?: string;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {PalletInformation}
|
|
64
|
+
* @memberof Shipment
|
|
65
|
+
*/
|
|
66
|
+
'palletInformation'?: PalletInformation;
|
|
67
|
+
/**
|
|
68
|
+
* Identifier to a placement option. A placement option represents the shipment splits and destinations of SKUs.
|
|
69
|
+
* @type {string}
|
|
70
|
+
* @memberof Shipment
|
|
71
|
+
*/
|
|
72
|
+
'placementOptionId': string;
|
|
73
|
+
/**
|
|
74
|
+
* Identifier to a transportation option. A transportation option represent one option for how to send a shipment.
|
|
75
|
+
* @type {string}
|
|
76
|
+
* @memberof Shipment
|
|
77
|
+
*/
|
|
78
|
+
'selectedTransportationOptionId'?: string;
|
|
79
|
+
/**
|
|
80
|
+
* List of self ship appointment details.
|
|
81
|
+
* @type {Array<SelfShipAppointmentDetails>}
|
|
82
|
+
* @memberof Shipment
|
|
83
|
+
*/
|
|
84
|
+
'selfShipAppointmentDetails'?: Array<SelfShipAppointmentDetails>;
|
|
85
|
+
/**
|
|
86
|
+
* The confirmed shipment ID which shows up on labels (for example, FBA1234ABCD).
|
|
87
|
+
* @type {string}
|
|
88
|
+
* @memberof Shipment
|
|
89
|
+
*/
|
|
90
|
+
'shipmentConfirmationId'?: string;
|
|
91
|
+
/**
|
|
92
|
+
* Identifier to a shipment. A shipment contains the boxes and units being inbounded.
|
|
93
|
+
* @type {string}
|
|
94
|
+
* @memberof Shipment
|
|
95
|
+
*/
|
|
96
|
+
'shipmentId': string;
|
|
97
|
+
/**
|
|
98
|
+
*
|
|
99
|
+
* @type {ShipmentSource}
|
|
100
|
+
* @memberof Shipment
|
|
101
|
+
*/
|
|
102
|
+
'source': ShipmentSource;
|
|
103
|
+
/**
|
|
104
|
+
* The status of a shipment. The state of the shipment will typically start in `WORKING` and transition to `READY_TO_SHIP` once required actions are complete prior to being picked up or shipped out. Can be `ABANDONED`, `CANCELLED`, `CHECKED_IN`, `CLOSED`, `DELETED`, `DELIVERED`, `IN_TRANSIT`, `MIXED`, `READY_TO_SHIP`, `RECEIVING`, `SHIPPED`, or `WORKING`.
|
|
105
|
+
* @type {string}
|
|
106
|
+
* @memberof Shipment
|
|
107
|
+
*/
|
|
108
|
+
'status'?: string;
|
|
109
|
+
/**
|
|
110
|
+
*
|
|
111
|
+
* @type {TrackingDetails}
|
|
112
|
+
* @memberof Shipment
|
|
113
|
+
*/
|
|
114
|
+
'trackingDetails'?: TrackingDetails;
|
|
115
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for FBA inbound operations.
|
|
3
|
+
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* The shipping configurations supported for the packing option. Available modes are ground small parcel, freight less-than-truckload (LTL), freight full-truckload (FTL) palletized, freight FTL non-palletized, ocean less-than-container-load (LCL), ocean full-container load (FCL), air small parcel, and air small parcel express.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ShippingConfiguration
|
|
16
|
+
*/
|
|
17
|
+
export interface ShippingConfiguration {
|
|
18
|
+
/**
|
|
19
|
+
* Mode of shipment transportation that this option will provide. Can be `GROUND_SMALL_PARCEL`, `FREIGHT_LTL`, `FREIGHT_FTL_PALLET`, `FREIGHT_FTL_NONPALLET`, `OCEAN_LCL`, `OCEAN_FCL`, `AIR_SMALL_PARCEL`, or `AIR_SMALL_PARCEL_EXPRESS`.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ShippingConfiguration
|
|
22
|
+
*/
|
|
23
|
+
'shippingMode'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Shipping program for the option. Can be `AMAZON_PARTNERED_CARRIER` or `USE_YOUR_OWN_CARRIER`.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ShippingConfiguration
|
|
28
|
+
*/
|
|
29
|
+
'shippingSolution'?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for FBA inbound operations.
|
|
3
|
+
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { SpdTrackingItemInput } from './spd-tracking-item-input';
|
|
13
|
+
/**
|
|
14
|
+
* Contains input information to update Small Parcel Delivery (SPD) tracking information.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SpdTrackingDetailInput
|
|
17
|
+
*/
|
|
18
|
+
export interface SpdTrackingDetailInput {
|
|
19
|
+
/**
|
|
20
|
+
* List of Small Parcel Delivery (SPD) tracking items input.
|
|
21
|
+
* @type {Array<SpdTrackingItemInput>}
|
|
22
|
+
* @memberof SpdTrackingDetailInput
|
|
23
|
+
*/
|
|
24
|
+
'spdTrackingItems': Array<SpdTrackingItemInput>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for FBA inbound operations.
|
|
3
|
+
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { SpdTrackingItem } from './spd-tracking-item';
|
|
13
|
+
/**
|
|
14
|
+
* Contains information related to Small Parcel Delivery (SPD) shipment tracking.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SpdTrackingDetail
|
|
17
|
+
*/
|
|
18
|
+
export interface SpdTrackingDetail {
|
|
19
|
+
/**
|
|
20
|
+
* List of Small Parcel Delivery (SPD) tracking items.
|
|
21
|
+
* @type {Array<SpdTrackingItem>}
|
|
22
|
+
* @memberof SpdTrackingDetail
|
|
23
|
+
*/
|
|
24
|
+
'spdTrackingItems'?: Array<SpdTrackingItem>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
* Small Parcel Delivery (SPD) tracking items input information.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SpdTrackingItemInput
|
|
16
|
+
*/
|
|
17
|
+
export interface SpdTrackingItemInput {
|
|
18
|
+
/**
|
|
19
|
+
* The ID provided by Amazon that identifies a given box. This ID is comprised of the external shipment ID (which is generated after transportation has been confirmed) and the index of the box.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SpdTrackingItemInput
|
|
22
|
+
*/
|
|
23
|
+
'boxId': string;
|
|
24
|
+
/**
|
|
25
|
+
* The tracking Id associated with each box in a non-Amazon partnered Small Parcel Delivery (SPD) shipment. The seller must provide this information.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SpdTrackingItemInput
|
|
28
|
+
*/
|
|
29
|
+
'trackingId': string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
* Contains information used to track and identify a Small Parcel Delivery (SPD) item.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SpdTrackingItem
|
|
16
|
+
*/
|
|
17
|
+
export interface SpdTrackingItem {
|
|
18
|
+
/**
|
|
19
|
+
* The ID provided by Amazon that identifies a given box. This ID is comprised of the external shipment ID (which is generated after transportation has been confirmed) and the index of the box.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SpdTrackingItem
|
|
22
|
+
*/
|
|
23
|
+
'boxId'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* The tracking ID associated with each box in a non-Amazon partnered Small Parcel Delivery (SPD) shipment.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SpdTrackingItem
|
|
28
|
+
*/
|
|
29
|
+
'trackingId'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Whether or not Amazon has validated the tracking number. If more than 24 hours have passed and the status is not yet \'VALIDATED\', please verify the number and update if necessary. Can be `VALIDATED` or `NOT_VALIDATED`.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof SpdTrackingItem
|
|
34
|
+
*/
|
|
35
|
+
'trackingNumberValidationStatus'?: string;
|
|
36
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for FBA inbound operations.
|
|
3
|
+
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Indicates whether pallets will be stacked when carrier arrives for pick-up.
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const Stackability: {
|
|
18
|
+
readonly Stackable: "STACKABLE";
|
|
19
|
+
readonly NonStackable: "NON_STACKABLE";
|
|
20
|
+
};
|
|
21
|
+
export type Stackability = typeof Stackability[keyof typeof Stackability];
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for FBA inbound operations.
|
|
3
|
+
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { Currency } from './currency';
|
|
13
|
+
import { TaxRate } from './tax-rate';
|
|
14
|
+
/**
|
|
15
|
+
* Information used to determine the tax compliance.
|
|
16
|
+
* @export
|
|
17
|
+
* @interface TaxDetails
|
|
18
|
+
*/
|
|
19
|
+
export interface TaxDetails {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {Currency}
|
|
23
|
+
* @memberof TaxDetails
|
|
24
|
+
*/
|
|
25
|
+
'declaredValue'?: Currency;
|
|
26
|
+
/**
|
|
27
|
+
* Harmonized System of Nomenclature code.
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof TaxDetails
|
|
30
|
+
*/
|
|
31
|
+
'hsnCode'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* List of tax rates.
|
|
34
|
+
* @type {Array<TaxRate>}
|
|
35
|
+
* @memberof TaxDetails
|
|
36
|
+
*/
|
|
37
|
+
'taxRates'?: Array<TaxRate>;
|
|
38
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
* Contains the type and rate of tax.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface TaxRate
|
|
16
|
+
*/
|
|
17
|
+
export interface TaxRate {
|
|
18
|
+
/**
|
|
19
|
+
* Rate of cess tax.
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof TaxRate
|
|
22
|
+
*/
|
|
23
|
+
'cessRate'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* Rate of gst tax.
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof TaxRate
|
|
28
|
+
*/
|
|
29
|
+
'gstRate'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* Type of tax. Can be `CGST`, `SGST`, `IGST`, or `TOTAL_TAX`.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof TaxRate
|
|
34
|
+
*/
|
|
35
|
+
'taxType'?: string;
|
|
36
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for FBA inbound operations.
|
|
3
|
+
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { LtlTrackingDetailInput } from './ltl-tracking-detail-input';
|
|
13
|
+
import { SpdTrackingDetailInput } from './spd-tracking-detail-input';
|
|
14
|
+
/**
|
|
15
|
+
* Tracking information input for Less-Than-Truckload (LTL) and Small Parcel Delivery (SPD) shipments.
|
|
16
|
+
* @export
|
|
17
|
+
* @interface TrackingDetailsInput
|
|
18
|
+
*/
|
|
19
|
+
export interface TrackingDetailsInput {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {LtlTrackingDetailInput}
|
|
23
|
+
* @memberof TrackingDetailsInput
|
|
24
|
+
*/
|
|
25
|
+
'ltlTrackingDetail'?: LtlTrackingDetailInput;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {SpdTrackingDetailInput}
|
|
29
|
+
* @memberof TrackingDetailsInput
|
|
30
|
+
*/
|
|
31
|
+
'spdTrackingDetail'?: SpdTrackingDetailInput;
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for FBA inbound operations.
|
|
3
|
+
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { LtlTrackingDetail } from './ltl-tracking-detail';
|
|
13
|
+
import { SpdTrackingDetail } from './spd-tracking-detail';
|
|
14
|
+
/**
|
|
15
|
+
* Tracking information for Less-Than-Truckload (LTL) and Small Parcel Delivery (SPD) shipments.
|
|
16
|
+
* @export
|
|
17
|
+
* @interface TrackingDetails
|
|
18
|
+
*/
|
|
19
|
+
export interface TrackingDetails {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {LtlTrackingDetail}
|
|
23
|
+
* @memberof TrackingDetails
|
|
24
|
+
*/
|
|
25
|
+
'ltlTrackingDetail'?: LtlTrackingDetail;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {SpdTrackingDetail}
|
|
29
|
+
* @memberof TrackingDetails
|
|
30
|
+
*/
|
|
31
|
+
'spdTrackingDetail'?: SpdTrackingDetail;
|
|
32
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for FBA inbound operations.
|
|
3
|
+
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { AppointmentSlot } from './appointment-slot';
|
|
13
|
+
import { Carrier } from './carrier';
|
|
14
|
+
import { Quote } from './quote';
|
|
15
|
+
/**
|
|
16
|
+
* Contains information pertaining to a transportation option and the related carrier.
|
|
17
|
+
* @export
|
|
18
|
+
* @interface TransportationOption
|
|
19
|
+
*/
|
|
20
|
+
export interface TransportationOption {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {AppointmentSlot}
|
|
24
|
+
* @memberof TransportationOption
|
|
25
|
+
*/
|
|
26
|
+
'appointmentSlot'?: AppointmentSlot;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {Carrier}
|
|
30
|
+
* @memberof TransportationOption
|
|
31
|
+
*/
|
|
32
|
+
'carrier': Carrier;
|
|
33
|
+
/**
|
|
34
|
+
* Identifier to an inbound plan.
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof TransportationOption
|
|
37
|
+
*/
|
|
38
|
+
'inboundPlanId': string;
|
|
39
|
+
/**
|
|
40
|
+
* The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof TransportationOption
|
|
43
|
+
*/
|
|
44
|
+
'placementOptionId': string;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {Quote}
|
|
48
|
+
* @memberof TransportationOption
|
|
49
|
+
*/
|
|
50
|
+
'quote'?: Quote;
|
|
51
|
+
/**
|
|
52
|
+
* Identifier to a shipment. A shipment contains the boxes and units being inbounded.
|
|
53
|
+
* @type {string}
|
|
54
|
+
* @memberof TransportationOption
|
|
55
|
+
*/
|
|
56
|
+
'shipmentId': string;
|
|
57
|
+
/**
|
|
58
|
+
* The shipping mode associated with the transportation option. Available modes are ground small parcel, freight less-than-truckload (LTL), freight full-truckload (FTL) palletized, freight FTL non-palletized, ocean less-than-container-load (LCL), ocean full-container load (FCL), air small parcel, and air small parcel express.
|
|
59
|
+
* @type {string}
|
|
60
|
+
* @memberof TransportationOption
|
|
61
|
+
*/
|
|
62
|
+
'shippingMode': string;
|
|
63
|
+
/**
|
|
64
|
+
* The shipping solution associated with the transportation option. Available solutions are Amazon-partnered carrier or \'use your own carrier\'.
|
|
65
|
+
* @type {string}
|
|
66
|
+
* @memberof TransportationOption
|
|
67
|
+
*/
|
|
68
|
+
'shippingSolution': string;
|
|
69
|
+
/**
|
|
70
|
+
* Identifier to a transportation option. A transportation option represent one option for how to send a shipment.
|
|
71
|
+
* @type {string}
|
|
72
|
+
* @memberof TransportationOption
|
|
73
|
+
*/
|
|
74
|
+
'transportationOptionId': string;
|
|
75
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for FBA inbound operations.
|
|
3
|
+
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { ContactInformation } from './contact-information';
|
|
13
|
+
import { WindowInput } from './window-input';
|
|
14
|
+
/**
|
|
15
|
+
* The transportation option selected to confirm.
|
|
16
|
+
* @export
|
|
17
|
+
* @interface TransportationSelection
|
|
18
|
+
*/
|
|
19
|
+
export interface TransportationSelection {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {ContactInformation}
|
|
23
|
+
* @memberof TransportationSelection
|
|
24
|
+
*/
|
|
25
|
+
'contactInformation'?: ContactInformation;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {WindowInput}
|
|
29
|
+
* @memberof TransportationSelection
|
|
30
|
+
*/
|
|
31
|
+
'deliveryWindow'?: WindowInput;
|
|
32
|
+
/**
|
|
33
|
+
* Shipment ID that the transportation Option is for.
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof TransportationSelection
|
|
36
|
+
*/
|
|
37
|
+
'shipmentId': string;
|
|
38
|
+
/**
|
|
39
|
+
* Transportation option being selected for the provided shipment.
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof TransportationSelection
|
|
42
|
+
*/
|
|
43
|
+
'transportationOptionId': string;
|
|
44
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for FBA inbound operations.
|
|
3
|
+
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Unit of linear measure.
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const UnitOfMeasurement: {
|
|
18
|
+
readonly In: "IN";
|
|
19
|
+
readonly Cm: "CM";
|
|
20
|
+
};
|
|
21
|
+
export type UnitOfMeasurement = typeof UnitOfMeasurement[keyof typeof UnitOfMeasurement];
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for FBA inbound operations.
|
|
3
|
+
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Unit of the weight being measured.
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const UnitOfWeight: {
|
|
18
|
+
readonly Lb: "LB";
|
|
19
|
+
readonly Kg: "KG";
|
|
20
|
+
};
|
|
21
|
+
export type UnitOfWeight = typeof UnitOfWeight[keyof typeof UnitOfWeight];
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for FBA inbound operations.
|
|
3
|
+
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { TaxDetails } from './tax-details';
|
|
13
|
+
/**
|
|
14
|
+
* The `updateItemComplianceDetails` request.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UpdateItemComplianceDetailsRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateItemComplianceDetailsRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The merchant SKU, a merchant-supplied identifier for a specific SKU.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof UpdateItemComplianceDetailsRequest
|
|
23
|
+
*/
|
|
24
|
+
'msku': string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {TaxDetails}
|
|
28
|
+
* @memberof UpdateItemComplianceDetailsRequest
|
|
29
|
+
*/
|
|
30
|
+
'taxDetails': TaxDetails;
|
|
31
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for FBA inbound operations.
|
|
3
|
+
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-03-20
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* The `updateItemComplianceDetails` response.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface UpdateItemComplianceDetailsResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateItemComplianceDetailsResponse {
|
|
18
|
+
/**
|
|
19
|
+
* UUID for the given operation.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UpdateItemComplianceDetailsResponse
|
|
22
|
+
*/
|
|
23
|
+
'operationId': string;
|
|
24
|
+
}
|