@sp-api-sdk/vendor-direct-fulfillment-orders-api-v1 2.0.3 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cjs/src/api-model/api/update-inventory-api.js +126 -0
- package/dist/cjs/src/api-model/api.js +3 -3
- package/dist/cjs/src/api-model/base.js +2 -2
- package/dist/cjs/src/api-model/common.js +2 -2
- package/dist/cjs/src/api-model/configuration.js +2 -2
- package/dist/cjs/src/api-model/index.js +2 -2
- package/dist/cjs/src/api-model/models/index.js +5 -23
- package/dist/cjs/src/api-model/models/{get-orders-response.js → inventory-update.js} +2 -2
- package/dist/cjs/src/api-model/models/{acknowledgement-status.js → item-details.js} +2 -2
- package/dist/cjs/src/api-model/models/item-quantity.js +2 -6
- package/dist/cjs/src/api-model/models/model-error.js +2 -2
- package/dist/cjs/src/api-model/models/party-identification.js +2 -2
- package/dist/cjs/src/api-model/models/{address.js → submit-inventory-update-request.js} +2 -2
- package/dist/cjs/src/api-model/models/{get-order-response.js → submit-inventory-update-response.js} +2 -2
- package/dist/cjs/src/api-model/models/transaction-reference.js +15 -0
- package/dist/cjs/src/client.js +2 -16
- package/dist/es/src/api-model/api/update-inventory-api.js +116 -0
- package/dist/es/src/api-model/api.js +3 -3
- package/dist/es/src/api-model/base.js +2 -2
- package/dist/es/src/api-model/common.js +2 -2
- package/dist/es/src/api-model/configuration.js +2 -2
- package/dist/es/src/api-model/index.js +2 -2
- package/dist/es/src/api-model/models/index.js +5 -23
- package/dist/es/src/api-model/models/{acknowledgement-status.js → inventory-update.js} +2 -2
- package/dist/es/src/api-model/models/{address.js → item-details.js} +2 -2
- package/dist/es/src/api-model/models/item-quantity.js +3 -5
- package/dist/es/src/api-model/models/model-error.js +2 -2
- package/dist/es/src/api-model/models/party-identification.js +2 -2
- package/dist/es/src/api-model/models/{get-order-response.js → submit-inventory-update-request.js} +2 -2
- package/dist/es/src/api-model/models/{get-orders-response.js → submit-inventory-update-response.js} +2 -2
- package/dist/es/src/api-model/models/transaction-reference.js +14 -0
- package/dist/es/src/client.js +3 -17
- package/dist/types/src/api-model/api/update-inventory-api.d.ts +93 -0
- package/dist/types/src/api-model/api.d.ts +3 -3
- package/dist/types/src/api-model/base.d.ts +2 -2
- package/dist/types/src/api-model/common.d.ts +2 -2
- package/dist/types/src/api-model/configuration.d.ts +2 -2
- package/dist/types/src/api-model/index.d.ts +2 -2
- package/dist/types/src/api-model/models/index.d.ts +5 -23
- package/dist/types/src/api-model/models/inventory-update.d.ts +38 -0
- package/dist/types/src/api-model/models/item-details.d.ts +43 -0
- package/dist/types/src/api-model/models/item-quantity.d.ts +6 -10
- package/dist/types/src/api-model/models/model-error.d.ts +2 -2
- package/dist/types/src/api-model/models/party-identification.d.ts +3 -17
- package/dist/types/src/api-model/models/submit-inventory-update-request.d.ts +25 -0
- package/dist/types/src/api-model/models/submit-inventory-update-response.d.ts +31 -0
- package/dist/types/src/api-model/models/transaction-reference.d.ts +24 -0
- package/dist/types/src/client.d.ts +2 -2
- package/package.json +4 -4
- package/dist/cjs/src/api-model/api/vendor-orders-api.js +0 -278
- package/dist/cjs/src/api-model/models/gift-details.js +0 -15
- package/dist/cjs/src/api-model/models/money.js +0 -15
- package/dist/cjs/src/api-model/models/order-acknowledgement-item.js +0 -15
- package/dist/cjs/src/api-model/models/order-details-tax-total.js +0 -15
- package/dist/cjs/src/api-model/models/order-details.js +0 -22
- package/dist/cjs/src/api-model/models/order-item-acknowledgement.js +0 -15
- package/dist/cjs/src/api-model/models/order-item-tax-details.js +0 -15
- package/dist/cjs/src/api-model/models/order-item.js +0 -15
- package/dist/cjs/src/api-model/models/order-list.js +0 -15
- package/dist/cjs/src/api-model/models/order.js +0 -15
- package/dist/cjs/src/api-model/models/pagination.js +0 -15
- package/dist/cjs/src/api-model/models/scheduled-delivery-shipment.js +0 -15
- package/dist/cjs/src/api-model/models/shipment-dates.js +0 -15
- package/dist/cjs/src/api-model/models/shipment-details.js +0 -15
- package/dist/cjs/src/api-model/models/submit-acknowledgement-request.js +0 -15
- package/dist/cjs/src/api-model/models/submit-acknowledgement-response.js +0 -15
- package/dist/cjs/src/api-model/models/tax-details.js +0 -25
- package/dist/cjs/src/api-model/models/tax-registration-details.js +0 -20
- package/dist/cjs/src/api-model/models/transaction-id.js +0 -15
- package/dist/es/src/api-model/api/vendor-orders-api.js +0 -268
- package/dist/es/src/api-model/models/gift-details.js +0 -14
- package/dist/es/src/api-model/models/money.js +0 -14
- package/dist/es/src/api-model/models/order-acknowledgement-item.js +0 -14
- package/dist/es/src/api-model/models/order-details-tax-total.js +0 -14
- package/dist/es/src/api-model/models/order-details.js +0 -19
- package/dist/es/src/api-model/models/order-item-acknowledgement.js +0 -14
- package/dist/es/src/api-model/models/order-item-tax-details.js +0 -14
- package/dist/es/src/api-model/models/order-item.js +0 -14
- package/dist/es/src/api-model/models/order-list.js +0 -14
- package/dist/es/src/api-model/models/order.js +0 -14
- package/dist/es/src/api-model/models/pagination.js +0 -14
- package/dist/es/src/api-model/models/scheduled-delivery-shipment.js +0 -14
- package/dist/es/src/api-model/models/shipment-dates.js +0 -14
- package/dist/es/src/api-model/models/shipment-details.js +0 -14
- package/dist/es/src/api-model/models/submit-acknowledgement-request.js +0 -14
- package/dist/es/src/api-model/models/submit-acknowledgement-response.js +0 -14
- package/dist/es/src/api-model/models/tax-details.js +0 -22
- package/dist/es/src/api-model/models/tax-registration-details.js +0 -17
- package/dist/es/src/api-model/models/transaction-id.js +0 -14
- package/dist/types/src/api-model/api/vendor-orders-api.d.ts +0 -226
- package/dist/types/src/api-model/models/acknowledgement-status.d.ts +0 -30
- package/dist/types/src/api-model/models/address.d.ts +0 -90
- package/dist/types/src/api-model/models/get-order-response.d.ts +0 -31
- package/dist/types/src/api-model/models/get-orders-response.d.ts +0 -31
- package/dist/types/src/api-model/models/gift-details.d.ts +0 -30
- package/dist/types/src/api-model/models/money.d.ts +0 -30
- package/dist/types/src/api-model/models/order-acknowledgement-item.d.ts +0 -63
- package/dist/types/src/api-model/models/order-details-tax-total.d.ts +0 -25
- package/dist/types/src/api-model/models/order-details.d.ts +0 -90
- package/dist/types/src/api-model/models/order-item-acknowledgement.d.ts +0 -43
- package/dist/types/src/api-model/models/order-item-tax-details.d.ts +0 -25
- package/dist/types/src/api-model/models/order-item.d.ts +0 -83
- package/dist/types/src/api-model/models/order-list.d.ts +0 -32
- package/dist/types/src/api-model/models/order.d.ts +0 -31
- package/dist/types/src/api-model/models/pagination.d.ts +0 -24
- package/dist/types/src/api-model/models/scheduled-delivery-shipment.d.ts +0 -36
- package/dist/types/src/api-model/models/shipment-dates.d.ts +0 -30
- package/dist/types/src/api-model/models/shipment-details.d.ts +0 -61
- package/dist/types/src/api-model/models/submit-acknowledgement-request.d.ts +0 -25
- package/dist/types/src/api-model/models/submit-acknowledgement-response.d.ts +0 -31
- package/dist/types/src/api-model/models/tax-details.d.ts +0 -53
- package/dist/types/src/api-model/models/tax-registration-details.d.ts +0 -48
- package/dist/types/src/api-model/models/transaction-id.d.ts +0 -24
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Direct Fulfillment Orders
|
|
3
|
-
* The Selling Partner API for Direct Fulfillment Orders provides programmatic access to a direct fulfillment vendor\'s order data.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
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 { ItemQuantity } from './item-quantity';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface OrderItemAcknowledgement
|
|
17
|
-
*/
|
|
18
|
-
export interface OrderItemAcknowledgement {
|
|
19
|
-
/**
|
|
20
|
-
* Line item sequence number for the item.
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof OrderItemAcknowledgement
|
|
23
|
-
*/
|
|
24
|
-
'itemSequenceNumber': string;
|
|
25
|
-
/**
|
|
26
|
-
* Buyer\'s standard identification number (ASIN) of an item.
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof OrderItemAcknowledgement
|
|
29
|
-
*/
|
|
30
|
-
'buyerProductIdentifier'?: string;
|
|
31
|
-
/**
|
|
32
|
-
* The vendor selected product identification of the item. Should be the same as was provided in the purchase order.
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof OrderItemAcknowledgement
|
|
35
|
-
*/
|
|
36
|
-
'vendorProductIdentifier'?: string;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {ItemQuantity}
|
|
40
|
-
* @memberof OrderItemAcknowledgement
|
|
41
|
-
*/
|
|
42
|
-
'acknowledgedQuantity': ItemQuantity;
|
|
43
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Direct Fulfillment Orders
|
|
3
|
-
* The Selling Partner API for Direct Fulfillment Orders provides programmatic access to a direct fulfillment vendor\'s order data.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
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 { TaxDetails } from './tax-details';
|
|
13
|
-
/**
|
|
14
|
-
* Total tax details for the line item.
|
|
15
|
-
* @export
|
|
16
|
-
* @interface OrderItemTaxDetails
|
|
17
|
-
*/
|
|
18
|
-
export interface OrderItemTaxDetails {
|
|
19
|
-
/**
|
|
20
|
-
* A list of tax line items.
|
|
21
|
-
* @type {Array<TaxDetails>}
|
|
22
|
-
* @memberof OrderItemTaxDetails
|
|
23
|
-
*/
|
|
24
|
-
'taxLineItem'?: Array<TaxDetails>;
|
|
25
|
-
}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Direct Fulfillment Orders
|
|
3
|
-
* The Selling Partner API for Direct Fulfillment Orders provides programmatic access to a direct fulfillment vendor\'s order data.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
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 { GiftDetails } from './gift-details';
|
|
13
|
-
import { ItemQuantity } from './item-quantity';
|
|
14
|
-
import { Money } from './money';
|
|
15
|
-
import { OrderItemTaxDetails } from './order-item-tax-details';
|
|
16
|
-
import { ScheduledDeliveryShipment } from './scheduled-delivery-shipment';
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface OrderItem
|
|
21
|
-
*/
|
|
22
|
-
export interface OrderItem {
|
|
23
|
-
/**
|
|
24
|
-
* Numbering of the item on the purchase order. The first item will be 1, the second 2, and so on.
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof OrderItem
|
|
27
|
-
*/
|
|
28
|
-
'itemSequenceNumber': string;
|
|
29
|
-
/**
|
|
30
|
-
* Buyer\'s standard identification number (ASIN) of an item.
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof OrderItem
|
|
33
|
-
*/
|
|
34
|
-
'buyerProductIdentifier'?: string;
|
|
35
|
-
/**
|
|
36
|
-
* The vendor selected product identification of the item.
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof OrderItem
|
|
39
|
-
*/
|
|
40
|
-
'vendorProductIdentifier'?: string;
|
|
41
|
-
/**
|
|
42
|
-
* Title for the item.
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof OrderItem
|
|
45
|
-
*/
|
|
46
|
-
'title'?: string;
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {ItemQuantity}
|
|
50
|
-
* @memberof OrderItem
|
|
51
|
-
*/
|
|
52
|
-
'orderedQuantity': ItemQuantity;
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
* @type {ScheduledDeliveryShipment}
|
|
56
|
-
* @memberof OrderItem
|
|
57
|
-
*/
|
|
58
|
-
'scheduledDeliveryShipment'?: ScheduledDeliveryShipment;
|
|
59
|
-
/**
|
|
60
|
-
*
|
|
61
|
-
* @type {GiftDetails}
|
|
62
|
-
* @memberof OrderItem
|
|
63
|
-
*/
|
|
64
|
-
'giftDetails'?: GiftDetails;
|
|
65
|
-
/**
|
|
66
|
-
*
|
|
67
|
-
* @type {Money}
|
|
68
|
-
* @memberof OrderItem
|
|
69
|
-
*/
|
|
70
|
-
'netPrice': Money;
|
|
71
|
-
/**
|
|
72
|
-
*
|
|
73
|
-
* @type {OrderItemTaxDetails}
|
|
74
|
-
* @memberof OrderItem
|
|
75
|
-
*/
|
|
76
|
-
'taxDetails'?: OrderItemTaxDetails;
|
|
77
|
-
/**
|
|
78
|
-
*
|
|
79
|
-
* @type {Money}
|
|
80
|
-
* @memberof OrderItem
|
|
81
|
-
*/
|
|
82
|
-
'totalPrice'?: Money;
|
|
83
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Direct Fulfillment Orders
|
|
3
|
-
* The Selling Partner API for Direct Fulfillment Orders provides programmatic access to a direct fulfillment vendor\'s order data.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
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 { Order } from './order';
|
|
13
|
-
import { Pagination } from './pagination';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface OrderList
|
|
18
|
-
*/
|
|
19
|
-
export interface OrderList {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {Pagination}
|
|
23
|
-
* @memberof OrderList
|
|
24
|
-
*/
|
|
25
|
-
'pagination'?: Pagination;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {Array<Order>}
|
|
29
|
-
* @memberof OrderList
|
|
30
|
-
*/
|
|
31
|
-
'orders'?: Array<Order>;
|
|
32
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Direct Fulfillment Orders
|
|
3
|
-
* The Selling Partner API for Direct Fulfillment Orders provides programmatic access to a direct fulfillment vendor\'s order data.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
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 { OrderDetails } from './order-details';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface Order
|
|
17
|
-
*/
|
|
18
|
-
export interface Order {
|
|
19
|
-
/**
|
|
20
|
-
* The purchase order number for this order. Formatting Notes: alpha-numeric code.
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof Order
|
|
23
|
-
*/
|
|
24
|
-
'purchaseOrderNumber': string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {OrderDetails}
|
|
28
|
-
* @memberof Order
|
|
29
|
-
*/
|
|
30
|
-
'orderDetails'?: OrderDetails;
|
|
31
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Direct Fulfillment Orders
|
|
3
|
-
* The Selling Partner API for Direct Fulfillment Orders provides programmatic access to a direct fulfillment vendor\'s order data.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
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
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface Pagination
|
|
16
|
-
*/
|
|
17
|
-
export interface Pagination {
|
|
18
|
-
/**
|
|
19
|
-
* A generated string used to pass information to your next request. If NextToken is returned, pass the value of NextToken to the next request. If NextToken is not returned, there are no more order items to return.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof Pagination
|
|
22
|
-
*/
|
|
23
|
-
'nextToken'?: string;
|
|
24
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Direct Fulfillment Orders
|
|
3
|
-
* The Selling Partner API for Direct Fulfillment Orders provides programmatic access to a direct fulfillment vendor\'s order data.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
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
|
-
* Dates for the scheduled delivery shipments.
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ScheduledDeliveryShipment
|
|
16
|
-
*/
|
|
17
|
-
export interface ScheduledDeliveryShipment {
|
|
18
|
-
/**
|
|
19
|
-
* Scheduled delivery service type.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ScheduledDeliveryShipment
|
|
22
|
-
*/
|
|
23
|
-
'scheduledDeliveryServiceType'?: string;
|
|
24
|
-
/**
|
|
25
|
-
* Earliest nominated delivery date for the scheduled delivery.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ScheduledDeliveryShipment
|
|
28
|
-
*/
|
|
29
|
-
'earliestNominatedDeliveryDate'?: string;
|
|
30
|
-
/**
|
|
31
|
-
* Latest nominated delivery date for the scheduled delivery.
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof ScheduledDeliveryShipment
|
|
34
|
-
*/
|
|
35
|
-
'latestNominatedDeliveryDate'?: string;
|
|
36
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Direct Fulfillment Orders
|
|
3
|
-
* The Selling Partner API for Direct Fulfillment Orders provides programmatic access to a direct fulfillment vendor\'s order data.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
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
|
-
* Shipment dates.
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ShipmentDates
|
|
16
|
-
*/
|
|
17
|
-
export interface ShipmentDates {
|
|
18
|
-
/**
|
|
19
|
-
* Time by which the vendor is required to ship the order.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ShipmentDates
|
|
22
|
-
*/
|
|
23
|
-
'requiredShipDate': string;
|
|
24
|
-
/**
|
|
25
|
-
* Delivery date promised to the Amazon customer.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ShipmentDates
|
|
28
|
-
*/
|
|
29
|
-
'promisedDeliveryDate'?: string;
|
|
30
|
-
}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Direct Fulfillment Orders
|
|
3
|
-
* The Selling Partner API for Direct Fulfillment Orders provides programmatic access to a direct fulfillment vendor\'s order data.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
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 { ShipmentDates } from './shipment-dates';
|
|
13
|
-
/**
|
|
14
|
-
* Shipment details required for the shipment.
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ShipmentDetails
|
|
17
|
-
*/
|
|
18
|
-
export interface ShipmentDetails {
|
|
19
|
-
/**
|
|
20
|
-
* When true, this is a priority shipment.
|
|
21
|
-
* @type {boolean}
|
|
22
|
-
* @memberof ShipmentDetails
|
|
23
|
-
*/
|
|
24
|
-
'isPriorityShipment': boolean;
|
|
25
|
-
/**
|
|
26
|
-
* When true, this order is part of a scheduled delivery program.
|
|
27
|
-
* @type {boolean}
|
|
28
|
-
* @memberof ShipmentDetails
|
|
29
|
-
*/
|
|
30
|
-
'isScheduledDeliveryShipment'?: boolean;
|
|
31
|
-
/**
|
|
32
|
-
* When true, a packing slip is required to be sent to the customer.
|
|
33
|
-
* @type {boolean}
|
|
34
|
-
* @memberof ShipmentDetails
|
|
35
|
-
*/
|
|
36
|
-
'isPslipRequired': boolean;
|
|
37
|
-
/**
|
|
38
|
-
* When true, the order contain a gift. Include the gift message and gift wrap information.
|
|
39
|
-
* @type {boolean}
|
|
40
|
-
* @memberof ShipmentDetails
|
|
41
|
-
*/
|
|
42
|
-
'isGift'?: boolean;
|
|
43
|
-
/**
|
|
44
|
-
* Ship method to be used for shipping the order. Amazon defines ship method codes indicating the shipping carrier and shipment service level. To see the full list of ship methods in use, including both the code and the friendly name, search the \'Help\' section on Vendor Central for \'ship methods\'.
|
|
45
|
-
* @type {string}
|
|
46
|
-
* @memberof ShipmentDetails
|
|
47
|
-
*/
|
|
48
|
-
'shipMethod': string;
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @type {ShipmentDates}
|
|
52
|
-
* @memberof ShipmentDetails
|
|
53
|
-
*/
|
|
54
|
-
'shipmentDates': ShipmentDates;
|
|
55
|
-
/**
|
|
56
|
-
* Message to customer for order status.
|
|
57
|
-
* @type {string}
|
|
58
|
-
* @memberof ShipmentDetails
|
|
59
|
-
*/
|
|
60
|
-
'messageToCustomer': string;
|
|
61
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Direct Fulfillment Orders
|
|
3
|
-
* The Selling Partner API for Direct Fulfillment Orders provides programmatic access to a direct fulfillment vendor\'s order data.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
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 { OrderAcknowledgementItem } from './order-acknowledgement-item';
|
|
13
|
-
/**
|
|
14
|
-
* The request schema for the submitAcknowledgement operation.
|
|
15
|
-
* @export
|
|
16
|
-
* @interface SubmitAcknowledgementRequest
|
|
17
|
-
*/
|
|
18
|
-
export interface SubmitAcknowledgementRequest {
|
|
19
|
-
/**
|
|
20
|
-
* A list of one or more purchase orders.
|
|
21
|
-
* @type {Array<OrderAcknowledgementItem>}
|
|
22
|
-
* @memberof SubmitAcknowledgementRequest
|
|
23
|
-
*/
|
|
24
|
-
'orderAcknowledgements'?: Array<OrderAcknowledgementItem>;
|
|
25
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Direct Fulfillment Orders
|
|
3
|
-
* The Selling Partner API for Direct Fulfillment Orders provides programmatic access to a direct fulfillment vendor\'s order data.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
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 { TransactionId } from './transaction-id';
|
|
13
|
-
/**
|
|
14
|
-
* The response schema for the submitAcknowledgement operation.
|
|
15
|
-
* @export
|
|
16
|
-
* @interface SubmitAcknowledgementResponse
|
|
17
|
-
*/
|
|
18
|
-
export interface SubmitAcknowledgementResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {TransactionId}
|
|
22
|
-
* @memberof SubmitAcknowledgementResponse
|
|
23
|
-
*/
|
|
24
|
-
'payload'?: TransactionId;
|
|
25
|
-
/**
|
|
26
|
-
* A list of error responses returned when a request is unsuccessful.
|
|
27
|
-
* @type {Array<Error>}
|
|
28
|
-
* @memberof SubmitAcknowledgementResponse
|
|
29
|
-
*/
|
|
30
|
-
'errors'?: Array<Error>;
|
|
31
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Direct Fulfillment Orders
|
|
3
|
-
* The Selling Partner API for Direct Fulfillment Orders provides programmatic access to a direct fulfillment vendor\'s order data.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
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 { Money } from './money';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface TaxDetails
|
|
17
|
-
*/
|
|
18
|
-
export interface TaxDetails {
|
|
19
|
-
/**
|
|
20
|
-
* A decimal number with no loss of precision. Useful when precision loss is unacceptable, as with currencies. Follows RFC7159 for number representation.
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof TaxDetails
|
|
23
|
-
*/
|
|
24
|
-
'taxRate'?: string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {Money}
|
|
28
|
-
* @memberof TaxDetails
|
|
29
|
-
*/
|
|
30
|
-
'taxAmount': Money;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {Money}
|
|
34
|
-
* @memberof TaxDetails
|
|
35
|
-
*/
|
|
36
|
-
'taxableAmount'?: Money;
|
|
37
|
-
/**
|
|
38
|
-
* Tax type.
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof TaxDetails
|
|
41
|
-
*/
|
|
42
|
-
'type'?: TaxDetailsTypeEnum;
|
|
43
|
-
}
|
|
44
|
-
export declare const TaxDetailsTypeEnum: {
|
|
45
|
-
readonly Consumption: "CONSUMPTION";
|
|
46
|
-
readonly Gst: "GST";
|
|
47
|
-
readonly MwSt: "MwSt.";
|
|
48
|
-
readonly Pst: "PST";
|
|
49
|
-
readonly Total: "TOTAL";
|
|
50
|
-
readonly Tva: "TVA";
|
|
51
|
-
readonly Vat: "VAT";
|
|
52
|
-
};
|
|
53
|
-
export type TaxDetailsTypeEnum = typeof TaxDetailsTypeEnum[keyof typeof TaxDetailsTypeEnum];
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Direct Fulfillment Orders
|
|
3
|
-
* The Selling Partner API for Direct Fulfillment Orders provides programmatic access to a direct fulfillment vendor\'s order data.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
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 { Address } from './address';
|
|
13
|
-
/**
|
|
14
|
-
* Tax registration details of the entity.
|
|
15
|
-
* @export
|
|
16
|
-
* @interface TaxRegistrationDetails
|
|
17
|
-
*/
|
|
18
|
-
export interface TaxRegistrationDetails {
|
|
19
|
-
/**
|
|
20
|
-
* Tax registration type for the entity.
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof TaxRegistrationDetails
|
|
23
|
-
*/
|
|
24
|
-
'taxRegistrationType'?: TaxRegistrationDetailsTaxRegistrationTypeEnum;
|
|
25
|
-
/**
|
|
26
|
-
* Tax registration number for the party. For example, VAT ID.
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof TaxRegistrationDetails
|
|
29
|
-
*/
|
|
30
|
-
'taxRegistrationNumber': string;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {Address}
|
|
34
|
-
* @memberof TaxRegistrationDetails
|
|
35
|
-
*/
|
|
36
|
-
'taxRegistrationAddress'?: Address;
|
|
37
|
-
/**
|
|
38
|
-
* Tax registration message that can be used for additional tax related details.
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof TaxRegistrationDetails
|
|
41
|
-
*/
|
|
42
|
-
'taxRegistrationMessages'?: string;
|
|
43
|
-
}
|
|
44
|
-
export declare const TaxRegistrationDetailsTaxRegistrationTypeEnum: {
|
|
45
|
-
readonly Vat: "VAT";
|
|
46
|
-
readonly Gst: "GST";
|
|
47
|
-
};
|
|
48
|
-
export type TaxRegistrationDetailsTaxRegistrationTypeEnum = typeof TaxRegistrationDetailsTaxRegistrationTypeEnum[keyof typeof TaxRegistrationDetailsTaxRegistrationTypeEnum];
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Direct Fulfillment Orders
|
|
3
|
-
* The Selling Partner API for Direct Fulfillment Orders provides programmatic access to a direct fulfillment vendor\'s order data.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
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
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface TransactionId
|
|
16
|
-
*/
|
|
17
|
-
export interface TransactionId {
|
|
18
|
-
/**
|
|
19
|
-
* GUID assigned by Amazon to identify this transaction. This value can be used with the Transaction Status API to return the status of this transaction.
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof TransactionId
|
|
22
|
-
*/
|
|
23
|
-
'transactionId'?: string;
|
|
24
|
-
}
|