@sp-api-sdk/orders-api-v0 1.12.3 → 1.14.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/dist/cjs/src/api-model/api/orders-v0-api.js +45 -45
- package/dist/cjs/src/api-model/models/address.js +4 -9
- package/dist/cjs/src/api-model/models/index.js +2 -0
- package/dist/cjs/src/api-model/models/order-item.js +4 -9
- package/dist/cjs/src/api-model/models/order-items-inner.js +15 -0
- package/dist/cjs/src/api-model/models/order.js +30 -55
- package/dist/cjs/src/api-model/models/regulated-information-field.js +4 -9
- package/dist/cjs/src/api-model/models/regulated-order-verification-status.js +0 -13
- package/dist/cjs/src/api-model/models/shipment-status.js +5 -6
- package/dist/cjs/src/api-model/models/tax-collection.js +6 -16
- package/dist/cjs/src/api-model/models/update-verification-status-request-body.js +0 -10
- package/dist/cjs/src/api-model/models/verification-status.js +28 -0
- package/dist/cjs/src/client.js +19 -12
- package/dist/es/src/api-model/api/orders-v0-api.js +45 -45
- package/dist/es/src/api-model/models/address.js +4 -9
- package/dist/es/src/api-model/models/index.js +2 -0
- package/dist/es/src/api-model/models/order-item.js +4 -9
- package/dist/es/src/api-model/models/order-items-inner.js +14 -0
- package/dist/es/src/api-model/models/order.js +30 -55
- package/dist/es/src/api-model/models/regulated-information-field.js +4 -9
- package/dist/es/src/api-model/models/regulated-order-verification-status.js +1 -12
- package/dist/es/src/api-model/models/shipment-status.js +5 -6
- package/dist/es/src/api-model/models/tax-collection.js +6 -16
- package/dist/es/src/api-model/models/update-verification-status-request-body.js +1 -9
- package/dist/es/src/api-model/models/verification-status.js +25 -0
- package/dist/es/src/client.js +19 -12
- package/dist/types/src/api-model/api/orders-v0-api.d.ts +70 -70
- 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/address.d.ts +18 -21
- package/dist/types/src/api-model/models/automated-shipping-settings.d.ts +3 -3
- 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 +5 -5
- package/dist/types/src/api-model/models/buyer-requested-cancel.d.ts +3 -3
- package/dist/types/src/api-model/models/buyer-tax-info.d.ts +3 -3
- package/dist/types/src/api-model/models/buyer-tax-information.d.ts +4 -4
- 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 +2 -2
- package/dist/types/src/api-model/models/get-order-buyer-info-response.d.ts +2 -2
- package/dist/types/src/api-model/models/get-order-items-buyer-info-response.d.ts +2 -2
- package/dist/types/src/api-model/models/get-order-items-response.d.ts +2 -2
- package/dist/types/src/api-model/models/get-order-regulated-info-response.d.ts +2 -2
- package/dist/types/src/api-model/models/get-order-response.d.ts +2 -2
- package/dist/types/src/api-model/models/get-orders-response.d.ts +2 -2
- package/dist/types/src/api-model/models/index.d.ts +2 -0
- package/dist/types/src/api-model/models/item-buyer-info.d.ts +5 -5
- 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 +3 -3
- package/dist/types/src/api-model/models/money.d.ts +2 -2
- package/dist/types/src/api-model/models/order-address.d.ts +2 -2
- package/dist/types/src/api-model/models/order-buyer-info.d.ts +6 -6
- package/dist/types/src/api-model/models/order-item-buyer-info.d.ts +6 -6
- package/dist/types/src/api-model/models/order-item.d.ts +39 -42
- package/dist/types/src/api-model/models/order-items-buyer-info-list.d.ts +3 -3
- package/dist/types/src/api-model/models/order-items-inner.d.ts +30 -0
- package/dist/types/src/api-model/models/order-items-list.d.ts +3 -3
- package/dist/types/src/api-model/models/order-regulated-info.d.ts +4 -4
- package/dist/types/src/api-model/models/order.d.ts +86 -95
- package/dist/types/src/api-model/models/orders-list.d.ts +4 -4
- package/dist/types/src/api-model/models/payment-execution-detail-item.d.ts +2 -2
- package/dist/types/src/api-model/models/points-granted-detail.d.ts +2 -2
- 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 +9 -12
- 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 +9 -19
- package/dist/types/src/api-model/models/rejection-reason.d.ts +2 -2
- package/dist/types/src/api-model/models/shipment-status.d.ts +6 -5
- package/dist/types/src/api-model/models/tax-classification.d.ts +2 -2
- package/dist/types/src/api-model/models/tax-collection.d.ts +10 -16
- 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 +5 -4
- 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 +6 -13
- 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 +24 -0
- package/package.json +4 -4
|
@@ -20,85 +20,82 @@ export interface Address {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof Address
|
|
22
22
|
*/
|
|
23
|
-
Name: string;
|
|
23
|
+
'Name': string;
|
|
24
24
|
/**
|
|
25
25
|
* The street address.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof Address
|
|
28
28
|
*/
|
|
29
|
-
AddressLine1?: string;
|
|
29
|
+
'AddressLine1'?: string;
|
|
30
30
|
/**
|
|
31
31
|
* Additional street 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 street 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
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof Address
|
|
46
46
|
*/
|
|
47
|
-
City?: string;
|
|
47
|
+
'City'?: string;
|
|
48
48
|
/**
|
|
49
49
|
* The county.
|
|
50
50
|
* @type {string}
|
|
51
51
|
* @memberof Address
|
|
52
52
|
*/
|
|
53
|
-
County?: string;
|
|
53
|
+
'County'?: string;
|
|
54
54
|
/**
|
|
55
55
|
* The district.
|
|
56
56
|
* @type {string}
|
|
57
57
|
* @memberof Address
|
|
58
58
|
*/
|
|
59
|
-
District?: string;
|
|
59
|
+
'District'?: string;
|
|
60
60
|
/**
|
|
61
61
|
* The state or region.
|
|
62
62
|
* @type {string}
|
|
63
63
|
* @memberof Address
|
|
64
64
|
*/
|
|
65
|
-
StateOrRegion?: string;
|
|
65
|
+
'StateOrRegion'?: string;
|
|
66
66
|
/**
|
|
67
67
|
* The municipality.
|
|
68
68
|
* @type {string}
|
|
69
69
|
* @memberof Address
|
|
70
70
|
*/
|
|
71
|
-
Municipality?: string;
|
|
71
|
+
'Municipality'?: string;
|
|
72
72
|
/**
|
|
73
73
|
* The postal code.
|
|
74
74
|
* @type {string}
|
|
75
75
|
* @memberof Address
|
|
76
76
|
*/
|
|
77
|
-
PostalCode?: string;
|
|
77
|
+
'PostalCode'?: string;
|
|
78
78
|
/**
|
|
79
79
|
* The country code. A two-character country code, in ISO 3166-1 alpha-2 format.
|
|
80
80
|
* @type {string}
|
|
81
81
|
* @memberof Address
|
|
82
82
|
*/
|
|
83
|
-
CountryCode?: string;
|
|
83
|
+
'CountryCode'?: string;
|
|
84
84
|
/**
|
|
85
85
|
* The phone number. Not returned for Fulfillment by Amazon (FBA) orders.
|
|
86
86
|
* @type {string}
|
|
87
87
|
* @memberof Address
|
|
88
88
|
*/
|
|
89
|
-
Phone?: string;
|
|
89
|
+
'Phone'?: string;
|
|
90
90
|
/**
|
|
91
91
|
* The address type of the shipping address.
|
|
92
92
|
* @type {string}
|
|
93
93
|
* @memberof Address
|
|
94
94
|
*/
|
|
95
|
-
AddressType?: AddressAddressTypeEnum;
|
|
96
|
-
}
|
|
97
|
-
/**
|
|
98
|
-
* @export
|
|
99
|
-
* @enum {string}
|
|
100
|
-
*/
|
|
101
|
-
export declare enum AddressAddressTypeEnum {
|
|
102
|
-
Residential = "Residential",
|
|
103
|
-
Commercial = "Commercial"
|
|
95
|
+
'AddressType'?: AddressAddressTypeEnum;
|
|
104
96
|
}
|
|
97
|
+
export declare const AddressAddressTypeEnum: {
|
|
98
|
+
readonly Residential: "Residential";
|
|
99
|
+
readonly Commercial: "Commercial";
|
|
100
|
+
};
|
|
101
|
+
export declare type AddressAddressTypeEnum = typeof AddressAddressTypeEnum[keyof typeof AddressAddressTypeEnum];
|
|
@@ -20,17 +20,17 @@ export interface AutomatedShippingSettings {
|
|
|
20
20
|
* @type {boolean}
|
|
21
21
|
* @memberof AutomatedShippingSettings
|
|
22
22
|
*/
|
|
23
|
-
HasAutomatedShippingSettings?: boolean;
|
|
23
|
+
'HasAutomatedShippingSettings'?: boolean;
|
|
24
24
|
/**
|
|
25
25
|
* Auto-generated carrier for SSA orders.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof AutomatedShippingSettings
|
|
28
28
|
*/
|
|
29
|
-
AutomatedCarrier?: string;
|
|
29
|
+
'AutomatedCarrier'?: string;
|
|
30
30
|
/**
|
|
31
31
|
* Auto-generated ship method for SSA orders.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof AutomatedShippingSettings
|
|
34
34
|
*/
|
|
35
|
-
AutomatedShipMethod?: string;
|
|
35
|
+
'AutomatedShipMethod'?: string;
|
|
36
36
|
}
|
|
@@ -21,29 +21,29 @@ export interface BuyerInfo {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof BuyerInfo
|
|
23
23
|
*/
|
|
24
|
-
BuyerEmail?: string;
|
|
24
|
+
'BuyerEmail'?: string;
|
|
25
25
|
/**
|
|
26
26
|
* The name of the buyer.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof BuyerInfo
|
|
29
29
|
*/
|
|
30
|
-
BuyerName?: string;
|
|
30
|
+
'BuyerName'?: string;
|
|
31
31
|
/**
|
|
32
32
|
* The county of the buyer.
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof BuyerInfo
|
|
35
35
|
*/
|
|
36
|
-
BuyerCounty?: string;
|
|
36
|
+
'BuyerCounty'?: string;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
39
|
* @type {BuyerTaxInfo}
|
|
40
40
|
* @memberof BuyerInfo
|
|
41
41
|
*/
|
|
42
|
-
BuyerTaxInfo?: BuyerTaxInfo;
|
|
42
|
+
'BuyerTaxInfo'?: BuyerTaxInfo;
|
|
43
43
|
/**
|
|
44
44
|
* The purchase order (PO) number entered by the buyer at checkout. Returned only for orders where the buyer entered a PO number at checkout.
|
|
45
45
|
* @type {string}
|
|
46
46
|
* @memberof BuyerInfo
|
|
47
47
|
*/
|
|
48
|
-
PurchaseOrderNumber?: string;
|
|
48
|
+
'PurchaseOrderNumber'?: string;
|
|
49
49
|
}
|
|
@@ -20,11 +20,11 @@ export interface BuyerRequestedCancel {
|
|
|
20
20
|
* @type {boolean}
|
|
21
21
|
* @memberof BuyerRequestedCancel
|
|
22
22
|
*/
|
|
23
|
-
IsBuyerRequestedCancel?: boolean;
|
|
23
|
+
'IsBuyerRequestedCancel'?: boolean;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* The reason that the buyer requested cancellation.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof BuyerRequestedCancel
|
|
28
28
|
*/
|
|
29
|
-
BuyerCancelReason?: string;
|
|
29
|
+
'BuyerCancelReason'?: string;
|
|
30
30
|
}
|
|
@@ -21,17 +21,17 @@ export interface BuyerTaxInfo {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof BuyerTaxInfo
|
|
23
23
|
*/
|
|
24
|
-
CompanyLegalName?: string;
|
|
24
|
+
'CompanyLegalName'?: string;
|
|
25
25
|
/**
|
|
26
26
|
* The country or region imposing the tax.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof BuyerTaxInfo
|
|
29
29
|
*/
|
|
30
|
-
TaxingRegion?: string;
|
|
30
|
+
'TaxingRegion'?: string;
|
|
31
31
|
/**
|
|
32
32
|
* A list of tax classifications that apply to the order.
|
|
33
33
|
* @type {Array<TaxClassification>}
|
|
34
34
|
* @memberof BuyerTaxInfo
|
|
35
35
|
*/
|
|
36
|
-
TaxClassifications?: Array<TaxClassification>;
|
|
36
|
+
'TaxClassifications'?: Array<TaxClassification>;
|
|
37
37
|
}
|
|
@@ -20,23 +20,23 @@ export interface BuyerTaxInformation {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof BuyerTaxInformation
|
|
22
22
|
*/
|
|
23
|
-
BuyerLegalCompanyName?: string;
|
|
23
|
+
'BuyerLegalCompanyName'?: string;
|
|
24
24
|
/**
|
|
25
25
|
* Business buyer\'s address.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof BuyerTaxInformation
|
|
28
28
|
*/
|
|
29
|
-
BuyerBusinessAddress?: string;
|
|
29
|
+
'BuyerBusinessAddress'?: string;
|
|
30
30
|
/**
|
|
31
31
|
* Business buyer\'s tax registration ID.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof BuyerTaxInformation
|
|
34
34
|
*/
|
|
35
|
-
BuyerTaxRegistrationId?: string;
|
|
35
|
+
'BuyerTaxRegistrationId'?: string;
|
|
36
36
|
/**
|
|
37
37
|
* Business buyer\'s tax office.
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof BuyerTaxInformation
|
|
40
40
|
*/
|
|
41
|
-
BuyerTaxOffice?: string;
|
|
41
|
+
'BuyerTaxOffice'?: string;
|
|
42
42
|
}
|
|
@@ -21,11 +21,11 @@ export interface GetOrderAddressResponse {
|
|
|
21
21
|
* @type {OrderAddress}
|
|
22
22
|
* @memberof GetOrderAddressResponse
|
|
23
23
|
*/
|
|
24
|
-
payload?: OrderAddress;
|
|
24
|
+
'payload'?: OrderAddress;
|
|
25
25
|
/**
|
|
26
26
|
* A list of error responses returned when a request is unsuccessful.
|
|
27
27
|
* @type {Array<Error>}
|
|
28
28
|
* @memberof GetOrderAddressResponse
|
|
29
29
|
*/
|
|
30
|
-
errors?: Array<Error>;
|
|
30
|
+
'errors'?: Array<Error>;
|
|
31
31
|
}
|
|
@@ -21,11 +21,11 @@ export interface GetOrderBuyerInfoResponse {
|
|
|
21
21
|
* @type {OrderBuyerInfo}
|
|
22
22
|
* @memberof GetOrderBuyerInfoResponse
|
|
23
23
|
*/
|
|
24
|
-
payload?: OrderBuyerInfo;
|
|
24
|
+
'payload'?: OrderBuyerInfo;
|
|
25
25
|
/**
|
|
26
26
|
* A list of error responses returned when a request is unsuccessful.
|
|
27
27
|
* @type {Array<Error>}
|
|
28
28
|
* @memberof GetOrderBuyerInfoResponse
|
|
29
29
|
*/
|
|
30
|
-
errors?: Array<Error>;
|
|
30
|
+
'errors'?: Array<Error>;
|
|
31
31
|
}
|
|
@@ -21,11 +21,11 @@ export interface GetOrderItemsBuyerInfoResponse {
|
|
|
21
21
|
* @type {OrderItemsBuyerInfoList}
|
|
22
22
|
* @memberof GetOrderItemsBuyerInfoResponse
|
|
23
23
|
*/
|
|
24
|
-
payload?: OrderItemsBuyerInfoList;
|
|
24
|
+
'payload'?: OrderItemsBuyerInfoList;
|
|
25
25
|
/**
|
|
26
26
|
* A list of error responses returned when a request is unsuccessful.
|
|
27
27
|
* @type {Array<Error>}
|
|
28
28
|
* @memberof GetOrderItemsBuyerInfoResponse
|
|
29
29
|
*/
|
|
30
|
-
errors?: Array<Error>;
|
|
30
|
+
'errors'?: Array<Error>;
|
|
31
31
|
}
|
|
@@ -21,11 +21,11 @@ export interface GetOrderItemsResponse {
|
|
|
21
21
|
* @type {OrderItemsList}
|
|
22
22
|
* @memberof GetOrderItemsResponse
|
|
23
23
|
*/
|
|
24
|
-
payload?: OrderItemsList;
|
|
24
|
+
'payload'?: OrderItemsList;
|
|
25
25
|
/**
|
|
26
26
|
* A list of error responses returned when a request is unsuccessful.
|
|
27
27
|
* @type {Array<Error>}
|
|
28
28
|
* @memberof GetOrderItemsResponse
|
|
29
29
|
*/
|
|
30
|
-
errors?: Array<Error>;
|
|
30
|
+
'errors'?: Array<Error>;
|
|
31
31
|
}
|
|
@@ -21,11 +21,11 @@ export interface GetOrderRegulatedInfoResponse {
|
|
|
21
21
|
* @type {OrderRegulatedInfo}
|
|
22
22
|
* @memberof GetOrderRegulatedInfoResponse
|
|
23
23
|
*/
|
|
24
|
-
payload?: OrderRegulatedInfo;
|
|
24
|
+
'payload'?: OrderRegulatedInfo;
|
|
25
25
|
/**
|
|
26
26
|
* A list of error responses returned when a request is unsuccessful.
|
|
27
27
|
* @type {Array<Error>}
|
|
28
28
|
* @memberof GetOrderRegulatedInfoResponse
|
|
29
29
|
*/
|
|
30
|
-
errors?: Array<Error>;
|
|
30
|
+
'errors'?: Array<Error>;
|
|
31
31
|
}
|
|
@@ -21,11 +21,11 @@ export interface GetOrderResponse {
|
|
|
21
21
|
* @type {Order}
|
|
22
22
|
* @memberof GetOrderResponse
|
|
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 GetOrderResponse
|
|
29
29
|
*/
|
|
30
|
-
errors?: Array<Error>;
|
|
30
|
+
'errors'?: Array<Error>;
|
|
31
31
|
}
|
|
@@ -21,11 +21,11 @@ export interface GetOrdersResponse {
|
|
|
21
21
|
* @type {OrdersList}
|
|
22
22
|
* @memberof GetOrdersResponse
|
|
23
23
|
*/
|
|
24
|
-
payload?: OrdersList;
|
|
24
|
+
'payload'?: OrdersList;
|
|
25
25
|
/**
|
|
26
26
|
* A list of error responses returned when a request is unsuccessful.
|
|
27
27
|
* @type {Array<Error>}
|
|
28
28
|
* @memberof GetOrdersResponse
|
|
29
29
|
*/
|
|
30
|
-
errors?: Array<Error>;
|
|
30
|
+
'errors'?: Array<Error>;
|
|
31
31
|
}
|
|
@@ -23,6 +23,7 @@ export * from './order-buyer-info';
|
|
|
23
23
|
export * from './order-item';
|
|
24
24
|
export * from './order-item-buyer-info';
|
|
25
25
|
export * from './order-items-buyer-info-list';
|
|
26
|
+
export * from './order-items-inner';
|
|
26
27
|
export * from './order-items-list';
|
|
27
28
|
export * from './order-regulated-info';
|
|
28
29
|
export * from './orders-list';
|
|
@@ -41,3 +42,4 @@ export * from './update-shipment-status-request';
|
|
|
41
42
|
export * from './update-verification-status-error-response';
|
|
42
43
|
export * from './update-verification-status-request';
|
|
43
44
|
export * from './update-verification-status-request-body';
|
|
45
|
+
export * from './verification-status';
|
|
@@ -22,29 +22,29 @@ export interface ItemBuyerInfo {
|
|
|
22
22
|
* @type {BuyerCustomizedInfoDetail}
|
|
23
23
|
* @memberof ItemBuyerInfo
|
|
24
24
|
*/
|
|
25
|
-
BuyerCustomizedInfo?: BuyerCustomizedInfoDetail;
|
|
25
|
+
'BuyerCustomizedInfo'?: BuyerCustomizedInfoDetail;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
28
|
* @type {Money}
|
|
29
29
|
* @memberof ItemBuyerInfo
|
|
30
30
|
*/
|
|
31
|
-
GiftWrapPrice?: Money;
|
|
31
|
+
'GiftWrapPrice'?: Money;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {Money}
|
|
35
35
|
* @memberof ItemBuyerInfo
|
|
36
36
|
*/
|
|
37
|
-
GiftWrapTax?: Money;
|
|
37
|
+
'GiftWrapTax'?: Money;
|
|
38
38
|
/**
|
|
39
39
|
* A gift message provided by the buyer.
|
|
40
40
|
* @type {string}
|
|
41
41
|
* @memberof ItemBuyerInfo
|
|
42
42
|
*/
|
|
43
|
-
GiftMessageText?: string;
|
|
43
|
+
'GiftMessageText'?: string;
|
|
44
44
|
/**
|
|
45
45
|
* The gift wrap level specified by the buyer.
|
|
46
46
|
* @type {string}
|
|
47
47
|
* @memberof ItemBuyerInfo
|
|
48
48
|
*/
|
|
49
|
-
GiftWrapLevel?: string;
|
|
49
|
+
'GiftWrapLevel'?: string;
|
|
50
50
|
}
|
|
@@ -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 in a human-readable form.
|
|
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
|
* The currency amount.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof Money
|
|
28
28
|
*/
|
|
29
|
-
Amount?: string;
|
|
29
|
+
'Amount'?: string;
|
|
30
30
|
}
|
|
@@ -21,11 +21,11 @@ export interface OrderAddress {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof OrderAddress
|
|
23
23
|
*/
|
|
24
|
-
AmazonOrderId: string;
|
|
24
|
+
'AmazonOrderId': string;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
* @type {Address}
|
|
28
28
|
* @memberof OrderAddress
|
|
29
29
|
*/
|
|
30
|
-
ShippingAddress?: Address;
|
|
30
|
+
'ShippingAddress'?: Address;
|
|
31
31
|
}
|
|
@@ -21,35 +21,35 @@ export interface OrderBuyerInfo {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof OrderBuyerInfo
|
|
23
23
|
*/
|
|
24
|
-
AmazonOrderId: string;
|
|
24
|
+
'AmazonOrderId': string;
|
|
25
25
|
/**
|
|
26
26
|
* The anonymized email address of the buyer.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof OrderBuyerInfo
|
|
29
29
|
*/
|
|
30
|
-
BuyerEmail?: string;
|
|
30
|
+
'BuyerEmail'?: string;
|
|
31
31
|
/**
|
|
32
32
|
* The name of the buyer.
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof OrderBuyerInfo
|
|
35
35
|
*/
|
|
36
|
-
BuyerName?: string;
|
|
36
|
+
'BuyerName'?: string;
|
|
37
37
|
/**
|
|
38
38
|
* The county of the buyer.
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof OrderBuyerInfo
|
|
41
41
|
*/
|
|
42
|
-
BuyerCounty?: string;
|
|
42
|
+
'BuyerCounty'?: string;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
45
|
* @type {BuyerTaxInfo}
|
|
46
46
|
* @memberof OrderBuyerInfo
|
|
47
47
|
*/
|
|
48
|
-
BuyerTaxInfo?: BuyerTaxInfo;
|
|
48
|
+
'BuyerTaxInfo'?: BuyerTaxInfo;
|
|
49
49
|
/**
|
|
50
50
|
* The purchase order (PO) number entered by the buyer at checkout. Returned only for orders where the buyer entered a PO number at checkout.
|
|
51
51
|
* @type {string}
|
|
52
52
|
* @memberof OrderBuyerInfo
|
|
53
53
|
*/
|
|
54
|
-
PurchaseOrderNumber?: string;
|
|
54
|
+
'PurchaseOrderNumber'?: string;
|
|
55
55
|
}
|
|
@@ -22,35 +22,35 @@ export interface OrderItemBuyerInfo {
|
|
|
22
22
|
* @type {string}
|
|
23
23
|
* @memberof OrderItemBuyerInfo
|
|
24
24
|
*/
|
|
25
|
-
OrderItemId: string;
|
|
25
|
+
'OrderItemId': string;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
28
|
* @type {BuyerCustomizedInfoDetail}
|
|
29
29
|
* @memberof OrderItemBuyerInfo
|
|
30
30
|
*/
|
|
31
|
-
BuyerCustomizedInfo?: BuyerCustomizedInfoDetail;
|
|
31
|
+
'BuyerCustomizedInfo'?: BuyerCustomizedInfoDetail;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {Money}
|
|
35
35
|
* @memberof OrderItemBuyerInfo
|
|
36
36
|
*/
|
|
37
|
-
GiftWrapPrice?: Money;
|
|
37
|
+
'GiftWrapPrice'?: Money;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {Money}
|
|
41
41
|
* @memberof OrderItemBuyerInfo
|
|
42
42
|
*/
|
|
43
|
-
GiftWrapTax?: Money;
|
|
43
|
+
'GiftWrapTax'?: Money;
|
|
44
44
|
/**
|
|
45
45
|
* A gift message provided by the buyer.
|
|
46
46
|
* @type {string}
|
|
47
47
|
* @memberof OrderItemBuyerInfo
|
|
48
48
|
*/
|
|
49
|
-
GiftMessageText?: string;
|
|
49
|
+
'GiftMessageText'?: string;
|
|
50
50
|
/**
|
|
51
51
|
* The gift wrap level specified by the buyer.
|
|
52
52
|
* @type {string}
|
|
53
53
|
* @memberof OrderItemBuyerInfo
|
|
54
54
|
*/
|
|
55
|
-
GiftWrapLevel?: string;
|
|
55
|
+
'GiftWrapLevel'?: string;
|
|
56
56
|
}
|