@sp-api-sdk/orders-api-v0 5.5.0 → 5.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/cjs/api-model/api/orders-api.js +24 -59
  2. package/dist/cjs/api-model/models/index.js +0 -9
  3. package/dist/cjs/client.js +0 -7
  4. package/dist/es/api-model/api/orders-api.js +24 -59
  5. package/dist/es/api-model/models/index.js +0 -9
  6. package/dist/es/client.js +0 -7
  7. package/dist/types/api-model/api/orders-api.d.ts +24 -38
  8. package/dist/types/api-model/models/index.d.ts +0 -9
  9. package/dist/types/api-model/models/order-item.d.ts +0 -2
  10. package/package.json +4 -4
  11. package/dist/cjs/api-model/models/export-info.js +0 -15
  12. package/dist/cjs/api-model/models/fulfillment-instructions.js +0 -15
  13. package/dist/cjs/api-model/models/fulfillment-location.js +0 -15
  14. package/dist/cjs/api-model/models/fulfillment-plan-constraint-type.js +0 -23
  15. package/dist/cjs/api-model/models/fulfillment-plan-item.js +0 -15
  16. package/dist/cjs/api-model/models/fulfillment-plan-shipping-constraints.js +0 -15
  17. package/dist/cjs/api-model/models/fulfillment-plan.js +0 -27
  18. package/dist/cjs/api-model/models/get-order-fulfillment-instructions-response.js +0 -15
  19. package/dist/cjs/api-model/models/shipping-instructions.js +0 -15
  20. package/dist/es/api-model/models/export-info.js +0 -14
  21. package/dist/es/api-model/models/fulfillment-instructions.js +0 -14
  22. package/dist/es/api-model/models/fulfillment-location.js +0 -14
  23. package/dist/es/api-model/models/fulfillment-plan-constraint-type.js +0 -20
  24. package/dist/es/api-model/models/fulfillment-plan-item.js +0 -14
  25. package/dist/es/api-model/models/fulfillment-plan-shipping-constraints.js +0 -14
  26. package/dist/es/api-model/models/fulfillment-plan.js +0 -24
  27. package/dist/es/api-model/models/get-order-fulfillment-instructions-response.js +0 -14
  28. package/dist/es/api-model/models/shipping-instructions.js +0 -14
  29. package/dist/types/api-model/models/export-info.d.ts +0 -22
  30. package/dist/types/api-model/models/fulfillment-instructions.d.ts +0 -25
  31. package/dist/types/api-model/models/fulfillment-location.d.ts +0 -20
  32. package/dist/types/api-model/models/fulfillment-plan-constraint-type.d.ts +0 -19
  33. package/dist/types/api-model/models/fulfillment-plan-item.d.ts +0 -22
  34. package/dist/types/api-model/models/fulfillment-plan-shipping-constraints.d.ts +0 -19
  35. package/dist/types/api-model/models/fulfillment-plan.d.ts +0 -58
  36. package/dist/types/api-model/models/get-order-fulfillment-instructions-response.d.ts +0 -22
  37. package/dist/types/api-model/models/shipping-instructions.d.ts +0 -26
@@ -18,17 +18,9 @@ export * from './delivery-preferences';
18
18
  export * from './easy-ship-shipment-status';
19
19
  export * from './electronic-invoice-status';
20
20
  export * from './exception-dates';
21
- export * from './export-info';
22
21
  export * from './fulfillment-instruction';
23
- export * from './fulfillment-instructions';
24
- export * from './fulfillment-location';
25
- export * from './fulfillment-plan';
26
- export * from './fulfillment-plan-constraint-type';
27
- export * from './fulfillment-plan-item';
28
- export * from './fulfillment-plan-shipping-constraints';
29
22
  export * from './get-order-address-response';
30
23
  export * from './get-order-buyer-info-response';
31
- export * from './get-order-fulfillment-instructions-response';
32
24
  export * from './get-order-items-buyer-info-response';
