@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,43 @@
|
|
|
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
|
+
* Contains item identifiers and related tax information.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ComplianceDetail
|
|
17
|
+
*/
|
|
18
|
+
export interface ComplianceDetail {
|
|
19
|
+
/**
|
|
20
|
+
* The Amazon Standard Identification Number, which identifies the detail page identifier.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ComplianceDetail
|
|
23
|
+
*/
|
|
24
|
+
'asin'?: string;
|
|
25
|
+
/**
|
|
26
|
+
* The Fulfillment Network SKU, which identifies a real fulfillable item with catalog data and condition.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ComplianceDetail
|
|
29
|
+
*/
|
|
30
|
+
'fnsku'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The merchant SKU, a merchant-supplied identifier for a specific SKU.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ComplianceDetail
|
|
35
|
+
*/
|
|
36
|
+
'msku'?: string;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {TaxDetails}
|
|
40
|
+
* @memberof ComplianceDetail
|
|
41
|
+
*/
|
|
42
|
+
'taxDetails'?: TaxDetails;
|
|
43
|
+
}
|
|
@@ -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 `confirmPackingOption` response.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ConfirmPackingOptionResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface ConfirmPackingOptionResponse {
|
|
18
|
+
/**
|
|
19
|
+
* UUID for the given operation.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ConfirmPackingOptionResponse
|
|
22
|
+
*/
|
|
23
|
+
'operationId': string;
|
|
24
|
+
}
|
|
@@ -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 `confirmPlacementOption` response.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ConfirmPlacementOptionResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface ConfirmPlacementOptionResponse {
|
|
18
|
+
/**
|
|
19
|
+
* UUID for the given operation.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ConfirmPlacementOptionResponse
|
|
22
|
+
*/
|
|
23
|
+
'operationId': string;
|
|
24
|
+
}
|
|
@@ -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 { TransportationSelection } from './transportation-selection';
|
|
13
|
+
/**
|
|
14
|
+
* The `confirmTransportationOptions` request.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ConfirmTransportationOptionsRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ConfirmTransportationOptionsRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Information needed to confirm one of the available transportation options.
|
|
21
|
+
* @type {Array<TransportationSelection>}
|
|
22
|
+
* @memberof ConfirmTransportationOptionsRequest
|
|
23
|
+
*/
|
|
24
|
+
'transportationSelections': Array<TransportationSelection>;
|
|
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
|
+
* The `confirmTransportationOptions` response.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ConfirmTransportationOptionsResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface ConfirmTransportationOptionsResponse {
|
|
18
|
+
/**
|
|
19
|
+
* UUID for the given operation.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ConfirmTransportationOptionsResponse
|
|
22
|
+
*/
|
|
23
|
+
'operationId': string;
|
|
24
|
+
}
|
|
@@ -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
|
+
* The seller\'s contact information.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ContactInformation
|
|
16
|
+
*/
|
|
17
|
+
export interface ContactInformation {
|
|
18
|
+
/**
|
|
19
|
+
* Email address.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ContactInformation
|
|
22
|
+
*/
|
|
23
|
+
'email'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* The name belonging to the contact. This field is required when contact information is being provided for Less-Than-Truckload (LTL) carrier shipments.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ContactInformation
|
|
28
|
+
*/
|
|
29
|
+
'name'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The phone number of the seller.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ContactInformation
|
|
34
|
+
*/
|
|
35
|
+
'phoneNumber': string;
|
|
36
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
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
|
+
import { ContactInformation } from './contact-information';
|
|
14
|
+
import { ItemInput } from './item-input';
|
|
15
|
+
/**
|
|
16
|
+
* The `createInboundPlan` request.
|
|
17
|
+
* @export
|
|
18
|
+
* @interface CreateInboundPlanRequest
|
|
19
|
+
*/
|
|
20
|
+
export interface CreateInboundPlanRequest {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {ContactInformation}
|
|
24
|
+
* @memberof CreateInboundPlanRequest
|
|
25
|
+
*/
|
|
26
|
+
'contactInformation': ContactInformation;
|
|
27
|
+
/**
|
|
28
|
+
* Marketplaces where the items need to be shipped to. Currently only one marketplace can be selected in this request.
|
|
29
|
+
* @type {Array<string>}
|
|
30
|
+
* @memberof CreateInboundPlanRequest
|
|
31
|
+
*/
|
|
32
|
+
'destinationMarketplaces': Array<string>;
|
|
33
|
+
/**
|
|
34
|
+
* Items included in this plan.
|
|
35
|
+
* @type {Array<ItemInput>}
|
|
36
|
+
* @memberof CreateInboundPlanRequest
|
|
37
|
+
*/
|
|
38
|
+
'items': Array<ItemInput>;
|
|
39
|
+
/**
|
|
40
|
+
* Name for the Inbound Plan. If one isn\'t provided, a default name will be provided.
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof CreateInboundPlanRequest
|
|
43
|
+
*/
|
|
44
|
+
'name'?: string;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {Address}
|
|
48
|
+
* @memberof CreateInboundPlanRequest
|
|
49
|
+
*/
|
|
50
|
+
'sourceAddress': Address;
|
|
51
|
+
}
|
|
@@ -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 `createInboundPlan` response.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CreateInboundPlanResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateInboundPlanResponse {
|
|
18
|
+
/**
|
|
19
|
+
* Identifier to an inbound plan.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreateInboundPlanResponse
|
|
22
|
+
*/
|
|
23
|
+
'inboundPlanId': string;
|
|
24
|
+
/**
|
|
25
|
+
* UUID for the given operation.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CreateInboundPlanResponse
|
|
28
|
+
*/
|
|
29
|
+
'operationId': string;
|
|
30
|
+
}
|
|
@@ -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
|
+
* Currency definition.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface Currency
|
|
16
|
+
*/
|
|
17
|
+
export interface Currency {
|
|
18
|
+
/**
|
|
19
|
+
* Decimal value of the currency.
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof Currency
|
|
22
|
+
*/
|
|
23
|
+
'amount': number;
|
|
24
|
+
/**
|
|
25
|
+
* ISO 4217 standard of a currency code.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof Currency
|
|
28
|
+
*/
|
|
29
|
+
'code': string;
|
|
30
|
+
}
|
|
@@ -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 { ItemInput } from './item-input';
|
|
13
|
+
/**
|
|
14
|
+
* Provide units going to the warehouse.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CustomPlacementInput
|
|
17
|
+
*/
|
|
18
|
+
export interface CustomPlacementInput {
|
|
19
|
+
/**
|
|
20
|
+
* Items included while creating Inbound Plan.
|
|
21
|
+
* @type {Array<ItemInput>}
|
|
22
|
+
* @memberof CustomPlacementInput
|
|
23
|
+
*/
|
|
24
|
+
'items': Array<ItemInput>;
|
|
25
|
+
/**
|
|
26
|
+
* Warehouse Id.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof CustomPlacementInput
|
|
29
|
+
*/
|
|
30
|
+
'warehouseId': string;
|
|
31
|
+
}
|
|
@@ -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 { Window } from './window';
|
|
13
|
+
/**
|
|
14
|
+
* Specifies the dates that the seller expects their shipment will be shipped and delivered.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface Dates
|
|
17
|
+
*/
|
|
18
|
+
export interface Dates {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Window}
|
|
22
|
+
* @memberof Dates
|
|
23
|
+
*/
|
|
24
|
+
'deliveryWindow'?: Window;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Window}
|
|
28
|
+
* @memberof Dates
|
|
29
|
+
*/
|
|
30
|
+
'readyToShipWindow'?: Window;
|
|
31
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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 { UnitOfMeasurement } from './unit-of-measurement';
|
|
13
|
+
/**
|
|
14
|
+
* Measurement of a package dimensions.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface Dimensions
|
|
17
|
+
*/
|
|
18
|
+
export interface Dimensions {
|
|
19
|
+
/**
|
|
20
|
+
* Height.
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof Dimensions
|
|
23
|
+
*/
|
|
24
|
+
'height': number;
|
|
25
|
+
/**
|
|
26
|
+
* Length.
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof Dimensions
|
|
29
|
+
*/
|
|
30
|
+
'length': number;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {UnitOfMeasurement}
|
|
34
|
+
* @memberof Dimensions
|
|
35
|
+
*/
|
|
36
|
+
'unitOfMeasurement': UnitOfMeasurement;
|
|
37
|
+
/**
|
|
38
|
+
* Width.
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof Dimensions
|
|
41
|
+
*/
|
|
42
|
+
'width': number;
|
|
43
|
+
}
|
|
@@ -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
|
+
* Resource to download the requested document.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface DocumentDownload
|
|
16
|
+
*/
|
|
17
|
+
export interface DocumentDownload {
|
|
18
|
+
/**
|
|
19
|
+
* The type of download. Can be `URL` or `PDF_BASE64`.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DocumentDownload
|
|
22
|
+
*/
|
|
23
|
+
'downloadType': string;
|
|
24
|
+
/**
|
|
25
|
+
* The timestamp of expiration of the URI. This is in ISO 8601 datetime format with pattern `yyyy-MM-ddTHH:mm:ss.sssZ`.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof DocumentDownload
|
|
28
|
+
*/
|
|
29
|
+
'expiration'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Uniform resource identifier to identify where the document is located.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof DocumentDownload
|
|
34
|
+
*/
|
|
35
|
+
'uri': string;
|
|
36
|
+
}
|
|
@@ -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
|
+
* A list of error responses returned when a request is unsuccessful.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ErrorList
|
|
16
|
+
*/
|
|
17
|
+
export interface ErrorList {
|
|
18
|
+
/**
|
|
19
|
+
* List of errors.
|
|
20
|
+
* @type {Array<Error>}
|
|
21
|
+
* @memberof ErrorList
|
|
22
|
+
*/
|
|
23
|
+
'errors': Array<Error>;
|
|
24
|
+
}
|
|
@@ -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 `generatePackingOptions` response.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface GeneratePackingOptionsResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface GeneratePackingOptionsResponse {
|
|
18
|
+
/**
|
|
19
|
+
* UUID for the given operation.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GeneratePackingOptionsResponse
|
|
22
|
+
*/
|
|
23
|
+
'operationId': string;
|
|
24
|
+
}
|
|
@@ -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 { CustomPlacementInput } from './custom-placement-input';
|
|
13
|
+
/**
|
|
14
|
+
* The `generatePlacementOptions` request.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GeneratePlacementOptionsRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface GeneratePlacementOptionsRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Custom placements options to be added to the plan.
|
|
21
|
+
* @type {Array<CustomPlacementInput>}
|
|
22
|
+
* @memberof GeneratePlacementOptionsRequest
|
|
23
|
+
*/
|
|
24
|
+
'customPlacement'?: Array<CustomPlacementInput>;
|
|
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
|
+
* The `generatePlacementOptions` response.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface GeneratePlacementOptionsResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface GeneratePlacementOptionsResponse {
|
|
18
|
+
/**
|
|
19
|
+
* UUID for the given operation.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GeneratePlacementOptionsResponse
|
|
22
|
+
*/
|
|
23
|
+
'operationId': string;
|
|
24
|
+
}
|
|
@@ -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 `generateSelfShipAppointmentSlots` request.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface GenerateSelfShipAppointmentSlotsRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface GenerateSelfShipAppointmentSlotsRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The ISO 8601 datetime with pattern `yyyy-MM-ddTHH:mm:ss.sssZ`.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GenerateSelfShipAppointmentSlotsRequest
|
|
22
|
+
*/
|
|
23
|
+
'desiredEndDate'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* The ISO 8601 datetime with pattern `yyyy-MM-ddTHH:mm:ss.sssZ`.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof GenerateSelfShipAppointmentSlotsRequest
|
|
28
|
+
*/
|
|
29
|
+
'desiredStartDate'?: string;
|
|
30
|
+
}
|
|
@@ -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 `generateSelfShipAppointmentSlots` response.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface GenerateSelfShipAppointmentSlotsResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface GenerateSelfShipAppointmentSlotsResponse {
|
|
18
|
+
/**
|
|
19
|
+
* UUID for the given operation.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GenerateSelfShipAppointmentSlotsResponse
|
|
22
|
+
*/
|
|
23
|
+
'operationId': string;
|
|
24
|
+
}
|
|
@@ -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 { ShipmentTransportationConfiguration } from './shipment-transportation-configuration';
|
|
13
|
+
/**
|
|
14
|
+
* The `generateTransportationOptions` request.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GenerateTransportationOptionsRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface GenerateTransportationOptionsRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The placement option to generate transportation options for.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof GenerateTransportationOptionsRequest
|
|
23
|
+
*/
|
|
24
|
+
'placementOptionId': string;
|
|
25
|
+
/**
|
|
26
|
+
* List of shipment transportation configurations.
|
|
27
|
+
* @type {Array<ShipmentTransportationConfiguration>}
|
|
28
|
+
* @memberof GenerateTransportationOptionsRequest
|
|
29
|
+
*/
|
|
30
|
+
'shipmentTransportationConfigurations': Array<ShipmentTransportationConfiguration>;
|
|
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 `generateTransportationOptions` response.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface GenerateTransportationOptionsResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface GenerateTransportationOptionsResponse {
|
|
18
|
+
/**
|
|
19
|
+
* UUID for the given operation.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GenerateTransportationOptionsResponse
|
|
22
|
+
*/
|
|
23
|
+
'operationId': string;
|
|
24
|
+
}
|