@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,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
|
+
* Summary information about a placement option.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface PlacementOptionSummary
|
|
16
|
+
*/
|
|
17
|
+
export interface PlacementOptionSummary {
|
|
18
|
+
/**
|
|
19
|
+
* Identifier to a placement option. A placement option represents the shipment splits and destinations of SKUs.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PlacementOptionSummary
|
|
22
|
+
*/
|
|
23
|
+
'placementOptionId': string;
|
|
24
|
+
/**
|
|
25
|
+
* The status of a placement option. Can be `OFFERED` or `ACCEPTED`.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof PlacementOptionSummary
|
|
28
|
+
*/
|
|
29
|
+
'status': string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
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 { Incentive } from './incentive';
|
|
13
|
+
/**
|
|
14
|
+
* Contains information pertaining to the placement of the contents of an inbound plan and the related costs.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface PlacementOption
|
|
17
|
+
*/
|
|
18
|
+
export interface PlacementOption {
|
|
19
|
+
/**
|
|
20
|
+
* Discount for the offered option.
|
|
21
|
+
* @type {Array<Incentive>}
|
|
22
|
+
* @memberof PlacementOption
|
|
23
|
+
*/
|
|
24
|
+
'discounts': Array<Incentive>;
|
|
25
|
+
/**
|
|
26
|
+
* The expiration date of the placement option. This is in ISO 8601 datetime format with pattern `yyyy-MM-ddTHH:mm:ss.sssZ`.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof PlacementOption
|
|
29
|
+
*/
|
|
30
|
+
'expiration'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Fee for the offered option.
|
|
33
|
+
* @type {Array<Incentive>}
|
|
34
|
+
* @memberof PlacementOption
|
|
35
|
+
*/
|
|
36
|
+
'fees': Array<Incentive>;
|
|
37
|
+
/**
|
|
38
|
+
* Identifier to a placement option. A placement option represents the shipment splits and destinations of SKUs.
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof PlacementOption
|
|
41
|
+
*/
|
|
42
|
+
'placementOptionId': string;
|
|
43
|
+
/**
|
|
44
|
+
* Shipment ids.
|
|
45
|
+
* @type {Array<string>}
|
|
46
|
+
* @memberof PlacementOption
|
|
47
|
+
*/
|
|
48
|
+
'shipmentIds': Array<string>;
|
|
49
|
+
/**
|
|
50
|
+
* The status of a placement option. Can be `OFFERED`, `ACCEPTED`, or `EXPIRED`.
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof PlacementOption
|
|
53
|
+
*/
|
|
54
|
+
'status': string;
|
|
55
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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
|
+
/**
|
|
14
|
+
* Information pertaining to the preparation of inbound goods.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface PrepInstruction
|
|
17
|
+
*/
|
|
18
|
+
export interface PrepInstruction {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Currency}
|
|
22
|
+
* @memberof PrepInstruction
|
|
23
|
+
*/
|
|
24
|
+
'fee'?: Currency;
|
|
25
|
+
/**
|
|
26
|
+
* In some situations, special preparations are required for items and this field reflects the owner of the preparations. Options include `AMAZON` or `SELLER`.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof PrepInstruction
|
|
29
|
+
*/
|
|
30
|
+
'prepOwner'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Type of preparation that should be done. Can be `ITEM_LABELING`, `ITEM_BUBBLEWRAP`, `ITEM_POLYBAGGING`, `ITEM_TAPING`, `ITEM_BLACK_SHRINKWRAP`, `ITEM_HANG_GARMENT`, `ITEM_BOXING`, `ITEM_SETCREAT`, `ITEM_RMOVHANG`, `ITEM_SUFFOSTK`, `ITEM_CAP_SEALING`, `ITEM_DEBUNDLE`, `ITEM_SETSTK`, `ITEM_SIOC`, `ITEM_NO_PREP`, `ADULT`, `BABY`, `TEXTILE`, `HANGER`, `FRAGILE`, `LIQUID`, `SHARP`, `SMALL`, `PERFORATED`, `GRANULAR`, `SET`, `FC_PROVIDED`, `UNKNOWN`, or `NONE`.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof PrepInstruction
|
|
35
|
+
*/
|
|
36
|
+
'prepType'?: string;
|
|
37
|
+
}
|
|
@@ -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
|
+
* In some situations, special preparations are required for items and this field reflects the owner of the preparations. Options include `AMAZON` or `SELLER`.
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const PrepOwner: {
|
|
18
|
+
readonly Amazon: "AMAZON";
|
|
19
|
+
readonly Seller: "SELLER";
|
|
20
|
+
};
|
|
21
|
+
export type PrepOwner = typeof PrepOwner[keyof typeof PrepOwner];
|
|
@@ -0,0 +1,37 @@
|
|
|
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
|
+
/**
|
|
14
|
+
* The estimated shipping cost associated with the transportation option.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface Quote
|
|
17
|
+
*/
|
|
18
|
+
export interface Quote {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Currency}
|
|
22
|
+
* @memberof Quote
|
|
23
|
+
*/
|
|
24
|
+
'cost': Currency;
|
|
25
|
+
/**
|
|
26
|
+
* The timestamp at which this transportation option quote becomes no longer valid. This is in ISO 8601 datetime format with pattern `yyyy-MM-ddTHH:mm:ss.sssZ`.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof Quote
|
|
29
|
+
*/
|
|
30
|
+
'expiration'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Voidable until timestamp.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof Quote
|
|
35
|
+
*/
|
|
36
|
+
'voidableUntil'?: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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
|
+
* Reason for cancelling or rescheduling a self-ship appointment.
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const ReasonComment: {
|
|
18
|
+
readonly AppointmentRequestedByMistake: "APPOINTMENT_REQUESTED_BY_MISTAKE";
|
|
19
|
+
readonly VehicleDelay: "VEHICLE_DELAY";
|
|
20
|
+
readonly SlotNotSuitable: "SLOT_NOT_SUITABLE";
|
|
21
|
+
readonly OutsideCarrierBusinessHours: "OUTSIDE_CARRIER_BUSINESS_HOURS";
|
|
22
|
+
readonly UnfavourableExternalConditions: "UNFAVOURABLE_EXTERNAL_CONDITIONS";
|
|
23
|
+
readonly ProcurementDelay: "PROCUREMENT_DELAY";
|
|
24
|
+
readonly ShippingPlanChanged: "SHIPPING_PLAN_CHANGED";
|
|
25
|
+
readonly IncreasedQuantity: "INCREASED_QUANTITY";
|
|
26
|
+
readonly Other: "OTHER";
|
|
27
|
+
};
|
|
28
|
+
export type ReasonComment = typeof ReasonComment[keyof typeof ReasonComment];
|
|
@@ -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
|
+
* Representation of a location used within the inbounding experience.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface Region
|
|
16
|
+
*/
|
|
17
|
+
export interface Region {
|
|
18
|
+
/**
|
|
19
|
+
* ISO 3166 standard alpha-2 country code.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Region
|
|
22
|
+
*/
|
|
23
|
+
'countryCode'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* State.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof Region
|
|
28
|
+
*/
|
|
29
|
+
'state'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* An identifier for a warehouse, such as a FC, IXD, upstream storage.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof Region
|
|
34
|
+
*/
|
|
35
|
+
'warehouseId'?: string;
|
|
36
|
+
}
|
|
@@ -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 { ReasonComment } from './reason-comment';
|
|
13
|
+
/**
|
|
14
|
+
* `scheduleSelfShipAppointment` request.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ScheduleSelfShipAppointmentRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ScheduleSelfShipAppointmentRequest {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ReasonComment}
|
|
22
|
+
* @memberof ScheduleSelfShipAppointmentRequest
|
|
23
|
+
*/
|
|
24
|
+
'reasonComment'?: ReasonComment;
|
|
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 { SelfShipAppointmentDetails } from './self-ship-appointment-details';
|
|
13
|
+
/**
|
|
14
|
+
* `scheduleSelfShipAppointment` response.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ScheduleSelfShipAppointmentResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface ScheduleSelfShipAppointmentResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {SelfShipAppointmentDetails}
|
|
22
|
+
* @memberof ScheduleSelfShipAppointmentResponse
|
|
23
|
+
*/
|
|
24
|
+
'selfShipAppointmentDetails': SelfShipAppointmentDetails;
|
|
25
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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 { AppointmentSlotTime } from './appointment-slot-time';
|
|
13
|
+
/**
|
|
14
|
+
* Appointment details for carrier pickup or fulfillment center appointments.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SelfShipAppointmentDetails
|
|
17
|
+
*/
|
|
18
|
+
export interface SelfShipAppointmentDetails {
|
|
19
|
+
/**
|
|
20
|
+
* Identifier for appointment.
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof SelfShipAppointmentDetails
|
|
23
|
+
*/
|
|
24
|
+
'appointmentId'?: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {AppointmentSlotTime}
|
|
28
|
+
* @memberof SelfShipAppointmentDetails
|
|
29
|
+
*/
|
|
30
|
+
'appointmentSlotTime'?: AppointmentSlotTime;
|
|
31
|
+
/**
|
|
32
|
+
* Status of the appointment.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof SelfShipAppointmentDetails
|
|
35
|
+
*/
|
|
36
|
+
'appointmentStatus'?: string;
|
|
37
|
+
}
|
|
@@ -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 { AppointmentSlot } from './appointment-slot';
|
|
13
|
+
/**
|
|
14
|
+
* The self ship appointment time slots availability and an expiration date for which the slots can be scheduled.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SelfShipAppointmentSlotsAvailability
|
|
17
|
+
*/
|
|
18
|
+
export interface SelfShipAppointmentSlotsAvailability {
|
|
19
|
+
/**
|
|
20
|
+
* ISO 8601 datetime with pattern `yyyy-MM-ddTHH:mm:ss.sssZ`.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof SelfShipAppointmentSlotsAvailability
|
|
23
|
+
*/
|
|
24
|
+
'expiresAt'?: string;
|
|
25
|
+
/**
|
|
26
|
+
* List of appointment slots.
|
|
27
|
+
* @type {Array<AppointmentSlot>}
|
|
28
|
+
* @memberof SelfShipAppointmentSlotsAvailability
|
|
29
|
+
*/
|
|
30
|
+
'slots'?: Array<AppointmentSlot>;
|
|
31
|
+
}
|
|
@@ -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 { PackageGroupingInput } from './package-grouping-input';
|
|
13
|
+
/**
|
|
14
|
+
* `setPackingInformation` request.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SetPackingInformationRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface SetPackingInformationRequest {
|
|
19
|
+
/**
|
|
20
|
+
* List of packing information for the inbound plan.
|
|
21
|
+
* @type {Array<PackageGroupingInput>}
|
|
22
|
+
* @memberof SetPackingInformationRequest
|
|
23
|
+
*/
|
|
24
|
+
'packageGroupings'?: Array<PackageGroupingInput>;
|
|
25
|
+
}
|
|
@@ -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
|
+
* `setPackingInformation` response.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SetPackingInformationResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface SetPackingInformationResponse {
|
|
18
|
+
/**
|
|
19
|
+
* UUID for the given operation.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SetPackingInformationResponse
|
|
22
|
+
*/
|
|
23
|
+
'operationId': string;
|
|
24
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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 { Address } from './address';
|
|
13
|
+
/**
|
|
14
|
+
* The Amazon fulfillment center address and warehouse ID.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ShipmentDestination
|
|
17
|
+
*/
|
|
18
|
+
export interface ShipmentDestination {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Address}
|
|
22
|
+
* @memberof ShipmentDestination
|
|
23
|
+
*/
|
|
24
|
+
'address'?: Address;
|
|
25
|
+
/**
|
|
26
|
+
* The type of destination for this shipment. Can be `AMAZON_OPTIMIZED`, or `AMAZON_WAREHOUSE`.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ShipmentDestination
|
|
29
|
+
*/
|
|
30
|
+
'destinationType': string;
|
|
31
|
+
/**
|
|
32
|
+
* The warehouse that the shipment should be sent to. Empty if the destination type is `AMAZON_OPTIMIZED`.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ShipmentDestination
|
|
35
|
+
*/
|
|
36
|
+
'warehouseId'?: string;
|
|
37
|
+
}
|
|
@@ -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 { Address } from './address';
|
|
13
|
+
/**
|
|
14
|
+
* Specifies the \'ship from\' address for the shipment.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ShipmentSource
|
|
17
|
+
*/
|
|
18
|
+
export interface ShipmentSource {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Address}
|
|
22
|
+
* @memberof ShipmentSource
|
|
23
|
+
*/
|
|
24
|
+
'address'?: Address;
|
|
25
|
+
/**
|
|
26
|
+
* The type of source for this shipment. Can be `SELLER_FACILITY`.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ShipmentSource
|
|
29
|
+
*/
|
|
30
|
+
'sourceType': string;
|
|
31
|
+
}
|
|
@@ -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
|
+
* Summary information about a shipment.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ShipmentSummary
|
|
16
|
+
*/
|
|
17
|
+
export interface ShipmentSummary {
|
|
18
|
+
/**
|
|
19
|
+
* Identifier to a shipment. A shipment contains the boxes and units being inbounded.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ShipmentSummary
|
|
22
|
+
*/
|
|
23
|
+
'shipmentId': string;
|
|
24
|
+
/**
|
|
25
|
+
* 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`.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ShipmentSummary
|
|
28
|
+
*/
|
|
29
|
+
'status': string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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 { PalletInformation } from './pallet-information';
|
|
14
|
+
import { WindowInput } from './window-input';
|
|
15
|
+
/**
|
|
16
|
+
* Details needed to generate the transportation options.
|
|
17
|
+
* @export
|
|
18
|
+
* @interface ShipmentTransportationConfiguration
|
|
19
|
+
*/
|
|
20
|
+
export interface ShipmentTransportationConfiguration {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {ContactInformation}
|
|
24
|
+
* @memberof ShipmentTransportationConfiguration
|
|
25
|
+
*/
|
|
26
|
+
'contactInformation'?: ContactInformation;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {PalletInformation}
|
|
30
|
+
* @memberof ShipmentTransportationConfiguration
|
|
31
|
+
*/
|
|
32
|
+
'palletInformation'?: PalletInformation;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {WindowInput}
|
|
36
|
+
* @memberof ShipmentTransportationConfiguration
|
|
37
|
+
*/
|
|
38
|
+
'readyToShipWindow': WindowInput;
|
|
39
|
+
/**
|
|
40
|
+
* Identifier to a shipment. A shipment contains the boxes and units being inbounded.
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof ShipmentTransportationConfiguration
|
|
43
|
+
*/
|
|
44
|
+
'shipmentId': string;
|
|
45
|
+
}
|