@sp-api-sdk/vendor-orders-api-v1 1.9.3 → 1.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/src/api-model/api/vendor-orders-api.js +4 -4
- package/dist/cjs/src/api-model/models/import-details.js +21 -31
- package/dist/cjs/src/api-model/models/item-quantity.js +4 -9
- package/dist/cjs/src/api-model/models/order-details.js +12 -22
- package/dist/cjs/src/api-model/models/order-item-acknowledgement.js +10 -20
- package/dist/cjs/src/api-model/models/order-item-status-acknowledgement-status.js +6 -11
- package/dist/cjs/src/api-model/models/order-item-status-receiving-status.js +5 -10
- package/dist/cjs/src/api-model/models/order-status.js +4 -9
- package/dist/cjs/src/api-model/models/order.js +5 -10
- package/dist/cjs/src/api-model/models/tax-registration-details.js +4 -9
- package/dist/es/src/api-model/api/vendor-orders-api.js +4 -4
- package/dist/es/src/api-model/models/import-details.js +21 -31
- package/dist/es/src/api-model/models/item-quantity.js +4 -9
- package/dist/es/src/api-model/models/order-details.js +12 -22
- package/dist/es/src/api-model/models/order-item-acknowledgement.js +10 -20
- package/dist/es/src/api-model/models/order-item-status-acknowledgement-status.js +6 -11
- package/dist/es/src/api-model/models/order-item-status-receiving-status.js +5 -10
- package/dist/es/src/api-model/models/order-status.js +4 -9
- package/dist/es/src/api-model/models/order.js +5 -10
- package/dist/es/src/api-model/models/tax-registration-details.js +4 -9
- package/dist/types/src/api-model/api/vendor-orders-api.d.ts +18 -18
- package/dist/types/src/api-model/base.d.ts +2 -2
- package/dist/types/src/api-model/common.d.ts +7 -7
- package/dist/types/src/api-model/models/acknowledgement-status-details.d.ts +3 -3
- package/dist/types/src/api-model/models/address.d.ts +11 -11
- package/dist/types/src/api-model/models/get-purchase-order-response.d.ts +2 -2
- package/dist/types/src/api-model/models/get-purchase-orders-response.d.ts +2 -2
- package/dist/types/src/api-model/models/get-purchase-orders-status-response.d.ts +2 -2
- package/dist/types/src/api-model/models/import-details.d.ts +28 -34
- package/dist/types/src/api-model/models/item-quantity.d.ts +8 -11
- package/dist/types/src/api-model/models/model-error.d.ts +3 -3
- package/dist/types/src/api-model/models/money.d.ts +2 -2
- package/dist/types/src/api-model/models/order-acknowledgement-item.d.ts +8 -8
- package/dist/types/src/api-model/models/order-acknowledgement.d.ts +4 -4
- package/dist/types/src/api-model/models/order-details.d.ts +28 -34
- package/dist/types/src/api-model/models/order-item-acknowledgement.d.ts +17 -23
- package/dist/types/src/api-model/models/order-item-status-acknowledgement-status.d.ts +11 -14
- package/dist/types/src/api-model/models/order-item-status-ordered-quantity.d.ts +2 -2
- package/dist/types/src/api-model/models/order-item-status-receiving-status.d.ts +9 -12
- package/dist/types/src/api-model/models/order-item-status.d.ts +8 -8
- package/dist/types/src/api-model/models/order-item.d.ts +7 -7
- package/dist/types/src/api-model/models/order-list-status.d.ts +2 -2
- package/dist/types/src/api-model/models/order-list.d.ts +2 -2
- package/dist/types/src/api-model/models/order-status.d.ts +12 -15
- package/dist/types/src/api-model/models/order.d.ts +9 -12
- package/dist/types/src/api-model/models/ordered-quantity-details.d.ts +3 -3
- package/dist/types/src/api-model/models/pagination.d.ts +1 -1
- package/dist/types/src/api-model/models/party-identification.d.ts +3 -3
- package/dist/types/src/api-model/models/submit-acknowledgement-request.d.ts +1 -1
- package/dist/types/src/api-model/models/submit-acknowledgement-response.d.ts +2 -2
- package/dist/types/src/api-model/models/tax-registration-details.d.ts +7 -10
- package/dist/types/src/api-model/models/transaction-id.d.ts +1 -1
- package/package.json +4 -4
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { AxiosPromise, AxiosInstance } from 'axios';
|
|
12
|
+
import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
13
13
|
import { Configuration } from '../configuration';
|
|
14
14
|
import { RequestArgs, BaseAPI } from '../base';
|
|
15
15
|
import { GetPurchaseOrderResponse } from '../models';
|
|
@@ -21,14 +21,14 @@ import { SubmitAcknowledgementResponse } from '../models';
|
|
|
21
21
|
* VendorOrdersApi - axios parameter creator
|
|
22
22
|
* @export
|
|
23
23
|
*/
|
|
24
|
-
export declare const VendorOrdersApiAxiosParamCreator: (configuration?: Configuration
|
|
24
|
+
export declare const VendorOrdersApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
25
25
|
/**
|
|
26
26
|
* Returns a purchase order based on the purchaseOrderNumber value that you specify. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 10 | 10 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
|
|
27
27
|
* @param {string} purchaseOrderNumber The purchase order identifier for the order that you want. Formatting Notes: 8-character alpha-numeric code.
|
|
28
28
|
* @param {*} [options] Override http request option.
|
|
29
29
|
* @throws {RequiredError}
|
|
30
30
|
*/
|
|
31
|
-
getPurchaseOrder: (purchaseOrderNumber: string, options?:
|
|
31
|
+
getPurchaseOrder: (purchaseOrderNumber: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
32
32
|
/**
|
|
33
33
|
* Returns a list of purchase orders created or changed during the time frame that you specify. You define the time frame using the createdAfter, createdBefore, changedAfter and changedBefore parameters. The date range to search must not be more than 7 days. You can choose to get only the purchase order numbers by setting includeDetails to false. You can then use the getPurchaseOrder operation to receive details for a specific purchase order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 10 | 10 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
|
|
34
34
|
* @param {number} [limit] The limit to the number of records returned. Default value is 100 records.
|
|
@@ -46,7 +46,7 @@ export declare const VendorOrdersApiAxiosParamCreator: (configuration?: Configur
|
|
|
46
46
|
* @param {*} [options] Override http request option.
|
|
47
47
|
* @throws {RequiredError}
|
|
48
48
|
*/
|
|
49
|
-
getPurchaseOrders: (limit?: number
|
|
49
|
+
getPurchaseOrders: (limit?: number, createdAfter?: string, createdBefore?: string, sortOrder?: 'ASC' | 'DESC', nextToken?: string, includeDetails?: boolean, changedAfter?: string, changedBefore?: string, poItemState?: 'Cancelled', isPOChanged?: boolean, purchaseOrderState?: 'New' | 'Acknowledged' | 'Closed', orderingVendorCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
50
50
|
/**
|
|
51
51
|
* Returns purchase order statuses based on the filters that you specify. Date range to search must not be more than 7 days. You can return a list of purchase order statuses using the available filters, or a single purchase order status by providing the purchase order number. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 10 | 10 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
|
|
52
52
|
* @param {number} [limit] The limit to the number of records returned. Default value is 100 records.
|
|
@@ -65,27 +65,27 @@ export declare const VendorOrdersApiAxiosParamCreator: (configuration?: Configur
|
|
|
65
65
|
* @param {*} [options] Override http request option.
|
|
66
66
|
* @throws {RequiredError}
|
|
67
67
|
*/
|
|
68
|
-
getPurchaseOrdersStatus: (limit?: number
|
|
68
|
+
getPurchaseOrdersStatus: (limit?: number, sortOrder?: 'ASC' | 'DESC', nextToken?: string, createdAfter?: string, createdBefore?: string, updatedAfter?: string, updatedBefore?: string, purchaseOrderNumber?: string, purchaseOrderStatus?: 'OPEN' | 'CLOSED', itemConfirmationStatus?: 'ACCEPTED' | 'PARTIALLY_ACCEPTED' | 'REJECTED' | 'UNCONFIRMED', itemReceiveStatus?: 'NOT_RECEIVED' | 'PARTIALLY_RECEIVED' | 'RECEIVED', orderingVendorCode?: string, shipToPartyId?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
69
69
|
/**
|
|
70
70
|
* Submits acknowledgements for one or more purchase orders. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 10 | 10 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
|
|
71
71
|
* @param {SubmitAcknowledgementRequest} body
|
|
72
72
|
* @param {*} [options] Override http request option.
|
|
73
73
|
* @throws {RequiredError}
|
|
74
74
|
*/
|
|
75
|
-
submitAcknowledgement: (body: SubmitAcknowledgementRequest, options?:
|
|
75
|
+
submitAcknowledgement: (body: SubmitAcknowledgementRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
76
76
|
};
|
|
77
77
|
/**
|
|
78
78
|
* VendorOrdersApi - functional programming interface
|
|
79
79
|
* @export
|
|
80
80
|
*/
|
|
81
|
-
export declare const VendorOrdersApiFp: (configuration?: Configuration
|
|
81
|
+
export declare const VendorOrdersApiFp: (configuration?: Configuration) => {
|
|
82
82
|
/**
|
|
83
83
|
* Returns a purchase order based on the purchaseOrderNumber value that you specify. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 10 | 10 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
|
|
84
84
|
* @param {string} purchaseOrderNumber The purchase order identifier for the order that you want. Formatting Notes: 8-character alpha-numeric code.
|
|
85
85
|
* @param {*} [options] Override http request option.
|
|
86
86
|
* @throws {RequiredError}
|
|
87
87
|
*/
|
|
88
|
-
getPurchaseOrder(purchaseOrderNumber: string, options?:
|
|
88
|
+
getPurchaseOrder(purchaseOrderNumber: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPurchaseOrderResponse>>;
|
|
89
89
|
/**
|
|
90
90
|
* Returns a list of purchase orders created or changed during the time frame that you specify. You define the time frame using the createdAfter, createdBefore, changedAfter and changedBefore parameters. The date range to search must not be more than 7 days. You can choose to get only the purchase order numbers by setting includeDetails to false. You can then use the getPurchaseOrder operation to receive details for a specific purchase order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 10 | 10 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
|
|
91
91
|
* @param {number} [limit] The limit to the number of records returned. Default value is 100 records.
|
|
@@ -103,7 +103,7 @@ export declare const VendorOrdersApiFp: (configuration?: Configuration | undefin
|
|
|
103
103
|
* @param {*} [options] Override http request option.
|
|
104
104
|
* @throws {RequiredError}
|
|
105
105
|
*/
|
|
106
|
-
getPurchaseOrders(limit?: number
|
|
106
|
+
getPurchaseOrders(limit?: number, createdAfter?: string, createdBefore?: string, sortOrder?: 'ASC' | 'DESC', nextToken?: string, includeDetails?: boolean, changedAfter?: string, changedBefore?: string, poItemState?: 'Cancelled', isPOChanged?: boolean, purchaseOrderState?: 'New' | 'Acknowledged' | 'Closed', orderingVendorCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPurchaseOrdersResponse>>;
|
|
107
107
|
/**
|
|
108
108
|
* Returns purchase order statuses based on the filters that you specify. Date range to search must not be more than 7 days. You can return a list of purchase order statuses using the available filters, or a single purchase order status by providing the purchase order number. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 10 | 10 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
|
|
109
109
|
* @param {number} [limit] The limit to the number of records returned. Default value is 100 records.
|
|
@@ -122,20 +122,20 @@ export declare const VendorOrdersApiFp: (configuration?: Configuration | undefin
|
|
|
122
122
|
* @param {*} [options] Override http request option.
|
|
123
123
|
* @throws {RequiredError}
|
|
124
124
|
*/
|
|
125
|
-
getPurchaseOrdersStatus(limit?: number
|
|
125
|
+
getPurchaseOrdersStatus(limit?: number, sortOrder?: 'ASC' | 'DESC', nextToken?: string, createdAfter?: string, createdBefore?: string, updatedAfter?: string, updatedBefore?: string, purchaseOrderNumber?: string, purchaseOrderStatus?: 'OPEN' | 'CLOSED', itemConfirmationStatus?: 'ACCEPTED' | 'PARTIALLY_ACCEPTED' | 'REJECTED' | 'UNCONFIRMED', itemReceiveStatus?: 'NOT_RECEIVED' | 'PARTIALLY_RECEIVED' | 'RECEIVED', orderingVendorCode?: string, shipToPartyId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPurchaseOrdersStatusResponse>>;
|
|
126
126
|
/**
|
|
127
127
|
* Submits acknowledgements for one or more purchase orders. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 10 | 10 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
|
|
128
128
|
* @param {SubmitAcknowledgementRequest} body
|
|
129
129
|
* @param {*} [options] Override http request option.
|
|
130
130
|
* @throws {RequiredError}
|
|
131
131
|
*/
|
|
132
|
-
submitAcknowledgement(body: SubmitAcknowledgementRequest, options?:
|
|
132
|
+
submitAcknowledgement(body: SubmitAcknowledgementRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubmitAcknowledgementResponse>>;
|
|
133
133
|
};
|
|
134
134
|
/**
|
|
135
135
|
* VendorOrdersApi - factory interface
|
|
136
136
|
* @export
|
|
137
137
|
*/
|
|
138
|
-
export declare const VendorOrdersApiFactory: (configuration?: Configuration
|
|
138
|
+
export declare const VendorOrdersApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
139
139
|
/**
|
|
140
140
|
* Returns a purchase order based on the purchaseOrderNumber value that you specify. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 10 | 10 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
|
|
141
141
|
* @param {string} purchaseOrderNumber The purchase order identifier for the order that you want. Formatting Notes: 8-character alpha-numeric code.
|
|
@@ -160,7 +160,7 @@ export declare const VendorOrdersApiFactory: (configuration?: Configuration | un
|
|
|
160
160
|
* @param {*} [options] Override http request option.
|
|
161
161
|
* @throws {RequiredError}
|
|
162
162
|
*/
|
|
163
|
-
getPurchaseOrders(limit?: number
|
|
163
|
+
getPurchaseOrders(limit?: number, createdAfter?: string, createdBefore?: string, sortOrder?: 'ASC' | 'DESC', nextToken?: string, includeDetails?: boolean, changedAfter?: string, changedBefore?: string, poItemState?: 'Cancelled', isPOChanged?: boolean, purchaseOrderState?: 'New' | 'Acknowledged' | 'Closed', orderingVendorCode?: string, options?: any): AxiosPromise<GetPurchaseOrdersResponse>;
|
|
164
164
|
/**
|
|
165
165
|
* Returns purchase order statuses based on the filters that you specify. Date range to search must not be more than 7 days. You can return a list of purchase order statuses using the available filters, or a single purchase order status by providing the purchase order number. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 10 | 10 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
|
|
166
166
|
* @param {number} [limit] The limit to the number of records returned. Default value is 100 records.
|
|
@@ -179,7 +179,7 @@ export declare const VendorOrdersApiFactory: (configuration?: Configuration | un
|
|
|
179
179
|
* @param {*} [options] Override http request option.
|
|
180
180
|
* @throws {RequiredError}
|
|
181
181
|
*/
|
|
182
|
-
getPurchaseOrdersStatus(limit?: number
|
|
182
|
+
getPurchaseOrdersStatus(limit?: number, sortOrder?: 'ASC' | 'DESC', nextToken?: string, createdAfter?: string, createdBefore?: string, updatedAfter?: string, updatedBefore?: string, purchaseOrderNumber?: string, purchaseOrderStatus?: 'OPEN' | 'CLOSED', itemConfirmationStatus?: 'ACCEPTED' | 'PARTIALLY_ACCEPTED' | 'REJECTED' | 'UNCONFIRMED', itemReceiveStatus?: 'NOT_RECEIVED' | 'PARTIALLY_RECEIVED' | 'RECEIVED', orderingVendorCode?: string, shipToPartyId?: string, options?: any): AxiosPromise<GetPurchaseOrdersStatusResponse>;
|
|
183
183
|
/**
|
|
184
184
|
* Submits acknowledgements for one or more purchase orders. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 10 | 10 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
|
|
185
185
|
* @param {SubmitAcknowledgementRequest} body
|
|
@@ -392,7 +392,7 @@ export declare class VendorOrdersApi extends BaseAPI {
|
|
|
392
392
|
* @throws {RequiredError}
|
|
393
393
|
* @memberof VendorOrdersApi
|
|
394
394
|
*/
|
|
395
|
-
getPurchaseOrder(requestParameters: VendorOrdersApiGetPurchaseOrderRequest, options?:
|
|
395
|
+
getPurchaseOrder(requestParameters: VendorOrdersApiGetPurchaseOrderRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPurchaseOrderResponse, any>>;
|
|
396
396
|
/**
|
|
397
397
|
* Returns a list of purchase orders created or changed during the time frame that you specify. You define the time frame using the createdAfter, createdBefore, changedAfter and changedBefore parameters. The date range to search must not be more than 7 days. You can choose to get only the purchase order numbers by setting includeDetails to false. You can then use the getPurchaseOrder operation to receive details for a specific purchase order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 10 | 10 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
|
|
398
398
|
* @param {VendorOrdersApiGetPurchaseOrdersRequest} requestParameters Request parameters.
|
|
@@ -400,7 +400,7 @@ export declare class VendorOrdersApi extends BaseAPI {
|
|
|
400
400
|
* @throws {RequiredError}
|
|
401
401
|
* @memberof VendorOrdersApi
|
|
402
402
|
*/
|
|
403
|
-
getPurchaseOrders(requestParameters?: VendorOrdersApiGetPurchaseOrdersRequest, options?:
|
|
403
|
+
getPurchaseOrders(requestParameters?: VendorOrdersApiGetPurchaseOrdersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPurchaseOrdersResponse, any>>;
|
|
404
404
|
/**
|
|
405
405
|
* Returns purchase order statuses based on the filters that you specify. Date range to search must not be more than 7 days. You can return a list of purchase order statuses using the available filters, or a single purchase order status by providing the purchase order number. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 10 | 10 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
|
|
406
406
|
* @param {VendorOrdersApiGetPurchaseOrdersStatusRequest} requestParameters Request parameters.
|
|
@@ -408,7 +408,7 @@ export declare class VendorOrdersApi extends BaseAPI {
|
|
|
408
408
|
* @throws {RequiredError}
|
|
409
409
|
* @memberof VendorOrdersApi
|
|
410
410
|
*/
|
|
411
|
-
getPurchaseOrdersStatus(requestParameters?: VendorOrdersApiGetPurchaseOrdersStatusRequest, options?:
|
|
411
|
+
getPurchaseOrdersStatus(requestParameters?: VendorOrdersApiGetPurchaseOrdersStatusRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPurchaseOrdersStatusResponse, any>>;
|
|
412
412
|
/**
|
|
413
413
|
* Submits acknowledgements for one or more purchase orders. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 10 | 10 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
|
|
414
414
|
* @param {VendorOrdersApiSubmitAcknowledgementRequest} requestParameters Request parameters.
|
|
@@ -416,5 +416,5 @@ export declare class VendorOrdersApi extends BaseAPI {
|
|
|
416
416
|
* @throws {RequiredError}
|
|
417
417
|
* @memberof VendorOrdersApi
|
|
418
418
|
*/
|
|
419
|
-
submitAcknowledgement(requestParameters: VendorOrdersApiSubmitAcknowledgementRequest, options?:
|
|
419
|
+
submitAcknowledgement(requestParameters: VendorOrdersApiSubmitAcknowledgementRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SubmitAcknowledgementResponse, any>>;
|
|
420
420
|
}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { Configuration } from "./configuration";
|
|
13
|
-
import { AxiosInstance } from 'axios';
|
|
13
|
+
import { AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
14
14
|
export declare const BASE_PATH: string;
|
|
15
15
|
/**
|
|
16
16
|
*
|
|
@@ -29,7 +29,7 @@ export declare const COLLECTION_FORMATS: {
|
|
|
29
29
|
*/
|
|
30
30
|
export interface RequestArgs {
|
|
31
31
|
url: string;
|
|
32
|
-
options:
|
|
32
|
+
options: AxiosRequestConfig;
|
|
33
33
|
}
|
|
34
34
|
/**
|
|
35
35
|
*
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import { Configuration } from "./configuration";
|
|
13
13
|
import { RequestArgs } from "./base";
|
|
14
|
-
import { AxiosInstance } from 'axios';
|
|
14
|
+
import { AxiosInstance, AxiosResponse } from 'axios';
|
|
15
15
|
/**
|
|
16
16
|
*
|
|
17
17
|
* @export
|
|
@@ -27,22 +27,22 @@ export declare const assertParamExists: (functionName: string, paramName: string
|
|
|
27
27
|
*
|
|
28
28
|
* @export
|
|
29
29
|
*/
|
|
30
|
-
export declare const setApiKeyToObject: (object: any, keyParamName: string, configuration?: Configuration
|
|
30
|
+
export declare const setApiKeyToObject: (object: any, keyParamName: string, configuration?: Configuration) => Promise<void>;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
33
|
* @export
|
|
34
34
|
*/
|
|
35
|
-
export declare const setBasicAuthToObject: (object: any, configuration?: Configuration
|
|
35
|
+
export declare const setBasicAuthToObject: (object: any, configuration?: Configuration) => void;
|
|
36
36
|
/**
|
|
37
37
|
*
|
|
38
38
|
* @export
|
|
39
39
|
*/
|
|
40
|
-
export declare const setBearerAuthToObject: (object: any, configuration?: Configuration
|
|
40
|
+
export declare const setBearerAuthToObject: (object: any, configuration?: Configuration) => Promise<void>;
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
43
|
* @export
|
|
44
44
|
*/
|
|
45
|
-
export declare const setOAuthToObject: (object: any, name: string, scopes: string[], configuration?: Configuration
|
|
45
|
+
export declare const setOAuthToObject: (object: any, name: string, scopes: string[], configuration?: Configuration) => Promise<void>;
|
|
46
46
|
/**
|
|
47
47
|
*
|
|
48
48
|
* @export
|
|
@@ -52,7 +52,7 @@ export declare const setSearchParams: (url: URL, ...objects: any[]) => void;
|
|
|
52
52
|
*
|
|
53
53
|
* @export
|
|
54
54
|
*/
|
|
55
|
-
export declare const serializeDataIfNeeded: (value: any, requestOptions: any, configuration?: Configuration
|
|
55
|
+
export declare const serializeDataIfNeeded: (value: any, requestOptions: any, configuration?: Configuration) => any;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @export
|
|
@@ -62,4 +62,4 @@ export declare const toPathString: (url: URL) => string;
|
|
|
62
62
|
*
|
|
63
63
|
* @export
|
|
64
64
|
*/
|
|
65
|
-
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration
|
|
65
|
+
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => <T = unknown, R = AxiosResponse<T, any>>(axios?: AxiosInstance, basePath?: string) => Promise<R>;
|
|
@@ -21,17 +21,17 @@ export interface AcknowledgementStatusDetails {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof AcknowledgementStatusDetails
|
|
23
23
|
*/
|
|
24
|
-
acknowledgementDate?: string;
|
|
24
|
+
'acknowledgementDate'?: string;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
* @type {ItemQuantity}
|
|
28
28
|
* @memberof AcknowledgementStatusDetails
|
|
29
29
|
*/
|
|
30
|
-
acceptedQuantity?: ItemQuantity;
|
|
30
|
+
'acceptedQuantity'?: ItemQuantity;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
33
|
* @type {ItemQuantity}
|
|
34
34
|
* @memberof AcknowledgementStatusDetails
|
|
35
35
|
*/
|
|
36
|
-
rejectedQuantity?: ItemQuantity;
|
|
36
|
+
'rejectedQuantity'?: ItemQuantity;
|
|
37
37
|
}
|
|
@@ -20,65 +20,65 @@ export interface Address {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof Address
|
|
22
22
|
*/
|
|
23
|
-
name: string;
|
|
23
|
+
'name': string;
|
|
24
24
|
/**
|
|
25
25
|
* First line of the address.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof Address
|
|
28
28
|
*/
|
|
29
|
-
addressLine1: string;
|
|
29
|
+
'addressLine1': string;
|
|
30
30
|
/**
|
|
31
31
|
* Additional address information, if required.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof Address
|
|
34
34
|
*/
|
|
35
|
-
addressLine2?: string;
|
|
35
|
+
'addressLine2'?: string;
|
|
36
36
|
/**
|
|
37
37
|
* Additional address information, if required.
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof Address
|
|
40
40
|
*/
|
|
41
|
-
addressLine3?: string;
|
|
41
|
+
'addressLine3'?: string;
|
|
42
42
|
/**
|
|
43
43
|
* The city where the person, business or institution is located.
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof Address
|
|
46
46
|
*/
|
|
47
|
-
city?: string;
|
|
47
|
+
'city'?: string;
|
|
48
48
|
/**
|
|
49
49
|
* The county where person, business or institution is located.
|
|
50
50
|
* @type {string}
|
|
51
51
|
* @memberof Address
|
|
52
52
|
*/
|
|
53
|
-
county?: string;
|
|
53
|
+
'county'?: string;
|
|
54
54
|
/**
|
|
55
55
|
* The district where person, business or institution is located.
|
|
56
56
|
* @type {string}
|
|
57
57
|
* @memberof Address
|
|
58
58
|
*/
|
|
59
|
-
district?: string;
|
|
59
|
+
'district'?: string;
|
|
60
60
|
/**
|
|
61
61
|
* The state or region where person, business or institution is located.
|
|
62
62
|
* @type {string}
|
|
63
63
|
* @memberof Address
|
|
64
64
|
*/
|
|
65
|
-
stateOrRegion?: string;
|
|
65
|
+
'stateOrRegion'?: string;
|
|
66
66
|
/**
|
|
67
67
|
* The postal code of that address. It conatins a series of letters or digits or both, sometimes including spaces or punctuation.
|
|
68
68
|
* @type {string}
|
|
69
69
|
* @memberof Address
|
|
70
70
|
*/
|
|
71
|
-
postalCode?: string;
|
|
71
|
+
'postalCode'?: string;
|
|
72
72
|
/**
|
|
73
73
|
* The two digit country code. In ISO 3166-1 alpha-2 format.
|
|
74
74
|
* @type {string}
|
|
75
75
|
* @memberof Address
|
|
76
76
|
*/
|
|
77
|
-
countryCode: string;
|
|
77
|
+
'countryCode': string;
|
|
78
78
|
/**
|
|
79
79
|
* The phone number of the person, business or institution located at that address.
|
|
80
80
|
* @type {string}
|
|
81
81
|
* @memberof Address
|
|
82
82
|
*/
|
|
83
|
-
phone?: string;
|
|
83
|
+
'phone'?: string;
|
|
84
84
|
}
|
|
@@ -21,11 +21,11 @@ export interface GetPurchaseOrderResponse {
|
|
|
21
21
|
* @type {Order}
|
|
22
22
|
* @memberof GetPurchaseOrderResponse
|
|
23
23
|
*/
|
|
24
|
-
payload?: Order;
|
|
24
|
+
'payload'?: Order;
|
|
25
25
|
/**
|
|
26
26
|
* A list of error responses returned when a request is unsuccessful.
|
|
27
27
|
* @type {Array<Error>}
|
|
28
28
|
* @memberof GetPurchaseOrderResponse
|
|
29
29
|
*/
|
|
30
|
-
errors?: Array<Error>;
|
|
30
|
+
'errors'?: Array<Error>;
|
|
31
31
|
}
|
|
@@ -21,11 +21,11 @@ export interface GetPurchaseOrdersResponse {
|
|
|
21
21
|
* @type {OrderList}
|
|
22
22
|
* @memberof GetPurchaseOrdersResponse
|
|
23
23
|
*/
|
|
24
|
-
payload?: OrderList;
|
|
24
|
+
'payload'?: OrderList;
|
|
25
25
|
/**
|
|
26
26
|
* A list of error responses returned when a request is unsuccessful.
|
|
27
27
|
* @type {Array<Error>}
|
|
28
28
|
* @memberof GetPurchaseOrdersResponse
|
|
29
29
|
*/
|
|
30
|
-
errors?: Array<Error>;
|
|
30
|
+
'errors'?: Array<Error>;
|
|
31
31
|
}
|
|
@@ -21,11 +21,11 @@ export interface GetPurchaseOrdersStatusResponse {
|
|
|
21
21
|
* @type {OrderListStatus}
|
|
22
22
|
* @memberof GetPurchaseOrdersStatusResponse
|
|
23
23
|
*/
|
|
24
|
-
payload?: OrderListStatus;
|
|
24
|
+
'payload'?: OrderListStatus;
|
|
25
25
|
/**
|
|
26
26
|
* A list of error responses returned when a request is unsuccessful.
|
|
27
27
|
* @type {Array<Error>}
|
|
28
28
|
* @memberof GetPurchaseOrdersStatusResponse
|
|
29
29
|
*/
|
|
30
|
-
errors?: Array<Error>;
|
|
30
|
+
'errors'?: Array<Error>;
|
|
31
31
|
}
|
|
@@ -20,58 +20,52 @@ export interface ImportDetails {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof ImportDetails
|
|
22
22
|
*/
|
|
23
|
-
methodOfPayment?: ImportDetailsMethodOfPaymentEnum;
|
|
23
|
+
'methodOfPayment'?: ImportDetailsMethodOfPaymentEnum;
|
|
24
24
|
/**
|
|
25
25
|
* Incoterms (International Commercial Terms) are used to divide transaction costs and responsibilities between buyer and seller and reflect state-of-the-art transportation practices. This is for import purchase orders only.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof ImportDetails
|
|
28
28
|
*/
|
|
29
|
-
internationalCommercialTerms?: ImportDetailsInternationalCommercialTermsEnum;
|
|
29
|
+
'internationalCommercialTerms'?: ImportDetailsInternationalCommercialTermsEnum;
|
|
30
30
|
/**
|
|
31
31
|
* The port where goods on an import purchase order must be delivered by the vendor. This should only be specified when the internationalCommercialTerms is FOB.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof ImportDetails
|
|
34
34
|
*/
|
|
35
|
-
portOfDelivery?: string;
|
|
35
|
+
'portOfDelivery'?: string;
|
|
36
36
|
/**
|
|
37
37
|
* Types and numbers of container(s) for import purchase orders. Can be a comma-separated list if the shipment has multiple containers. HC signifies a high-capacity container. Free-text field, limited to 64 characters. The format will be a comma-delimited list containing values of the type: $NUMBER_OF_CONTAINERS_OF_THIS_TYPE-$CONTAINER_TYPE. The list of values for the container type is: 40\'(40-foot container), 40\'HC (40-foot high-capacity container), 45\', 45\'HC, 30\', 30\'HC, 20\', 20\'HC.
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof ImportDetails
|
|
40
40
|
*/
|
|
41
|
-
importContainers?: string;
|
|
41
|
+
'importContainers'?: string;
|
|
42
42
|
/**
|
|
43
43
|
* Special instructions regarding the shipment. This field is for import purchase orders.
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof ImportDetails
|
|
46
46
|
*/
|
|
47
|
-
shippingInstructions?: string;
|
|
48
|
-
}
|
|
49
|
-
/**
|
|
50
|
-
* @export
|
|
51
|
-
* @enum {string}
|
|
52
|
-
*/
|
|
53
|
-
export declare enum ImportDetailsMethodOfPaymentEnum {
|
|
54
|
-
PaidByBuyer = "PaidByBuyer",
|
|
55
|
-
CollectOnDelivery = "CollectOnDelivery",
|
|
56
|
-
DefinedByBuyerAndSeller = "DefinedByBuyerAndSeller",
|
|
57
|
-
FobPortOfCall = "FOBPortOfCall",
|
|
58
|
-
PrepaidBySeller = "PrepaidBySeller",
|
|
59
|
-
PaidBySeller = "PaidBySeller"
|
|
60
|
-
}
|
|
61
|
-
/**
|
|
62
|
-
* @export
|
|
63
|
-
* @enum {string}
|
|
64
|
-
*/
|
|
65
|
-
export declare enum ImportDetailsInternationalCommercialTermsEnum {
|
|
66
|
-
ExWorks = "ExWorks",
|
|
67
|
-
FreeCarrier = "FreeCarrier",
|
|
68
|
-
FreeOnBoard = "FreeOnBoard",
|
|
69
|
-
FreeAlongSideShip = "FreeAlongSideShip",
|
|
70
|
-
CarriagePaidTo = "CarriagePaidTo",
|
|
71
|
-
CostAndFreight = "CostAndFreight",
|
|
72
|
-
CarriageAndInsurancePaidTo = "CarriageAndInsurancePaidTo",
|
|
73
|
-
CostInsuranceAndFreight = "CostInsuranceAndFreight",
|
|
74
|
-
DeliveredAtTerminal = "DeliveredAtTerminal",
|
|
75
|
-
DeliveredAtPlace = "DeliveredAtPlace",
|
|
76
|
-
DeliverDutyPaid = "DeliverDutyPaid"
|
|
47
|
+
'shippingInstructions'?: string;
|
|
77
48
|
}
|
|
49
|
+
export declare const ImportDetailsMethodOfPaymentEnum: {
|
|
50
|
+
readonly PaidByBuyer: "PaidByBuyer";
|
|
51
|
+
readonly CollectOnDelivery: "CollectOnDelivery";
|
|
52
|
+
readonly DefinedByBuyerAndSeller: "DefinedByBuyerAndSeller";
|
|
53
|
+
readonly FobPortOfCall: "FOBPortOfCall";
|
|
54
|
+
readonly PrepaidBySeller: "PrepaidBySeller";
|
|
55
|
+
readonly PaidBySeller: "PaidBySeller";
|
|
56
|
+
};
|
|
57
|
+
export declare type ImportDetailsMethodOfPaymentEnum = typeof ImportDetailsMethodOfPaymentEnum[keyof typeof ImportDetailsMethodOfPaymentEnum];
|
|
58
|
+
export declare const ImportDetailsInternationalCommercialTermsEnum: {
|
|
59
|
+
readonly ExWorks: "ExWorks";
|
|
60
|
+
readonly FreeCarrier: "FreeCarrier";
|
|
61
|
+
readonly FreeOnBoard: "FreeOnBoard";
|
|
62
|
+
readonly FreeAlongSideShip: "FreeAlongSideShip";
|
|
63
|
+
readonly CarriagePaidTo: "CarriagePaidTo";
|
|
64
|
+
readonly CostAndFreight: "CostAndFreight";
|
|
65
|
+
readonly CarriageAndInsurancePaidTo: "CarriageAndInsurancePaidTo";
|
|
66
|
+
readonly CostInsuranceAndFreight: "CostInsuranceAndFreight";
|
|
67
|
+
readonly DeliveredAtTerminal: "DeliveredAtTerminal";
|
|
68
|
+
readonly DeliveredAtPlace: "DeliveredAtPlace";
|
|
69
|
+
readonly DeliverDutyPaid: "DeliverDutyPaid";
|
|
70
|
+
};
|
|
71
|
+
export declare type ImportDetailsInternationalCommercialTermsEnum = typeof ImportDetailsInternationalCommercialTermsEnum[keyof typeof ImportDetailsInternationalCommercialTermsEnum];
|
|
@@ -20,25 +20,22 @@ export interface ItemQuantity {
|
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof ItemQuantity
|
|
22
22
|
*/
|
|
23
|
-
amount?: number;
|
|
23
|
+
'amount'?: number;
|
|
24
24
|
/**
|
|
25
25
|
* Unit of measure for the acknowledged quantity.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof ItemQuantity
|
|
28
28
|
*/
|
|
29
|
-
unitOfMeasure?: ItemQuantityUnitOfMeasureEnum;
|
|
29
|
+
'unitOfMeasure'?: ItemQuantityUnitOfMeasureEnum;
|
|
30
30
|
/**
|
|
31
31
|
* The case size, in the event that we ordered using cases.
|
|
32
32
|
* @type {number}
|
|
33
33
|
* @memberof ItemQuantity
|
|
34
34
|
*/
|
|
35
|
-
unitSize?: number;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* @export
|
|
39
|
-
* @enum {string}
|
|
40
|
-
*/
|
|
41
|
-
export declare enum ItemQuantityUnitOfMeasureEnum {
|
|
42
|
-
Cases = "Cases",
|
|
43
|
-
Eaches = "Eaches"
|
|
35
|
+
'unitSize'?: number;
|
|
44
36
|
}
|
|
37
|
+
export declare const ItemQuantityUnitOfMeasureEnum: {
|
|
38
|
+
readonly Cases: "Cases";
|
|
39
|
+
readonly Eaches: "Eaches";
|
|
40
|
+
};
|
|
41
|
+
export declare type ItemQuantityUnitOfMeasureEnum = typeof ItemQuantityUnitOfMeasureEnum[keyof typeof ItemQuantityUnitOfMeasureEnum];
|
|
@@ -20,17 +20,17 @@ export interface ModelError {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof ModelError
|
|
22
22
|
*/
|
|
23
|
-
code: string;
|
|
23
|
+
'code': string;
|
|
24
24
|
/**
|
|
25
25
|
* A message that describes the error condition.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof ModelError
|
|
28
28
|
*/
|
|
29
|
-
message: string;
|
|
29
|
+
'message': string;
|
|
30
30
|
/**
|
|
31
31
|
* Additional details that can help the caller understand or fix the issue.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof ModelError
|
|
34
34
|
*/
|
|
35
|
-
details?: string;
|
|
35
|
+
'details'?: string;
|
|
36
36
|
}
|
|
@@ -20,11 +20,11 @@ export interface Money {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof Money
|
|
22
22
|
*/
|
|
23
|
-
currencyCode?: string;
|
|
23
|
+
'currencyCode'?: string;
|
|
24
24
|
/**
|
|
25
25
|
* A decimal number with no loss of precision. Useful when precision loss is unacceptable, as with currencies. Follows RFC7159 for number representation. <br>**Pattern** : `^-?(0|([1-9]\\d*))(\\.\\d+)?([eE][+-]?\\d+)?$`.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof Money
|
|
28
28
|
*/
|
|
29
|
-
amount?: string;
|
|
29
|
+
'amount'?: string;
|
|
30
30
|
}
|
|
@@ -23,47 +23,47 @@ export interface OrderAcknowledgementItem {
|
|
|
23
23
|
* @type {string}
|
|
24
24
|
* @memberof OrderAcknowledgementItem
|
|
25
25
|
*/
|
|
26
|
-
itemSequenceNumber?: string;
|
|
26
|
+
'itemSequenceNumber'?: string;
|
|
27
27
|
/**
|
|
28
28
|
* Amazon Standard Identification Number (ASIN) of an item.
|
|
29
29
|
* @type {string}
|
|
30
30
|
* @memberof OrderAcknowledgementItem
|
|
31
31
|
*/
|
|
32
|
-
amazonProductIdentifier?: string;
|
|
32
|
+
'amazonProductIdentifier'?: string;
|
|
33
33
|
/**
|
|
34
34
|
* The vendor selected product identification of the item. Should be the same as was sent in the purchase order.
|
|
35
35
|
* @type {string}
|
|
36
36
|
* @memberof OrderAcknowledgementItem
|
|
37
37
|
*/
|
|
38
|
-
vendorProductIdentifier?: string;
|
|
38
|
+
'vendorProductIdentifier'?: string;
|
|
39
39
|
/**
|
|
40
40
|
*
|
|
41
41
|
* @type {ItemQuantity}
|
|
42
42
|
* @memberof OrderAcknowledgementItem
|
|
43
43
|
*/
|
|
44
|
-
orderedQuantity: ItemQuantity;
|
|
44
|
+
'orderedQuantity': ItemQuantity;
|
|
45
45
|
/**
|
|
46
46
|
*
|
|
47
47
|
* @type {Money}
|
|
48
48
|
* @memberof OrderAcknowledgementItem
|
|
49
49
|
*/
|
|
50
|
-
netCost?: Money;
|
|
50
|
+
'netCost'?: Money;
|
|
51
51
|
/**
|
|
52
52
|
*
|
|
53
53
|
* @type {Money}
|
|
54
54
|
* @memberof OrderAcknowledgementItem
|
|
55
55
|
*/
|
|
56
|
-
listPrice?: Money;
|
|
56
|
+
'listPrice'?: Money;
|
|
57
57
|
/**
|
|
58
58
|
* The discount multiplier that should be applied to the price if a vendor sells books with a list price. This is a multiplier factor to arrive at a final discounted price. A multiplier of .90 would be the factor if a 10% discount is given.
|
|
59
59
|
* @type {string}
|
|
60
60
|
* @memberof OrderAcknowledgementItem
|
|
61
61
|
*/
|
|
62
|
-
discountMultiplier?: string;
|
|
62
|
+
'discountMultiplier'?: string;
|
|
63
63
|
/**
|
|
64
64
|
* This is used to indicate acknowledged quantity.
|
|
65
65
|
* @type {Array<OrderItemAcknowledgement>}
|
|
66
66
|
* @memberof OrderAcknowledgementItem
|
|
67
67
|
*/
|
|
68
|
-
itemAcknowledgements: Array<OrderItemAcknowledgement>;
|
|
68
|
+
'itemAcknowledgements': Array<OrderItemAcknowledgement>;
|
|
69
69
|
}
|
|
@@ -22,23 +22,23 @@ export interface OrderAcknowledgement {
|
|
|
22
22
|
* @type {string}
|
|
23
23
|
* @memberof OrderAcknowledgement
|
|
24
24
|
*/
|
|
25
|
-
purchaseOrderNumber: string;
|
|
25
|
+
'purchaseOrderNumber': string;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
28
|
* @type {PartyIdentification}
|
|
29
29
|
* @memberof OrderAcknowledgement
|
|
30
30
|
*/
|
|
31
|
-
sellingParty: PartyIdentification;
|
|
31
|
+
'sellingParty': PartyIdentification;
|
|
32
32
|
/**
|
|
33
33
|
* The date and time when the purchase order is acknowledged, in ISO-8601 date/time format.
|
|
34
34
|
* @type {string}
|
|
35
35
|
* @memberof OrderAcknowledgement
|
|
36
36
|
*/
|
|
37
|
-
acknowledgementDate: string;
|
|
37
|
+
'acknowledgementDate': string;
|
|
38
38
|
/**
|
|
39
39
|
* A list of the items being acknowledged with associated details.
|
|
40
40
|
* @type {Array<OrderAcknowledgementItem>}
|
|
41
41
|
* @memberof OrderAcknowledgement
|
|
42
42
|
*/
|
|
43
|
-
items: Array<OrderAcknowledgementItem>;
|
|
43
|
+
'items': Array<OrderAcknowledgementItem>;
|
|
44
44
|
}
|