33
25
  export * from './get-order-items-response';
34
26
  export * from './get-order-regulated-info-response';
@@ -64,7 +56,6 @@ export * from './regulated-order-verification-status';
64
56
  export * from './rejection-reason';
65
57
  export * from './shipment-status';
66
58
  export * from './shipping-constraints';
67
- export * from './shipping-instructions';
68
59
  export * from './substitution-option';
69
60
  export * from './substitution-preferences';
70
61
  export * from './tax-classification';
package/dist/es/client.js CHANGED
@@ -29,13 +29,6 @@ export const clientRateLimits = [
29
29
  rate: 0.5,
30
30
  burst: 30,
31
31
  },
32
- {
33
- method: 'get',
34
- // eslint-disable-next-line prefer-regex-literals
35
- urlRegex: new RegExp('^/orders/v0/orders/[^/]*/fulfillmentInstructions$'),
36
- rate: 0.5,
37
- burst: 30,
38
- },
39
32
  {
40
33
  method: 'get',
41
34
  // eslint-disable-next-line prefer-regex-literals
@@ -16,7 +16,6 @@ import { type RequestArgs, BaseAPI } from '../base';
16
16
  import type { ConfirmShipmentRequest } from '../models';
17
17
  import type { GetOrderAddressResponse } from '../models';
18
18
  import type { GetOrderBuyerInfoResponse } from '../models';
19
- import type { GetOrderFulfillmentInstructionsResponse } from '../models';
20
19
  import type { GetOrderItemsBuyerInfoResponse } from '../models';
21
20
  import type { GetOrderItemsResponse } from '../models';
22
21
  import type { GetOrderRegulatedInfoResponse } from '../models';
@@ -40,6 +39,7 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
40
39
  * Returns the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than 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).
41
40
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
42
41
  * @param {*} [options] Override http request option.
42
+ * @deprecated
43
43
  * @throws {RequiredError}
44
44
  */
45
45
  getOrder: (orderId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
@@ -47,6 +47,7 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
47
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 contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than 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).
48
48
  * @param {string} orderId The Amazon order identifier in 3-7-7 format.
49
49
  * @param {*} [options] Override http request option.
50
+ * @deprecated
50
51
  * @throws {RequiredError}
51
52
  */
52
53
  getOrderAddress: (orderId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
@@ -54,21 +55,16 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
54
55
  * 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 contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than 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).
55
56
  * @param {string} orderId The Amazon order identifier in 3-7-7 format.
56
57
  * @param {*} [options] Override http request option.
58
+ * @deprecated
57
59
  * @throws {RequiredError}
58
60
  */
