@sp-api-sdk/orders-api-v0 4.0.0 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/dist/cjs/api-model/api/{orders-api.js → orders-v0-api.js} +67 -107
- package/dist/cjs/api-model/api.js +2 -2
- package/dist/cjs/api-model/base.js +1 -1
- package/dist/cjs/api-model/common.js +1 -1
- package/dist/cjs/api-model/configuration.js +2 -3
- package/dist/cjs/api-model/index.js +1 -1
- package/dist/cjs/api-model/models/address-extended-fields.js +1 -1
- package/dist/cjs/api-model/models/address.js +1 -1
- package/dist/cjs/api-model/models/amazon-programs.js +1 -1
- package/dist/cjs/api-model/models/associated-item.js +1 -1
- package/dist/cjs/api-model/models/association-type.js +1 -1
- package/dist/cjs/api-model/models/automated-shipping-settings.js +1 -1
- package/dist/cjs/api-model/models/business-hours.js +1 -1
- package/dist/cjs/api-model/models/buyer-customized-info-detail.js +1 -1
- package/dist/cjs/api-model/models/buyer-info.js +1 -1
- package/dist/cjs/api-model/models/buyer-requested-cancel.js +1 -1
- package/dist/cjs/api-model/models/buyer-tax-info.js +1 -1
- package/dist/cjs/api-model/models/buyer-tax-information.js +1 -1
- package/dist/cjs/api-model/models/confirm-shipment-error-response.js +1 -1
- package/dist/cjs/api-model/models/confirm-shipment-order-item.js +1 -1
- package/dist/cjs/api-model/models/confirm-shipment-request.js +1 -1
- package/dist/cjs/api-model/models/constraint-type.js +1 -1
- package/dist/cjs/api-model/models/delivery-preferences.js +1 -1
- package/dist/cjs/api-model/models/easy-ship-shipment-status.js +1 -1
- package/dist/cjs/api-model/models/electronic-invoice-status.js +1 -1
- package/dist/cjs/api-model/models/exception-dates.js +1 -1
- package/dist/cjs/api-model/models/export-info.js +15 -0
- package/dist/cjs/api-model/models/fulfillment-instruction.js +1 -1
- package/dist/cjs/api-model/models/get-order-address-response.js +1 -1
- package/dist/cjs/api-model/models/get-order-buyer-info-response.js +1 -1
- package/dist/cjs/api-model/models/get-order-items-buyer-info-response.js +1 -1
- package/dist/cjs/api-model/models/get-order-items-response.js +1 -1
- package/dist/cjs/api-model/models/get-order-regulated-info-response.js +1 -1
- package/dist/cjs/api-model/models/get-order-response.js +1 -1
- package/dist/cjs/api-model/models/get-orders-response.js +1 -1
- package/dist/cjs/api-model/models/index.js +1 -0
- package/dist/cjs/api-model/models/item-buyer-info.js +1 -1
- package/dist/cjs/api-model/models/marketplace-tax-info.js +1 -1
- package/dist/cjs/api-model/models/measurement.js +1 -1
- package/dist/cjs/api-model/models/model-error.js +1 -1
- package/dist/cjs/api-model/models/money.js +1 -1
- package/dist/cjs/api-model/models/open-interval.js +1 -1
- package/dist/cjs/api-model/models/open-time-interval.js +1 -1
- package/dist/cjs/api-model/models/order-address.js +1 -1
- package/dist/cjs/api-model/models/order-buyer-info.js +1 -1
- package/dist/cjs/api-model/models/order-item-buyer-info.js +1 -1
- package/dist/cjs/api-model/models/order-item.js +1 -1
- package/dist/cjs/api-model/models/order-items-buyer-info-list.js +1 -1
- package/dist/cjs/api-model/models/order-items-inner.js +1 -1
- package/dist/cjs/api-model/models/order-items-list.js +1 -1
- package/dist/cjs/api-model/models/order-regulated-info.js +1 -1
- package/dist/cjs/api-model/models/order.js +1 -1
- package/dist/cjs/api-model/models/orders-list.js +1 -1
- package/dist/cjs/api-model/models/other-delivery-attributes.js +1 -1
- package/dist/cjs/api-model/models/package-detail.js +1 -1
- package/dist/cjs/api-model/models/payment-execution-detail-item.js +1 -1
- package/dist/cjs/api-model/models/points-granted-detail.js +1 -1
- package/dist/cjs/api-model/models/preferred-delivery-time.js +1 -1
- package/dist/cjs/api-model/models/prescription-detail.js +1 -1
- package/dist/cjs/api-model/models/product-info-detail.js +1 -1
- package/dist/cjs/api-model/models/regulated-information-field.js +1 -1
- package/dist/cjs/api-model/models/regulated-information.js +1 -1
- package/dist/cjs/api-model/models/regulated-order-verification-status.js +1 -1
- package/dist/cjs/api-model/models/rejection-reason.js +1 -1
- package/dist/cjs/api-model/models/shipment-status.js +1 -1
- package/dist/cjs/api-model/models/shipping-constraints.js +1 -1
- package/dist/cjs/api-model/models/substitution-option.js +1 -1
- package/dist/cjs/api-model/models/substitution-preferences.js +1 -1
- package/dist/cjs/api-model/models/tax-classification.js +1 -1
- package/dist/cjs/api-model/models/tax-collection.js +1 -1
- package/dist/cjs/api-model/models/update-shipment-status-error-response.js +1 -1
- package/dist/cjs/api-model/models/update-shipment-status-request.js +1 -1
- package/dist/cjs/api-model/models/update-verification-status-error-response.js +1 -1
- package/dist/cjs/api-model/models/update-verification-status-request-body.js +1 -1
- package/dist/cjs/api-model/models/update-verification-status-request.js +1 -1
- package/dist/cjs/api-model/models/valid-verification-detail.js +1 -1
- package/dist/cjs/api-model/models/verification-details.js +1 -1
- package/dist/cjs/api-model/models/verification-status.js +1 -1
- package/dist/cjs/client.js +1 -1
- package/dist/es/api-model/api/{orders-api.js → orders-v0-api.js} +62 -102
- package/dist/es/api-model/api.js +2 -2
- package/dist/es/api-model/base.js +1 -1
- package/dist/es/api-model/common.js +1 -1
- package/dist/es/api-model/configuration.js +2 -3
- package/dist/es/api-model/index.js +1 -1
- package/dist/es/api-model/models/address-extended-fields.js +1 -1
- package/dist/es/api-model/models/address.js +1 -1
- package/dist/es/api-model/models/amazon-programs.js +1 -1
- package/dist/es/api-model/models/associated-item.js +1 -1
- package/dist/es/api-model/models/association-type.js +1 -1
- package/dist/es/api-model/models/automated-shipping-settings.js +1 -1
- package/dist/es/api-model/models/business-hours.js +1 -1
- package/dist/es/api-model/models/buyer-customized-info-detail.js +1 -1
- package/dist/es/api-model/models/buyer-info.js +1 -1
- package/dist/es/api-model/models/buyer-requested-cancel.js +1 -1
- package/dist/es/api-model/models/buyer-tax-info.js +1 -1
- package/dist/es/api-model/models/buyer-tax-information.js +1 -1
- package/dist/es/api-model/models/confirm-shipment-error-response.js +1 -1
- package/dist/es/api-model/models/confirm-shipment-order-item.js +1 -1
- package/dist/es/api-model/models/confirm-shipment-request.js +1 -1
- package/dist/es/api-model/models/constraint-type.js +1 -1
- package/dist/es/api-model/models/delivery-preferences.js +1 -1
- package/dist/es/api-model/models/easy-ship-shipment-status.js +1 -1
- package/dist/es/api-model/models/electronic-invoice-status.js +1 -1
- package/dist/es/api-model/models/exception-dates.js +1 -1
- package/dist/es/api-model/models/export-info.js +14 -0
- package/dist/es/api-model/models/fulfillment-instruction.js +1 -1
- package/dist/es/api-model/models/get-order-address-response.js +1 -1
- package/dist/es/api-model/models/get-order-buyer-info-response.js +1 -1
- package/dist/es/api-model/models/get-order-items-buyer-info-response.js +1 -1
- package/dist/es/api-model/models/get-order-items-response.js +1 -1
- package/dist/es/api-model/models/get-order-regulated-info-response.js +1 -1
- package/dist/es/api-model/models/get-order-response.js +1 -1
- package/dist/es/api-model/models/get-orders-response.js +1 -1
- package/dist/es/api-model/models/index.js +1 -0
- package/dist/es/api-model/models/item-buyer-info.js +1 -1
- package/dist/es/api-model/models/marketplace-tax-info.js +1 -1
- package/dist/es/api-model/models/measurement.js +1 -1
- package/dist/es/api-model/models/model-error.js +1 -1
- package/dist/es/api-model/models/money.js +1 -1
- package/dist/es/api-model/models/open-interval.js +1 -1
- package/dist/es/api-model/models/open-time-interval.js +1 -1
- package/dist/es/api-model/models/order-address.js +1 -1
- package/dist/es/api-model/models/order-buyer-info.js +1 -1
- package/dist/es/api-model/models/order-item-buyer-info.js +1 -1
- package/dist/es/api-model/models/order-item.js +1 -1
- package/dist/es/api-model/models/order-items-buyer-info-list.js +1 -1
- package/dist/es/api-model/models/order-items-inner.js +1 -1
- package/dist/es/api-model/models/order-items-list.js +1 -1
- package/dist/es/api-model/models/order-regulated-info.js +1 -1
- package/dist/es/api-model/models/order.js +1 -1
- package/dist/es/api-model/models/orders-list.js +1 -1
- package/dist/es/api-model/models/other-delivery-attributes.js +1 -1
- package/dist/es/api-model/models/package-detail.js +1 -1
- package/dist/es/api-model/models/payment-execution-detail-item.js +1 -1
- package/dist/es/api-model/models/points-granted-detail.js +1 -1
- package/dist/es/api-model/models/preferred-delivery-time.js +1 -1
- package/dist/es/api-model/models/prescription-detail.js +1 -1
- package/dist/es/api-model/models/product-info-detail.js +1 -1
- package/dist/es/api-model/models/regulated-information-field.js +1 -1
- package/dist/es/api-model/models/regulated-information.js +1 -1
- package/dist/es/api-model/models/regulated-order-verification-status.js +1 -1
- package/dist/es/api-model/models/rejection-reason.js +1 -1
- package/dist/es/api-model/models/shipment-status.js +1 -1
- package/dist/es/api-model/models/shipping-constraints.js +1 -1
- package/dist/es/api-model/models/substitution-option.js +1 -1
- package/dist/es/api-model/models/substitution-preferences.js +1 -1
- package/dist/es/api-model/models/tax-classification.js +1 -1
- package/dist/es/api-model/models/tax-collection.js +1 -1
- package/dist/es/api-model/models/update-shipment-status-error-response.js +1 -1
- package/dist/es/api-model/models/update-shipment-status-request.js +1 -1
- package/dist/es/api-model/models/update-verification-status-error-response.js +1 -1
- package/dist/es/api-model/models/update-verification-status-request-body.js +1 -1
- package/dist/es/api-model/models/update-verification-status-request.js +1 -1
- package/dist/es/api-model/models/valid-verification-detail.js +1 -1
- package/dist/es/api-model/models/verification-details.js +1 -1
- package/dist/es/api-model/models/verification-status.js +1 -1
- package/dist/es/client.js +2 -2
- package/dist/types/api-model/api/{orders-api.d.ts → orders-v0-api.d.ts} +126 -166
- package/dist/types/api-model/api.d.ts +2 -2
- package/dist/types/api-model/base.d.ts +1 -1
- package/dist/types/api-model/common.d.ts +2 -2
- package/dist/types/api-model/configuration.d.ts +1 -1
- package/dist/types/api-model/index.d.ts +1 -1
- package/dist/types/api-model/models/address-extended-fields.d.ts +1 -1
- package/dist/types/api-model/models/address.d.ts +1 -1
- package/dist/types/api-model/models/amazon-programs.d.ts +1 -1
- package/dist/types/api-model/models/associated-item.d.ts +1 -1
- package/dist/types/api-model/models/association-type.d.ts +1 -1
- package/dist/types/api-model/models/automated-shipping-settings.d.ts +1 -1
- package/dist/types/api-model/models/business-hours.d.ts +1 -1
- package/dist/types/api-model/models/buyer-customized-info-detail.d.ts +1 -1
- package/dist/types/api-model/models/buyer-info.d.ts +1 -1
- package/dist/types/api-model/models/buyer-requested-cancel.d.ts +1 -1
- package/dist/types/api-model/models/buyer-tax-info.d.ts +1 -1
- package/dist/types/api-model/models/buyer-tax-information.d.ts +1 -1
- package/dist/types/api-model/models/confirm-shipment-error-response.d.ts +1 -1
- package/dist/types/api-model/models/confirm-shipment-order-item.d.ts +1 -1
- package/dist/types/api-model/models/confirm-shipment-request.d.ts +1 -1
- package/dist/types/api-model/models/constraint-type.d.ts +1 -1
- package/dist/types/api-model/models/delivery-preferences.d.ts +1 -1
- package/dist/types/api-model/models/easy-ship-shipment-status.d.ts +1 -1
- package/dist/types/api-model/models/electronic-invoice-status.d.ts +1 -1
- package/dist/types/api-model/models/exception-dates.d.ts +1 -1
- package/dist/types/api-model/models/export-info.d.ts +31 -0
- package/dist/types/api-model/models/fulfillment-instruction.d.ts +1 -1
- package/dist/types/api-model/models/get-order-address-response.d.ts +1 -1
- package/dist/types/api-model/models/get-order-buyer-info-response.d.ts +1 -1
- package/dist/types/api-model/models/get-order-items-buyer-info-response.d.ts +1 -1
- package/dist/types/api-model/models/get-order-items-response.d.ts +1 -1
- package/dist/types/api-model/models/get-order-regulated-info-response.d.ts +1 -1
- package/dist/types/api-model/models/get-order-response.d.ts +1 -1
- package/dist/types/api-model/models/get-orders-response.d.ts +1 -1
- package/dist/types/api-model/models/index.d.ts +1 -0
- package/dist/types/api-model/models/item-buyer-info.d.ts +1 -1
- package/dist/types/api-model/models/marketplace-tax-info.d.ts +1 -1
- package/dist/types/api-model/models/measurement.d.ts +1 -1
- package/dist/types/api-model/models/model-error.d.ts +1 -1
- package/dist/types/api-model/models/money.d.ts +1 -1
- package/dist/types/api-model/models/open-interval.d.ts +1 -1
- package/dist/types/api-model/models/open-time-interval.d.ts +1 -1
- package/dist/types/api-model/models/order-address.d.ts +1 -1
- package/dist/types/api-model/models/order-buyer-info.d.ts +1 -1
- package/dist/types/api-model/models/order-item-buyer-info.d.ts +1 -1
- package/dist/types/api-model/models/order-item.d.ts +8 -1
- package/dist/types/api-model/models/order-items-buyer-info-list.d.ts +1 -1
- package/dist/types/api-model/models/order-items-inner.d.ts +1 -1
- package/dist/types/api-model/models/order-items-list.d.ts +1 -1
- package/dist/types/api-model/models/order-regulated-info.d.ts +1 -1
- package/dist/types/api-model/models/order.d.ts +1 -1
- package/dist/types/api-model/models/orders-list.d.ts +1 -1
- package/dist/types/api-model/models/other-delivery-attributes.d.ts +1 -1
- package/dist/types/api-model/models/package-detail.d.ts +1 -1
- package/dist/types/api-model/models/payment-execution-detail-item.d.ts +1 -1
- package/dist/types/api-model/models/points-granted-detail.d.ts +1 -1
- package/dist/types/api-model/models/preferred-delivery-time.d.ts +1 -1
- package/dist/types/api-model/models/prescription-detail.d.ts +1 -1
- package/dist/types/api-model/models/product-info-detail.d.ts +1 -1
- package/dist/types/api-model/models/regulated-information-field.d.ts +1 -1
- package/dist/types/api-model/models/regulated-information.d.ts +1 -1
- package/dist/types/api-model/models/regulated-order-verification-status.d.ts +1 -1
- package/dist/types/api-model/models/rejection-reason.d.ts +1 -1
- package/dist/types/api-model/models/shipment-status.d.ts +1 -1
- package/dist/types/api-model/models/shipping-constraints.d.ts +1 -1
- package/dist/types/api-model/models/substitution-option.d.ts +1 -1
- package/dist/types/api-model/models/substitution-preferences.d.ts +1 -1
- package/dist/types/api-model/models/tax-classification.d.ts +1 -1
- package/dist/types/api-model/models/tax-collection.d.ts +1 -1
- package/dist/types/api-model/models/update-shipment-status-error-response.d.ts +1 -1
- package/dist/types/api-model/models/update-shipment-status-request.d.ts +1 -1
- package/dist/types/api-model/models/update-verification-status-error-response.d.ts +1 -1
- package/dist/types/api-model/models/update-verification-status-request-body.d.ts +1 -1
- package/dist/types/api-model/models/update-verification-status-request.d.ts +1 -1
- package/dist/types/api-model/models/valid-verification-detail.d.ts +1 -1
- package/dist/types/api-model/models/verification-details.d.ts +1 -1
- package/dist/types/api-model/models/verification-status.d.ts +1 -1
- package/dist/types/client.d.ts +2 -2
- package/package.json +4 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Orders
|
|
2
|
+
* Selling Partner API for Orders
|
|
3
3
|
* Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
@@ -24,13 +24,12 @@ import type { GetOrdersResponse } from '../models';
|
|
|
24
24
|
import type { UpdateShipmentStatusRequest } from '../models';
|
|
25
25
|
import type { UpdateVerificationStatusRequest } from '../models';
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* OrdersV0Api - axios parameter creator
|
|
28
28
|
* @export
|
|
29
29
|
*/
|
|
30
|
-
export declare const
|
|
30
|
+
export declare const OrdersV0ApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
31
31
|
/**
|
|
32
32
|
* Updates the shipment confirmation status for a specified order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
33
|
-
* @summary confirmShipment
|
|
34
33
|
* @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
|
|
35
34
|
* @param {ConfirmShipmentRequest} payload Request body of `confirmShipment`.
|
|
36
35
|
* @param {*} [options] Override http request option.
|
|
@@ -39,7 +38,6 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
39
38
|
confirmShipment: (orderId: string, payload: ConfirmShipmentRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
40
39
|
/**
|
|
41
40
|
* Returns the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
42
|
-
* @summary getOrder
|
|
43
41
|
* @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
|
|
44
42
|
* @param {*} [options] Override http request option.
|
|
45
43
|
* @throws {RequiredError}
|
|
@@ -47,7 +45,6 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
47
45
|
getOrder: (orderId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
48
46
|
/**
|
|
49
47
|
* Returns the shipping address for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
50
|
-
* @summary getOrderAddress
|
|
51
48
|
* @param {string} orderId An `orderId` is an Amazon-defined order identifier, in 3-7-7 format.
|
|
52
49
|
* @param {*} [options] Override http request option.
|
|
53
50
|
* @throws {RequiredError}
|
|
@@ -55,7 +52,6 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
55
52
|
getOrderAddress: (orderId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
56
53
|
/**
|
|
57
54
|
* Returns buyer information for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
58
|
-
* @summary getOrderBuyerInfo
|
|
59
55
|
* @param {string} orderId An `orderId` is an Amazon-defined order identifier, in 3-7-7 format.
|
|
60
56
|
* @param {*} [options] Override http request option.
|
|
61
57
|
* @throws {RequiredError}
|
|
@@ -63,7 +59,6 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
63
59
|
getOrderBuyerInfo: (orderId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
64
60
|
/**
|
|
65
61
|
* Returns detailed order item information for the order that you specify. If `NextToken` is provided, it\'s used to retrieve the next page of order items. __Note__: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
66
|
-
* @summary getOrderItems
|
|
67
62
|
* @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
|
|
68
63
|
* @param {string} [nextToken] A string token returned in the response of your previous request.
|
|
69
64
|
* @param {*} [options] Override http request option.
|
|
@@ -72,7 +67,6 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
72
67
|
getOrderItems: (orderId: string, nextToken?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
73
68
|
/**
|
|
74
69
|
* Returns buyer information for the order items in the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
75
|
-
* @summary getOrderItemsBuyerInfo
|
|
76
70
|
* @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
|
|
77
71
|
* @param {string} [nextToken] A string token returned in the response of your previous request.
|
|
78
72
|
* @param {*} [options] Override http request option.
|
|
@@ -81,7 +75,6 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
81
75
|
getOrderItemsBuyerInfo: (orderId: string, nextToken?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
82
76
|
/**
|
|
83
77
|
* Returns regulated information for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
84
|
-
* @summary getOrderRegulatedInfo
|
|
85
78
|
* @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
|
|
86
79
|
* @param {*} [options] Override http request option.
|
|
87
80
|
* @throws {RequiredError}
|
|
@@ -89,7 +82,6 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
89
82
|
getOrderRegulatedInfo: (orderId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
90
83
|
/**
|
|
91
84
|
* Returns orders that are created or updated during the specified time period. If you want to return specific types of orders, you can apply filters to your request. `NextToken` doesn\'t affect any filters that you include in your request; it only impacts the pagination for the filtered orders response. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0167 | 20 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that are applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api) in the Selling Partner API documentation.
|
|
92
|
-
* @summary getOrders
|
|
93
85
|
* @param {Array<string>} marketplaceIds A list of `MarketplaceId` values. Used to select orders that were placed in the specified marketplaces. Refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) for a complete list of `marketplaceId` values.
|
|
94
86
|
* @param {string} [createdAfter] Use this date to select orders created after (or at) a specified time. Only orders placed after the specified time are returned. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format. **Note**: Either the `CreatedAfter` parameter or the `LastUpdatedAfter` parameter is required. Both cannot be empty. `LastUpdatedAfter` and `LastUpdatedBefore` cannot be set when `CreatedAfter` is set.
|
|
95
87
|
* @param {string} [createdBefore] Use this date to select orders created before (or at) a specified time. Only orders placed before the specified time are returned. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format. **Note**: `CreatedBefore` is optional when `CreatedAfter` is set. If specified, `CreatedBefore` must be equal to or after the `CreatedAfter` date and at least two minutes before current time.
|
|
@@ -118,7 +110,6 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
118
110
|
getOrders: (marketplaceIds: Array<string>, createdAfter?: string, createdBefore?: string, lastUpdatedAfter?: string, lastUpdatedBefore?: string, orderStatuses?: Array<string>, fulfillmentChannels?: Array<string>, paymentMethods?: Array<string>, buyerEmail?: string, sellerOrderId?: string, maxResultsPerPage?: number, easyShipShipmentStatuses?: Array<string>, electronicInvoiceStatuses?: Array<string>, nextToken?: string, amazonOrderIds?: Array<string>, actualFulfillmentSupplySourceId?: string, isISPU?: boolean, storeChainStoreId?: string, earliestDeliveryDateBefore?: string, earliestDeliveryDateAfter?: string, latestDeliveryDateBefore?: string, latestDeliveryDateAfter?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
119
111
|
/**
|
|
120
112
|
* Update the shipment status for an order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
121
|
-
* @summary updateShipmentStatus
|
|
122
113
|
* @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
|
|
123
114
|
* @param {UpdateShipmentStatusRequest} payload The request body for the `updateShipmentStatus` operation.
|
|
124
115
|
* @param {*} [options] Override http request option.
|
|
@@ -127,7 +118,6 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
127
118
|
updateShipmentStatus: (orderId: string, payload: UpdateShipmentStatusRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
128
119
|
/**
|
|
129
120
|
* Updates (approves or rejects) the verification status of an order containing regulated products. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
130
|
-
* @summary updateVerificationStatus
|
|
131
121
|
* @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
|
|
132
122
|
* @param {UpdateVerificationStatusRequest} payload The request body for the `updateVerificationStatus` operation.
|
|
133
123
|
* @param {*} [options] Override http request option.
|
|
@@ -136,13 +126,12 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
136
126
|
updateVerificationStatus: (orderId: string, payload: UpdateVerificationStatusRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
137
127
|
};
|
|
138
128
|
/**
|
|
139
|
-
*
|
|
129
|
+
* OrdersV0Api - functional programming interface
|
|
140
130
|
* @export
|
|
141
131
|
*/
|
|
142
|
-
export declare const
|
|
132
|
+
export declare const OrdersV0ApiFp: (configuration?: Configuration) => {
|
|
143
133
|
/**
|
|
144
134
|
* Updates the shipment confirmation status for a specified order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
145
|
-
* @summary confirmShipment
|
|
146
135
|
* @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
|
|
147
136
|
* @param {ConfirmShipmentRequest} payload Request body of `confirmShipment`.
|
|
148
137
|
* @param {*} [options] Override http request option.
|
|
@@ -151,7 +140,6 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
|
|
|
151
140
|
confirmShipment(orderId: string, payload: ConfirmShipmentRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
152
141
|
/**
|
|
153
142
|
* Returns the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
154
|
-
* @summary getOrder
|
|
155
143
|
* @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
|
|
156
144
|
* @param {*} [options] Override http request option.
|
|
157
145
|
* @throws {RequiredError}
|
|
@@ -159,7 +147,6 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
|
|
|
159
147
|
getOrder(orderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetOrderResponse>>;
|
|
160
148
|
/**
|
|
161
149
|
* Returns the shipping address for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
162
|
-
* @summary getOrderAddress
|
|
163
150
|
* @param {string} orderId An `orderId` is an Amazon-defined order identifier, in 3-7-7 format.
|
|
164
151
|
* @param {*} [options] Override http request option.
|
|
165
152
|
* @throws {RequiredError}
|
|
@@ -167,7 +154,6 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
|
|
|
167
154
|
getOrderAddress(orderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetOrderAddressResponse>>;
|
|
168
155
|
/**
|
|
169
156
|
* Returns buyer information for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
170
|
-
* @summary getOrderBuyerInfo
|
|
171
157
|
* @param {string} orderId An `orderId` is an Amazon-defined order identifier, in 3-7-7 format.
|
|
172
158
|
* @param {*} [options] Override http request option.
|
|
173
159
|
* @throws {RequiredError}
|
|
@@ -175,7 +161,6 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
|
|
|
175
161
|
getOrderBuyerInfo(orderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetOrderBuyerInfoResponse>>;
|
|
176
162
|
/**
|
|
177
163
|
* Returns detailed order item information for the order that you specify. If `NextToken` is provided, it\'s used to retrieve the next page of order items. __Note__: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
178
|
-
* @summary getOrderItems
|
|
179
164
|
* @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
|
|
180
165
|
* @param {string} [nextToken] A string token returned in the response of your previous request.
|
|
181
166
|
* @param {*} [options] Override http request option.
|
|
@@ -184,7 +169,6 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
|
|
|
184
169
|
getOrderItems(orderId: string, nextToken?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetOrderItemsResponse>>;
|
|
185
170
|
/**
|
|
186
171
|
* Returns buyer information for the order items in the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
187
|
-
* @summary getOrderItemsBuyerInfo
|
|
188
172
|
* @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
|
|
189
173
|
* @param {string} [nextToken] A string token returned in the response of your previous request.
|
|
190
174
|
* @param {*} [options] Override http request option.
|
|
@@ -193,7 +177,6 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
|
|
|
193
177
|
getOrderItemsBuyerInfo(orderId: string, nextToken?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetOrderItemsBuyerInfoResponse>>;
|
|
194
178
|
/**
|
|
195
179
|
* Returns regulated information for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
196
|
-
* @summary getOrderRegulatedInfo
|
|
197
180
|
* @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
|
|
198
181
|
* @param {*} [options] Override http request option.
|
|
199
182
|
* @throws {RequiredError}
|
|
@@ -201,7 +184,6 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
|
|
|
201
184
|
getOrderRegulatedInfo(orderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetOrderRegulatedInfoResponse>>;
|
|
202
185
|
/**
|
|
203
186
|
* Returns orders that are created or updated during the specified time period. If you want to return specific types of orders, you can apply filters to your request. `NextToken` doesn\'t affect any filters that you include in your request; it only impacts the pagination for the filtered orders response. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0167 | 20 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that are applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api) in the Selling Partner API documentation.
|
|
204
|
-
* @summary getOrders
|
|
205
187
|
* @param {Array<string>} marketplaceIds A list of `MarketplaceId` values. Used to select orders that were placed in the specified marketplaces. Refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) for a complete list of `marketplaceId` values.
|
|
206
188
|
* @param {string} [createdAfter] Use this date to select orders created after (or at) a specified time. Only orders placed after the specified time are returned. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format. **Note**: Either the `CreatedAfter` parameter or the `LastUpdatedAfter` parameter is required. Both cannot be empty. `LastUpdatedAfter` and `LastUpdatedBefore` cannot be set when `CreatedAfter` is set.
|
|
207
189
|
* @param {string} [createdBefore] Use this date to select orders created before (or at) a specified time. Only orders placed before the specified time are returned. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format. **Note**: `CreatedBefore` is optional when `CreatedAfter` is set. If specified, `CreatedBefore` must be equal to or after the `CreatedAfter` date and at least two minutes before current time.
|
|
@@ -230,7 +212,6 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
|
|
|
230
212
|
getOrders(marketplaceIds: Array<string>, createdAfter?: string, createdBefore?: string, lastUpdatedAfter?: string, lastUpdatedBefore?: string, orderStatuses?: Array<string>, fulfillmentChannels?: Array<string>, paymentMethods?: Array<string>, buyerEmail?: string, sellerOrderId?: string, maxResultsPerPage?: number, easyShipShipmentStatuses?: Array<string>, electronicInvoiceStatuses?: Array<string>, nextToken?: string, amazonOrderIds?: Array<string>, actualFulfillmentSupplySourceId?: string, isISPU?: boolean, storeChainStoreId?: string, earliestDeliveryDateBefore?: string, earliestDeliveryDateAfter?: string, latestDeliveryDateBefore?: string, latestDeliveryDateAfter?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetOrdersResponse>>;
|
|
231
213
|
/**
|
|
232
214
|
* Update the shipment status for an order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
233
|
-
* @summary updateShipmentStatus
|
|
234
215
|
* @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
|
|
235
216
|
* @param {UpdateShipmentStatusRequest} payload The request body for the `updateShipmentStatus` operation.
|
|
236
217
|
* @param {*} [options] Override http request option.
|
|
@@ -239,7 +220,6 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
|
|
|
239
220
|
updateShipmentStatus(orderId: string, payload: UpdateShipmentStatusRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
240
221
|
/**
|
|
241
222
|
* Updates (approves or rejects) the verification status of an order containing regulated products. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
242
|
-
* @summary updateVerificationStatus
|
|
243
223
|
* @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
|
|
244
224
|
* @param {UpdateVerificationStatusRequest} payload The request body for the `updateVerificationStatus` operation.
|
|
245
225
|
* @param {*} [options] Override http request option.
|
|
@@ -248,472 +228,452 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
|
|
|
248
228
|
updateVerificationStatus(orderId: string, payload: UpdateVerificationStatusRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
249
229
|
};
|
|
250
230
|
/**
|
|
251
|
-
*
|
|
231
|
+
* OrdersV0Api - factory interface
|
|
252
232
|
* @export
|
|
253
233
|
*/
|
|
254
|
-
export declare const
|
|
234
|
+
export declare const OrdersV0ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
255
235
|
/**
|
|
256
236
|
* Updates the shipment confirmation status for a specified order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
257
|
-
* @
|
|
258
|
-
* @param {OrdersApiConfirmShipmentRequest} requestParameters Request parameters.
|
|
237
|
+
* @param {OrdersV0ApiConfirmShipmentRequest} requestParameters Request parameters.
|
|
259
238
|
* @param {*} [options] Override http request option.
|
|
260
239
|
* @throws {RequiredError}
|
|
261
240
|
*/
|
|
262
|
-
confirmShipment(requestParameters:
|
|
241
|
+
confirmShipment(requestParameters: OrdersV0ApiConfirmShipmentRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
263
242
|
/**
|
|
264
243
|
* Returns the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
265
|
-
* @
|
|
266
|
-
* @param {OrdersApiGetOrderRequest} requestParameters Request parameters.
|
|
244
|
+
* @param {OrdersV0ApiGetOrderRequest} requestParameters Request parameters.
|
|
267
245
|
* @param {*} [options] Override http request option.
|
|
268
246
|
* @throws {RequiredError}
|
|
269
247
|
*/
|
|
270
|
-
getOrder(requestParameters:
|
|
248
|
+
getOrder(requestParameters: OrdersV0ApiGetOrderRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderResponse>;
|
|
271
249
|
/**
|
|
272
250
|
* Returns the shipping address for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
273
|
-
* @
|
|
274
|
-
* @param {OrdersApiGetOrderAddressRequest} requestParameters Request parameters.
|
|
251
|
+
* @param {OrdersV0ApiGetOrderAddressRequest} requestParameters Request parameters.
|
|
275
252
|
* @param {*} [options] Override http request option.
|
|
276
253
|
* @throws {RequiredError}
|
|
277
254
|
*/
|
|
278
|
-
getOrderAddress(requestParameters:
|
|
255
|
+
getOrderAddress(requestParameters: OrdersV0ApiGetOrderAddressRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderAddressResponse>;
|
|
279
256
|
/**
|
|
280
257
|
* Returns buyer information for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
281
|
-
* @
|
|
282
|
-
* @param {OrdersApiGetOrderBuyerInfoRequest} requestParameters Request parameters.
|
|
258
|
+
* @param {OrdersV0ApiGetOrderBuyerInfoRequest} requestParameters Request parameters.
|
|
283
259
|
* @param {*} [options] Override http request option.
|
|
284
260
|
* @throws {RequiredError}
|
|
285
261
|
*/
|
|
286
|
-
getOrderBuyerInfo(requestParameters:
|
|
262
|
+
getOrderBuyerInfo(requestParameters: OrdersV0ApiGetOrderBuyerInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderBuyerInfoResponse>;
|
|
287
263
|
/**
|
|
288
264
|
* Returns detailed order item information for the order that you specify. If `NextToken` is provided, it\'s used to retrieve the next page of order items. __Note__: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
289
|
-
* @
|
|
290
|
-
* @param {OrdersApiGetOrderItemsRequest} requestParameters Request parameters.
|
|
265
|
+
* @param {OrdersV0ApiGetOrderItemsRequest} requestParameters Request parameters.
|
|
291
266
|
* @param {*} [options] Override http request option.
|
|
292
267
|
* @throws {RequiredError}
|
|
293
268
|
*/
|
|
294
|
-
getOrderItems(requestParameters:
|
|
269
|
+
getOrderItems(requestParameters: OrdersV0ApiGetOrderItemsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderItemsResponse>;
|
|
295
270
|
/**
|
|
296
271
|
* Returns buyer information for the order items in the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
297
|
-
* @
|
|
298
|
-
* @param {OrdersApiGetOrderItemsBuyerInfoRequest} requestParameters Request parameters.
|
|
272
|
+
* @param {OrdersV0ApiGetOrderItemsBuyerInfoRequest} requestParameters Request parameters.
|
|
299
273
|
* @param {*} [options] Override http request option.
|
|
300
274
|
* @throws {RequiredError}
|
|
301
275
|
*/
|
|
302
|
-
getOrderItemsBuyerInfo(requestParameters:
|
|
276
|
+
getOrderItemsBuyerInfo(requestParameters: OrdersV0ApiGetOrderItemsBuyerInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderItemsBuyerInfoResponse>;
|
|
303
277
|
/**
|
|
304
278
|
* Returns regulated information for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
305
|
-
* @
|
|
306
|
-
* @param {OrdersApiGetOrderRegulatedInfoRequest} requestParameters Request parameters.
|
|
279
|
+
* @param {OrdersV0ApiGetOrderRegulatedInfoRequest} requestParameters Request parameters.
|
|
307
280
|
* @param {*} [options] Override http request option.
|
|
308
281
|
* @throws {RequiredError}
|
|
309
282
|
*/
|
|
310
|
-
getOrderRegulatedInfo(requestParameters:
|
|
283
|
+
getOrderRegulatedInfo(requestParameters: OrdersV0ApiGetOrderRegulatedInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderRegulatedInfoResponse>;
|
|
311
284
|
/**
|
|
312
285
|
* Returns orders that are created or updated during the specified time period. If you want to return specific types of orders, you can apply filters to your request. `NextToken` doesn\'t affect any filters that you include in your request; it only impacts the pagination for the filtered orders response. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0167 | 20 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that are applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api) in the Selling Partner API documentation.
|
|
313
|
-
* @
|
|
314
|
-
* @param {OrdersApiGetOrdersRequest} requestParameters Request parameters.
|
|
286
|
+
* @param {OrdersV0ApiGetOrdersRequest} requestParameters Request parameters.
|
|
315
287
|
* @param {*} [options] Override http request option.
|
|
316
288
|
* @throws {RequiredError}
|
|
317
289
|
*/
|
|
318
|
-
getOrders(requestParameters:
|
|
290
|
+
getOrders(requestParameters: OrdersV0ApiGetOrdersRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrdersResponse>;
|
|
319
291
|
/**
|
|
320
292
|
* Update the shipment status for an order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
321
|
-
* @
|
|
322
|
-
* @param {OrdersApiUpdateShipmentStatusRequest} requestParameters Request parameters.
|
|
293
|
+
* @param {OrdersV0ApiUpdateShipmentStatusRequest} requestParameters Request parameters.
|
|
323
294
|
* @param {*} [options] Override http request option.
|
|
324
295
|
* @throws {RequiredError}
|
|
325
296
|
*/
|
|
326
|
-
updateShipmentStatus(requestParameters:
|
|
297
|
+
updateShipmentStatus(requestParameters: OrdersV0ApiUpdateShipmentStatusRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
327
298
|
/**
|
|
328
299
|
* Updates (approves or rejects) the verification status of an order containing regulated products. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
329
|
-
* @
|
|
330
|
-
* @param {OrdersApiUpdateVerificationStatusRequest} requestParameters Request parameters.
|
|
300
|
+
* @param {OrdersV0ApiUpdateVerificationStatusRequest} requestParameters Request parameters.
|
|
331
301
|
* @param {*} [options] Override http request option.
|
|
332
302
|
* @throws {RequiredError}
|
|
333
303
|
*/
|
|
334
|
-
updateVerificationStatus(requestParameters:
|
|
304
|
+
updateVerificationStatus(requestParameters: OrdersV0ApiUpdateVerificationStatusRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
335
305
|
};
|
|
336
306
|
/**
|
|
337
|
-
* Request parameters for confirmShipment operation in
|
|
307
|
+
* Request parameters for confirmShipment operation in OrdersV0Api.
|
|
338
308
|
* @export
|
|
339
|
-
* @interface
|
|
309
|
+
* @interface OrdersV0ApiConfirmShipmentRequest
|
|
340
310
|
*/
|
|
341
|
-
export interface
|
|
311
|
+
export interface OrdersV0ApiConfirmShipmentRequest {
|
|
342
312
|
/**
|
|
343
313
|
* An Amazon-defined order identifier, in 3-7-7 format.
|
|
344
314
|
* @type {string}
|
|
345
|
-
* @memberof
|
|
315
|
+
* @memberof OrdersV0ApiConfirmShipment
|
|
346
316
|
*/
|
|
347
317
|
readonly orderId: string;
|
|
348
318
|
/**
|
|
349
319
|
* Request body of `confirmShipment`.
|
|
350
320
|
* @type {ConfirmShipmentRequest}
|
|
351
|
-
* @memberof
|
|
321
|
+
* @memberof OrdersV0ApiConfirmShipment
|
|
352
322
|
*/
|
|
353
323
|
readonly payload: ConfirmShipmentRequest;
|
|
354
324
|
}
|
|
355
325
|
/**
|
|
356
|
-
* Request parameters for getOrder operation in
|
|
326
|
+
* Request parameters for getOrder operation in OrdersV0Api.
|
|
357
327
|
* @export
|
|
358
|
-
* @interface
|
|
328
|
+
* @interface OrdersV0ApiGetOrderRequest
|
|
359
329
|
*/
|
|
360
|
-
export interface
|
|
330
|
+
export interface OrdersV0ApiGetOrderRequest {
|
|
361
331
|
/**
|
|
362
332
|
* An Amazon-defined order identifier, in 3-7-7 format.
|
|
363
333
|
* @type {string}
|
|
364
|
-
* @memberof
|
|
334
|
+
* @memberof OrdersV0ApiGetOrder
|
|
365
335
|
*/
|
|
366
336
|
readonly orderId: string;
|
|
367
337
|
}
|
|
368
338
|
/**
|
|
369
|
-
* Request parameters for getOrderAddress operation in
|
|
339
|
+
* Request parameters for getOrderAddress operation in OrdersV0Api.
|
|
370
340
|
* @export
|
|
371
|
-
* @interface
|
|
341
|
+
* @interface OrdersV0ApiGetOrderAddressRequest
|
|
372
342
|
*/
|
|
373
|
-
export interface
|
|
343
|
+
export interface OrdersV0ApiGetOrderAddressRequest {
|
|
374
344
|
/**
|
|
375
345
|
* An `orderId` is an Amazon-defined order identifier, in 3-7-7 format.
|
|
376
346
|
* @type {string}
|
|
377
|
-
* @memberof
|
|
347
|
+
* @memberof OrdersV0ApiGetOrderAddress
|
|
378
348
|
*/
|
|
379
349
|
readonly orderId: string;
|
|
380
350
|
}
|
|
381
351
|
/**
|
|
382
|
-
* Request parameters for getOrderBuyerInfo operation in
|
|
352
|
+
* Request parameters for getOrderBuyerInfo operation in OrdersV0Api.
|
|
383
353
|
* @export
|
|
384
|
-
* @interface
|
|
354
|
+
* @interface OrdersV0ApiGetOrderBuyerInfoRequest
|
|
385
355
|
*/
|
|
386
|
-
export interface
|
|
356
|
+
export interface OrdersV0ApiGetOrderBuyerInfoRequest {
|
|
387
357
|
/**
|
|
388
358
|
* An `orderId` is an Amazon-defined order identifier, in 3-7-7 format.
|
|
389
359
|
* @type {string}
|
|
390
|
-
* @memberof
|
|
360
|
+
* @memberof OrdersV0ApiGetOrderBuyerInfo
|
|
391
361
|
*/
|
|
392
362
|
readonly orderId: string;
|
|
393
363
|
}
|
|
394
364
|
/**
|
|
395
|
-
* Request parameters for getOrderItems operation in
|
|
365
|
+
* Request parameters for getOrderItems operation in OrdersV0Api.
|
|
396
366
|
* @export
|
|
397
|
-
* @interface
|
|
367
|
+
* @interface OrdersV0ApiGetOrderItemsRequest
|
|
398
368
|
*/
|
|
399
|
-
export interface
|
|
369
|
+
export interface OrdersV0ApiGetOrderItemsRequest {
|
|
400
370
|
/**
|
|
401
371
|
* An Amazon-defined order identifier, in 3-7-7 format.
|
|
402
372
|
* @type {string}
|
|
403
|
-
* @memberof
|
|
373
|
+
* @memberof OrdersV0ApiGetOrderItems
|
|
404
374
|
*/
|
|
405
375
|
readonly orderId: string;
|
|
406
376
|
/**
|
|
407
377
|
* A string token returned in the response of your previous request.
|
|
408
378
|
* @type {string}
|
|
409
|
-
* @memberof
|
|
379
|
+
* @memberof OrdersV0ApiGetOrderItems
|
|
410
380
|
*/
|
|
411
381
|
readonly nextToken?: string;
|
|
412
382
|
}
|
|
413
383
|
/**
|
|
414
|
-
* Request parameters for getOrderItemsBuyerInfo operation in
|
|
384
|
+
* Request parameters for getOrderItemsBuyerInfo operation in OrdersV0Api.
|
|
415
385
|
* @export
|
|
416
|
-
* @interface
|
|
386
|
+
* @interface OrdersV0ApiGetOrderItemsBuyerInfoRequest
|
|
417
387
|
*/
|
|
418
|
-
export interface
|
|
388
|
+
export interface OrdersV0ApiGetOrderItemsBuyerInfoRequest {
|
|
419
389
|
/**
|
|
420
390
|
* An Amazon-defined order identifier, in 3-7-7 format.
|
|
421
391
|
* @type {string}
|
|
422
|
-
* @memberof
|
|
392
|
+
* @memberof OrdersV0ApiGetOrderItemsBuyerInfo
|
|
423
393
|
*/
|
|
424
394
|
readonly orderId: string;
|
|
425
395
|
/**
|
|
426
396
|
* A string token returned in the response of your previous request.
|
|
427
397
|
* @type {string}
|
|
428
|
-
* @memberof
|
|
398
|
+
* @memberof OrdersV0ApiGetOrderItemsBuyerInfo
|
|
429
399
|
*/
|
|
430
400
|
readonly nextToken?: string;
|
|
431
401
|
}
|
|
432
402
|
/**
|
|
433
|
-
* Request parameters for getOrderRegulatedInfo operation in
|
|
403
|
+
* Request parameters for getOrderRegulatedInfo operation in OrdersV0Api.
|
|
434
404
|
* @export
|
|
435
|
-
* @interface
|
|
405
|
+
* @interface OrdersV0ApiGetOrderRegulatedInfoRequest
|
|
436
406
|
*/
|
|
437
|
-
export interface
|
|
407
|
+
export interface OrdersV0ApiGetOrderRegulatedInfoRequest {
|
|
438
408
|
/**
|
|
439
409
|
* An Amazon-defined order identifier, in 3-7-7 format.
|
|
440
410
|
* @type {string}
|
|
441
|
-
* @memberof
|
|
411
|
+
* @memberof OrdersV0ApiGetOrderRegulatedInfo
|
|
442
412
|
*/
|
|
443
413
|
readonly orderId: string;
|
|
444
414
|
}
|
|
445
415
|
/**
|
|
446
|
-
* Request parameters for getOrders operation in
|
|
416
|
+
* Request parameters for getOrders operation in OrdersV0Api.
|
|
447
417
|
* @export
|
|
448
|
-
* @interface
|
|
418
|
+
* @interface OrdersV0ApiGetOrdersRequest
|
|
449
419
|
*/
|
|
450
|
-
export interface
|
|
420
|
+
export interface OrdersV0ApiGetOrdersRequest {
|
|
451
421
|
/**
|
|
452
422
|
* A list of `MarketplaceId` values. Used to select orders that were placed in the specified marketplaces. Refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) for a complete list of `marketplaceId` values.
|
|
453
423
|
* @type {Array<string>}
|
|
454
|
-
* @memberof
|
|
424
|
+
* @memberof OrdersV0ApiGetOrders
|
|
455
425
|
*/
|
|
456
426
|
readonly marketplaceIds: Array<string>;
|
|
457
427
|
/**
|
|
458
428
|
* Use this date to select orders created after (or at) a specified time. Only orders placed after the specified time are returned. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format. **Note**: Either the `CreatedAfter` parameter or the `LastUpdatedAfter` parameter is required. Both cannot be empty. `LastUpdatedAfter` and `LastUpdatedBefore` cannot be set when `CreatedAfter` is set.
|
|
459
429
|
* @type {string}
|
|
460
|
-
* @memberof
|
|
430
|
+
* @memberof OrdersV0ApiGetOrders
|
|
461
431
|
*/
|
|
462
432
|
readonly createdAfter?: string;
|
|
463
433
|
/**
|
|
464
434
|
* Use this date to select orders created before (or at) a specified time. Only orders placed before the specified time are returned. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format. **Note**: `CreatedBefore` is optional when `CreatedAfter` is set. If specified, `CreatedBefore` must be equal to or after the `CreatedAfter` date and at least two minutes before current time.
|
|
465
435
|
* @type {string}
|
|
466
|
-
* @memberof
|
|
436
|
+
* @memberof OrdersV0ApiGetOrders
|
|
467
437
|
*/
|
|
468
438
|
readonly createdBefore?: string;
|
|
469
439
|
/**
|
|
470
440
|
* Use this date to select orders that were last updated after (or at) a specified time. An update is defined as any change in order status, including the creation of a new order. Includes updates made by Amazon and by the seller. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format. **Note**: Either the `CreatedAfter` parameter or the `LastUpdatedAfter` parameter is required. Both cannot be empty. `CreatedAfter` or `CreatedBefore` cannot be set when `LastUpdatedAfter` is set.
|
|
471
441
|
* @type {string}
|
|
472
|
-
* @memberof
|
|
442
|
+
* @memberof OrdersV0ApiGetOrders
|
|
473
443
|
*/
|
|
474
444
|
readonly lastUpdatedAfter?: string;
|
|
475
445
|
/**
|
|
476
446
|
* Use this date to select orders that were last updated before (or at) a specified time. An update is defined as any change in order status, including the creation of a new order. Includes updates made by Amazon and by the seller. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format. **Note**: `LastUpdatedBefore` is optional when `LastUpdatedAfter` is set. But if specified, `LastUpdatedBefore` must be equal to or after the `LastUpdatedAfter` date and at least two minutes before current time.
|
|
477
447
|
* @type {string}
|
|
478
|
-
* @memberof
|
|
448
|
+
* @memberof OrdersV0ApiGetOrders
|
|
479
449
|
*/
|
|
480
450
|
readonly lastUpdatedBefore?: string;
|
|
481
451
|
/**
|
|
482
452
|
* A list of `OrderStatus` values used to filter the results. **Possible values:** - `PendingAvailability` (This status is available for pre-orders only. The order has been placed, payment has not been authorized, and the release date of the item is in the future.) - `Pending` (The order has been placed but payment has not been authorized.) - `Unshipped` (Payment has been authorized and the order is ready for shipment, but no items in the order have been shipped.) - `PartiallyShipped` (One or more, but not all, items in the order have been shipped.) - `Shipped` (All items in the order have been shipped.) - `InvoiceUnconfirmed` (All items in the order have been shipped. The seller has not yet given confirmation to Amazon that the invoice has been shipped to the buyer.) - `Canceled` (The order has been canceled.) - `Unfulfillable` (The order cannot be fulfilled. This state applies only to Multi-Channel Fulfillment orders.)
|
|
483
453
|
* @type {Array<string>}
|
|
484
|
-
* @memberof
|
|
454
|
+
* @memberof OrdersV0ApiGetOrders
|
|
485
455
|
*/
|
|
486
456
|
readonly orderStatuses?: Array<string>;
|
|
487
457
|
/**
|
|
488
458
|
* A list that indicates how an order was fulfilled. Filters the results by fulfillment channel. **Possible values**: `AFN` (fulfilled by Amazon), `MFN` (fulfilled by seller).
|
|
489
459
|
* @type {Array<string>}
|
|
490
|
-
* @memberof
|
|
460
|
+
* @memberof OrdersV0ApiGetOrders
|
|
491
461
|
*/
|
|
492
462
|
readonly fulfillmentChannels?: Array<string>;
|
|
493
463
|
/**
|
|
494
464
|
* A list of payment method values. Use this field to select orders that were paid with the specified payment methods. **Possible values**: `COD` (cash on delivery), `CVS` (convenience store), `Other` (Any payment method other than COD or CVS).
|
|
495
465
|
* @type {Array<string>}
|
|
496
|
-
* @memberof
|
|
466
|
+
* @memberof OrdersV0ApiGetOrders
|
|
497
467
|
*/
|
|
498
468
|
readonly paymentMethods?: Array<string>;
|
|
499
469
|
/**
|
|
500
470
|
* The email address of a buyer. Used to select orders that contain the specified email address.
|
|
501
471
|
* @type {string}
|
|
502
|
-
* @memberof
|
|
472
|
+
* @memberof OrdersV0ApiGetOrders
|
|
503
473
|
*/
|
|
504
474
|
readonly buyerEmail?: string;
|
|
505
475
|
/**
|
|
506
476
|
* An order identifier that is specified by the seller. Used to select only the orders that match the order identifier. If `SellerOrderId` is specified, then `FulfillmentChannels`, `OrderStatuses`, `PaymentMethod`, `LastUpdatedAfter`, LastUpdatedBefore, and `BuyerEmail` cannot be specified.
|
|
507
477
|
* @type {string}
|
|
508
|
-
* @memberof
|
|
478
|
+
* @memberof OrdersV0ApiGetOrders
|
|
509
479
|
*/
|
|
510
480
|
readonly sellerOrderId?: string;
|
|
511
481
|
/**
|
|
512
482
|
* A number that indicates the maximum number of orders that can be returned per page. Value must be 1 - 100. Default 100.
|
|
513
483
|
* @type {number}
|
|
514
|
-
* @memberof
|
|
484
|
+
* @memberof OrdersV0ApiGetOrders
|
|
515
485
|
*/
|
|
516
486
|
readonly maxResultsPerPage?: number;
|
|
517
487
|
/**
|
|
518
488
|
* A list of `EasyShipShipmentStatus` values. Used to select Easy Ship orders with statuses that match the specified values. If `EasyShipShipmentStatus` is specified, only Amazon Easy Ship orders are returned. **Possible values:** - `PendingSchedule` (The package is awaiting the schedule for pick-up.) - `PendingPickUp` (Amazon has not yet picked up the package from the seller.) - `PendingDropOff` (The seller will deliver the package to the carrier.) - `LabelCanceled` (The seller canceled the pickup.) - `PickedUp` (Amazon has picked up the package from the seller.) - `DroppedOff` (The package is delivered to the carrier by the seller.) - `AtOriginFC` (The packaged is at the origin fulfillment center.) - `AtDestinationFC` (The package is at the destination fulfillment center.) - `Delivered` (The package has been delivered.) - `RejectedByBuyer` (The package has been rejected by the buyer.) - `Undeliverable` (The package cannot be delivered.) - `ReturningToSeller` (The package was not delivered and is being returned to the seller.) - `ReturnedToSeller` (The package was not delivered and was returned to the seller.) - `Lost` (The package is lost.) - `OutForDelivery` (The package is out for delivery.) - `Damaged` (The package was damaged by the carrier.)
|
|
519
489
|
* @type {Array<string>}
|
|
520
|
-
* @memberof
|
|
490
|
+
* @memberof OrdersV0ApiGetOrders
|
|
521
491
|
*/
|
|
522
492
|
readonly easyShipShipmentStatuses?: Array<string>;
|
|
523
493
|
/**
|
|
524
494
|
* A list of `ElectronicInvoiceStatus` values. Used to select orders with electronic invoice statuses that match the specified values. **Possible values:** - `NotRequired` (Electronic invoice submission is not required for this order.) - `NotFound` (The electronic invoice was not submitted for this order.) - `Processing` (The electronic invoice is being processed for this order.) - `Errored` (The last submitted electronic invoice was rejected for this order.) - `Accepted` (The last submitted electronic invoice was submitted and accepted.)
|
|
525
495
|
* @type {Array<string>}
|
|
526
|
-
* @memberof
|
|
496
|
+
* @memberof OrdersV0ApiGetOrders
|
|
527
497
|
*/
|
|
528
498
|
readonly electronicInvoiceStatuses?: Array<string>;
|
|
529
499
|
/**
|
|
530
500
|
* A string token returned in the response of your previous request.
|
|
531
501
|
* @type {string}
|
|
532
|
-
* @memberof
|
|
502
|
+
* @memberof OrdersV0ApiGetOrders
|
|
533
503
|
*/
|
|
534
504
|
readonly nextToken?: string;
|
|
535
505
|
/**
|
|
536
506
|
* A list of `AmazonOrderId` values. An `AmazonOrderId` is an Amazon-defined order identifier, in 3-7-7 format.
|
|
537
507
|
* @type {Array<string>}
|
|
538
|
-
* @memberof
|
|
508
|
+
* @memberof OrdersV0ApiGetOrders
|
|
539
509
|
*/
|
|
540
510
|
readonly amazonOrderIds?: Array<string>;
|
|
541
511
|
/**
|
|
542
512
|
* The `sourceId` of the location from where you want the order fulfilled.
|
|
543
513
|
* @type {string}
|
|
544
|
-
* @memberof
|
|
514
|
+
* @memberof OrdersV0ApiGetOrders
|
|
545
515
|
*/
|
|
546
516
|
readonly actualFulfillmentSupplySourceId?: string;
|
|
547
517
|
/**
|
|
548
518
|
* When true, this order is marked to be picked up from a store rather than delivered.
|
|
549
519
|
* @type {boolean}
|
|
550
|
-
* @memberof
|
|
520
|
+
* @memberof OrdersV0ApiGetOrders
|
|
551
521
|
*/
|
|
552
522
|
readonly isISPU?: boolean;
|
|
553
523
|
/**
|
|
554
524
|
* The store chain store identifier. Linked to a specific store in a store chain.
|
|
555
525
|
* @type {string}
|
|
556
|
-
* @memberof
|
|
526
|
+
* @memberof OrdersV0ApiGetOrders
|
|
557
527
|
*/
|
|
558
528
|
readonly storeChainStoreId?: string;
|
|
559
529
|
/**
|
|
560
530
|
* Use this date to select orders with a earliest delivery date before (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
|
|
561
531
|
* @type {string}
|
|
562
|
-
* @memberof
|
|
532
|
+
* @memberof OrdersV0ApiGetOrders
|
|
563
533
|
*/
|
|
564
534
|
readonly earliestDeliveryDateBefore?: string;
|
|
565
535
|
/**
|
|
566
536
|
* Use this date to select orders with a earliest delivery date after (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
|
|
567
537
|
* @type {string}
|
|
568
|
-
* @memberof
|
|
538
|
+
* @memberof OrdersV0ApiGetOrders
|
|
569
539
|
*/
|
|
570
540
|
readonly earliestDeliveryDateAfter?: string;
|
|
571
541
|
/**
|
|
572
542
|
* Use this date to select orders with a latest delivery date before (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
|
|
573
543
|
* @type {string}
|
|
574
|
-
* @memberof
|
|
544
|
+
* @memberof OrdersV0ApiGetOrders
|
|
575
545
|
*/
|
|
576
546
|
readonly latestDeliveryDateBefore?: string;
|
|
577
547
|
/**
|
|
578
548
|
* Use this date to select orders with a latest delivery date after (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
|
|
579
549
|
* @type {string}
|
|
580
|
-
* @memberof
|
|
550
|
+
* @memberof OrdersV0ApiGetOrders
|
|
581
551
|
*/
|
|
582
552
|
readonly latestDeliveryDateAfter?: string;
|
|
583
553
|
}
|
|
584
554
|
/**
|
|
585
|
-
* Request parameters for updateShipmentStatus operation in
|
|
555
|
+
* Request parameters for updateShipmentStatus operation in OrdersV0Api.
|
|
586
556
|
* @export
|
|
587
|
-
* @interface
|
|
557
|
+
* @interface OrdersV0ApiUpdateShipmentStatusRequest
|
|
588
558
|
*/
|
|
589
|
-
export interface
|
|
559
|
+
export interface OrdersV0ApiUpdateShipmentStatusRequest {
|
|
590
560
|
/**
|
|
591
561
|
* An Amazon-defined order identifier, in 3-7-7 format.
|
|
592
562
|
* @type {string}
|
|
593
|
-
* @memberof
|
|
563
|
+
* @memberof OrdersV0ApiUpdateShipmentStatus
|
|
594
564
|
*/
|
|
595
565
|
readonly orderId: string;
|
|
596
566
|
/**
|
|
597
567
|
* The request body for the `updateShipmentStatus` operation.
|
|
598
568
|
* @type {UpdateShipmentStatusRequest}
|
|
599
|
-
* @memberof
|
|
569
|
+
* @memberof OrdersV0ApiUpdateShipmentStatus
|
|
600
570
|
*/
|
|
601
571
|
readonly payload: UpdateShipmentStatusRequest;
|
|
602
572
|
}
|
|
603
573
|
/**
|
|
604
|
-
* Request parameters for updateVerificationStatus operation in
|
|
574
|
+
* Request parameters for updateVerificationStatus operation in OrdersV0Api.
|
|
605
575
|
* @export
|
|
606
|
-
* @interface
|
|
576
|
+
* @interface OrdersV0ApiUpdateVerificationStatusRequest
|
|
607
577
|
*/
|
|
608
|
-
export interface
|
|
578
|
+
export interface OrdersV0ApiUpdateVerificationStatusRequest {
|
|
609
579
|
/**
|
|
610
580
|
* An Amazon-defined order identifier, in 3-7-7 format.
|
|
611
581
|
* @type {string}
|
|
612
|
-
* @memberof
|
|
582
|
+
* @memberof OrdersV0ApiUpdateVerificationStatus
|
|
613
583
|
*/
|
|
614
584
|
readonly orderId: string;
|
|
615
585
|
/**
|
|
616
586
|
* The request body for the `updateVerificationStatus` operation.
|
|
617
587
|
* @type {UpdateVerificationStatusRequest}
|
|
618
|
-
* @memberof
|
|
588
|
+
* @memberof OrdersV0ApiUpdateVerificationStatus
|
|
619
589
|
*/
|
|
620
590
|
readonly payload: UpdateVerificationStatusRequest;
|
|
621
591
|
}
|
|
622
592
|
/**
|
|
623
|
-
*
|
|
593
|
+
* OrdersV0Api - object-oriented interface
|
|
624
594
|
* @export
|
|
625
|
-
* @class
|
|
595
|
+
* @class OrdersV0Api
|
|
626
596
|
* @extends {BaseAPI}
|
|
627
597
|
*/
|
|
628
|
-
export declare class
|
|
598
|
+
export declare class OrdersV0Api extends BaseAPI {
|
|
629
599
|
/**
|
|
630
600
|
* Updates the shipment confirmation status for a specified order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
631
|
-
* @
|
|
632
|
-
* @param {OrdersApiConfirmShipmentRequest} requestParameters Request parameters.
|
|
601
|
+
* @param {OrdersV0ApiConfirmShipmentRequest} requestParameters Request parameters.
|
|
633
602
|
* @param {*} [options] Override http request option.
|
|
634
603
|
* @throws {RequiredError}
|
|
635
|
-
* @memberof
|
|
604
|
+
* @memberof OrdersV0Api
|
|
636
605
|
*/
|
|
637
|
-
confirmShipment(requestParameters:
|
|
606
|
+
confirmShipment(requestParameters: OrdersV0ApiConfirmShipmentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<void, any>>;
|
|
638
607
|
/**
|
|
639
608
|
* Returns the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
640
|
-
* @
|
|
641
|
-
* @param {OrdersApiGetOrderRequest} requestParameters Request parameters.
|
|
609
|
+
* @param {OrdersV0ApiGetOrderRequest} requestParameters Request parameters.
|
|
642
610
|
* @param {*} [options] Override http request option.
|
|
643
611
|
* @throws {RequiredError}
|
|
644
|
-
* @memberof
|
|
612
|
+
* @memberof OrdersV0Api
|
|
645
613
|
*/
|
|
646
|
-
getOrder(requestParameters:
|
|
614
|
+
getOrder(requestParameters: OrdersV0ApiGetOrderRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderResponse, any>>;
|
|
647
615
|
/**
|
|
648
616
|
* Returns the shipping address for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
649
|
-
* @
|
|
650
|
-
* @param {OrdersApiGetOrderAddressRequest} requestParameters Request parameters.
|
|
617
|
+
* @param {OrdersV0ApiGetOrderAddressRequest} requestParameters Request parameters.
|
|
651
618
|
* @param {*} [options] Override http request option.
|
|
652
619
|
* @throws {RequiredError}
|
|
653
|
-
* @memberof
|
|
620
|
+
* @memberof OrdersV0Api
|
|
654
621
|
*/
|
|
655
|
-
getOrderAddress(requestParameters:
|
|
622
|
+
getOrderAddress(requestParameters: OrdersV0ApiGetOrderAddressRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderAddressResponse, any>>;
|
|
656
623
|
/**
|
|
657
624
|
* Returns buyer information for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
658
|
-
* @
|
|
659
|
-
* @param {OrdersApiGetOrderBuyerInfoRequest} requestParameters Request parameters.
|
|
625
|
+
* @param {OrdersV0ApiGetOrderBuyerInfoRequest} requestParameters Request parameters.
|
|
660
626
|
* @param {*} [options] Override http request option.
|
|
661
627
|
* @throws {RequiredError}
|
|
662
|
-
* @memberof
|
|
628
|
+
* @memberof OrdersV0Api
|
|
663
629
|
*/
|
|
664
|
-
getOrderBuyerInfo(requestParameters:
|
|
630
|
+
getOrderBuyerInfo(requestParameters: OrdersV0ApiGetOrderBuyerInfoRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderBuyerInfoResponse, any>>;
|
|
665
631
|
/**
|
|
666
632
|
* Returns detailed order item information for the order that you specify. If `NextToken` is provided, it\'s used to retrieve the next page of order items. __Note__: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
667
|
-
* @
|
|
668
|
-
* @param {OrdersApiGetOrderItemsRequest} requestParameters Request parameters.
|
|
633
|
+
* @param {OrdersV0ApiGetOrderItemsRequest} requestParameters Request parameters.
|
|
669
634
|
* @param {*} [options] Override http request option.
|
|
670
635
|
* @throws {RequiredError}
|
|
671
|
-
* @memberof
|
|
636
|
+
* @memberof OrdersV0Api
|
|
672
637
|
*/
|
|
673
|
-
getOrderItems(requestParameters:
|
|
638
|
+
getOrderItems(requestParameters: OrdersV0ApiGetOrderItemsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderItemsResponse, any>>;
|
|
674
639
|
/**
|
|
675
640
|
* Returns buyer information for the order items in the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
676
|
-
* @
|
|
677
|
-
* @param {OrdersApiGetOrderItemsBuyerInfoRequest} requestParameters Request parameters.
|
|
641
|
+
* @param {OrdersV0ApiGetOrderItemsBuyerInfoRequest} requestParameters Request parameters.
|
|
678
642
|
* @param {*} [options] Override http request option.
|
|
679
643
|
* @throws {RequiredError}
|
|
680
|
-
* @memberof
|
|
644
|
+
* @memberof OrdersV0Api
|
|
681
645
|
*/
|
|
682
|
-
getOrderItemsBuyerInfo(requestParameters:
|
|
646
|
+
getOrderItemsBuyerInfo(requestParameters: OrdersV0ApiGetOrderItemsBuyerInfoRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderItemsBuyerInfoResponse, any>>;
|
|
683
647
|
/**
|
|
684
648
|
* Returns regulated information for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
685
|
-
* @
|
|
686
|
-
* @param {OrdersApiGetOrderRegulatedInfoRequest} requestParameters Request parameters.
|
|
649
|
+
* @param {OrdersV0ApiGetOrderRegulatedInfoRequest} requestParameters Request parameters.
|
|
687
650
|
* @param {*} [options] Override http request option.
|
|
688
651
|
* @throws {RequiredError}
|
|
689
|
-
* @memberof
|
|
652
|
+
* @memberof OrdersV0Api
|
|
690
653
|
*/
|
|
691
|
-
getOrderRegulatedInfo(requestParameters:
|
|
654
|
+
getOrderRegulatedInfo(requestParameters: OrdersV0ApiGetOrderRegulatedInfoRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderRegulatedInfoResponse, any>>;
|
|
692
655
|
/**
|
|
693
656
|
* Returns orders that are created or updated during the specified time period. If you want to return specific types of orders, you can apply filters to your request. `NextToken` doesn\'t affect any filters that you include in your request; it only impacts the pagination for the filtered orders response. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0167 | 20 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that are applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api) in the Selling Partner API documentation.
|
|
694
|
-
* @
|
|
695
|
-
* @param {OrdersApiGetOrdersRequest} requestParameters Request parameters.
|
|
657
|
+
* @param {OrdersV0ApiGetOrdersRequest} requestParameters Request parameters.
|
|
696
658
|
* @param {*} [options] Override http request option.
|
|
697
659
|
* @throws {RequiredError}
|
|
698
|
-
* @memberof
|
|
660
|
+
* @memberof OrdersV0Api
|
|
699
661
|
*/
|
|
700
|
-
getOrders(requestParameters:
|
|
662
|
+
getOrders(requestParameters: OrdersV0ApiGetOrdersRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrdersResponse, any>>;
|
|
701
663
|
/**
|
|
702
664
|
* Update the shipment status for an order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
703
|
-
* @
|
|
704
|
-
* @param {OrdersApiUpdateShipmentStatusRequest} requestParameters Request parameters.
|
|
665
|
+
* @param {OrdersV0ApiUpdateShipmentStatusRequest} requestParameters Request parameters.
|
|
705
666
|
* @param {*} [options] Override http request option.
|
|
706
667
|
* @throws {RequiredError}
|
|
707
|
-
* @memberof
|
|
668
|
+
* @memberof OrdersV0Api
|
|
708
669
|
*/
|
|
709
|
-
updateShipmentStatus(requestParameters:
|
|
670
|
+
updateShipmentStatus(requestParameters: OrdersV0ApiUpdateShipmentStatusRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<void, any>>;
|
|
710
671
|
/**
|
|
711
672
|
* Updates (approves or rejects) the verification status of an order containing regulated products. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
712
|
-
* @
|
|
713
|
-
* @param {OrdersApiUpdateVerificationStatusRequest} requestParameters Request parameters.
|
|
673
|
+
* @param {OrdersV0ApiUpdateVerificationStatusRequest} requestParameters Request parameters.
|
|
714
674
|
* @param {*} [options] Override http request option.
|
|
715
675
|
* @throws {RequiredError}
|
|
716
|
-
* @memberof
|
|
676
|
+
* @memberof OrdersV0Api
|
|
717
677
|
*/
|
|
718
|
-
updateVerificationStatus(requestParameters:
|
|
678
|
+
updateVerificationStatus(requestParameters: OrdersV0ApiUpdateVerificationStatusRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<void, any>>;
|
|
719
679
|
}
|