@sp-api-sdk/orders-api-v0 2.2.0 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -5
- package/dist/cjs/index.js +16 -3
- package/dist/cjs/src/api-model/api/orders-v0-api.js +10 -153
- package/dist/cjs/src/api-model/api.js +16 -3
- package/dist/cjs/src/api-model/base.js +5 -3
- package/dist/cjs/src/api-model/common.js +1 -1
- package/dist/cjs/src/api-model/configuration.js +1 -1
- package/dist/cjs/src/api-model/index.js +18 -5
- package/dist/cjs/src/api-model/models/address.js +1 -1
- package/dist/cjs/src/api-model/models/automated-shipping-settings.js +1 -1
- package/dist/cjs/src/api-model/models/business-hours.js +1 -1
- package/dist/cjs/src/api-model/models/buyer-customized-info-detail.js +1 -1
- package/dist/cjs/src/api-model/models/buyer-info.js +1 -1
- package/dist/cjs/src/api-model/models/buyer-requested-cancel.js +1 -1
- package/dist/cjs/src/api-model/models/buyer-tax-info.js +1 -1
- package/dist/cjs/src/api-model/models/buyer-tax-information.js +1 -1
- package/dist/cjs/src/api-model/models/confirm-shipment-error-response.js +1 -1
- package/dist/cjs/src/api-model/models/confirm-shipment-order-item.js +1 -1
- package/dist/cjs/src/api-model/models/confirm-shipment-request.js +1 -1
- package/dist/cjs/src/api-model/models/delivery-preferences.js +1 -1
- package/dist/cjs/src/api-model/models/easy-ship-shipment-status.js +1 -1
- package/dist/cjs/src/api-model/models/electronic-invoice-status.js +1 -1
- package/dist/cjs/src/api-model/models/exception-dates.js +1 -1
- package/dist/cjs/src/api-model/models/fulfillment-instruction.js +1 -1
- package/dist/cjs/src/api-model/models/get-order-address-response.js +1 -1
- package/dist/cjs/src/api-model/models/get-order-buyer-info-response.js +1 -1
- package/dist/cjs/src/api-model/models/get-order-items-buyer-info-response.js +1 -1
- package/dist/cjs/src/api-model/models/get-order-items-response.js +1 -1
- package/dist/cjs/src/api-model/models/get-order-regulated-info-response.js +1 -1
- package/dist/cjs/src/api-model/models/get-order-response.js +1 -1
- package/dist/cjs/src/api-model/models/get-orders-response.js +1 -1
- package/dist/cjs/src/api-model/models/index.js +72 -73
- package/dist/cjs/src/api-model/models/item-buyer-info.js +1 -1
- package/dist/cjs/src/api-model/models/marketplace-tax-info.js +1 -1
- package/dist/cjs/src/api-model/models/model-error.js +1 -1
- package/dist/cjs/src/api-model/models/money.js +1 -1
- package/dist/cjs/src/api-model/models/open-interval.js +1 -1
- package/dist/cjs/src/api-model/models/open-time-interval.js +1 -1
- package/dist/cjs/src/api-model/models/order-address.js +1 -1
- package/dist/cjs/src/api-model/models/order-buyer-info.js +1 -1
- package/dist/cjs/src/api-model/models/order-item-buyer-info.js +1 -1
- package/dist/cjs/src/api-model/models/order-item.js +1 -1
- package/dist/cjs/src/api-model/models/order-items-buyer-info-list.js +1 -1
- package/dist/cjs/src/api-model/models/order-items-inner.js +1 -1
- package/dist/cjs/src/api-model/models/order-items-list.js +1 -1
- package/dist/cjs/src/api-model/models/order-regulated-info.js +1 -1
- package/dist/cjs/src/api-model/models/order.js +1 -1
- package/dist/cjs/src/api-model/models/orders-list.js +1 -1
- package/dist/cjs/src/api-model/models/other-delivery-attributes.js +1 -1
- package/dist/cjs/src/api-model/models/package-detail.js +1 -1
- package/dist/cjs/src/api-model/models/payment-execution-detail-item.js +1 -1
- package/dist/cjs/src/api-model/models/points-granted-detail.js +1 -1
- package/dist/cjs/src/api-model/models/preferred-delivery-time.js +1 -1
- package/dist/cjs/src/api-model/models/product-info-detail.js +1 -1
- package/dist/cjs/src/api-model/models/regulated-information-field.js +1 -1
- package/dist/cjs/src/api-model/models/regulated-information.js +1 -1
- package/dist/cjs/src/api-model/models/regulated-order-verification-status.js +1 -1
- package/dist/cjs/src/api-model/models/rejection-reason.js +1 -1
- package/dist/cjs/src/api-model/models/shipment-status.js +1 -1
- package/dist/cjs/src/api-model/models/tax-classification.js +1 -1
- package/dist/cjs/src/api-model/models/tax-collection.js +1 -1
- package/dist/cjs/src/api-model/models/update-shipment-status-error-response.js +1 -1
- package/dist/cjs/src/api-model/models/update-shipment-status-request.js +1 -1
- package/dist/cjs/src/api-model/models/update-verification-status-error-response.js +1 -1
- package/dist/cjs/src/api-model/models/update-verification-status-request-body.js +1 -1
- package/dist/cjs/src/api-model/models/update-verification-status-request.js +1 -1
- package/dist/cjs/src/api-model/models/verification-status.js +1 -1
- package/dist/cjs/src/client.js +0 -14
- package/dist/es/src/api-model/api/orders-v0-api.js +6 -151
- package/dist/es/src/api-model/api.js +1 -1
- package/dist/es/src/api-model/base.js +1 -1
- package/dist/es/src/api-model/common.js +1 -1
- package/dist/es/src/api-model/configuration.js +1 -1
- package/dist/es/src/api-model/index.js +1 -1
- package/dist/es/src/api-model/models/address.js +1 -1
- package/dist/es/src/api-model/models/automated-shipping-settings.js +1 -1
- package/dist/es/src/api-model/models/business-hours.js +1 -1
- package/dist/es/src/api-model/models/buyer-customized-info-detail.js +1 -1
- package/dist/es/src/api-model/models/buyer-info.js +1 -1
- package/dist/es/src/api-model/models/buyer-requested-cancel.js +1 -1
- package/dist/es/src/api-model/models/buyer-tax-info.js +1 -1
- package/dist/es/src/api-model/models/buyer-tax-information.js +1 -1
- package/dist/es/src/api-model/models/confirm-shipment-error-response.js +1 -1
- package/dist/es/src/api-model/models/confirm-shipment-order-item.js +1 -1
- package/dist/es/src/api-model/models/confirm-shipment-request.js +1 -1
- package/dist/es/src/api-model/models/delivery-preferences.js +1 -1
- package/dist/es/src/api-model/models/easy-ship-shipment-status.js +1 -1
- package/dist/es/src/api-model/models/electronic-invoice-status.js +1 -1
- package/dist/es/src/api-model/models/exception-dates.js +1 -1
- package/dist/es/src/api-model/models/fulfillment-instruction.js +1 -1
- package/dist/es/src/api-model/models/get-order-address-response.js +1 -1
- package/dist/es/src/api-model/models/get-order-buyer-info-response.js +1 -1
- package/dist/es/src/api-model/models/get-order-items-buyer-info-response.js +1 -1
- package/dist/es/src/api-model/models/get-order-items-response.js +1 -1
- package/dist/es/src/api-model/models/get-order-regulated-info-response.js +1 -1
- package/dist/es/src/api-model/models/get-order-response.js +1 -1
- package/dist/es/src/api-model/models/get-orders-response.js +1 -1
- package/dist/es/src/api-model/models/index.js +0 -14
- package/dist/es/src/api-model/models/item-buyer-info.js +1 -1
- package/dist/es/src/api-model/models/marketplace-tax-info.js +1 -1
- package/dist/es/src/api-model/models/model-error.js +1 -1
- package/dist/es/src/api-model/models/money.js +1 -1
- package/dist/es/src/api-model/models/open-interval.js +1 -1
- package/dist/es/src/api-model/models/open-time-interval.js +1 -1
- package/dist/es/src/api-model/models/order-address.js +1 -1
- package/dist/es/src/api-model/models/order-buyer-info.js +1 -1
- package/dist/es/src/api-model/models/order-item-buyer-info.js +1 -1
- package/dist/es/src/api-model/models/order-item.js +1 -1
- package/dist/es/src/api-model/models/order-items-buyer-info-list.js +1 -1
- package/dist/es/src/api-model/models/order-items-inner.js +1 -1
- package/dist/es/src/api-model/models/order-items-list.js +1 -1
- package/dist/es/src/api-model/models/order-regulated-info.js +1 -1
- package/dist/es/src/api-model/models/order.js +1 -1
- package/dist/es/src/api-model/models/orders-list.js +1 -1
- package/dist/es/src/api-model/models/other-delivery-attributes.js +1 -1
- package/dist/es/src/api-model/models/package-detail.js +1 -1
- package/dist/es/src/api-model/models/payment-execution-detail-item.js +1 -1
- package/dist/es/src/api-model/models/points-granted-detail.js +1 -1
- package/dist/es/src/api-model/models/preferred-delivery-time.js +1 -1
- package/dist/es/src/api-model/models/product-info-detail.js +1 -1
- package/dist/es/src/api-model/models/regulated-information-field.js +1 -1
- package/dist/es/src/api-model/models/regulated-information.js +1 -1
- package/dist/es/src/api-model/models/regulated-order-verification-status.js +1 -1
- package/dist/es/src/api-model/models/rejection-reason.js +1 -1
- package/dist/es/src/api-model/models/shipment-status.js +1 -1
- package/dist/es/src/api-model/models/tax-classification.js +1 -1
- package/dist/es/src/api-model/models/tax-collection.js +1 -1
- package/dist/es/src/api-model/models/update-shipment-status-error-response.js +1 -1
- package/dist/es/src/api-model/models/update-shipment-status-request.js +1 -1
- package/dist/es/src/api-model/models/update-verification-status-error-response.js +1 -1
- package/dist/es/src/api-model/models/update-verification-status-request-body.js +1 -1
- package/dist/es/src/api-model/models/update-verification-status-request.js +1 -1
- package/dist/es/src/api-model/models/verification-status.js +1 -1
- package/dist/es/src/client.js +0 -14
- package/dist/types/src/api-model/api/orders-v0-api.d.ts +3 -139
- package/dist/types/src/api-model/api.d.ts +1 -1
- package/dist/types/src/api-model/base.d.ts +1 -1
- package/dist/types/src/api-model/common.d.ts +1 -1
- package/dist/types/src/api-model/configuration.d.ts +1 -1
- package/dist/types/src/api-model/index.d.ts +1 -1
- package/dist/types/src/api-model/models/address.d.ts +1 -1
- package/dist/types/src/api-model/models/automated-shipping-settings.d.ts +1 -1
- package/dist/types/src/api-model/models/business-hours.d.ts +1 -1
- package/dist/types/src/api-model/models/buyer-customized-info-detail.d.ts +1 -1
- package/dist/types/src/api-model/models/buyer-info.d.ts +1 -1
- package/dist/types/src/api-model/models/buyer-requested-cancel.d.ts +1 -1
- package/dist/types/src/api-model/models/buyer-tax-info.d.ts +1 -1
- package/dist/types/src/api-model/models/buyer-tax-information.d.ts +1 -1
- package/dist/types/src/api-model/models/confirm-shipment-error-response.d.ts +1 -1
- package/dist/types/src/api-model/models/confirm-shipment-order-item.d.ts +1 -1
- package/dist/types/src/api-model/models/confirm-shipment-request.d.ts +1 -1
- package/dist/types/src/api-model/models/delivery-preferences.d.ts +1 -1
- package/dist/types/src/api-model/models/easy-ship-shipment-status.d.ts +1 -1
- package/dist/types/src/api-model/models/electronic-invoice-status.d.ts +1 -1
- package/dist/types/src/api-model/models/exception-dates.d.ts +1 -1
- package/dist/types/src/api-model/models/fulfillment-instruction.d.ts +1 -1
- package/dist/types/src/api-model/models/get-order-address-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-order-buyer-info-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-order-items-buyer-info-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-order-items-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-order-regulated-info-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-order-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-orders-response.d.ts +1 -1
- package/dist/types/src/api-model/models/index.d.ts +0 -14
- package/dist/types/src/api-model/models/item-buyer-info.d.ts +1 -1
- package/dist/types/src/api-model/models/marketplace-tax-info.d.ts +1 -1
- package/dist/types/src/api-model/models/model-error.d.ts +1 -1
- package/dist/types/src/api-model/models/money.d.ts +1 -1
- package/dist/types/src/api-model/models/open-interval.d.ts +1 -1
- package/dist/types/src/api-model/models/open-time-interval.d.ts +1 -1
- package/dist/types/src/api-model/models/order-address.d.ts +1 -1
- package/dist/types/src/api-model/models/order-buyer-info.d.ts +1 -1
- package/dist/types/src/api-model/models/order-item-buyer-info.d.ts +1 -1
- package/dist/types/src/api-model/models/order-item.d.ts +1 -8
- package/dist/types/src/api-model/models/order-items-buyer-info-list.d.ts +1 -1
- package/dist/types/src/api-model/models/order-items-inner.d.ts +1 -1
- package/dist/types/src/api-model/models/order-items-list.d.ts +1 -1
- package/dist/types/src/api-model/models/order-regulated-info.d.ts +1 -1
- package/dist/types/src/api-model/models/order.d.ts +1 -15
- package/dist/types/src/api-model/models/orders-list.d.ts +1 -1
- package/dist/types/src/api-model/models/other-delivery-attributes.d.ts +1 -1
- package/dist/types/src/api-model/models/package-detail.d.ts +1 -1
- package/dist/types/src/api-model/models/payment-execution-detail-item.d.ts +1 -1
- package/dist/types/src/api-model/models/points-granted-detail.d.ts +1 -1
- package/dist/types/src/api-model/models/preferred-delivery-time.d.ts +1 -1
- package/dist/types/src/api-model/models/product-info-detail.d.ts +1 -1
- package/dist/types/src/api-model/models/regulated-information-field.d.ts +1 -1
- package/dist/types/src/api-model/models/regulated-information.d.ts +1 -1
- package/dist/types/src/api-model/models/regulated-order-verification-status.d.ts +1 -1
- package/dist/types/src/api-model/models/rejection-reason.d.ts +1 -1
- package/dist/types/src/api-model/models/shipment-status.d.ts +1 -1
- package/dist/types/src/api-model/models/tax-classification.d.ts +1 -1
- package/dist/types/src/api-model/models/tax-collection.d.ts +1 -1
- package/dist/types/src/api-model/models/update-shipment-status-error-response.d.ts +1 -1
- package/dist/types/src/api-model/models/update-shipment-status-request.d.ts +1 -1
- package/dist/types/src/api-model/models/update-verification-status-error-response.d.ts +1 -1
- package/dist/types/src/api-model/models/update-verification-status-request-body.d.ts +1 -1
- package/dist/types/src/api-model/models/update-verification-status-request.d.ts +1 -1
- package/dist/types/src/api-model/models/verification-status.d.ts +1 -1
- package/package.json +4 -15
- package/dist/cjs/src/api-model/models/approval-support-data-element.js +0 -15
- package/dist/cjs/src/api-model/models/get-order-approvals-response.js +0 -15
- package/dist/cjs/src/api-model/models/item-approval-action-changes.js +0 -15
- package/dist/cjs/src/api-model/models/item-approval-action.js +0 -21
- package/dist/cjs/src/api-model/models/item-approval-context.js +0 -15
- package/dist/cjs/src/api-model/models/item-approval-status.js +0 -29
- package/dist/cjs/src/api-model/models/item-approval-type.js +0 -24
- package/dist/cjs/src/api-model/models/item-approval.js +0 -25
- package/dist/cjs/src/api-model/models/item-identifier.js +0 -21
- package/dist/cjs/src/api-model/models/order-approvals-response.js +0 -15
- package/dist/cjs/src/api-model/models/order-item-approval-request.js +0 -15
- package/dist/cjs/src/api-model/models/order-item-approvals.js +0 -15
- package/dist/cjs/src/api-model/models/update-items-approvals-error-response.js +0 -15
- package/dist/cjs/src/api-model/models/update-order-approvals-request.js +0 -15
- package/dist/es/src/api-model/models/approval-support-data-element.js +0 -14
- package/dist/es/src/api-model/models/get-order-approvals-response.js +0 -14
- package/dist/es/src/api-model/models/item-approval-action-changes.js +0 -14
- package/dist/es/src/api-model/models/item-approval-action.js +0 -18
- package/dist/es/src/api-model/models/item-approval-context.js +0 -14
- package/dist/es/src/api-model/models/item-approval-status.js +0 -26
- package/dist/es/src/api-model/models/item-approval-type.js +0 -21
- package/dist/es/src/api-model/models/item-approval.js +0 -22
- package/dist/es/src/api-model/models/item-identifier.js +0 -18
- package/dist/es/src/api-model/models/order-approvals-response.js +0 -14
- package/dist/es/src/api-model/models/order-item-approval-request.js +0 -14
- package/dist/es/src/api-model/models/order-item-approvals.js +0 -14
- package/dist/es/src/api-model/models/update-items-approvals-error-response.js +0 -14
- package/dist/es/src/api-model/models/update-order-approvals-request.js +0 -14
- package/dist/types/src/api-model/models/approval-support-data-element.d.ts +0 -30
- package/dist/types/src/api-model/models/get-order-approvals-response.d.ts +0 -31
- package/dist/types/src/api-model/models/item-approval-action-changes.d.ts +0 -38
- package/dist/types/src/api-model/models/item-approval-action.d.ts +0 -43
- package/dist/types/src/api-model/models/item-approval-context.d.ts +0 -39
- package/dist/types/src/api-model/models/item-approval-status.d.ts +0 -25
- package/dist/types/src/api-model/models/item-approval-type.d.ts +0 -20
- package/dist/types/src/api-model/models/item-approval.d.ts +0 -72
- package/dist/types/src/api-model/models/item-identifier.d.ts +0 -36
- package/dist/types/src/api-model/models/order-approvals-response.d.ts +0 -31
- package/dist/types/src/api-model/models/order-item-approval-request.d.ts +0 -31
- package/dist/types/src/api-model/models/order-item-approvals.d.ts +0 -45
- package/dist/types/src/api-model/models/update-items-approvals-error-response.d.ts +0 -24
- package/dist/types/src/api-model/models/update-order-approvals-request.d.ts +0 -31
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Selling Partner API for Orders
|
|
6
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
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
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
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
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
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
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
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
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
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
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
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,18 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Selling Partner API for Orders
|
|
5
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
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 const ItemApprovalActionActionTypeEnum = {
|
|
15
|
-
Approve: 'APPROVE',
|
|
16
|
-
Decline: 'DECLINE',
|
|
17
|
-
ApproveWithChanges: 'APPROVE_WITH_CHANGES'
|
|
18
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Selling Partner API for Orders
|
|
5
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
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,26 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Selling Partner API for Orders
|
|
5
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
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
|
-
* Defines the possible status of an order item approval.
|
|
16
|
-
* @export
|
|
17
|
-
* @enum {string}
|
|
18
|
-
*/
|
|
19
|
-
export const ItemApprovalStatus = {
|
|
20
|
-
PendingSellingPartnerApproval: 'PENDING_SELLING_PARTNER_APPROVAL',
|
|
21
|
-
ProcessingSellingPartnerApproval: 'PROCESSING_SELLING_PARTNER_APPROVAL',
|
|
22
|
-
PendingAmazonApproval: 'PENDING_AMAZON_APPROVAL',
|
|
23
|
-
Approved: 'APPROVED',
|
|
24
|
-
ApprovedWithChanges: 'APPROVED_WITH_CHANGES',
|
|
25
|
-
Declined: 'DECLINED'
|
|
26
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Selling Partner API for Orders
|
|
5
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
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
|
-
* Defines the approval process types available for order items.
|
|
16
|
-
* @export
|
|
17
|
-
* @enum {string}
|
|
18
|
-
*/
|
|
19
|
-
export const ItemApprovalType = {
|
|
20
|
-
LeonardiApproval: 'LEONARDI_APPROVAL'
|
|
21
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Selling Partner API for Orders
|
|
5
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
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 const ItemApprovalActorEnum = {
|
|
15
|
-
SellingPartner: 'SELLING_PARTNER',
|
|
16
|
-
Amazon: 'AMAZON'
|
|
17
|
-
};
|
|
18
|
-
export const ItemApprovalApprovalActionProcessStatusEnum = {
|
|
19
|
-
Processing: 'PROCESSING',
|
|
20
|
-
Success: 'SUCCESS',
|
|
21
|
-
Error: 'ERROR'
|
|
22
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Selling Partner API for Orders
|
|
5
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
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 const ItemIdentifierIdentifierTypeEnum = {
|
|
15
|
-
Asin: 'ASIN',
|
|
16
|
-
SellerSku: 'SELLER_SKU',
|
|
17
|
-
ExternalId: 'EXTERNAL_ID'
|
|
18
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Selling Partner API for Orders
|
|
5
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
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
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
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
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
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
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
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
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
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,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Orders
|
|
3
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
* <Name, Value> tuple to define item approval support data elements.
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ApprovalSupportDataElement
|
|
16
|
-
*/
|
|
17
|
-
export interface ApprovalSupportDataElement {
|
|
18
|
-
/**
|
|
19
|
-
* Name of the approval support element. Allowed names are defined in specific approval types schemas.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ApprovalSupportDataElement
|
|
22
|
-
*/
|
|
23
|
-
'Name': string;
|
|
24
|
-
/**
|
|
25
|
-
* String value of the approval support element.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ApprovalSupportDataElement
|
|
28
|
-
*/
|
|
29
|
-
'Value': string;
|
|
30
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Orders
|
|
3
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { OrderApprovalsResponse } from './order-approvals-response';
|
|
13
|
-
/**
|
|
14
|
-
* The response schema for the getOrderApprovalsItems operation.
|
|
15
|
-
* @export
|
|
16
|
-
* @interface GetOrderApprovalsResponse
|
|
17
|
-
*/
|
|
18
|
-
export interface GetOrderApprovalsResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {OrderApprovalsResponse}
|
|
22
|
-
* @memberof GetOrderApprovalsResponse
|
|
23
|
-
*/
|
|
24
|
-
'payload'?: OrderApprovalsResponse;
|
|
25
|
-
/**
|
|
26
|
-
* A list of error responses returned when a request is unsuccessful.
|
|
27
|
-
* @type {Array<Error>}
|
|
28
|
-
* @memberof GetOrderApprovalsResponse
|
|
29
|
-
*/
|
|
30
|
-
'errors'?: Array<Error>;
|
|
31
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Orders
|
|
3
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { ItemIdentifier } from './item-identifier';
|
|
13
|
-
import { Money } from './money';
|
|
14
|
-
/**
|
|
15
|
-
* Changes required for the approval. Each approval type defines the allowed changes valid sub-set in its specific schema.
|
|
16
|
-
* @export
|
|
17
|
-
* @interface ItemApprovalActionChanges
|
|
18
|
-
*/
|
|
19
|
-
export interface ItemApprovalActionChanges {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {Money}
|
|
23
|
-
* @memberof ItemApprovalActionChanges
|
|
24
|
-
*/
|
|
25
|
-
'ItemPrice'?: Money;
|
|
26
|
-
/**
|
|
27
|
-
* Quantity approved. If substitutedBy is specified, this value applies to the substitution item.
|
|
28
|
-
* @type {number}
|
|
29
|
-
* @memberof ItemApprovalActionChanges
|
|
30
|
-
*/
|
|
31
|
-
'Quantity'?: number;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {ItemIdentifier}
|
|
35
|
-
* @memberof ItemApprovalActionChanges
|
|
36
|
-
*/
|
|
37
|
-
'SubstitutedBy'?: ItemIdentifier;
|
|
38
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Orders
|
|
3
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { ItemApprovalActionChanges } from './item-approval-action-changes';
|
|
13
|
-
/**
|
|
14
|
-
* This object represents an approval action used by the actors in the order item approval process. Check the applicable restrictions at the specific approval type schemas.
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ItemApprovalAction
|
|
17
|
-
*/
|
|
18
|
-
export interface ItemApprovalAction {
|
|
19
|
-
/**
|
|
20
|
-
* Defines the type of action for the approval.
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof ItemApprovalAction
|
|
23
|
-
*/
|
|
24
|
-
'ActionType': ItemApprovalActionActionTypeEnum;
|
|
25
|
-
/**
|
|
26
|
-
* Comment message to provide optional additional context on the approval action.
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof ItemApprovalAction
|
|
29
|
-
*/
|
|
30
|
-
'Comment'?: string;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {ItemApprovalActionChanges}
|
|
34
|
-
* @memberof ItemApprovalAction
|
|
35
|
-
*/
|
|
36
|
-
'Changes'?: ItemApprovalActionChanges;
|
|
37
|
-
}
|
|
38
|
-
export declare const ItemApprovalActionActionTypeEnum: {
|
|
39
|
-
readonly Approve: "APPROVE";
|
|
40
|
-
readonly Decline: "DECLINE";
|
|
41
|
-
readonly ApproveWithChanges: "APPROVE_WITH_CHANGES";
|
|
42
|
-
};
|
|
43
|
-
export type ItemApprovalActionActionTypeEnum = typeof ItemApprovalActionActionTypeEnum[keyof typeof ItemApprovalActionActionTypeEnum];
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Orders
|
|
3
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { ApprovalSupportDataElement } from './approval-support-data-element';
|
|
13
|
-
import { ItemApprovalStatus } from './item-approval-status';
|
|
14
|
-
import { ItemApprovalType } from './item-approval-type';
|
|
15
|
-
/**
|
|
16
|
-
* Generic item approval context. Check the applicable restrictions at the specific approval type schemas.
|
|
17
|
-
* @export
|
|
18
|
-
* @interface ItemApprovalContext
|
|
19
|
-
*/
|
|
20
|
-
export interface ItemApprovalContext {
|
|
21
|
-
/**
|
|
22
|
-
*
|
|
23
|
-
* @type {ItemApprovalType}
|
|
24
|
-
* @memberof ItemApprovalContext
|
|
25
|
-
*/
|
|
26
|
-
'ApprovalType': ItemApprovalType;
|
|
27
|
-
/**
|
|
28
|
-
*
|
|
29
|
-
* @type {ItemApprovalStatus}
|
|
30
|
-
* @memberof ItemApprovalContext
|
|
31
|
-
*/
|
|
32
|
-
'ApprovalStatus': ItemApprovalStatus;
|
|
33
|
-
/**
|
|
34
|
-
* List of additional data elements supporting the approval process. Check the applicable restrictions at the specific approval type schemas.
|
|
35
|
-
* @type {Array<ApprovalSupportDataElement>}
|
|
36
|
-
* @memberof ItemApprovalContext
|
|
37
|
-
*/
|
|
38
|
-
'ApprovalSupportData'?: Array<ApprovalSupportDataElement>;
|
|
39
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Orders
|
|
3
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
* Defines the possible status of an order item approval.
|
|
14
|
-
* @export
|
|
15
|
-
* @enum {string}
|
|
16
|
-
*/
|
|
17
|
-
export declare const ItemApprovalStatus: {
|
|
18
|
-
readonly PendingSellingPartnerApproval: "PENDING_SELLING_PARTNER_APPROVAL";
|
|
19
|
-
readonly ProcessingSellingPartnerApproval: "PROCESSING_SELLING_PARTNER_APPROVAL";
|
|
20
|
-
readonly PendingAmazonApproval: "PENDING_AMAZON_APPROVAL";
|
|
21
|
-
readonly Approved: "APPROVED";
|
|
22
|
-
readonly ApprovedWithChanges: "APPROVED_WITH_CHANGES";
|
|
23
|
-
readonly Declined: "DECLINED";
|
|
24
|
-
};
|
|
25
|
-
export type ItemApprovalStatus = typeof ItemApprovalStatus[keyof typeof ItemApprovalStatus];
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Orders
|
|
3
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
* Defines the approval process types available for order items.
|
|
14
|
-
* @export
|
|
15
|
-
* @enum {string}
|
|
16
|
-
*/
|
|
17
|
-
export declare const ItemApprovalType: {
|
|
18
|
-
readonly LeonardiApproval: "LEONARDI_APPROVAL";
|
|
19
|
-
};
|
|
20
|
-
export type ItemApprovalType = typeof ItemApprovalType[keyof typeof ItemApprovalType];
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Orders
|
|
3
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { ItemApprovalAction } from './item-approval-action';
|
|
13
|
-
/**
|
|
14
|
-
* Generic item approval. Check the applicable restrictions at the specific approval type schemas.
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ItemApproval
|
|
17
|
-
*/
|
|
18
|
-
export interface ItemApproval {
|
|
19
|
-
/**
|
|
20
|
-
* Sequence number of the item approval. Each ItemApproval gets its sequenceId automatically from a monotonic increasing function.
|
|
21
|
-
* @type {number}
|
|
22
|
-
* @memberof ItemApproval
|
|
23
|
-
*/
|
|
24
|
-
'SequenceId': number;
|
|
25
|
-
/**
|
|
26
|
-
* Timestamp when the ItemApproval was recorded by Amazon\'s internal order approvals system. In ISO 8601 date time format.
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof ItemApproval
|
|
29
|
-
*/
|
|
30
|
-
'Timestamp': string;
|
|
31
|
-
/**
|
|
32
|
-
* High level actors involved in the approval process.
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof ItemApproval
|
|
35
|
-
*/
|
|
36
|
-
'Actor': ItemApprovalActorEnum;
|
|
37
|
-
/**
|
|
38
|
-
* Person or system that triggers the approval actions on behalf of the actor.
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof ItemApproval
|
|
41
|
-
*/
|
|
42
|
-
'Approver'?: string;
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {ItemApprovalAction}
|
|
46
|
-
* @memberof ItemApproval
|
|
47
|
-
*/
|
|
48
|
-
'ApprovalAction': ItemApprovalAction;
|
|
49
|
-
/**
|
|
50
|
-
* Status of approval action.
|
|
51
|
-
* @type {string}
|
|
52
|
-
* @memberof ItemApproval
|
|
53
|
-
*/
|
|
54
|
-
'ApprovalActionProcessStatus': ItemApprovalApprovalActionProcessStatusEnum;
|
|
55
|
-
/**
|
|
56
|
-
* Optional message to communicate optional additional context about the current status of the approval action.
|
|
57
|
-
* @type {string}
|
|
58
|
-
* @memberof ItemApproval
|
|
59
|
-
*/
|
|
60
|
-
'ApprovalActionProcessStatusMessage'?: string;
|
|
61
|
-
}
|
|
62
|
-
export declare const ItemApprovalActorEnum: {
|
|
63
|
-
readonly SellingPartner: "SELLING_PARTNER";
|
|
64
|
-
readonly Amazon: "AMAZON";
|
|
65
|
-
};
|
|
66
|
-
export type ItemApprovalActorEnum = typeof ItemApprovalActorEnum[keyof typeof ItemApprovalActorEnum];
|
|
67
|
-
export declare const ItemApprovalApprovalActionProcessStatusEnum: {
|
|
68
|
-
readonly Processing: "PROCESSING";
|
|
69
|
-
readonly Success: "SUCCESS";
|
|
70
|
-
readonly Error: "ERROR";
|
|
71
|
-
};
|
|
72
|
-
export type ItemApprovalApprovalActionProcessStatusEnum = typeof ItemApprovalApprovalActionProcessStatusEnum[keyof typeof ItemApprovalApprovalActionProcessStatusEnum];
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Orders
|
|
3
|
-
* The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
* Item identifiers used in the context of approvals operations.
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ItemIdentifier
|
|
16
|
-
*/
|
|
17
|
-
export interface ItemIdentifier {
|
|
18
|
-
/**
|
|
19
|
-
* Defines the type of identifiers allowed to specify a substitution.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ItemIdentifier
|
|
22
|
-
*/
|
|
23
|
-
'IdentifierType': ItemIdentifierIdentifierTypeEnum;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ItemIdentifier
|
|
28
|
-
*/
|
|
29
|
-
'Identifier': string;
|
|
30
|
-
}
|
|
31
|
-
export declare const ItemIdentifierIdentifierTypeEnum: {
|
|
32
|
-
readonly Asin: "ASIN";
|
|
33
|
-
readonly SellerSku: "SELLER_SKU";
|
|
34
|
-
readonly ExternalId: "EXTERNAL_ID";
|
|
35
|
-
};
|
|
36
|
-
export type ItemIdentifierIdentifierTypeEnum = typeof ItemIdentifierIdentifierTypeEnum[keyof typeof ItemIdentifierIdentifierTypeEnum];
|