@sp-api-sdk/fulfillment-outbound-api-2020-07-01 2.5.1 → 2.7.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/dist/cjs/{src/api-model → api-model}/api/fba-outbound-api.js +64 -57
- package/dist/cjs/{src/api-model → api-model}/models/index.js +2 -1
- package/dist/cjs/api-model/models/update-fulfillment-order-response.js +15 -0
- package/dist/cjs/api-model/models/variable-precision-address.js +15 -0
- package/dist/cjs/index.js +3 -3
- package/dist/es/{src/api-model → api-model}/api/fba-outbound-api.js +64 -57
- package/dist/es/{src/api-model → api-model}/models/index.js +2 -1
- package/dist/es/api-model/models/update-fulfillment-order-response.js +14 -0
- package/dist/es/api-model/models/variable-precision-address.js +14 -0
- package/dist/es/index.js +3 -3
- package/dist/types/{src/api-model → api-model}/api/fba-outbound-api.d.ts +62 -54
- package/dist/types/api-model/models/delivery-document.d.ts +30 -0
- package/dist/types/api-model/models/delivery-information.d.ts +32 -0
- package/dist/types/{src/api-model → api-model}/models/fulfillment-shipment-package.d.ts +7 -0
- package/dist/types/{src/api-model → api-model}/models/index.d.ts +2 -1
- package/dist/types/{src/api-model → api-model}/models/locker-details.d.ts +1 -1
- package/dist/types/index.d.ts +3 -3
- package/package.json +11 -4
- package/dist/cjs/src/api-model/models/delivery-quantity.js +0 -19
- package/dist/es/src/api-model/models/delivery-quantity.js +0 -16
- package/dist/types/src/api-model/models/delivery-quantity.d.ts +0 -34
- /package/dist/cjs/{src/api-model → api-model}/api.js +0 -0
- /package/dist/cjs/{src/api-model → api-model}/base.js +0 -0
- /package/dist/cjs/{src/api-model → api-model}/common.js +0 -0
- /package/dist/cjs/{src/api-model → api-model}/configuration.js +0 -0
- /package/dist/cjs/{src/api-model → api-model}/index.js +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/additional-location-info.js +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/address.js +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/amount.js +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/cancel-fulfillment-order-response.js +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/codsettings.js +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/create-fulfillment-order-item.js +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/create-fulfillment-order-request.js +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/create-fulfillment-order-response.js +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/create-fulfillment-return-request.js +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/create-fulfillment-return-response.js +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/create-fulfillment-return-result.js +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/create-return-item.js +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/current-status.js +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/date-range.js +0 -0
- /package/dist/cjs/{src/api-model/models/delivery-message.js → api-model/models/delivery-document.js} +0 -0
- /package/dist/cjs/{src/api-model/models/delivery-offer.js → api-model/models/delivery-information.js} +0 -0
- /package/dist/cjs/{src/api-model/models/delivery-policy.js → api-model/models/delivery-message.js} +0 -0
- /package/dist/cjs/{src/api-model/models/delivery-preferences.js → api-model/models/delivery-offer.js} +0 -0
- /package/dist/cjs/{src/api-model/models/delivery-window.js → api-model/models/delivery-policy.js} +0 -0
- /package/dist/cjs/{src/api-model/models/destination.js → api-model/models/delivery-preferences.js} +0 -0
- /package/dist/cjs/{src/api-model/models/feature-sku.js → api-model/models/delivery-window.js} +0 -0
- /package/dist/cjs/{src/api-model/models/feature.js → api-model/models/destination.js} +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/drop-off-location.js +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/event-code.js +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/feature-settings.js +0 -0
- /package/dist/cjs/{src/api-model/models/fulfillment-order-item.js → api-model/models/feature-sku.js} +0 -0
- /package/dist/cjs/{src/api-model/models/fulfillment-order.js → api-model/models/feature.js} +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/fee.js +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/fulfillment-action.js +0 -0
- /package/dist/cjs/{src/api-model/models/fulfillment-preview-shipment.js → api-model/models/fulfillment-order-item.js} +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/fulfillment-order-status.js +0 -0
- /package/dist/cjs/{src/api-model/models/fulfillment-preview.js → api-model/models/fulfillment-order.js} +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/fulfillment-policy.js +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/fulfillment-preview-item.js +0 -0
- /package/dist/cjs/{src/api-model/models/fulfillment-shipment-item.js → api-model/models/fulfillment-preview-shipment.js} +0 -0
- /package/dist/cjs/{src/api-model/models/fulfillment-shipment-package.js → api-model/models/fulfillment-preview.js} +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/fulfillment-return-item-status.js +0 -0
- /package/dist/cjs/{src/api-model/models/get-delivery-offers-product.js → api-model/models/fulfillment-shipment-item.js} +0 -0
- /package/dist/cjs/{src/api-model/models/get-delivery-offers-request.js → api-model/models/fulfillment-shipment-package.js} +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/fulfillment-shipment.js +0 -0
- /package/dist/cjs/{src/api-model/models/get-delivery-offers-response.js → api-model/models/get-delivery-offers-product.js} +0 -0
- /package/dist/cjs/{src/api-model/models/get-delivery-offers-result.js → api-model/models/get-delivery-offers-request.js} +0 -0
- /package/dist/cjs/{src/api-model/models/get-delivery-offers-terms.js → api-model/models/get-delivery-offers-response.js} +0 -0
- /package/dist/cjs/{src/api-model/models/get-feature-inventory-response.js → api-model/models/get-delivery-offers-result.js} +0 -0
- /package/dist/cjs/{src/api-model/models/get-feature-inventory-result.js → api-model/models/get-delivery-offers-terms.js} +0 -0
- /package/dist/cjs/{src/api-model/models/get-feature-sku-response.js → api-model/models/get-feature-inventory-response.js} +0 -0
- /package/dist/cjs/{src/api-model/models/get-feature-sku-result.js → api-model/models/get-feature-inventory-result.js} +0 -0
- /package/dist/cjs/{src/api-model/models/get-features-response.js → api-model/models/get-feature-sku-response.js} +0 -0
- /package/dist/cjs/{src/api-model/models/get-features-result.js → api-model/models/get-feature-sku-result.js} +0 -0
- /package/dist/cjs/{src/api-model/models/get-fulfillment-order-response.js → api-model/models/get-features-response.js} +0 -0
- /package/dist/cjs/{src/api-model/models/get-fulfillment-order-result.js → api-model/models/get-features-result.js} +0 -0
- /package/dist/cjs/{src/api-model/models/get-fulfillment-preview-item.js → api-model/models/get-fulfillment-order-response.js} +0 -0
- /package/dist/cjs/{src/api-model/models/get-fulfillment-preview-request.js → api-model/models/get-fulfillment-order-result.js} +0 -0
- /package/dist/cjs/{src/api-model/models/get-fulfillment-preview-response.js → api-model/models/get-fulfillment-preview-item.js} +0 -0
- /package/dist/cjs/{src/api-model/models/get-fulfillment-preview-result.js → api-model/models/get-fulfillment-preview-request.js} +0 -0
- /package/dist/cjs/{src/api-model/models/get-package-tracking-details-response.js → api-model/models/get-fulfillment-preview-response.js} +0 -0
- /package/dist/cjs/{src/api-model/models/invalid-item-reason.js → api-model/models/get-fulfillment-preview-result.js} +0 -0
- /package/dist/cjs/{src/api-model/models/invalid-return-item.js → api-model/models/get-package-tracking-details-response.js} +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/invalid-item-reason-code.js +0 -0
- /package/dist/cjs/{src/api-model/models/list-all-fulfillment-orders-response.js → api-model/models/invalid-item-reason.js} +0 -0
- /package/dist/cjs/{src/api-model/models/list-all-fulfillment-orders-result.js → api-model/models/invalid-return-item.js} +0 -0
- /package/dist/cjs/{src/api-model/models/list-return-reason-codes-response.js → api-model/models/list-all-fulfillment-orders-response.js} +0 -0
- /package/dist/cjs/{src/api-model/models/list-return-reason-codes-result.js → api-model/models/list-all-fulfillment-orders-result.js} +0 -0
- /package/dist/cjs/{src/api-model/models/locker-details.js → api-model/models/list-return-reason-codes-response.js} +0 -0
- /package/dist/cjs/{src/api-model/models/model-error.js → api-model/models/list-return-reason-codes-result.js} +0 -0
- /package/dist/cjs/{src/api-model/models/money.js → api-model/models/locker-details.js} +0 -0
- /package/dist/cjs/{src/api-model/models/origin.js → api-model/models/model-error.js} +0 -0
- /package/dist/cjs/{src/api-model/models/package-tracking-details.js → api-model/models/money.js} +0 -0
- /package/dist/cjs/{src/api-model/models/payment-information.js → api-model/models/origin.js} +0 -0
- /package/dist/cjs/{src/api-model/models/product-identifier.js → api-model/models/package-tracking-details.js} +0 -0
- /package/dist/cjs/{src/api-model/models/reason-code-details.js → api-model/models/payment-information.js} +0 -0
- /package/dist/cjs/{src/api-model/models/return-authorization.js → api-model/models/product-identifier.js} +0 -0
- /package/dist/cjs/{src/api-model/models/return-item.js → api-model/models/reason-code-details.js} +0 -0
- /package/dist/cjs/{src/api-model/models/scheduled-delivery-info.js → api-model/models/return-authorization.js} +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/return-item-disposition.js +0 -0
- /package/dist/cjs/{src/api-model/models/submit-fulfillment-order-status-update-request.js → api-model/models/return-item.js} +0 -0
- /package/dist/cjs/{src/api-model/models/submit-fulfillment-order-status-update-response.js → api-model/models/scheduled-delivery-info.js} +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/shipping-speed-category.js +0 -0
- /package/dist/cjs/{src/api-model/models/tracking-address.js → api-model/models/submit-fulfillment-order-status-update-request.js} +0 -0
- /package/dist/cjs/{src/api-model/models/tracking-event.js → api-model/models/submit-fulfillment-order-status-update-response.js} +0 -0
- /package/dist/cjs/{src/api-model/models/unfulfillable-preview-item.js → api-model/models/tracking-address.js} +0 -0
- /package/dist/cjs/{src/api-model/models/update-fulfillment-order-item.js → api-model/models/tracking-event.js} +0 -0
- /package/dist/cjs/{src/api-model/models/update-fulfillment-order-request.js → api-model/models/unfulfillable-preview-item.js} +0 -0
- /package/dist/cjs/{src/api-model/models/update-fulfillment-order-response.js → api-model/models/update-fulfillment-order-item.js} +0 -0
- /package/dist/cjs/{src/api-model/models/variable-precision-address.js → api-model/models/update-fulfillment-order-request.js} +0 -0
- /package/dist/cjs/{src/api-model → api-model}/models/weight.js +0 -0
- /package/dist/cjs/{src/client.js → client.js} +0 -0
- /package/dist/es/{src/api-model → api-model}/api.js +0 -0
- /package/dist/es/{src/api-model → api-model}/base.js +0 -0
- /package/dist/es/{src/api-model → api-model}/common.js +0 -0
- /package/dist/es/{src/api-model → api-model}/configuration.js +0 -0
- /package/dist/es/{src/api-model → api-model}/index.js +0 -0
- /package/dist/es/{src/api-model → api-model}/models/additional-location-info.js +0 -0
- /package/dist/es/{src/api-model → api-model}/models/address.js +0 -0
- /package/dist/es/{src/api-model → api-model}/models/amount.js +0 -0
- /package/dist/es/{src/api-model → api-model}/models/cancel-fulfillment-order-response.js +0 -0
- /package/dist/es/{src/api-model → api-model}/models/codsettings.js +0 -0
- /package/dist/es/{src/api-model → api-model}/models/create-fulfillment-order-item.js +0 -0
- /package/dist/es/{src/api-model → api-model}/models/create-fulfillment-order-request.js +0 -0
- /package/dist/es/{src/api-model → api-model}/models/create-fulfillment-order-response.js +0 -0
- /package/dist/es/{src/api-model → api-model}/models/create-fulfillment-return-request.js +0 -0
- /package/dist/es/{src/api-model → api-model}/models/create-fulfillment-return-response.js +0 -0
- /package/dist/es/{src/api-model → api-model}/models/create-fulfillment-return-result.js +0 -0
- /package/dist/es/{src/api-model → api-model}/models/create-return-item.js +0 -0
- /package/dist/es/{src/api-model → api-model}/models/current-status.js +0 -0
- /package/dist/es/{src/api-model → api-model}/models/date-range.js +0 -0
- /package/dist/es/{src/api-model/models/delivery-message.js → api-model/models/delivery-document.js} +0 -0
- /package/dist/es/{src/api-model/models/delivery-offer.js → api-model/models/delivery-information.js} +0 -0
- /package/dist/es/{src/api-model/models/delivery-policy.js → api-model/models/delivery-message.js} +0 -0
- /package/dist/es/{src/api-model/models/delivery-preferences.js → api-model/models/delivery-offer.js} +0 -0
- /package/dist/es/{src/api-model/models/delivery-window.js → api-model/models/delivery-policy.js} +0 -0
- /package/dist/es/{src/api-model/models/destination.js → api-model/models/delivery-preferences.js} +0 -0
- /package/dist/es/{src/api-model/models/feature-sku.js → api-model/models/delivery-window.js} +0 -0
- /package/dist/es/{src/api-model/models/feature.js → api-model/models/destination.js} +0 -0
- /package/dist/es/{src/api-model → api-model}/models/drop-off-location.js +0 -0
- /package/dist/es/{src/api-model → api-model}/models/event-code.js +0 -0
- /package/dist/es/{src/api-model → api-model}/models/feature-settings.js +0 -0
- /package/dist/es/{src/api-model/models/fulfillment-order-item.js → api-model/models/feature-sku.js} +0 -0
- /package/dist/es/{src/api-model/models/fulfillment-order.js → api-model/models/feature.js} +0 -0
- /package/dist/es/{src/api-model → api-model}/models/fee.js +0 -0
- /package/dist/es/{src/api-model → api-model}/models/fulfillment-action.js +0 -0
- /package/dist/es/{src/api-model/models/fulfillment-preview-shipment.js → api-model/models/fulfillment-order-item.js} +0 -0
- /package/dist/es/{src/api-model → api-model}/models/fulfillment-order-status.js +0 -0
- /package/dist/es/{src/api-model/models/fulfillment-preview.js → api-model/models/fulfillment-order.js} +0 -0
- /package/dist/es/{src/api-model → api-model}/models/fulfillment-policy.js +0 -0
- /package/dist/es/{src/api-model → api-model}/models/fulfillment-preview-item.js +0 -0
- /package/dist/es/{src/api-model/models/fulfillment-shipment-item.js → api-model/models/fulfillment-preview-shipment.js} +0 -0
- /package/dist/es/{src/api-model/models/fulfillment-shipment-package.js → api-model/models/fulfillment-preview.js} +0 -0
- /package/dist/es/{src/api-model → api-model}/models/fulfillment-return-item-status.js +0 -0
- /package/dist/es/{src/api-model/models/get-delivery-offers-product.js → api-model/models/fulfillment-shipment-item.js} +0 -0
- /package/dist/es/{src/api-model/models/get-delivery-offers-request.js → api-model/models/fulfillment-shipment-package.js} +0 -0
- /package/dist/es/{src/api-model → api-model}/models/fulfillment-shipment.js +0 -0
- /package/dist/es/{src/api-model/models/get-delivery-offers-response.js → api-model/models/get-delivery-offers-product.js} +0 -0
- /package/dist/es/{src/api-model/models/get-delivery-offers-result.js → api-model/models/get-delivery-offers-request.js} +0 -0
- /package/dist/es/{src/api-model/models/get-delivery-offers-terms.js → api-model/models/get-delivery-offers-response.js} +0 -0
- /package/dist/es/{src/api-model/models/get-feature-inventory-response.js → api-model/models/get-delivery-offers-result.js} +0 -0
- /package/dist/es/{src/api-model/models/get-feature-inventory-result.js → api-model/models/get-delivery-offers-terms.js} +0 -0
- /package/dist/es/{src/api-model/models/get-feature-sku-response.js → api-model/models/get-feature-inventory-response.js} +0 -0
- /package/dist/es/{src/api-model/models/get-feature-sku-result.js → api-model/models/get-feature-inventory-result.js} +0 -0
- /package/dist/es/{src/api-model/models/get-features-response.js → api-model/models/get-feature-sku-response.js} +0 -0
- /package/dist/es/{src/api-model/models/get-features-result.js → api-model/models/get-feature-sku-result.js} +0 -0
- /package/dist/es/{src/api-model/models/get-fulfillment-order-response.js → api-model/models/get-features-response.js} +0 -0
- /package/dist/es/{src/api-model/models/get-fulfillment-order-result.js → api-model/models/get-features-result.js} +0 -0
- /package/dist/es/{src/api-model/models/get-fulfillment-preview-item.js → api-model/models/get-fulfillment-order-response.js} +0 -0
- /package/dist/es/{src/api-model/models/get-fulfillment-preview-request.js → api-model/models/get-fulfillment-order-result.js} +0 -0
- /package/dist/es/{src/api-model/models/get-fulfillment-preview-response.js → api-model/models/get-fulfillment-preview-item.js} +0 -0
- /package/dist/es/{src/api-model/models/get-fulfillment-preview-result.js → api-model/models/get-fulfillment-preview-request.js} +0 -0
- /package/dist/es/{src/api-model/models/get-package-tracking-details-response.js → api-model/models/get-fulfillment-preview-response.js} +0 -0
- /package/dist/es/{src/api-model/models/invalid-item-reason.js → api-model/models/get-fulfillment-preview-result.js} +0 -0
- /package/dist/es/{src/api-model/models/invalid-return-item.js → api-model/models/get-package-tracking-details-response.js} +0 -0
- /package/dist/es/{src/api-model → api-model}/models/invalid-item-reason-code.js +0 -0
- /package/dist/es/{src/api-model/models/list-all-fulfillment-orders-response.js → api-model/models/invalid-item-reason.js} +0 -0
- /package/dist/es/{src/api-model/models/list-all-fulfillment-orders-result.js → api-model/models/invalid-return-item.js} +0 -0
- /package/dist/es/{src/api-model/models/list-return-reason-codes-response.js → api-model/models/list-all-fulfillment-orders-response.js} +0 -0
- /package/dist/es/{src/api-model/models/list-return-reason-codes-result.js → api-model/models/list-all-fulfillment-orders-result.js} +0 -0
- /package/dist/es/{src/api-model/models/locker-details.js → api-model/models/list-return-reason-codes-response.js} +0 -0
- /package/dist/es/{src/api-model/models/model-error.js → api-model/models/list-return-reason-codes-result.js} +0 -0
- /package/dist/es/{src/api-model/models/money.js → api-model/models/locker-details.js} +0 -0
- /package/dist/es/{src/api-model/models/origin.js → api-model/models/model-error.js} +0 -0
- /package/dist/es/{src/api-model/models/package-tracking-details.js → api-model/models/money.js} +0 -0
- /package/dist/es/{src/api-model/models/payment-information.js → api-model/models/origin.js} +0 -0
- /package/dist/es/{src/api-model/models/product-identifier.js → api-model/models/package-tracking-details.js} +0 -0
- /package/dist/es/{src/api-model/models/reason-code-details.js → api-model/models/payment-information.js} +0 -0
- /package/dist/es/{src/api-model/models/return-authorization.js → api-model/models/product-identifier.js} +0 -0
- /package/dist/es/{src/api-model/models/return-item.js → api-model/models/reason-code-details.js} +0 -0
- /package/dist/es/{src/api-model/models/scheduled-delivery-info.js → api-model/models/return-authorization.js} +0 -0
- /package/dist/es/{src/api-model → api-model}/models/return-item-disposition.js +0 -0
- /package/dist/es/{src/api-model/models/submit-fulfillment-order-status-update-request.js → api-model/models/return-item.js} +0 -0
- /package/dist/es/{src/api-model/models/submit-fulfillment-order-status-update-response.js → api-model/models/scheduled-delivery-info.js} +0 -0
- /package/dist/es/{src/api-model → api-model}/models/shipping-speed-category.js +0 -0
- /package/dist/es/{src/api-model/models/tracking-address.js → api-model/models/submit-fulfillment-order-status-update-request.js} +0 -0
- /package/dist/es/{src/api-model/models/tracking-event.js → api-model/models/submit-fulfillment-order-status-update-response.js} +0 -0
- /package/dist/es/{src/api-model/models/unfulfillable-preview-item.js → api-model/models/tracking-address.js} +0 -0
- /package/dist/es/{src/api-model/models/update-fulfillment-order-item.js → api-model/models/tracking-event.js} +0 -0
- /package/dist/es/{src/api-model/models/update-fulfillment-order-request.js → api-model/models/unfulfillable-preview-item.js} +0 -0
- /package/dist/es/{src/api-model/models/update-fulfillment-order-response.js → api-model/models/update-fulfillment-order-item.js} +0 -0
- /package/dist/es/{src/api-model/models/variable-precision-address.js → api-model/models/update-fulfillment-order-request.js} +0 -0
- /package/dist/es/{src/api-model → api-model}/models/weight.js +0 -0
- /package/dist/es/{src/client.js → client.js} +0 -0
- /package/dist/types/{src/api-model → api-model}/api.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/base.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/common.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/configuration.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/index.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/additional-location-info.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/address.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/amount.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/cancel-fulfillment-order-response.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/codsettings.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/create-fulfillment-order-item.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/create-fulfillment-order-request.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/create-fulfillment-order-response.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/create-fulfillment-return-request.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/create-fulfillment-return-response.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/create-fulfillment-return-result.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/create-return-item.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/current-status.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/date-range.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/delivery-message.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/delivery-offer.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/delivery-policy.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/delivery-preferences.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/delivery-window.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/destination.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/drop-off-location.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/event-code.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/feature-settings.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/feature-sku.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/feature.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/fee.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/fulfillment-action.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/fulfillment-order-item.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/fulfillment-order-status.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/fulfillment-order.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/fulfillment-policy.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/fulfillment-preview-item.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/fulfillment-preview-shipment.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/fulfillment-preview.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/fulfillment-return-item-status.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/fulfillment-shipment-item.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/fulfillment-shipment.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/get-delivery-offers-product.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/get-delivery-offers-request.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/get-delivery-offers-response.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/get-delivery-offers-result.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/get-delivery-offers-terms.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/get-feature-inventory-response.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/get-feature-inventory-result.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/get-feature-sku-response.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/get-feature-sku-result.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/get-features-response.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/get-features-result.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/get-fulfillment-order-response.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/get-fulfillment-order-result.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/get-fulfillment-preview-item.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/get-fulfillment-preview-request.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/get-fulfillment-preview-response.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/get-fulfillment-preview-result.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/get-package-tracking-details-response.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/invalid-item-reason-code.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/invalid-item-reason.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/invalid-return-item.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/list-all-fulfillment-orders-response.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/list-all-fulfillment-orders-result.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/list-return-reason-codes-response.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/list-return-reason-codes-result.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/model-error.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/money.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/origin.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/package-tracking-details.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/payment-information.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/product-identifier.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/reason-code-details.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/return-authorization.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/return-item-disposition.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/return-item.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/scheduled-delivery-info.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/shipping-speed-category.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/submit-fulfillment-order-status-update-request.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/submit-fulfillment-order-status-update-response.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/tracking-address.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/tracking-event.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/unfulfillable-preview-item.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/update-fulfillment-order-item.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/update-fulfillment-order-request.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/update-fulfillment-order-response.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/variable-precision-address.d.ts +0 -0
- /package/dist/types/{src/api-model → api-model}/models/weight.d.ts +0 -0
- /package/dist/types/{src/client.d.ts → client.d.ts} +0 -0
|
@@ -39,21 +39,21 @@ import type { UpdateFulfillmentOrderResponse } from '../models';
|
|
|
39
39
|
*/
|
|
40
40
|
export declare const FbaOutboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
41
41
|
/**
|
|
42
|
-
* Requests that Amazon stop attempting to fulfill the fulfillment order indicated by the specified order identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
42
|
+
* Requests that Amazon stop attempting to fulfill the fulfillment order indicated by the specified order identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
43
43
|
* @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
|
|
44
44
|
* @param {*} [options] Override http request option.
|
|
45
45
|
* @throws {RequiredError}
|
|
46
46
|
*/
|
|
47
47
|
cancelFulfillmentOrder: (sellerFulfillmentOrderId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
48
48
|
/**
|
|
49
|
-
* Requests that Amazon ship items from the seller\'s inventory in Amazon\'s fulfillment network to a destination address. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
49
|
+
* Requests that Amazon ship items from the seller\'s inventory in Amazon\'s fulfillment network to a destination address. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api)
|
|
50
50
|
* @param {CreateFulfillmentOrderRequest} body CreateFulfillmentOrderRequest parameter
|
|
51
51
|
* @param {*} [options] Override http request option.
|
|
52
52
|
* @throws {RequiredError}
|
|
53
53
|
*/
|
|
54
54
|
createFulfillmentOrder: (body: CreateFulfillmentOrderRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
55
55
|
/**
|
|
56
|
-
* Creates a fulfillment return. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
56
|
+
* Creates a fulfillment return. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
57
57
|
* @param {string} sellerFulfillmentOrderId An identifier assigned by the seller to the fulfillment order at the time it was created. The seller uses their own records to find the correct `SellerFulfillmentOrderId` value based on the buyer\'s request to return items.
|
|
58
58
|
* @param {CreateFulfillmentReturnRequest} body CreateFulfillmentReturnRequest parameter
|
|
59
59
|
* @param {*} [options] Override http request option.
|
|
@@ -61,23 +61,24 @@ export declare const FbaOutboundApiAxiosParamCreator: (configuration?: Configura
|
|
|
61
61
|
*/
|
|
62
62
|
createFulfillmentReturn: (sellerFulfillmentOrderId: string, body: CreateFulfillmentReturnRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
63
63
|
/**
|
|
64
|
-
* Returns delivery options that include an estimated delivery date and offer expiration, based on criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
64
|
+
* Returns delivery options that include an estimated delivery date and offer expiration, based on criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
65
65
|
* @param {GetDeliveryOffersRequest} body GetDeliveryOffersRequest parameter
|
|
66
66
|
* @param {*} [options] Override http request option.
|
|
67
67
|
* @throws {RequiredError}
|
|
68
68
|
*/
|
|
69
69
|
deliveryOffers: (body: GetDeliveryOffersRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
70
70
|
/**
|
|
71
|
-
* Returns a list of inventory items that are eligible for the fulfillment feature you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
71
|
+
* Returns a list of inventory items that are eligible for the fulfillment feature you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api)..
|
|
72
72
|
* @param {string} marketplaceId The marketplace for which to return a list of the inventory that is eligible for the specified feature.
|
|
73
73
|
* @param {string} featureName The name of the feature for which to return a list of eligible inventory.
|
|
74
74
|
* @param {string} [nextToken] A string token returned in the response to your previous request that is used to return the next response page. A value of null will return the first page.
|
|
75
|
+
* @param {string} [queryStartDate] A date that you can use to select inventory that has been updated since a specified date. An update is defined as any change in feature-enabled inventory availability. The date must be in the format yyyy-MM-ddTHH:mm:ss.sssZ
|
|
75
76
|
* @param {*} [options] Override http request option.
|
|
76
77
|
* @throws {RequiredError}
|
|
77
78
|
*/
|
|
78
|
-
getFeatureInventory: (marketplaceId: string, featureName: string, nextToken?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
79
|
+
getFeatureInventory: (marketplaceId: string, featureName: string, nextToken?: string, queryStartDate?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
79
80
|
/**
|
|
80
|
-
* Returns the number of items with the sellerSKU you specify that can have orders fulfilled using the specified feature. Note that if the sellerSKU isn\'t eligible, the response will contain an empty skuInfo object. The parameters for this operation may contain special characters that require URL encoding. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
81
|
+
* Returns the number of items with the sellerSKU you specify that can have orders fulfilled using the specified feature. Note that if the sellerSKU isn\'t eligible, the response will contain an empty skuInfo object. The parameters for this operation may contain special characters that require URL encoding. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
81
82
|
* @param {string} marketplaceId The marketplace for which to return the count.
|
|
82
83
|
* @param {string} featureName The name of the feature.
|
|
83
84
|
* @param {string} sellerSku Used to identify an item in the given marketplace. `SellerSKU` is qualified by the seller\'s `SellerId`, which is included with every operation that you submit.
|
|
@@ -86,35 +87,35 @@ export declare const FbaOutboundApiAxiosParamCreator: (configuration?: Configura
|
|
|
86
87
|
*/
|
|
87
88
|
getFeatureSKU: (marketplaceId: string, featureName: string, sellerSku: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
88
89
|
/**
|
|
89
|
-
* Returns a list of features available for Multi-Channel Fulfillment orders in the marketplace you specify, and whether the seller for which you made the call is enrolled for each feature. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
90
|
+
* Returns a list of features available for Multi-Channel Fulfillment orders in the marketplace you specify, and whether the seller for which you made the call is enrolled for each feature. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
90
91
|
* @param {string} marketplaceId The marketplace for which to return the list of features.
|
|
91
92
|
* @param {*} [options] Override http request option.
|
|
92
93
|
* @throws {RequiredError}
|
|
93
94
|
*/
|
|
94
95
|
getFeatures: (marketplaceId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
95
96
|
/**
|
|
96
|
-
* Returns the fulfillment order indicated by the specified order identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
97
|
+
* Returns the fulfillment order indicated by the specified order identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
97
98
|
* @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
|
|
98
99
|
* @param {*} [options] Override http request option.
|
|
99
100
|
* @throws {RequiredError}
|
|
100
101
|
*/
|
|
101
102
|
getFulfillmentOrder: (sellerFulfillmentOrderId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
102
103
|
/**
|
|
103
|
-
* Returns a list of fulfillment order previews based on shipping criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
104
|
+
* Returns a list of fulfillment order previews based on shipping criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
104
105
|
* @param {GetFulfillmentPreviewRequest} body GetFulfillmentPreviewRequest parameter
|
|
105
106
|
* @param {*} [options] Override http request option.
|
|
106
107
|
* @throws {RequiredError}
|
|
107
108
|
*/
|
|
108
109
|
getFulfillmentPreview: (body: GetFulfillmentPreviewRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
109
110
|
/**
|
|
110
|
-
* Returns delivery tracking information for a package in an outbound shipment for a Multi-Channel Fulfillment order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
111
|
+
* Returns delivery tracking information for a package in an outbound shipment for a Multi-Channel Fulfillment order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
111
112
|
* @param {number} packageNumber The unencrypted package identifier returned by the `getFulfillmentOrder` operation.
|
|
112
113
|
* @param {*} [options] Override http request option.
|
|
113
114
|
* @throws {RequiredError}
|
|
114
115
|
*/
|
|
115
116
|
getPackageTrackingDetails: (packageNumber: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
116
117
|
/**
|
|
117
|
-
* Returns a list of fulfillment orders fulfilled after (or at) a specified date-time, or indicated by the next token parameter. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
118
|
+
* Returns a list of fulfillment orders fulfilled after (or at) a specified date-time, or indicated by the next token parameter. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api)
|
|
118
119
|
* @param {string} [queryStartDate] A date used to select fulfillment orders that were last updated after (or at) a specified time. An update is defined as any change in fulfillment order status, including the creation of a new fulfillment order.
|
|
119
120
|
* @param {string} [nextToken] A string token returned in the response to your previous request.
|
|
120
121
|
* @param {*} [options] Override http request option.
|
|
@@ -122,7 +123,7 @@ export declare const FbaOutboundApiAxiosParamCreator: (configuration?: Configura
|
|
|
122
123
|
*/
|
|
123
124
|
listAllFulfillmentOrders: (queryStartDate?: string, nextToken?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
124
125
|
/**
|
|
125
|
-
* Returns a list of return reason codes for a seller SKU in a given marketplace. The parameters for this operation may contain special characters that require URL encoding. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
126
|
+
* Returns a list of return reason codes for a seller SKU in a given marketplace. The parameters for this operation may contain special characters that require URL encoding. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
126
127
|
* @param {string} sellerSku The seller SKU for which return reason codes are required.
|
|
127
128
|
* @param {string} [marketplaceId] The marketplace for which the seller wants return reason codes.
|
|
128
129
|
* @param {string} [sellerFulfillmentOrderId] The identifier assigned to the item by the seller when the fulfillment order was created. The service uses this value to determine the marketplace for which the seller wants return reason codes.
|
|
@@ -140,7 +141,7 @@ export declare const FbaOutboundApiAxiosParamCreator: (configuration?: Configura
|
|
|
140
141
|
*/
|
|
141
142
|
submitFulfillmentOrderStatusUpdate: (sellerFulfillmentOrderId: string, body: SubmitFulfillmentOrderStatusUpdateRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
142
143
|
/**
|
|
143
|
-
* Updates and/or requests shipment for a fulfillment order with an order hold on it. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
144
|
+
* Updates and/or requests shipment for a fulfillment order with an order hold on it. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
144
145
|
* @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
|
|
145
146
|
* @param {UpdateFulfillmentOrderRequest} body UpdateFulfillmentOrderRequest parameter
|
|
146
147
|
* @param {*} [options] Override http request option.
|
|
@@ -154,21 +155,21 @@ export declare const FbaOutboundApiAxiosParamCreator: (configuration?: Configura
|
|
|
154
155
|
*/
|
|
155
156
|
export declare const FbaOutboundApiFp: (configuration?: Configuration) => {
|
|
156
157
|
/**
|
|
157
|
-
* Requests that Amazon stop attempting to fulfill the fulfillment order indicated by the specified order identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
158
|
+
* Requests that Amazon stop attempting to fulfill the fulfillment order indicated by the specified order identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
158
159
|
* @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
|
|
159
160
|
* @param {*} [options] Override http request option.
|
|
160
161
|
* @throws {RequiredError}
|
|
161
162
|
*/
|
|
162
163
|
cancelFulfillmentOrder(sellerFulfillmentOrderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CancelFulfillmentOrderResponse>>;
|
|
163
164
|
/**
|
|
164
|
-
* Requests that Amazon ship items from the seller\'s inventory in Amazon\'s fulfillment network to a destination address. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
165
|
+
* Requests that Amazon ship items from the seller\'s inventory in Amazon\'s fulfillment network to a destination address. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api)
|
|
165
166
|
* @param {CreateFulfillmentOrderRequest} body CreateFulfillmentOrderRequest parameter
|
|
166
167
|
* @param {*} [options] Override http request option.
|
|
167
168
|
* @throws {RequiredError}
|
|
168
169
|
*/
|
|
169
170
|
createFulfillmentOrder(body: CreateFulfillmentOrderRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateFulfillmentOrderResponse>>;
|
|
170
171
|
/**
|
|
171
|
-
* Creates a fulfillment return. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
172
|
+
* Creates a fulfillment return. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
172
173
|
* @param {string} sellerFulfillmentOrderId An identifier assigned by the seller to the fulfillment order at the time it was created. The seller uses their own records to find the correct `SellerFulfillmentOrderId` value based on the buyer\'s request to return items.
|
|
173
174
|
* @param {CreateFulfillmentReturnRequest} body CreateFulfillmentReturnRequest parameter
|
|
174
175
|
* @param {*} [options] Override http request option.
|
|
@@ -176,23 +177,24 @@ export declare const FbaOutboundApiFp: (configuration?: Configuration) => {
|
|
|
176
177
|
*/
|
|
177
178
|
createFulfillmentReturn(sellerFulfillmentOrderId: string, body: CreateFulfillmentReturnRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateFulfillmentReturnResponse>>;
|
|
178
179
|
/**
|
|
179
|
-
* Returns delivery options that include an estimated delivery date and offer expiration, based on criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
180
|
+
* Returns delivery options that include an estimated delivery date and offer expiration, based on criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
180
181
|
* @param {GetDeliveryOffersRequest} body GetDeliveryOffersRequest parameter
|
|
181
182
|
* @param {*} [options] Override http request option.
|
|
182
183
|
* @throws {RequiredError}
|
|
183
184
|
*/
|
|
184
185
|
deliveryOffers(body: GetDeliveryOffersRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetDeliveryOffersResponse>>;
|
|
185
186
|
/**
|
|
186
|
-
* Returns a list of inventory items that are eligible for the fulfillment feature you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
187
|
+
* Returns a list of inventory items that are eligible for the fulfillment feature you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api)..
|
|
187
188
|
* @param {string} marketplaceId The marketplace for which to return a list of the inventory that is eligible for the specified feature.
|
|
188
189
|
* @param {string} featureName The name of the feature for which to return a list of eligible inventory.
|
|
189
190
|
* @param {string} [nextToken] A string token returned in the response to your previous request that is used to return the next response page. A value of null will return the first page.
|
|
191
|
+
* @param {string} [queryStartDate] A date that you can use to select inventory that has been updated since a specified date. An update is defined as any change in feature-enabled inventory availability. The date must be in the format yyyy-MM-ddTHH:mm:ss.sssZ
|
|
190
192
|
* @param {*} [options] Override http request option.
|
|
191
193
|
* @throws {RequiredError}
|
|
192
194
|
*/
|
|
193
|
-
getFeatureInventory(marketplaceId: string, featureName: string, nextToken?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetFeatureInventoryResponse>>;
|
|
195
|
+
getFeatureInventory(marketplaceId: string, featureName: string, nextToken?: string, queryStartDate?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetFeatureInventoryResponse>>;
|
|
194
196
|
/**
|
|
195
|
-
* Returns the number of items with the sellerSKU you specify that can have orders fulfilled using the specified feature. Note that if the sellerSKU isn\'t eligible, the response will contain an empty skuInfo object. The parameters for this operation may contain special characters that require URL encoding. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
197
|
+
* Returns the number of items with the sellerSKU you specify that can have orders fulfilled using the specified feature. Note that if the sellerSKU isn\'t eligible, the response will contain an empty skuInfo object. The parameters for this operation may contain special characters that require URL encoding. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
196
198
|
* @param {string} marketplaceId The marketplace for which to return the count.
|
|
197
199
|
* @param {string} featureName The name of the feature.
|
|
198
200
|
* @param {string} sellerSku Used to identify an item in the given marketplace. `SellerSKU` is qualified by the seller\'s `SellerId`, which is included with every operation that you submit.
|
|
@@ -201,35 +203,35 @@ export declare const FbaOutboundApiFp: (configuration?: Configuration) => {
|
|
|
201
203
|
*/
|
|
202
204
|
getFeatureSKU(marketplaceId: string, featureName: string, sellerSku: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetFeatureSkuResponse>>;
|
|
203
205
|
/**
|
|
204
|
-
* Returns a list of features available for Multi-Channel Fulfillment orders in the marketplace you specify, and whether the seller for which you made the call is enrolled for each feature. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
206
|
+
* Returns a list of features available for Multi-Channel Fulfillment orders in the marketplace you specify, and whether the seller for which you made the call is enrolled for each feature. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
205
207
|
* @param {string} marketplaceId The marketplace for which to return the list of features.
|
|
206
208
|
* @param {*} [options] Override http request option.
|
|
207
209
|
* @throws {RequiredError}
|
|
208
210
|
*/
|
|
209
211
|
getFeatures(marketplaceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetFeaturesResponse>>;
|
|
210
212
|
/**
|
|
211
|
-
* Returns the fulfillment order indicated by the specified order identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
213
|
+
* Returns the fulfillment order indicated by the specified order identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
212
214
|
* @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
|
|
213
215
|
* @param {*} [options] Override http request option.
|
|
214
216
|
* @throws {RequiredError}
|
|
215
217
|
*/
|
|
216
218
|
getFulfillmentOrder(sellerFulfillmentOrderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetFulfillmentOrderResponse>>;
|
|
217
219
|
/**
|
|
218
|
-
* Returns a list of fulfillment order previews based on shipping criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
220
|
+
* Returns a list of fulfillment order previews based on shipping criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
219
221
|
* @param {GetFulfillmentPreviewRequest} body GetFulfillmentPreviewRequest parameter
|
|
220
222
|
* @param {*} [options] Override http request option.
|
|
221
223
|
* @throws {RequiredError}
|
|
222
224
|
*/
|
|
223
225
|
getFulfillmentPreview(body: GetFulfillmentPreviewRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetFulfillmentPreviewResponse>>;
|
|
224
226
|
/**
|
|
225
|
-
* Returns delivery tracking information for a package in an outbound shipment for a Multi-Channel Fulfillment order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
227
|
+
* Returns delivery tracking information for a package in an outbound shipment for a Multi-Channel Fulfillment order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
226
228
|
* @param {number} packageNumber The unencrypted package identifier returned by the `getFulfillmentOrder` operation.
|
|
227
229
|
* @param {*} [options] Override http request option.
|
|
228
230
|
* @throws {RequiredError}
|
|
229
231
|
*/
|
|
230
232
|
getPackageTrackingDetails(packageNumber: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPackageTrackingDetailsResponse>>;
|
|
231
233
|
/**
|
|
232
|
-
* Returns a list of fulfillment orders fulfilled after (or at) a specified date-time, or indicated by the next token parameter. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
234
|
+
* Returns a list of fulfillment orders fulfilled after (or at) a specified date-time, or indicated by the next token parameter. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api)
|
|
233
235
|
* @param {string} [queryStartDate] A date used to select fulfillment orders that were last updated after (or at) a specified time. An update is defined as any change in fulfillment order status, including the creation of a new fulfillment order.
|
|
234
236
|
* @param {string} [nextToken] A string token returned in the response to your previous request.
|
|
235
237
|
* @param {*} [options] Override http request option.
|
|
@@ -237,7 +239,7 @@ export declare const FbaOutboundApiFp: (configuration?: Configuration) => {
|
|
|
237
239
|
*/
|
|
238
240
|
listAllFulfillmentOrders(queryStartDate?: string, nextToken?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListAllFulfillmentOrdersResponse>>;
|
|
239
241
|
/**
|
|
240
|
-
* Returns a list of return reason codes for a seller SKU in a given marketplace. The parameters for this operation may contain special characters that require URL encoding. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
242
|
+
* Returns a list of return reason codes for a seller SKU in a given marketplace. The parameters for this operation may contain special characters that require URL encoding. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
241
243
|
* @param {string} sellerSku The seller SKU for which return reason codes are required.
|
|
242
244
|
* @param {string} [marketplaceId] The marketplace for which the seller wants return reason codes.
|
|
243
245
|
* @param {string} [sellerFulfillmentOrderId] The identifier assigned to the item by the seller when the fulfillment order was created. The service uses this value to determine the marketplace for which the seller wants return reason codes.
|
|
@@ -255,7 +257,7 @@ export declare const FbaOutboundApiFp: (configuration?: Configuration) => {
|
|
|
255
257
|
*/
|
|
256
258
|
submitFulfillmentOrderStatusUpdate(sellerFulfillmentOrderId: string, body: SubmitFulfillmentOrderStatusUpdateRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubmitFulfillmentOrderStatusUpdateResponse>>;
|
|
257
259
|
/**
|
|
258
|
-
* Updates and/or requests shipment for a fulfillment order with an order hold on it. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
260
|
+
* Updates and/or requests shipment for a fulfillment order with an order hold on it. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
259
261
|
* @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
|
|
260
262
|
* @param {UpdateFulfillmentOrderRequest} body UpdateFulfillmentOrderRequest parameter
|
|
261
263
|
* @param {*} [options] Override http request option.
|
|
@@ -269,84 +271,84 @@ export declare const FbaOutboundApiFp: (configuration?: Configuration) => {
|
|
|
269
271
|
*/
|
|
270
272
|
export declare const FbaOutboundApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
271
273
|
/**
|
|
272
|
-
* Requests that Amazon stop attempting to fulfill the fulfillment order indicated by the specified order identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
274
|
+
* Requests that Amazon stop attempting to fulfill the fulfillment order indicated by the specified order identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
273
275
|
* @param {FbaOutboundApiCancelFulfillmentOrderRequest} requestParameters Request parameters.
|
|
274
276
|
* @param {*} [options] Override http request option.
|
|
275
277
|
* @throws {RequiredError}
|
|
276
278
|
*/
|
|
277
279
|
cancelFulfillmentOrder(requestParameters: FbaOutboundApiCancelFulfillmentOrderRequest, options?: RawAxiosRequestConfig): AxiosPromise<CancelFulfillmentOrderResponse>;
|
|
278
280
|
/**
|
|
279
|
-
* Requests that Amazon ship items from the seller\'s inventory in Amazon\'s fulfillment network to a destination address. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
281
|
+
* Requests that Amazon ship items from the seller\'s inventory in Amazon\'s fulfillment network to a destination address. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api)
|
|
280
282
|
* @param {FbaOutboundApiCreateFulfillmentOrderRequest} requestParameters Request parameters.
|
|
281
283
|
* @param {*} [options] Override http request option.
|
|
282
284
|
* @throws {RequiredError}
|
|
283
285
|
*/
|
|
284
286
|
createFulfillmentOrder(requestParameters: FbaOutboundApiCreateFulfillmentOrderRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateFulfillmentOrderResponse>;
|
|
285
287
|
/**
|
|
286
|
-
* Creates a fulfillment return. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
288
|
+
* Creates a fulfillment return. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
287
289
|
* @param {FbaOutboundApiCreateFulfillmentReturnRequest} requestParameters Request parameters.
|
|
288
290
|
* @param {*} [options] Override http request option.
|
|
289
291
|
* @throws {RequiredError}
|
|
290
292
|
*/
|
|
291
293
|
createFulfillmentReturn(requestParameters: FbaOutboundApiCreateFulfillmentReturnRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateFulfillmentReturnResponse>;
|
|
292
294
|
/**
|
|
293
|
-
* Returns delivery options that include an estimated delivery date and offer expiration, based on criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
295
|
+
* Returns delivery options that include an estimated delivery date and offer expiration, based on criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
294
296
|
* @param {FbaOutboundApiDeliveryOffersRequest} requestParameters Request parameters.
|
|
295
297
|
* @param {*} [options] Override http request option.
|
|
296
298
|
* @throws {RequiredError}
|
|
297
299
|
*/
|
|
298
300
|
deliveryOffers(requestParameters: FbaOutboundApiDeliveryOffersRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetDeliveryOffersResponse>;
|
|
299
301
|
/**
|
|
300
|
-
* Returns a list of inventory items that are eligible for the fulfillment feature you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
302
|
+
* Returns a list of inventory items that are eligible for the fulfillment feature you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api)..
|
|
301
303
|
* @param {FbaOutboundApiGetFeatureInventoryRequest} requestParameters Request parameters.
|
|
302
304
|
* @param {*} [options] Override http request option.
|
|
303
305
|
* @throws {RequiredError}
|
|
304
306
|
*/
|
|
305
307
|
getFeatureInventory(requestParameters: FbaOutboundApiGetFeatureInventoryRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetFeatureInventoryResponse>;
|
|
306
308
|
/**
|
|
307
|
-
* Returns the number of items with the sellerSKU you specify that can have orders fulfilled using the specified feature. Note that if the sellerSKU isn\'t eligible, the response will contain an empty skuInfo object. The parameters for this operation may contain special characters that require URL encoding. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
309
|
+
* Returns the number of items with the sellerSKU you specify that can have orders fulfilled using the specified feature. Note that if the sellerSKU isn\'t eligible, the response will contain an empty skuInfo object. The parameters for this operation may contain special characters that require URL encoding. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
308
310
|
* @param {FbaOutboundApiGetFeatureSKURequest} requestParameters Request parameters.
|
|
309
311
|
* @param {*} [options] Override http request option.
|
|
310
312
|
* @throws {RequiredError}
|
|
311
313
|
*/
|
|
312
314
|
getFeatureSKU(requestParameters: FbaOutboundApiGetFeatureSKURequest, options?: RawAxiosRequestConfig): AxiosPromise<GetFeatureSkuResponse>;
|
|
313
315
|
/**
|
|
314
|
-
* Returns a list of features available for Multi-Channel Fulfillment orders in the marketplace you specify, and whether the seller for which you made the call is enrolled for each feature. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
316
|
+
* Returns a list of features available for Multi-Channel Fulfillment orders in the marketplace you specify, and whether the seller for which you made the call is enrolled for each feature. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
315
317
|
* @param {FbaOutboundApiGetFeaturesRequest} requestParameters Request parameters.
|
|
316
318
|
* @param {*} [options] Override http request option.
|
|
317
319
|
* @throws {RequiredError}
|
|
318
320
|
*/
|
|
319
321
|
getFeatures(requestParameters: FbaOutboundApiGetFeaturesRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetFeaturesResponse>;
|
|
320
322
|
/**
|
|
321
|
-
* Returns the fulfillment order indicated by the specified order identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
323
|
+
* Returns the fulfillment order indicated by the specified order identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
322
324
|
* @param {FbaOutboundApiGetFulfillmentOrderRequest} requestParameters Request parameters.
|
|
323
325
|
* @param {*} [options] Override http request option.
|
|
324
326
|
* @throws {RequiredError}
|
|
325
327
|
*/
|
|
326
328
|
getFulfillmentOrder(requestParameters: FbaOutboundApiGetFulfillmentOrderRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetFulfillmentOrderResponse>;
|
|
327
329
|
/**
|
|
328
|
-
* Returns a list of fulfillment order previews based on shipping criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
330
|
+
* Returns a list of fulfillment order previews based on shipping criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
329
331
|
* @param {FbaOutboundApiGetFulfillmentPreviewRequest} requestParameters Request parameters.
|
|
330
332
|
* @param {*} [options] Override http request option.
|
|
331
333
|
* @throws {RequiredError}
|
|
332
334
|
*/
|
|
333
335
|
getFulfillmentPreview(requestParameters: FbaOutboundApiGetFulfillmentPreviewRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetFulfillmentPreviewResponse>;
|
|
334
336
|
/**
|
|
335
|
-
* Returns delivery tracking information for a package in an outbound shipment for a Multi-Channel Fulfillment order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
337
|
+
* Returns delivery tracking information for a package in an outbound shipment for a Multi-Channel Fulfillment order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
336
338
|
* @param {FbaOutboundApiGetPackageTrackingDetailsRequest} requestParameters Request parameters.
|
|
337
339
|
* @param {*} [options] Override http request option.
|
|
338
340
|
* @throws {RequiredError}
|
|
339
341
|
*/
|
|
340
342
|
getPackageTrackingDetails(requestParameters: FbaOutboundApiGetPackageTrackingDetailsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetPackageTrackingDetailsResponse>;
|
|
341
343
|
/**
|
|
342
|
-
* Returns a list of fulfillment orders fulfilled after (or at) a specified date-time, or indicated by the next token parameter. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
344
|
+
* Returns a list of fulfillment orders fulfilled after (or at) a specified date-time, or indicated by the next token parameter. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api)
|
|
343
345
|
* @param {FbaOutboundApiListAllFulfillmentOrdersRequest} requestParameters Request parameters.
|
|
344
346
|
* @param {*} [options] Override http request option.
|
|
345
347
|
* @throws {RequiredError}
|
|
346
348
|
*/
|
|
347
349
|
listAllFulfillmentOrders(requestParameters?: FbaOutboundApiListAllFulfillmentOrdersRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListAllFulfillmentOrdersResponse>;
|
|
348
350
|
/**
|
|
349
|
-
* Returns a list of return reason codes for a seller SKU in a given marketplace. The parameters for this operation may contain special characters that require URL encoding. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
351
|
+
* Returns a list of return reason codes for a seller SKU in a given marketplace. The parameters for this operation may contain special characters that require URL encoding. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
350
352
|
* @param {FbaOutboundApiListReturnReasonCodesRequest} requestParameters Request parameters.
|
|
351
353
|
* @param {*} [options] Override http request option.
|
|
352
354
|
* @throws {RequiredError}
|
|
@@ -360,7 +362,7 @@ export declare const FbaOutboundApiFactory: (configuration?: Configuration, base
|
|
|
360
362
|
*/
|
|
361
363
|
submitFulfillmentOrderStatusUpdate(requestParameters: FbaOutboundApiSubmitFulfillmentOrderStatusUpdateRequest, options?: RawAxiosRequestConfig): AxiosPromise<SubmitFulfillmentOrderStatusUpdateResponse>;
|
|
362
364
|
/**
|
|
363
|
-
* Updates and/or requests shipment for a fulfillment order with an order hold on it. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
365
|
+
* Updates and/or requests shipment for a fulfillment order with an order hold on it. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
364
366
|
* @param {FbaOutboundApiUpdateFulfillmentOrderRequest} requestParameters Request parameters.
|
|
365
367
|
* @param {*} [options] Override http request option.
|
|
366
368
|
* @throws {RequiredError}
|
|
@@ -449,6 +451,12 @@ export interface FbaOutboundApiGetFeatureInventoryRequest {
|
|
|
449
451
|
* @memberof FbaOutboundApiGetFeatureInventory
|
|
450
452
|
*/
|
|
451
453
|
readonly nextToken?: string;
|
|
454
|
+
/**
|
|
455
|
+
* A date that you can use to select inventory that has been updated since a specified date. An update is defined as any change in feature-enabled inventory availability. The date must be in the format yyyy-MM-ddTHH:mm:ss.sssZ
|
|
456
|
+
* @type {string}
|
|
457
|
+
* @memberof FbaOutboundApiGetFeatureInventory
|
|
458
|
+
*/
|
|
459
|
+
readonly queryStartDate?: string;
|
|
452
460
|
}
|
|
453
461
|
/**
|
|
454
462
|
* Request parameters for getFeatureSKU operation in FbaOutboundApi.
|
|
@@ -623,7 +631,7 @@ export interface FbaOutboundApiUpdateFulfillmentOrderRequest {
|
|
|
623
631
|
*/
|
|
624
632
|
export declare class FbaOutboundApi extends BaseAPI {
|
|
625
633
|
/**
|
|
626
|
-
* Requests that Amazon stop attempting to fulfill the fulfillment order indicated by the specified order identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
634
|
+
* Requests that Amazon stop attempting to fulfill the fulfillment order indicated by the specified order identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
627
635
|
* @param {FbaOutboundApiCancelFulfillmentOrderRequest} requestParameters Request parameters.
|
|
628
636
|
* @param {*} [options] Override http request option.
|
|
629
637
|
* @throws {RequiredError}
|
|
@@ -631,7 +639,7 @@ export declare class FbaOutboundApi extends BaseAPI {
|
|
|
631
639
|
*/
|
|
632
640
|
cancelFulfillmentOrder(requestParameters: FbaOutboundApiCancelFulfillmentOrderRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CancelFulfillmentOrderResponse, any>>;
|
|
633
641
|
/**
|
|
634
|
-
* Requests that Amazon ship items from the seller\'s inventory in Amazon\'s fulfillment network to a destination address. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
642
|
+
* Requests that Amazon ship items from the seller\'s inventory in Amazon\'s fulfillment network to a destination address. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api)
|
|
635
643
|
* @param {FbaOutboundApiCreateFulfillmentOrderRequest} requestParameters Request parameters.
|
|
636
644
|
* @param {*} [options] Override http request option.
|
|
637
645
|
* @throws {RequiredError}
|
|
@@ -639,7 +647,7 @@ export declare class FbaOutboundApi extends BaseAPI {
|
|
|
639
647
|
*/
|
|
640
648
|
createFulfillmentOrder(requestParameters: FbaOutboundApiCreateFulfillmentOrderRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateFulfillmentOrderResponse, any>>;
|
|
641
649
|
/**
|
|
642
|
-
* Creates a fulfillment return. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
650
|
+
* Creates a fulfillment return. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
643
651
|
* @param {FbaOutboundApiCreateFulfillmentReturnRequest} requestParameters Request parameters.
|
|
644
652
|
* @param {*} [options] Override http request option.
|
|
645
653
|
* @throws {RequiredError}
|
|
@@ -647,7 +655,7 @@ export declare class FbaOutboundApi extends BaseAPI {
|
|
|
647
655
|
*/
|
|
648
656
|
createFulfillmentReturn(requestParameters: FbaOutboundApiCreateFulfillmentReturnRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateFulfillmentReturnResponse, any>>;
|
|
649
657
|
/**
|
|
650
|
-
* Returns delivery options that include an estimated delivery date and offer expiration, based on criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
658
|
+
* Returns delivery options that include an estimated delivery date and offer expiration, based on criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
651
659
|
* @param {FbaOutboundApiDeliveryOffersRequest} requestParameters Request parameters.
|
|
652
660
|
* @param {*} [options] Override http request option.
|
|
653
661
|
* @throws {RequiredError}
|
|
@@ -655,7 +663,7 @@ export declare class FbaOutboundApi extends BaseAPI {
|
|
|
655
663
|
*/
|
|
656
664
|
deliveryOffers(requestParameters: FbaOutboundApiDeliveryOffersRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetDeliveryOffersResponse, any>>;
|
|
657
665
|
/**
|
|
658
|
-
* Returns a list of inventory items that are eligible for the fulfillment feature you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
666
|
+
* Returns a list of inventory items that are eligible for the fulfillment feature you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api)..
|
|
659
667
|
* @param {FbaOutboundApiGetFeatureInventoryRequest} requestParameters Request parameters.
|
|
660
668
|
* @param {*} [options] Override http request option.
|
|
661
669
|
* @throws {RequiredError}
|
|
@@ -663,7 +671,7 @@ export declare class FbaOutboundApi extends BaseAPI {
|
|
|
663
671
|
*/
|
|
664
672
|
getFeatureInventory(requestParameters: FbaOutboundApiGetFeatureInventoryRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetFeatureInventoryResponse, any>>;
|
|
665
673
|
/**
|
|
666
|
-
* Returns the number of items with the sellerSKU you specify that can have orders fulfilled using the specified feature. Note that if the sellerSKU isn\'t eligible, the response will contain an empty skuInfo object. The parameters for this operation may contain special characters that require URL encoding. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
674
|
+
* Returns the number of items with the sellerSKU you specify that can have orders fulfilled using the specified feature. Note that if the sellerSKU isn\'t eligible, the response will contain an empty skuInfo object. The parameters for this operation may contain special characters that require URL encoding. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
667
675
|
* @param {FbaOutboundApiGetFeatureSKURequest} requestParameters Request parameters.
|
|
668
676
|
* @param {*} [options] Override http request option.
|
|
669
677
|
* @throws {RequiredError}
|
|
@@ -671,7 +679,7 @@ export declare class FbaOutboundApi extends BaseAPI {
|
|
|
671
679
|
*/
|
|
672
680
|
getFeatureSKU(requestParameters: FbaOutboundApiGetFeatureSKURequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetFeatureSkuResponse, any>>;
|
|
673
681
|
/**
|
|
674
|
-
* Returns a list of features available for Multi-Channel Fulfillment orders in the marketplace you specify, and whether the seller for which you made the call is enrolled for each feature. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
682
|
+
* Returns a list of features available for Multi-Channel Fulfillment orders in the marketplace you specify, and whether the seller for which you made the call is enrolled for each feature. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
675
683
|
* @param {FbaOutboundApiGetFeaturesRequest} requestParameters Request parameters.
|
|
676
684
|
* @param {*} [options] Override http request option.
|
|
677
685
|
* @throws {RequiredError}
|
|
@@ -679,7 +687,7 @@ export declare class FbaOutboundApi extends BaseAPI {
|
|
|
679
687
|
*/
|
|
680
688
|
getFeatures(requestParameters: FbaOutboundApiGetFeaturesRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetFeaturesResponse, any>>;
|
|
681
689
|
/**
|
|
682
|
-
* Returns the fulfillment order indicated by the specified order identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
690
|
+
* Returns the fulfillment order indicated by the specified order identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
683
691
|
* @param {FbaOutboundApiGetFulfillmentOrderRequest} requestParameters Request parameters.
|
|
684
692
|
* @param {*} [options] Override http request option.
|
|
685
693
|
* @throws {RequiredError}
|
|
@@ -687,7 +695,7 @@ export declare class FbaOutboundApi extends BaseAPI {
|
|
|
687
695
|
*/
|
|
688
696
|
getFulfillmentOrder(requestParameters: FbaOutboundApiGetFulfillmentOrderRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetFulfillmentOrderResponse, any>>;
|
|
689
697
|
/**
|
|
690
|
-
* Returns a list of fulfillment order previews based on shipping criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
698
|
+
* Returns a list of fulfillment order previews based on shipping criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
691
699
|
* @param {FbaOutboundApiGetFulfillmentPreviewRequest} requestParameters Request parameters.
|
|
692
700
|
* @param {*} [options] Override http request option.
|
|
693
701
|
* @throws {RequiredError}
|
|
@@ -695,7 +703,7 @@ export declare class FbaOutboundApi extends BaseAPI {
|
|
|
695
703
|
*/
|
|
696
704
|
getFulfillmentPreview(requestParameters: FbaOutboundApiGetFulfillmentPreviewRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetFulfillmentPreviewResponse, any>>;
|
|
697
705
|
/**
|
|
698
|
-
* Returns delivery tracking information for a package in an outbound shipment for a Multi-Channel Fulfillment order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
706
|
+
* Returns delivery tracking information for a package in an outbound shipment for a Multi-Channel Fulfillment order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
699
707
|
* @param {FbaOutboundApiGetPackageTrackingDetailsRequest} requestParameters Request parameters.
|
|
700
708
|
* @param {*} [options] Override http request option.
|
|
701
709
|
* @throws {RequiredError}
|
|
@@ -703,7 +711,7 @@ export declare class FbaOutboundApi extends BaseAPI {
|
|
|
703
711
|
*/
|
|
704
712
|
getPackageTrackingDetails(requestParameters: FbaOutboundApiGetPackageTrackingDetailsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetPackageTrackingDetailsResponse, any>>;
|
|
705
713
|
/**
|
|
706
|
-
* Returns a list of fulfillment orders fulfilled after (or at) a specified date-time, or indicated by the next token parameter. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
714
|
+
* Returns a list of fulfillment orders fulfilled after (or at) a specified date-time, or indicated by the next token parameter. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api)
|
|
707
715
|
* @param {FbaOutboundApiListAllFulfillmentOrdersRequest} requestParameters Request parameters.
|
|
708
716
|
* @param {*} [options] Override http request option.
|
|
709
717
|
* @throws {RequiredError}
|
|
@@ -711,7 +719,7 @@ export declare class FbaOutboundApi extends BaseAPI {
|
|
|
711
719
|
*/
|
|
712
720
|
listAllFulfillmentOrders(requestParameters?: FbaOutboundApiListAllFulfillmentOrdersRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListAllFulfillmentOrdersResponse, any>>;
|
|
713
721
|
/**
|
|
714
|
-
* Returns a list of return reason codes for a seller SKU in a given marketplace. The parameters for this operation may contain special characters that require URL encoding. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
722
|
+
* Returns a list of return reason codes for a seller SKU in a given marketplace. The parameters for this operation may contain special characters that require URL encoding. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
715
723
|
* @param {FbaOutboundApiListReturnReasonCodesRequest} requestParameters Request parameters.
|
|
716
724
|
* @param {*} [options] Override http request option.
|
|
717
725
|
* @throws {RequiredError}
|
|
@@ -727,7 +735,7 @@ export declare class FbaOutboundApi extends BaseAPI {
|
|
|
727
735
|
*/
|
|
728
736
|
submitFulfillmentOrderStatusUpdate(requestParameters: FbaOutboundApiSubmitFulfillmentOrderStatusUpdateRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<SubmitFulfillmentOrderStatusUpdateResponse, any>>;
|
|
729
737
|
/**
|
|
730
|
-
* Updates and/or requests shipment for a fulfillment order with an order hold on it. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may
|
|
738
|
+
* Updates and/or requests shipment for a fulfillment order with an order hold on it. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
731
739
|
* @param {FbaOutboundApiUpdateFulfillmentOrderRequest} requestParameters Request parameters.
|
|
732
740
|
* @param {*} [options] Override http request option.
|
|
733
741
|
* @throws {RequiredError}
|