59
61
  getOrderBuyerInfo: (orderId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
60
- /**
61
- * Returns the fulfillment instructions for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than 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).
62
- * @param {string} orderId The Amazon order identifier in 3-7-7 format.
63
- * @param {*} [options] Override http request option.
64
- * @throws {RequiredError}
65
- */
66
- getOrderFulfillmentInstructions: (orderId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
67
62
  /**
68
63
  * 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 contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than 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).
69
64
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
70
65
  * @param {string} [nextToken] A string token returned in the response of your previous request.
71
66
  * @param {*} [options] Override http request option.
67
+ * @deprecated
72
68
  * @throws {RequiredError}
73
69
  */
74
70
  getOrderItems: (orderId: string, nextToken?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
@@ -77,6 +73,7 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
77
73
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
78
74
  * @param {string} [nextToken] A string token returned in the response of your previous request.
79
75
  * @param {*} [options] Override http request option.
76
+ * @deprecated
80
77
  * @throws {RequiredError}
81
78
  */
82
79
  getOrderItemsBuyerInfo: (orderId: string, nextToken?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
@@ -111,6 +108,7 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
111
108
  * @param {string} [latestDeliveryDateBefore] 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.
112
109
  * @param {string} [latestDeliveryDateAfter] 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.
113
110
  * @param {*} [options] Override http request option.
111
+ * @deprecated
114
112
  * @throws {RequiredError}
115
113
  */
116
114
  getOrders: (marketplaceIds: Array<string>, createdAfter?: string, createdBefore?: string, lastUpdatedAfter?: string, lastUpdatedBefore?: string, orderStatuses?: Array<string>, fulfillmentChannels?: Array<string>, paymentMethods?: Array<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>;
@@ -147,6 +145,7 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
147
145
  * Returns the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than 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).
148
146
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
149
147
  * @param {*} [options] Override http request option.
148
+ * @deprecated
150
149
  * @throws {RequiredError}
151
150
  */
152
151
  getOrder(orderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetOrderResponse>>;
@@ -154,6 +153,7 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
154
153
  * 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 contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than 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).
155
154
  * @param {string} orderId The Amazon order identifier in 3-7-7 format.
156
155
  * @param {*} [options] Override http request option.
156
+ * @deprecated
157
157
  * @throws {RequiredError}
158
158
  */
159
159
  getOrderAddress(orderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetOrderAddressResponse>>;
@@ -161,21 +161,16 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
161
161
  * 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 contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than 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
162
  * @param {string} orderId The Amazon order identifier in 3-7-7 format.
163
163
  * @param {*} [options] Override http request option.
164
+ * @deprecated
164
165
  * @throws {RequiredError}
165
166
  */
166
167
  getOrderBuyerInfo(orderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetOrderBuyerInfoResponse>>;
167
- /**
168
- * Returns the fulfillment instructions for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than 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).
169
- * @param {string} orderId The Amazon order identifier in 3-7-7 format.
170
- * @param {*} [options] Override http request option.
171
- * @throws {RequiredError}
172
- */
173
- getOrderFulfillmentInstructions(orderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetOrderFulfillmentInstructionsResponse>>;
174
168
  /**
175
169
  * 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 contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than 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).
176
170
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
177
171
  * @param {string} [nextToken] A string token returned in the response of your previous request.
178
172
  * @param {*} [options] Override http request option.
173
+ * @deprecated
179
174
  * @throws {RequiredError}
180
175
  */
181
176
  getOrderItems(orderId: string, nextToken?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetOrderItemsResponse>>;
@@ -184,6 +179,7 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
184
179
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
185
180
  * @param {string} [nextToken] A string token returned in the response of your previous request.
186
181
  * @param {*} [options] Override http request option.
182
+ * @deprecated
187
183
  * @throws {RequiredError}
188
184
  */
189
185
  getOrderItemsBuyerInfo(orderId: string, nextToken?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetOrderItemsBuyerInfoResponse>>;
@@ -218,6 +214,7 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
218
214
  * @param {string} [latestDeliveryDateBefore] 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.
219
215
  * @param {string} [latestDeliveryDateAfter] 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.
220
216
  * @param {*} [options] Override http request option.
217
+ * @deprecated
221
218
  * @throws {RequiredError}
222
219
  */
223
220
  getOrders(marketplaceIds: Array<string>, createdAfter?: string, createdBefore?: string, lastUpdatedAfter?: string, lastUpdatedBefore?: string, orderStatuses?: Array<string>, fulfillmentChannels?: Array<string>, paymentMethods?: Array<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>>;
@@ -253,6 +250,7 @@ export declare const OrdersApiFactory: (configuration?: Configuration, basePath?
253
250
  * Returns the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than 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).
254
251
  * @param {OrdersApiGetOrderRequest} requestParameters Request parameters.
255
252
  * @param {*} [options] Override http request option.
253
+ * @deprecated
256
254
  * @throws {RequiredError}
257
255
  */
258
256
  getOrder(requestParameters: OrdersApiGetOrderRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderResponse>;
@@ -260,6 +258,7 @@ export declare const OrdersApiFactory: (configuration?: Configuration, basePath?
260
258
  * 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 contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than 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).
261
259
  * @param {OrdersApiGetOrderAddressRequest} requestParameters Request parameters.
262
260
  * @param {*} [options] Override http request option.
261
+ * @deprecated
263
262
  * @throws {RequiredError}
264
263
  */
265
264
  getOrderAddress(requestParameters: OrdersApiGetOrderAddressRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderAddressResponse>;
@@ -267,20 +266,15 @@ export declare const OrdersApiFactory: (configuration?: Configuration, basePath?
267
266
  * 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 contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than 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).
268
267
  * @param {OrdersApiGetOrderBuyerInfoRequest} requestParameters Request parameters.
269
268
  * @param {*} [options] Override http request option.
269
+ * @deprecated
270
270
  * @throws {RequiredError}
271
271
  */
272
272
  getOrderBuyerInfo(requestParameters: OrdersApiGetOrderBuyerInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderBuyerInfoResponse>;
273
- /**
274
- * Returns the fulfillment instructions for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than 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).
275
- * @param {OrdersApiGetOrderFulfillmentInstructionsRequest} requestParameters Request parameters.
276
- * @param {*} [options] Override http request option.
277
- * @throws {RequiredError}
278
- */
279
- getOrderFulfillmentInstructions(requestParameters: OrdersApiGetOrderFulfillmentInstructionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderFulfillmentInstructionsResponse>;
280
273
  /**
281
274
  * 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 contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than 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).
282
275
  * @param {OrdersApiGetOrderItemsRequest} requestParameters Request parameters.
283
276
  * @param {*} [options] Override http request option.
277
+ * @deprecated
284
278
  * @throws {RequiredError}
285
279
  */
286
280
  getOrderItems(requestParameters: OrdersApiGetOrderItemsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderItemsResponse>;
@@ -288,6 +282,7 @@ export declare const OrdersApiFactory: (configuration?: Configuration, basePath?
288
282
  * 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 contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than 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
283
  * @param {OrdersApiGetOrderItemsBuyerInfoRequest} requestParameters Request parameters.
290
284
  * @param {*} [options] Override http request option.
285
+ * @deprecated
291
286
  * @throws {RequiredError}
292
287
  */
293
288
  getOrderItemsBuyerInfo(requestParameters: OrdersApiGetOrderItemsBuyerInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderItemsBuyerInfoResponse>;
@@ -302,6 +297,7 @@ export declare const OrdersApiFactory: (configuration?: Configuration, basePath?
302
297
  * 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 contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than 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).
303
298
  * @param {OrdersApiGetOrdersRequest} requestParameters Request parameters.
304
299
  * @param {*} [options] Override http request option.
300
+ * @deprecated
305
301
  * @throws {RequiredError}
306
302
  */
307
303
  getOrders(requestParameters: OrdersApiGetOrdersRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrdersResponse>;
@@ -360,15 +356,6 @@ export interface OrdersApiGetOrderBuyerInfoRequest {
360
356
  */
361
357
  readonly orderId: string;
362
358
  }
363
- /**
364
- * Request parameters for getOrderFulfillmentInstructions operation in OrdersApi.
365
- */
366
- export interface OrdersApiGetOrderFulfillmentInstructionsRequest {
367
- /**
368
- * The Amazon order identifier in 3-7-7 format.
369
- */
370
- readonly orderId: string;
371
- }
372
359
  /**
373
360
  * Request parameters for getOrderItems operation in OrdersApi.
374
361
  */
@@ -534,6 +521,7 @@ export declare class OrdersApi extends BaseAPI {
534
521
  * Returns the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than 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).
535
522
  * @param {OrdersApiGetOrderRequest} requestParameters Request parameters.
536
523
  * @param {*} [options] Override http request option.
524
+ * @deprecated
537
525
  * @throws {RequiredError}
538
526
  */
539
527
  getOrder(requestParameters: OrdersApiGetOrderRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderResponse, any, {}>>;
@@ -541,6 +529,7 @@ export declare class OrdersApi extends BaseAPI {
541
529
  * 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 contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than 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).
542
530
  * @param {OrdersApiGetOrderAddressRequest} requestParameters Request parameters.
543
531
  * @param {*} [options] Override http request option.
532
+ * @deprecated
544
533
  * @throws {RequiredError}
545
534
  */
546
535
  getOrderAddress(requestParameters: OrdersApiGetOrderAddressRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderAddressResponse, any, {}>>;
@@ -548,20 +537,15 @@ export declare class OrdersApi extends BaseAPI {
548
537
  * 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 contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than 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).
549
538
  * @param {OrdersApiGetOrderBuyerInfoRequest} requestParameters Request parameters.
550
539
  * @param {*} [options] Override http request option.
540
+ * @deprecated
551
541
  * @throws {RequiredError}
552
542
  */
553
543
  getOrderBuyerInfo(requestParameters: OrdersApiGetOrderBuyerInfoRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderBuyerInfoResponse, any, {}>>;
554
- /**
555
- * Returns the fulfillment instructions for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than 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).
556
- * @param {OrdersApiGetOrderFulfillmentInstructionsRequest} requestParameters Request parameters.
557
- * @param {*} [options] Override http request option.
558
- * @throws {RequiredError}
559
- */
560
- getOrderFulfillmentInstructions(requestParameters: OrdersApiGetOrderFulfillmentInstructionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderFulfillmentInstructionsResponse, any, {}>>;
561
544
  /**
562
545
  * 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 contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than 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).
563
546
  * @param {OrdersApiGetOrderItemsRequest} requestParameters Request parameters.
564
547
  * @param {*} [options] Override http request option.
548
+ * @deprecated
565
549
  * @throws {RequiredError}
566
550
  */
567
551
  getOrderItems(requestParameters: OrdersApiGetOrderItemsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderItemsResponse, any, {}>>;
@@ -569,6 +553,7 @@ export declare class OrdersApi extends BaseAPI {
569
553
  * 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 contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than 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).
570
554
  * @param {OrdersApiGetOrderItemsBuyerInfoRequest} requestParameters Request parameters.
571
555
  * @param {*} [options] Override http request option.
556
+ * @deprecated
572
557
  * @throws {RequiredError}
573
558
  */
574
559
  getOrderItemsBuyerInfo(requestParameters: OrdersApiGetOrderItemsBuyerInfoRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderItemsBuyerInfoResponse, any, {}>>;
@@ -583,6 +568,7 @@ export declare class OrdersApi extends BaseAPI {
583
568
  * 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 contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than 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).
584
569
  * @param {OrdersApiGetOrdersRequest} requestParameters Request parameters.
585
570
  * @param {*} [options] Override http request option.
571
+ * @deprecated
586
572
  * @throws {RequiredError}
587
573
  */
588
574
  getOrders(requestParameters: OrdersApiGetOrdersRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrdersResponse, any, {}>>;
@@ -18,17 +18,9 @@ export * from './delivery-preferences';
18
18
  export * from './easy-ship-shipment-status';
19
19
  export * from './electronic-invoice-status';
20
20
  export * from './exception-dates';
21
- export * from './export-info';
22
21
  export * from './fulfillment-instruction';
23
- export * from './fulfillment-instructions';
24
- export * from './fulfillment-location';
25
- export * from './fulfillment-plan';
26
- export * from './fulfillment-plan-constraint-type';
27
- export * from './fulfillment-plan-item';
28
- export * from './fulfillment-plan-shipping-constraints';
29
22
  export * from './get-order-address-response';
30
23
  export * from './get-order-buyer-info-response';
31
- export * from './get-order-fulfillment-instructions-response';
32
24
  export * from './get-order-items-buyer-info-response';
33
25
  export * from './get-order-items-response';
34
26
  export * from './get-order-regulated-info-response';
@@ -64,7 +56,6 @@ export * from './regulated-order-verification-status';
64
56
  export * from './rejection-reason';
65
57
  export * from './shipment-status';
66
58
  export * from './shipping-constraints';
67
- export * from './shipping-instructions';
68
59
  export * from './substitution-option';
69
60
  export * from './substitution-preferences';
70
61
  export * from './tax-classification';
@@ -12,7 +12,6 @@
12
12
  import type { AmazonPrograms } from './amazon-programs';
13
13
  import type { AssociatedItem } from './associated-item';
14
14
  import type { BuyerRequestedCancel } from './buyer-requested-cancel';
15
- import type { ExportInfo } from './export-info';
16
15
  import type { ItemBuyerInfo } from './item-buyer-info';
17
16
  import type { Measurement } from './measurement';
18
17
  import type { Money } from './money';
@@ -128,7 +127,6 @@ export interface OrderItem {
128
127
  'Measurement'?: Measurement;
129
128
  'ShippingConstraints'?: ShippingConstraints;
130
129
  'AmazonPrograms'?: AmazonPrograms;
131
- 'ExportInfo'?: ExportInfo;
132
130
  }
133
131
  export declare const OrderItemDeemedResellerCategoryEnum: {
134
132
  readonly Ioss: "IOSS";
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/orders-api-v0",
3
3
  "author": "Bertrand Marron <bertrand@bizon.solutions>",
4
4
  "description": "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).",
5
- "version": "5.5.0",
5
+ "version": "5.7.0",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -18,8 +18,8 @@
18
18
  "dist/**/*.d.ts"
19
19
  ],
20
20
  "dependencies": {
21
- "@sp-api-sdk/common": "2.1.27",
22
- "axios": "^1.13.4"
21
+ "@sp-api-sdk/common": "2.1.29",
22
+ "axios": "^1.13.5"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
@@ -40,5 +40,5 @@
40
40
  "sp sdk",
41
41
  "orders api"
42
42
  ],
43
- "gitHead": "9719d5934bed9715406acc691a8334148345a588"
43
+ "gitHead": "2c1fe783fb7c2204e7e19d4f85fa2bdf822e4593"
44
44
  }
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Orders
6
- * 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).
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Orders
6
- * 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).
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Orders
6
- * 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).
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,23 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Orders
6
- * 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).
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.FulfillmentPlanConstraintType = void 0;
17
- /**
18
- * Details the importance of the constraint present on the item.
19
- */
20
- exports.FulfillmentPlanConstraintType = {
21
- Mandatory: 'MANDATORY',
22
- Recommended: 'RECOMMENDED'
23
- };
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Orders
6
- * 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).
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Orders
6
- * 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).
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,27 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Orders
6
- * 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).
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.FulfillmentPlanFulfillmentPlanStatusEnum = exports.FulfillmentPlanFulfillmentTypeEnum = void 0;
17
- exports.FulfillmentPlanFulfillmentTypeEnum = {
18
- InstorePickup: 'INSTORE_PICKUP',
19
- Service: 'SERVICE',
20
- Ship: 'SHIP'
21
- };
22
- exports.FulfillmentPlanFulfillmentPlanStatusEnum = {
23
- Active: 'ACTIVE',
24
- Aborted: 'ABORTED',
25
- Completed: 'COMPLETED',
26
- PartiallyFulfilled: 'PARTIALLY_FULFILLED'
27
- };
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Orders
6
- * 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).
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Orders
6
- * 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).
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,14 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Selling Partner API for Orders
5
- * 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).
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- export {};
@@ -1,14 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Selling Partner API for Orders
5
- * 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).
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- export {};
@@ -1,14 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Selling Partner API for Orders
5
- * 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).
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- export {};
@@ -1,20 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Selling Partner API for Orders
5
- * 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).
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- /**
15
- * Details the importance of the constraint present on the item.
16
- */
17
- export const FulfillmentPlanConstraintType = {
18
- Mandatory: 'MANDATORY',
19
- Recommended: 'RECOMMENDED'
20
- };