@sp-api-sdk/shipping-api-v2 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +97 -0
- package/dist/cjs/index.js +18 -0
- package/dist/cjs/src/api-model/api/shipping-api.js +1203 -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/access-point-details.js +15 -0
- package/dist/cjs/src/api-model/models/access-point-type.js +31 -0
- package/dist/cjs/src/api-model/models/access-point.js +20 -0
- package/dist/cjs/src/api-model/models/accessibility-attributes.js +15 -0
- package/dist/cjs/src/api-model/models/account-status.js +27 -0
- package/dist/cjs/src/api-model/models/account-type.js +26 -0
- package/dist/cjs/src/api-model/models/active-account.js +15 -0
- package/dist/cjs/src/api-model/models/address.js +15 -0
- package/dist/cjs/src/api-model/models/amazon-order-details.js +15 -0
- package/dist/cjs/src/api-model/models/amazon-shipment-details.js +15 -0
- package/dist/cjs/src/api-model/models/available-value-added-service-group.js +15 -0
- package/dist/cjs/src/api-model/models/benefits.js +15 -0
- package/dist/cjs/src/api-model/models/cancel-shipment-response.js +15 -0
- package/dist/cjs/src/api-model/models/carrier-account-attribute.js +15 -0
- package/dist/cjs/src/api-model/models/carrier-account-input.js +15 -0
- package/dist/cjs/src/api-model/models/carrier.js +15 -0
- package/dist/cjs/src/api-model/models/channel-details.js +15 -0
- package/dist/cjs/src/api-model/models/channel-type.js +25 -0
- package/dist/cjs/src/api-model/models/charge-component.js +20 -0
- package/dist/cjs/src/api-model/models/client-reference-detail.js +20 -0
- package/dist/cjs/src/api-model/models/collect-on-delivery.js +15 -0
- package/dist/cjs/src/api-model/models/collection-forms-history-record.js +15 -0
- package/dist/cjs/src/api-model/models/collections-form-document.js +15 -0
- package/dist/cjs/src/api-model/models/currency.js +15 -0
- package/dist/cjs/src/api-model/models/dangerous-goods-details.js +36 -0
- package/dist/cjs/src/api-model/models/date-range.js +15 -0
- package/dist/cjs/src/api-model/models/dimensions.js +20 -0
- package/dist/cjs/src/api-model/models/direct-fulfillment-item-identifiers.js +15 -0
- package/dist/cjs/src/api-model/models/direct-purchase-request.js +15 -0
- package/dist/cjs/src/api-model/models/direct-purchase-response.js +15 -0
- package/dist/cjs/src/api-model/models/direct-purchase-result.js +15 -0
- package/dist/cjs/src/api-model/models/document-format.js +26 -0
- package/dist/cjs/src/api-model/models/document-size.js +20 -0
- package/dist/cjs/src/api-model/models/document-type.js +27 -0
- package/dist/cjs/src/api-model/models/error-list.js +15 -0
- package/dist/cjs/src/api-model/models/event-code.js +34 -0
- package/dist/cjs/src/api-model/models/event.js +15 -0
- package/dist/cjs/src/api-model/models/exception-operating-hours.js +15 -0
- package/dist/cjs/src/api-model/models/excluded-benefit.js +15 -0
- package/dist/cjs/src/api-model/models/generate-collection-form-request.js +15 -0
- package/dist/cjs/src/api-model/models/generate-collection-form-response.js +15 -0
- package/dist/cjs/src/api-model/models/generation-status.js +25 -0
- package/dist/cjs/src/api-model/models/geocode.js +15 -0
- package/dist/cjs/src/api-model/models/get-access-points-response.js +15 -0
- package/dist/cjs/src/api-model/models/get-access-points-result.js +15 -0
- package/dist/cjs/src/api-model/models/get-additional-inputs-response.js +15 -0
- package/dist/cjs/src/api-model/models/get-carrier-account-form-inputs-response.js +15 -0
- package/dist/cjs/src/api-model/models/get-carrier-accounts-request.js +15 -0
- package/dist/cjs/src/api-model/models/get-carrier-accounts-response.js +15 -0
- package/dist/cjs/src/api-model/models/get-collection-form-history-request.js +15 -0
- package/dist/cjs/src/api-model/models/get-collection-form-history-response.js +15 -0
- package/dist/cjs/src/api-model/models/get-collection-form-response.js +15 -0
- package/dist/cjs/src/api-model/models/get-rates-request.js +15 -0
- package/dist/cjs/src/api-model/models/get-rates-response.js +15 -0
- package/dist/cjs/src/api-model/models/get-rates-result.js +15 -0
- package/dist/cjs/src/api-model/models/get-shipment-documents-response.js +15 -0
- package/dist/cjs/src/api-model/models/get-shipment-documents-result.js +15 -0
- package/dist/cjs/src/api-model/models/get-tracking-response.js +15 -0
- package/dist/cjs/src/api-model/models/get-tracking-result.js +15 -0
- package/dist/cjs/src/api-model/models/get-unmanifested-shipments-request.js +15 -0
- package/dist/cjs/src/api-model/models/get-unmanifested-shipments-response.js +15 -0
- package/dist/cjs/src/api-model/models/index.js +130 -0
- package/dist/cjs/src/api-model/models/ineligibility-reason-code.js +33 -0
- package/dist/cjs/src/api-model/models/ineligibility-reason.js +15 -0
- package/dist/cjs/src/api-model/models/ineligible-rate.js +15 -0
- package/dist/cjs/src/api-model/models/input-type.js +25 -0
- package/dist/cjs/src/api-model/models/invoice-details.js +15 -0
- package/dist/cjs/src/api-model/models/item.js +15 -0
- package/dist/cjs/src/api-model/models/link-carrier-account-request.js +15 -0
- package/dist/cjs/src/api-model/models/link-carrier-account-response.js +15 -0
- package/dist/cjs/src/api-model/models/linkable-account-type.js +15 -0
- package/dist/cjs/src/api-model/models/linkable-carrier.js +15 -0
- package/dist/cjs/src/api-model/models/liquid-volume.js +25 -0
- package/dist/cjs/src/api-model/models/location.js +15 -0
- package/dist/cjs/src/api-model/models/model-error.js +15 -0
- package/dist/cjs/src/api-model/models/one-click-shipment-request.js +15 -0
- package/dist/cjs/src/api-model/models/one-click-shipment-response.js +15 -0
- package/dist/cjs/src/api-model/models/one-click-shipment-result.js +15 -0
- package/dist/cjs/src/api-model/models/one-click-shipment-value-added-service.js +15 -0
- package/dist/cjs/src/api-model/models/operating-hours.js +15 -0
- package/dist/cjs/src/api-model/models/package-document-detail.js +15 -0
- package/dist/cjs/src/api-model/models/package-document.js +15 -0
- package/dist/cjs/src/api-model/models/package.js +15 -0
- package/dist/cjs/src/api-model/models/payment-type.js +25 -0
- package/dist/cjs/src/api-model/models/print-option.js +15 -0
- package/dist/cjs/src/api-model/models/promise.js +15 -0
- package/dist/cjs/src/api-model/models/purchase-shipment-request.js +15 -0
- package/dist/cjs/src/api-model/models/purchase-shipment-response.js +15 -0
- package/dist/cjs/src/api-model/models/purchase-shipment-result.js +15 -0
- package/dist/cjs/src/api-model/models/rate-item-id.js +51 -0
- package/dist/cjs/src/api-model/models/rate-item-type.js +26 -0
- package/dist/cjs/src/api-model/models/rate-item.js +15 -0
- package/dist/cjs/src/api-model/models/rate.js +15 -0
- package/dist/cjs/src/api-model/models/requested-document-specification.js +15 -0
- package/dist/cjs/src/api-model/models/requested-value-added-service.js +15 -0
- package/dist/cjs/src/api-model/models/service-selection.js +15 -0
- package/dist/cjs/src/api-model/models/service.js +15 -0
- package/dist/cjs/src/api-model/models/shipment-type.js +25 -0
- package/dist/cjs/src/api-model/models/shipper-instruction.js +15 -0
- package/dist/cjs/src/api-model/models/status.js +32 -0
- package/dist/cjs/src/api-model/models/supported-document-detail.js +15 -0
- package/dist/cjs/src/api-model/models/supported-document-specification.js +15 -0
- package/dist/cjs/src/api-model/models/tax-detail.js +15 -0
- package/dist/cjs/src/api-model/models/tax-type.js +24 -0
- package/dist/cjs/src/api-model/models/time-of-day.js +15 -0
- package/dist/cjs/src/api-model/models/time-window.js +15 -0
- package/dist/cjs/src/api-model/models/tracking-summary.js +15 -0
- package/dist/cjs/src/api-model/models/unlink-carrier-account-request.js +15 -0
- package/dist/cjs/src/api-model/models/unlink-carrier-account-response.js +15 -0
- package/dist/cjs/src/api-model/models/unmanifested-carrier-information.js +15 -0
- package/dist/cjs/src/api-model/models/unmanifested-shipment-location.js +15 -0
- package/dist/cjs/src/api-model/models/validation-metadata.js +15 -0
- package/dist/cjs/src/api-model/models/value-added-service-details.js +15 -0
- package/dist/cjs/src/api-model/models/value-added-service.js +15 -0
- package/dist/cjs/src/api-model/models/weight.js +22 -0
- package/dist/cjs/src/client.js +133 -0
- package/dist/es/index.js +2 -0
- package/dist/es/src/api-model/api/shipping-api.js +1193 -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/access-point-details.js +14 -0
- package/dist/es/src/api-model/models/access-point-type.js +28 -0
- package/dist/es/src/api-model/models/access-point.js +17 -0
- package/dist/es/src/api-model/models/accessibility-attributes.js +14 -0
- package/dist/es/src/api-model/models/account-status.js +24 -0
- package/dist/es/src/api-model/models/account-type.js +23 -0
- package/dist/es/src/api-model/models/active-account.js +14 -0
- package/dist/es/src/api-model/models/address.js +14 -0
- package/dist/es/src/api-model/models/amazon-order-details.js +14 -0
- package/dist/es/src/api-model/models/amazon-shipment-details.js +14 -0
- package/dist/es/src/api-model/models/available-value-added-service-group.js +14 -0
- package/dist/es/src/api-model/models/benefits.js +14 -0
- package/dist/es/src/api-model/models/cancel-shipment-response.js +14 -0
- package/dist/es/src/api-model/models/carrier-account-attribute.js +14 -0
- package/dist/es/src/api-model/models/carrier-account-input.js +14 -0
- package/dist/es/src/api-model/models/carrier.js +14 -0
- package/dist/es/src/api-model/models/channel-details.js +14 -0
- package/dist/es/src/api-model/models/channel-type.js +22 -0
- package/dist/es/src/api-model/models/charge-component.js +17 -0
- package/dist/es/src/api-model/models/client-reference-detail.js +17 -0
- package/dist/es/src/api-model/models/collect-on-delivery.js +14 -0
- package/dist/es/src/api-model/models/collection-forms-history-record.js +14 -0
- package/dist/es/src/api-model/models/collections-form-document.js +14 -0
- package/dist/es/src/api-model/models/currency.js +14 -0
- package/dist/es/src/api-model/models/dangerous-goods-details.js +33 -0
- package/dist/es/src/api-model/models/date-range.js +14 -0
- package/dist/es/src/api-model/models/dimensions.js +17 -0
- package/dist/es/src/api-model/models/direct-fulfillment-item-identifiers.js +14 -0
- package/dist/es/src/api-model/models/direct-purchase-request.js +14 -0
- package/dist/es/src/api-model/models/direct-purchase-response.js +14 -0
- package/dist/es/src/api-model/models/direct-purchase-result.js +14 -0
- package/dist/es/src/api-model/models/document-format.js +23 -0
- package/dist/es/src/api-model/models/document-size.js +17 -0
- package/dist/es/src/api-model/models/document-type.js +24 -0
- package/dist/es/src/api-model/models/error-list.js +14 -0
- package/dist/es/src/api-model/models/event-code.js +31 -0
- package/dist/es/src/api-model/models/event.js +14 -0
- package/dist/es/src/api-model/models/exception-operating-hours.js +14 -0
- package/dist/es/src/api-model/models/excluded-benefit.js +14 -0
- package/dist/es/src/api-model/models/generate-collection-form-request.js +14 -0
- package/dist/es/src/api-model/models/generate-collection-form-response.js +14 -0
- package/dist/es/src/api-model/models/generation-status.js +22 -0
- package/dist/es/src/api-model/models/geocode.js +14 -0
- package/dist/es/src/api-model/models/get-access-points-response.js +14 -0
- package/dist/es/src/api-model/models/get-access-points-result.js +14 -0
- package/dist/es/src/api-model/models/get-additional-inputs-response.js +14 -0
- package/dist/es/src/api-model/models/get-carrier-account-form-inputs-response.js +14 -0
- package/dist/es/src/api-model/models/get-carrier-accounts-request.js +14 -0
- package/dist/es/src/api-model/models/get-carrier-accounts-response.js +14 -0
- package/dist/es/src/api-model/models/get-collection-form-history-request.js +14 -0
- package/dist/es/src/api-model/models/get-collection-form-history-response.js +14 -0
- package/dist/es/src/api-model/models/get-collection-form-response.js +14 -0
- package/dist/es/src/api-model/models/get-rates-request.js +14 -0
- package/dist/es/src/api-model/models/get-rates-response.js +14 -0
- package/dist/es/src/api-model/models/get-rates-result.js +14 -0
- package/dist/es/src/api-model/models/get-shipment-documents-response.js +14 -0
- package/dist/es/src/api-model/models/get-shipment-documents-result.js +14 -0
- package/dist/es/src/api-model/models/get-tracking-response.js +14 -0
- package/dist/es/src/api-model/models/get-tracking-result.js +14 -0
- package/dist/es/src/api-model/models/get-unmanifested-shipments-request.js +14 -0
- package/dist/es/src/api-model/models/get-unmanifested-shipments-response.js +14 -0
- package/dist/es/src/api-model/models/index.js +114 -0
- package/dist/es/src/api-model/models/ineligibility-reason-code.js +30 -0
- package/dist/es/src/api-model/models/ineligibility-reason.js +14 -0
- package/dist/es/src/api-model/models/ineligible-rate.js +14 -0
- package/dist/es/src/api-model/models/input-type.js +22 -0
- package/dist/es/src/api-model/models/invoice-details.js +14 -0
- package/dist/es/src/api-model/models/item.js +14 -0
- package/dist/es/src/api-model/models/link-carrier-account-request.js +14 -0
- package/dist/es/src/api-model/models/link-carrier-account-response.js +14 -0
- package/dist/es/src/api-model/models/linkable-account-type.js +14 -0
- package/dist/es/src/api-model/models/linkable-carrier.js +14 -0
- package/dist/es/src/api-model/models/liquid-volume.js +22 -0
- package/dist/es/src/api-model/models/location.js +14 -0
- package/dist/es/src/api-model/models/model-error.js +14 -0
- package/dist/es/src/api-model/models/one-click-shipment-request.js +14 -0
- package/dist/es/src/api-model/models/one-click-shipment-response.js +14 -0
- package/dist/es/src/api-model/models/one-click-shipment-result.js +14 -0
- package/dist/es/src/api-model/models/one-click-shipment-value-added-service.js +14 -0
- package/dist/es/src/api-model/models/operating-hours.js +14 -0
- package/dist/es/src/api-model/models/package-document-detail.js +14 -0
- package/dist/es/src/api-model/models/package-document.js +14 -0
- package/dist/es/src/api-model/models/package.js +14 -0
- package/dist/es/src/api-model/models/payment-type.js +22 -0
- package/dist/es/src/api-model/models/print-option.js +14 -0
- package/dist/es/src/api-model/models/promise.js +14 -0
- package/dist/es/src/api-model/models/purchase-shipment-request.js +14 -0
- package/dist/es/src/api-model/models/purchase-shipment-response.js +14 -0
- package/dist/es/src/api-model/models/purchase-shipment-result.js +14 -0
- package/dist/es/src/api-model/models/rate-item-id.js +48 -0
- package/dist/es/src/api-model/models/rate-item-type.js +23 -0
- package/dist/es/src/api-model/models/rate-item.js +14 -0
- package/dist/es/src/api-model/models/rate.js +14 -0
- package/dist/es/src/api-model/models/requested-document-specification.js +14 -0
- package/dist/es/src/api-model/models/requested-value-added-service.js +14 -0
- package/dist/es/src/api-model/models/service-selection.js +14 -0
- package/dist/es/src/api-model/models/service.js +14 -0
- package/dist/es/src/api-model/models/shipment-type.js +22 -0
- package/dist/es/src/api-model/models/shipper-instruction.js +14 -0
- package/dist/es/src/api-model/models/status.js +29 -0
- package/dist/es/src/api-model/models/supported-document-detail.js +14 -0
- package/dist/es/src/api-model/models/supported-document-specification.js +14 -0
- package/dist/es/src/api-model/models/tax-detail.js +14 -0
- package/dist/es/src/api-model/models/tax-type.js +21 -0
- package/dist/es/src/api-model/models/time-of-day.js +14 -0
- package/dist/es/src/api-model/models/time-window.js +14 -0
- package/dist/es/src/api-model/models/tracking-summary.js +14 -0
- package/dist/es/src/api-model/models/unlink-carrier-account-request.js +14 -0
- package/dist/es/src/api-model/models/unlink-carrier-account-response.js +14 -0
- package/dist/es/src/api-model/models/unmanifested-carrier-information.js +14 -0
- package/dist/es/src/api-model/models/unmanifested-shipment-location.js +14 -0
- package/dist/es/src/api-model/models/validation-metadata.js +14 -0
- package/dist/es/src/api-model/models/value-added-service-details.js +14 -0
- package/dist/es/src/api-model/models/value-added-service.js +14 -0
- package/dist/es/src/api-model/models/weight.js +19 -0
- package/dist/es/src/client.js +129 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/src/api-model/api/shipping-api.d.ts +1014 -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/access-point-details.d.ts +24 -0
- package/dist/types/src/api-model/models/access-point-type.d.ts +27 -0
- package/dist/types/src/api-model/models/access-point.d.ts +90 -0
- package/dist/types/src/api-model/models/accessibility-attributes.d.ts +30 -0
- package/dist/types/src/api-model/models/account-status.d.ts +23 -0
- package/dist/types/src/api-model/models/account-type.d.ts +22 -0
- package/dist/types/src/api-model/models/active-account.d.ts +30 -0
- package/dist/types/src/api-model/models/address.d.ts +91 -0
- package/dist/types/src/api-model/models/amazon-order-details.d.ts +24 -0
- package/dist/types/src/api-model/models/amazon-shipment-details.d.ts +24 -0
- package/dist/types/src/api-model/models/available-value-added-service-group.d.ts +43 -0
- package/dist/types/src/api-model/models/benefits.d.ts +31 -0
- package/dist/types/src/api-model/models/cancel-shipment-response.d.ts +26 -0
- package/dist/types/src/api-model/models/carrier-account-attribute.d.ts +36 -0
- package/dist/types/src/api-model/models/carrier-account-input.d.ts +68 -0
- package/dist/types/src/api-model/models/carrier.d.ts +30 -0
- package/dist/types/src/api-model/models/channel-details.d.ts +39 -0
- package/dist/types/src/api-model/models/channel-type.d.ts +21 -0
- package/dist/types/src/api-model/models/charge-component.d.ts +36 -0
- package/dist/types/src/api-model/models/client-reference-detail.d.ts +35 -0
- package/dist/types/src/api-model/models/collect-on-delivery.d.ts +25 -0
- package/dist/types/src/api-model/models/collection-forms-history-record.d.ts +50 -0
- package/dist/types/src/api-model/models/collections-form-document.d.ts +30 -0
- package/dist/types/src/api-model/models/currency.d.ts +30 -0
- package/dist/types/src/api-model/models/dangerous-goods-details.d.ts +64 -0
- package/dist/types/src/api-model/models/date-range.d.ts +30 -0
- package/dist/types/src/api-model/models/dimensions.d.ts +47 -0
- package/dist/types/src/api-model/models/direct-fulfillment-item-identifiers.d.ts +30 -0
- package/dist/types/src/api-model/models/direct-purchase-request.d.ts +58 -0
- package/dist/types/src/api-model/models/direct-purchase-response.d.ts +25 -0
- package/dist/types/src/api-model/models/direct-purchase-result.d.ts +31 -0
- package/dist/types/src/api-model/models/document-format.d.ts +22 -0
- package/dist/types/src/api-model/models/document-size.d.ts +41 -0
- package/dist/types/src/api-model/models/document-type.d.ts +23 -0
- package/dist/types/src/api-model/models/error-list.d.ts +24 -0
- package/dist/types/src/api-model/models/event-code.d.ts +30 -0
- package/dist/types/src/api-model/models/event.d.ts +38 -0
- package/dist/types/src/api-model/models/exception-operating-hours.d.ts +32 -0
- package/dist/types/src/api-model/models/excluded-benefit.d.ts +30 -0
- package/dist/types/src/api-model/models/generate-collection-form-request.d.ts +38 -0
- package/dist/types/src/api-model/models/generate-collection-form-response.d.ts +25 -0
- package/dist/types/src/api-model/models/generation-status.d.ts +21 -0
- package/dist/types/src/api-model/models/geocode.d.ts +30 -0
- package/dist/types/src/api-model/models/get-access-points-response.d.ts +25 -0
- package/dist/types/src/api-model/models/get-access-points-result.d.ts +27 -0
- package/dist/types/src/api-model/models/get-additional-inputs-response.d.ts +26 -0
- package/dist/types/src/api-model/models/get-carrier-account-form-inputs-response.d.ts +25 -0
- package/dist/types/src/api-model/models/get-carrier-accounts-request.d.ts +25 -0
- package/dist/types/src/api-model/models/get-carrier-accounts-response.d.ts +25 -0
- package/dist/types/src/api-model/models/get-collection-form-history-request.d.ts +51 -0
- package/dist/types/src/api-model/models/get-collection-form-history-response.d.ts +31 -0
- package/dist/types/src/api-model/models/get-collection-form-response.d.ts +25 -0
- package/dist/types/src/api-model/models/get-rates-request.d.ts +99 -0
- package/dist/types/src/api-model/models/get-rates-response.d.ts +25 -0
- package/dist/types/src/api-model/models/get-rates-result.d.ts +38 -0
- package/dist/types/src/api-model/models/get-shipment-documents-response.d.ts +25 -0
- package/dist/types/src/api-model/models/get-shipment-documents-result.d.ts +31 -0
- package/dist/types/src/api-model/models/get-tracking-response.d.ts +25 -0
- package/dist/types/src/api-model/models/get-tracking-result.d.ts +50 -0
- package/dist/types/src/api-model/models/get-unmanifested-shipments-request.d.ts +25 -0
- package/dist/types/src/api-model/models/get-unmanifested-shipments-response.d.ts +25 -0
- package/dist/types/src/api-model/models/index.d.ts +114 -0
- package/dist/types/src/api-model/models/ineligibility-reason-code.d.ts +29 -0
- package/dist/types/src/api-model/models/ineligibility-reason.d.ts +31 -0
- package/dist/types/src/api-model/models/ineligible-rate.d.ts +49 -0
- package/dist/types/src/api-model/models/input-type.d.ts +21 -0
- package/dist/types/src/api-model/models/invoice-details.d.ts +30 -0
- package/dist/types/src/api-model/models/item.d.ts +96 -0
- package/dist/types/src/api-model/models/link-carrier-account-request.d.ts +44 -0
- package/dist/types/src/api-model/models/link-carrier-account-response.d.ts +25 -0
- package/dist/types/src/api-model/models/linkable-account-type.d.ts +32 -0
- package/dist/types/src/api-model/models/linkable-carrier.d.ts +31 -0
- package/dist/types/src/api-model/models/liquid-volume.d.ts +40 -0
- package/dist/types/src/api-model/models/location.d.ts +42 -0
- package/dist/types/src/api-model/models/model-error.d.ts +36 -0
- package/dist/types/src/api-model/models/one-click-shipment-request.d.ts +99 -0
- package/dist/types/src/api-model/models/one-click-shipment-response.d.ts +25 -0
- package/dist/types/src/api-model/models/one-click-shipment-result.d.ts +59 -0
- package/dist/types/src/api-model/models/one-click-shipment-value-added-service.d.ts +31 -0
- package/dist/types/src/api-model/models/operating-hours.d.ts +37 -0
- package/dist/types/src/api-model/models/package-document-detail.d.ts +37 -0
- package/dist/types/src/api-model/models/package-document.d.ts +38 -0
- package/dist/types/src/api-model/models/package.d.ts +71 -0
- package/dist/types/src/api-model/models/payment-type.d.ts +21 -0
- package/dist/types/src/api-model/models/print-option.d.ts +43 -0
- package/dist/types/src/api-model/models/promise.d.ts +31 -0
- package/dist/types/src/api-model/models/purchase-shipment-request.d.ts +52 -0
- package/dist/types/src/api-model/models/purchase-shipment-response.d.ts +25 -0
- package/dist/types/src/api-model/models/purchase-shipment-result.d.ts +38 -0
- package/dist/types/src/api-model/models/rate-item-id.d.ts +47 -0
- package/dist/types/src/api-model/models/rate-item-type.d.ts +22 -0
- package/dist/types/src/api-model/models/rate-item.d.ts +45 -0
- package/dist/types/src/api-model/models/rate.d.ts +110 -0
- package/dist/types/src/api-model/models/requested-document-specification.d.ts +57 -0
- package/dist/types/src/api-model/models/requested-value-added-service.d.ts +24 -0
- package/dist/types/src/api-model/models/service-selection.d.ts +24 -0
- package/dist/types/src/api-model/models/service.d.ts +30 -0
- package/dist/types/src/api-model/models/shipment-type.d.ts +21 -0
- package/dist/types/src/api-model/models/shipper-instruction.d.ts +24 -0
- package/dist/types/src/api-model/models/status.d.ts +28 -0
- package/dist/types/src/api-model/models/supported-document-detail.d.ts +31 -0
- package/dist/types/src/api-model/models/supported-document-specification.d.ts +39 -0
- package/dist/types/src/api-model/models/tax-detail.d.ts +31 -0
- package/dist/types/src/api-model/models/tax-type.d.ts +20 -0
- package/dist/types/src/api-model/models/time-of-day.d.ts +36 -0
- package/dist/types/src/api-model/models/time-window.d.ts +30 -0
- package/dist/types/src/api-model/models/tracking-summary.d.ts +25 -0
- package/dist/types/src/api-model/models/unlink-carrier-account-request.d.ts +25 -0
- package/dist/types/src/api-model/models/unlink-carrier-account-response.d.ts +24 -0
- package/dist/types/src/api-model/models/unmanifested-carrier-information.d.ts +37 -0
- package/dist/types/src/api-model/models/unmanifested-shipment-location.d.ts +31 -0
- package/dist/types/src/api-model/models/validation-metadata.d.ts +36 -0
- package/dist/types/src/api-model/models/value-added-service-details.d.ts +25 -0
- package/dist/types/src/api-model/models/value-added-service.d.ts +37 -0
- package/dist/types/src/api-model/models/weight.d.ts +37 -0
- package/dist/types/src/client.d.ts +6 -0
- package/package.json +44 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ChannelType = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* The shipment source channel type.
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.ChannelType = {
|
|
23
|
+
Amazon: 'AMAZON',
|
|
24
|
+
External: 'EXTERNAL'
|
|
25
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ChargeComponentChargeTypeEnum = void 0;
|
|
17
|
+
exports.ChargeComponentChargeTypeEnum = {
|
|
18
|
+
Tax: 'TAX',
|
|
19
|
+
Discount: 'DISCOUNT'
|
|
20
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ClientReferenceDetailClientReferenceTypeEnum = void 0;
|
|
17
|
+
exports.ClientReferenceDetailClientReferenceTypeEnum = {
|
|
18
|
+
IntegratorShipperId: 'IntegratorShipperId',
|
|
19
|
+
IntegratorMerchantId: 'IntegratorMerchantId'
|
|
20
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.DangerousGoodsDetailsPackingInstructionEnum = exports.DangerousGoodsDetailsPackingGroupEnum = void 0;
|
|
17
|
+
exports.DangerousGoodsDetailsPackingGroupEnum = {
|
|
18
|
+
I: 'I',
|
|
19
|
+
Ii: 'II',
|
|
20
|
+
Iii: 'III'
|
|
21
|
+
};
|
|
22
|
+
exports.DangerousGoodsDetailsPackingInstructionEnum = {
|
|
23
|
+
Pi965SectionIa: 'PI965_SECTION_IA',
|
|
24
|
+
Pi965SectionIb: 'PI965_SECTION_IB',
|
|
25
|
+
Pi965SectionIi: 'PI965_SECTION_II',
|
|
26
|
+
Pi966SectionI: 'PI966_SECTION_I',
|
|
27
|
+
Pi966SectionIi: 'PI966_SECTION_II',
|
|
28
|
+
Pi967SectionI: 'PI967_SECTION_I',
|
|
29
|
+
Pi967SectionIi: 'PI967_SECTION_II',
|
|
30
|
+
Pi968SectionIa: 'PI968_SECTION_IA',
|
|
31
|
+
Pi968SectionIb: 'PI968_SECTION_IB',
|
|
32
|
+
Pi969SectionI: 'PI969_SECTION_I',
|
|
33
|
+
Pi969SectionIi: 'PI969_SECTION_II',
|
|
34
|
+
Pi970SectionI: 'PI970_SECTION_I',
|
|
35
|
+
Pi970SectionIi: 'PI970_SECTION_II'
|
|
36
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.DimensionsUnitEnum = void 0;
|
|
17
|
+
exports.DimensionsUnitEnum = {
|
|
18
|
+
Inch: 'INCH',
|
|
19
|
+
Centimeter: 'CENTIMETER'
|
|
20
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.DocumentFormat = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* The file format of the document.
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.DocumentFormat = {
|
|
23
|
+
Pdf: 'PDF',
|
|
24
|
+
Png: 'PNG',
|
|
25
|
+
Zpl: 'ZPL'
|
|
26
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.DocumentSizeUnitEnum = void 0;
|
|
17
|
+
exports.DocumentSizeUnitEnum = {
|
|
18
|
+
Inch: 'INCH',
|
|
19
|
+
Centimeter: 'CENTIMETER'
|
|
20
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.DocumentType = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* The type of shipping document.
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.DocumentType = {
|
|
23
|
+
Packslip: 'PACKSLIP',
|
|
24
|
+
Label: 'LABEL',
|
|
25
|
+
Receipt: 'RECEIPT',
|
|
26
|
+
CustomForm: 'CUSTOM_FORM'
|
|
27
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.EventCode = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* The tracking event type.
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.EventCode = {
|
|
23
|
+
ReadyForReceive: 'ReadyForReceive',
|
|
24
|
+
PickupDone: 'PickupDone',
|
|
25
|
+
Delivered: 'Delivered',
|
|
26
|
+
Departed: 'Departed',
|
|
27
|
+
DeliveryAttempted: 'DeliveryAttempted',
|
|
28
|
+
Lost: 'Lost',
|
|
29
|
+
OutForDelivery: 'OutForDelivery',
|
|
30
|
+
ArrivedAtCarrierFacility: 'ArrivedAtCarrierFacility',
|
|
31
|
+
Rejected: 'Rejected',
|
|
32
|
+
Undeliverable: 'Undeliverable',
|
|
33
|
+
PickupCancelled: 'PickupCancelled'
|
|
34
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.GenerationStatus = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Generation Status.
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.GenerationStatus = {
|
|
23
|
+
Completed: 'Completed',
|
|
24
|
+
InProgress: 'InProgress'
|
|
25
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Amazon Shipping API
|
|
6
|
+
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v2
|
|
9
|
+
* Contact: swa-api-core@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|