@sp-api-sdk/finances-api-v0 2.4.2 → 2.6.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-model}/api/default-api.js +45 -45
- package/dist/cjs/{src/api-model → api-model}/api.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/base.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/common.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/configuration.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/index.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/adhoc-disbursement-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/adjustment-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/adjustment-item.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/affordability-expense-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/capacity-reservation-billing-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/charge-component.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/charge-instrument.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/charge-refund-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/charge-refund-transaction.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/coupon-payment-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/currency.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/debt-recovery-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/debt-recovery-item.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/direct-payment.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/failed-adhoc-disbursement-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/fbaliquidation-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/fee-component.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/financial-event-group.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/financial-events.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/imaging-services-fee-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/list-financial-event-groups-payload.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/list-financial-event-groups-response.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/list-financial-events-payload.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/list-financial-events-response.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/loan-servicing-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/model-error.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/network-commingling-transaction-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/pay-with-amazon-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/product-ads-payment-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/promotion.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/removal-shipment-adjustment-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/removal-shipment-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/removal-shipment-item-adjustment.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/removal-shipment-item.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/rental-transaction-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/retrocharge-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/safetreimbursement-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/safetreimbursement-item.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/seller-deal-payment-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/seller-review-enrollment-payment-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/service-fee-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/shipment-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/shipment-item.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/solution-provider-credit-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/tax-withheld-component.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/tax-withholding-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/tax-withholding-period.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/tdsreimbursement-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/trial-shipment-event.js +1 -1
- package/dist/cjs/{src/api-model → api-model}/models/value-added-service-charge-event.js +1 -1
- package/dist/cjs/index.js +3 -3
- package/dist/es/{src/api-model → api-model}/api/default-api.js +45 -45
- package/dist/es/{src/api-model → api-model}/api.js +1 -1
- package/dist/es/{src/api-model → api-model}/base.js +1 -1
- package/dist/es/{src/api-model → api-model}/common.js +1 -1
- package/dist/es/{src/api-model → api-model}/configuration.js +1 -1
- package/dist/es/{src/api-model → api-model}/index.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/adhoc-disbursement-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/adjustment-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/adjustment-item.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/affordability-expense-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/capacity-reservation-billing-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/charge-component.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/charge-instrument.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/charge-refund-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/charge-refund-transaction.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/coupon-payment-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/currency.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/debt-recovery-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/debt-recovery-item.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/direct-payment.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/failed-adhoc-disbursement-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/fbaliquidation-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/fee-component.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/financial-event-group.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/financial-events.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/imaging-services-fee-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/list-financial-event-groups-payload.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/list-financial-event-groups-response.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/list-financial-events-payload.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/list-financial-events-response.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/loan-servicing-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/model-error.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/network-commingling-transaction-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/pay-with-amazon-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/product-ads-payment-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/promotion.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/removal-shipment-adjustment-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/removal-shipment-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/removal-shipment-item-adjustment.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/removal-shipment-item.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/rental-transaction-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/retrocharge-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/safetreimbursement-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/safetreimbursement-item.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/seller-deal-payment-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/seller-review-enrollment-payment-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/service-fee-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/shipment-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/shipment-item.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/solution-provider-credit-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/tax-withheld-component.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/tax-withholding-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/tax-withholding-period.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/tdsreimbursement-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/trial-shipment-event.js +1 -1
- package/dist/es/{src/api-model → api-model}/models/value-added-service-charge-event.js +1 -1
- package/dist/es/index.js +3 -3
- package/dist/types/api-model/api/default-api.d.ts +307 -0
- package/dist/types/{src/api-model → api-model}/api.d.ts +1 -1
- package/dist/types/{src/api-model → api-model}/base.d.ts +1 -1
- package/dist/types/{src/api-model → api-model}/common.d.ts +1 -1
- package/dist/types/{src/api-model → api-model}/configuration.d.ts +1 -1
- package/dist/types/{src/api-model → api-model}/index.d.ts +1 -1
- package/dist/types/{src/api-model → api-model}/models/adhoc-disbursement-event.d.ts +3 -3
- package/dist/types/api-model/models/adjustment-event.d.ts +44 -0
- package/dist/types/{src/api-model → api-model}/models/adjustment-item.d.ts +2 -2
- package/dist/types/{src/api-model → api-model}/models/affordability-expense-event.d.ts +4 -4
- package/dist/types/{src/api-model → api-model}/models/capacity-reservation-billing-event.d.ts +3 -3
- package/dist/types/api-model/models/charge-component.d.ts +31 -0
- package/dist/types/{src/api-model → api-model}/models/charge-instrument.d.ts +1 -1
- package/dist/types/{src/api-model → api-model}/models/charge-refund-event.d.ts +4 -4
- package/dist/types/{src/api-model → api-model}/models/charge-refund-transaction.d.ts +1 -1
- package/dist/types/{src/api-model → api-model}/models/coupon-payment-event.d.ts +2 -2
- package/dist/types/{src/api-model → api-model}/models/currency.d.ts +2 -2
- package/dist/types/{src/api-model → api-model}/models/debt-recovery-event.d.ts +2 -2
- package/dist/types/{src/api-model → api-model}/models/debt-recovery-item.d.ts +3 -3
- package/dist/types/api-model/models/direct-payment.d.ts +31 -0
- package/dist/types/{src/api-model → api-model}/models/failed-adhoc-disbursement-event.d.ts +5 -5
- package/dist/types/{src/api-model → api-model}/models/fbaliquidation-event.d.ts +2 -2
- package/dist/types/{src/api-model → api-model}/models/fee-component.d.ts +1 -1
- package/dist/types/{src/api-model → api-model}/models/financial-event-group.d.ts +5 -5
- package/dist/types/{src/api-model → api-model}/models/financial-events.d.ts +8 -8
- package/dist/types/{src/api-model → api-model}/models/imaging-services-fee-event.d.ts +2 -2
- package/dist/types/{src/api-model → api-model}/models/list-financial-event-groups-payload.d.ts +2 -2
- package/dist/types/{src/api-model → api-model}/models/list-financial-event-groups-response.d.ts +2 -2
- package/dist/types/{src/api-model → api-model}/models/list-financial-events-payload.d.ts +2 -2
- package/dist/types/{src/api-model → api-model}/models/list-financial-events-response.d.ts +2 -2
- package/dist/types/{src/api-model → api-model}/models/loan-servicing-event.d.ts +2 -2
- package/dist/types/{src/api-model → api-model}/models/model-error.d.ts +1 -1
- package/dist/types/{src/api-model → api-model}/models/network-commingling-transaction-event.d.ts +3 -3
- package/dist/types/{src/api-model → api-model}/models/pay-with-amazon-event.d.ts +5 -5
- package/dist/types/{src/api-model → api-model}/models/product-ads-payment-event.d.ts +4 -4
- package/dist/types/{src/api-model → api-model}/models/promotion.d.ts +1 -1
- package/dist/types/{src/api-model → api-model}/models/removal-shipment-adjustment-event.d.ts +4 -4
- package/dist/types/{src/api-model → api-model}/models/removal-shipment-event.d.ts +11 -5
- package/dist/types/{src/api-model → api-model}/models/removal-shipment-item-adjustment.d.ts +3 -3
- package/dist/types/{src/api-model → api-model}/models/removal-shipment-item.d.ts +2 -2
- package/dist/types/{src/api-model → api-model}/models/rental-transaction-event.d.ts +4 -4
- package/dist/types/{src/api-model → api-model}/models/retrocharge-event.d.ts +3 -3
- package/dist/types/{src/api-model → api-model}/models/safetreimbursement-event.d.ts +3 -3
- package/dist/types/{src/api-model → api-model}/models/safetreimbursement-item.d.ts +1 -1
- package/dist/types/{src/api-model → api-model}/models/seller-deal-payment-event.d.ts +4 -4
- package/dist/types/{src/api-model → api-model}/models/seller-review-enrollment-payment-event.d.ts +2 -2
- package/dist/types/{src/api-model → api-model}/models/service-fee-event.d.ts +7 -1
- package/dist/types/{src/api-model → api-model}/models/shipment-event.d.ts +8 -2
- package/dist/types/{src/api-model → api-model}/models/shipment-item.d.ts +1 -1
- package/dist/types/{src/api-model → api-model}/models/solution-provider-credit-event.d.ts +2 -2
- package/dist/types/{src/api-model → api-model}/models/tax-withheld-component.d.ts +2 -2
- package/dist/types/{src/api-model → api-model}/models/tax-withholding-event.d.ts +3 -3
- package/dist/types/{src/api-model → api-model}/models/tax-withholding-period.d.ts +4 -4
- package/dist/types/{src/api-model → api-model}/models/tdsreimbursement-event.d.ts +2 -2
- package/dist/types/{src/api-model → api-model}/models/trial-shipment-event.d.ts +2 -2
- package/dist/types/{src/api-model → api-model}/models/value-added-service-charge-event.d.ts +3 -3
- package/dist/types/index.d.ts +3 -3
- package/package.json +11 -4
- package/dist/types/src/api-model/api/default-api.d.ts +0 -307
- package/dist/types/src/api-model/models/adjustment-event.d.ts +0 -44
- package/dist/types/src/api-model/models/charge-component.d.ts +0 -31
- package/dist/types/src/api-model/models/direct-payment.d.ts +0 -31
- /package/dist/cjs/{src/api-model → api-model}/models/index.js +0 -0
- /package/dist/cjs/{src/client.js → client.js} +0 -0
- /package/dist/es/{src/api-model → api-model}/models/index.js +0 -0
- /package/dist/es/{src/client.js → client.js} +0 -0
- /package/dist/types/{src/api-model → api-model}/models/index.d.ts +0 -0
- /package/dist/types/{src/client.d.ts → client.d.ts} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller\'s business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -19,7 +19,7 @@ import type { FeeComponent } from './fee-component';
|
|
|
19
19
|
*/
|
|
20
20
|
export interface CouponPaymentEvent {
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
23
23
|
* @type {string}
|
|
24
24
|
* @memberof CouponPaymentEvent
|
|
25
25
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller\'s business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -22,7 +22,7 @@ export interface Currency {
|
|
|
22
22
|
*/
|
|
23
23
|
'CurrencyCode'?: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* A signed decimal number.
|
|
26
26
|
* @type {number}
|
|
27
27
|
* @memberof Currency
|
|
28
28
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller\'s business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -19,7 +19,7 @@ import type { DebtRecoveryItem } from './debt-recovery-item';
|
|
|
19
19
|
*/
|
|
20
20
|
export interface DebtRecoveryEvent {
|
|
21
21
|
/**
|
|
22
|
-
* The debt recovery type. Possible values: * DebtPayment
|
|
22
|
+
* The debt recovery type. Possible values: * `DebtPayment` * `DebtPaymentFailure` * `DebtAdjustment`
|
|
23
23
|
* @type {string}
|
|
24
24
|
* @memberof DebtRecoveryEvent
|
|
25
25
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller\'s business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -29,13 +29,13 @@ export interface DebtRecoveryItem {
|
|
|
29
29
|
*/
|
|
30
30
|
'OriginalAmount'?: Currency;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof DebtRecoveryItem
|
|
35
35
|
*/
|
|
36
36
|
'GroupBeginDate'?: string;
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof DebtRecoveryItem
|
|
41
41
|
*/
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller\'s business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { Currency } from './currency';
|
|
13
|
+
/**
|
|
14
|
+
* A payment made directly to a seller.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DirectPayment
|
|
17
|
+
*/
|
|
18
|
+
export interface DirectPayment {
|
|
19
|
+
/**
|
|
20
|
+
* The type of payment. Possible values: * `StoredValueCardRevenue` - The amount that is deducted from the seller\'s account because the seller received money through a stored value card. * `StoredValueCardRefund` - The amount that Amazon returns to the seller if the order that is purchased using a stored value card is refunded. * `PrivateLabelCreditCardRevenue` - The amount that is deducted from the seller\'s account because the seller received money through a private label credit card offered by Amazon. * `PrivateLabelCreditCardRefund` - The amount that Amazon returns to the seller if the order that is purchased using a private label credit card offered by Amazon is refunded. * `CollectOnDeliveryRevenue` - The COD amount that the seller collected directly from the buyer. * `CollectOnDeliveryRefund` - The amount that Amazon refunds to the buyer if an order paid for by COD is refunded.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof DirectPayment
|
|
23
|
+
*/
|
|
24
|
+
'DirectPaymentType'?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Currency}
|
|
28
|
+
* @memberof DirectPayment
|
|
29
|
+
*/
|
|
30
|
+
'DirectPaymentAmount'?: Currency;
|
|
31
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller\'s business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -17,7 +17,7 @@ import type { Currency } from './currency';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface FailedAdhocDisbursementEvent {
|
|
19
19
|
/**
|
|
20
|
-
* The type of fund transfer.
|
|
20
|
+
* The type of fund transfer. For example, `Refund`.
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof FailedAdhocDisbursementEvent
|
|
23
23
|
*/
|
|
@@ -35,13 +35,13 @@ export interface FailedAdhocDisbursementEvent {
|
|
|
35
35
|
*/
|
|
36
36
|
'DisbursementId'?: string;
|
|
37
37
|
/**
|
|
38
|
-
* The type of payment for disbursement.
|
|
38
|
+
* The type of payment for disbursement. For example, `CREDIT_CARD`.
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof FailedAdhocDisbursementEvent
|
|
41
41
|
*/
|
|
42
42
|
'PaymentDisbursementType'?: string;
|
|
43
43
|
/**
|
|
44
|
-
* The status of the failed `AdhocDisbursement`.
|
|
44
|
+
* The status of the failed `AdhocDisbursement`. For example, `HARD_DECLINED`.
|
|
45
45
|
* @type {string}
|
|
46
46
|
* @memberof FailedAdhocDisbursementEvent
|
|
47
47
|
*/
|
|
@@ -53,7 +53,7 @@ export interface FailedAdhocDisbursementEvent {
|
|
|
53
53
|
*/
|
|
54
54
|
'TransferAmount'?: Currency;
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
57
57
|
* @type {string}
|
|
58
58
|
* @memberof FailedAdhocDisbursementEvent
|
|
59
59
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller\'s business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -17,7 +17,7 @@ import type { Currency } from './currency';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface FBALiquidationEvent {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof FBALiquidationEvent
|
|
23
23
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller\'s business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller\'s business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -23,7 +23,7 @@ export interface FinancialEventGroup {
|
|
|
23
23
|
*/
|
|
24
24
|
'FinancialEventGroupId'?: string;
|
|
25
25
|
/**
|
|
26
|
-
* The processing status of the financial event group indicates whether the balance of the financial event group is settled. Possible values: * Open
|
|
26
|
+
* The processing status of the financial event group indicates whether the balance of the financial event group is settled. Possible values: * `Open` * `Closed`
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof FinancialEventGroup
|
|
29
29
|
*/
|
|
@@ -47,7 +47,7 @@ export interface FinancialEventGroup {
|
|
|
47
47
|
*/
|
|
48
48
|
'ConvertedTotal'?: Currency;
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
50
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
51
51
|
* @type {string}
|
|
52
52
|
* @memberof FinancialEventGroup
|
|
53
53
|
*/
|
|
@@ -71,13 +71,13 @@ export interface FinancialEventGroup {
|
|
|
71
71
|
*/
|
|
72
72
|
'BeginningBalance'?: Currency;
|
|
73
73
|
/**
|
|
74
|
-
*
|
|
74
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
75
75
|
* @type {string}
|
|
76
76
|
* @memberof FinancialEventGroup
|
|
77
77
|
*/
|
|
78
78
|
'FinancialEventGroupStart'?: string;
|
|
79
79
|
/**
|
|
80
|
-
*
|
|
80
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
81
81
|
* @type {string}
|
|
82
82
|
* @memberof FinancialEventGroup
|
|
83
83
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller\'s business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -38,7 +38,7 @@ import type { TaxWithholdingEvent } from './tax-withholding-event';
|
|
|
38
38
|
import type { TrialShipmentEvent } from './trial-shipment-event';
|
|
39
39
|
import type { ValueAddedServiceChargeEvent } from './value-added-service-charge-event';
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
41
|
+
* All the information that is related to a financial event.
|
|
42
42
|
* @export
|
|
43
43
|
* @interface FinancialEvents
|
|
44
44
|
*/
|
|
@@ -80,13 +80,13 @@ export interface FinancialEvents {
|
|
|
80
80
|
*/
|
|
81
81
|
'PayWithAmazonEventList'?: Array<PayWithAmazonEvent>;
|
|
82
82
|
/**
|
|
83
|
-
* A list of
|
|
83
|
+
* A list of `SolutionProviderCreditEvent`.
|
|
84
84
|
* @type {Array<SolutionProviderCreditEvent>}
|
|
85
85
|
* @memberof FinancialEvents
|
|
86
86
|
*/
|
|
87
87
|
'ServiceProviderCreditEventList'?: Array<SolutionProviderCreditEvent>;
|
|
88
88
|
/**
|
|
89
|
-
* A list of information about Retrocharge or RetrochargeReversal events.
|
|
89
|
+
* A list of information about `Retrocharge` or `RetrochargeReversal` events.
|
|
90
90
|
* @type {Array<RetrochargeEvent>}
|
|
91
91
|
* @memberof FinancialEvents
|
|
92
92
|
*/
|
|
@@ -134,7 +134,7 @@ export interface FinancialEvents {
|
|
|
134
134
|
*/
|
|
135
135
|
'AdjustmentEventList'?: Array<AdjustmentEvent>;
|
|
136
136
|
/**
|
|
137
|
-
* A list of
|
|
137
|
+
* A list of `SAFETReimbursementEvent`.
|
|
138
138
|
* @type {Array<SAFETReimbursementEvent>}
|
|
139
139
|
* @memberof FinancialEvents
|
|
140
140
|
*/
|
|
@@ -188,7 +188,7 @@ export interface FinancialEvents {
|
|
|
188
188
|
*/
|
|
189
189
|
'RemovalShipmentEventList'?: Array<RemovalShipmentEvent>;
|
|
190
190
|
/**
|
|
191
|
-
* A comma-delimited list of
|
|
191
|
+
* A comma-delimited list of `RemovalShipmentAdjustment` details for FBA inventory.
|
|
192
192
|
* @type {Array<RemovalShipmentAdjustmentEvent>}
|
|
193
193
|
* @memberof FinancialEvents
|
|
194
194
|
*/
|
|
@@ -212,7 +212,7 @@ export interface FinancialEvents {
|
|
|
212
212
|
*/
|
|
213
213
|
'AdhocDisbursementEventList'?: Array<AdhocDisbursementEvent>;
|
|
214
214
|
/**
|
|
215
|
-
* A list of
|
|
215
|
+
* A list of tax withholding events.
|
|
216
216
|
* @type {Array<TaxWithholdingEvent>}
|
|
217
217
|
* @memberof FinancialEvents
|
|
218
218
|
*/
|
|
@@ -224,7 +224,7 @@ export interface FinancialEvents {
|
|
|
224
224
|
*/
|
|
225
225
|
'ChargeRefundEventList'?: Array<ChargeRefundEvent>;
|
|
226
226
|
/**
|
|
227
|
-
* A list of `FailedAdhocDisbursementEvent
|
|
227
|
+
* A list of `FailedAdhocDisbursementEvent`.
|
|
228
228
|
* @type {Array<FailedAdhocDisbursementEvent>}
|
|
229
229
|
* @memberof FinancialEvents
|
|
230
230
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller\'s business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -29,7 +29,7 @@ export interface ImagingServicesFeeEvent {
|
|
|
29
29
|
*/
|
|
30
30
|
'ASIN'?: string;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof ImagingServicesFeeEvent
|
|
35
35
|
*/
|
package/dist/types/{src/api-model → api-model}/models/list-financial-event-groups-payload.d.ts
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller\'s business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { FinancialEventGroup } from './financial-event-group';
|
|
13
13
|
/**
|
|
14
|
-
* The payload for the listFinancialEventGroups operation.
|
|
14
|
+
* The payload for the `listFinancialEventGroups` operation.
|
|
15
15
|
* @export
|
|
16
16
|
* @interface ListFinancialEventGroupsPayload
|
|
17
17
|
*/
|
package/dist/types/{src/api-model → api-model}/models/list-financial-event-groups-response.d.ts
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller\'s business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { ListFinancialEventGroupsPayload } from './list-financial-event-groups-payload';
|
|
13
13
|
/**
|
|
14
|
-
* The response schema for the listFinancialEventGroups operation.
|
|
14
|
+
* The response schema for the `listFinancialEventGroups` operation.
|
|
15
15
|
* @export
|
|
16
16
|
* @interface ListFinancialEventGroupsResponse
|
|
17
17
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller\'s business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { FinancialEvents } from './financial-events';
|
|
13
13
|
/**
|
|
14
|
-
* The payload for the listFinancialEvents operation.
|
|
14
|
+
* The payload for the `listFinancialEvents` operation.
|
|
15
15
|
* @export
|
|
16
16
|
* @interface ListFinancialEventsPayload
|
|
17
17
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller\'s business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { ListFinancialEventsPayload } from './list-financial-events-payload';
|
|
13
13
|
/**
|
|
14
|
-
* The response schema for the listFinancialEvents operation.
|
|
14
|
+
* The response schema for the `listFinancialEvents` operation.
|
|
15
15
|
* @export
|
|
16
16
|
* @interface ListFinancialEventsResponse
|
|
17
17
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller\'s business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -23,7 +23,7 @@ export interface LoanServicingEvent {
|
|
|
23
23
|
*/
|
|
24
24
|
'LoanAmount'?: Currency;
|
|
25
25
|
/**
|
|
26
|
-
* The type of event. Possible values: * LoanAdvance * LoanPayment * LoanRefund
|
|
26
|
+
* The type of event. Possible values: * `LoanAdvance` * `LoanPayment` * `LoanRefund`
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof LoanServicingEvent
|
|
29
29
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller\'s business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
package/dist/types/{src/api-model → api-model}/models/network-commingling-transaction-event.d.ts
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller\'s business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -17,13 +17,13 @@ import type { Currency } from './currency';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface NetworkComminglingTransactionEvent {
|
|
19
19
|
/**
|
|
20
|
-
* The type of network item swap. Possible values: * NetCo
|
|
20
|
+
* The type of network item swap. Possible values: * `NetCo`: A Fulfillment by Amazon inventory pooling transaction. Available only in the India marketplace. * `ComminglingVAT`: A commingling VAT transaction. Available only in the Spain, UK, France, Germany, and Italy marketplaces.
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof NetworkComminglingTransactionEvent
|
|
23
23
|
*/
|
|
24
24
|
'TransactionType'?: string;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof NetworkComminglingTransactionEvent
|
|
29
29
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller\'s business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -24,7 +24,7 @@ export interface PayWithAmazonEvent {
|
|
|
24
24
|
*/
|
|
25
25
|
'SellerOrderId'?: string;
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
28
28
|
* @type {string}
|
|
29
29
|
* @memberof PayWithAmazonEvent
|
|
30
30
|
*/
|
|
@@ -54,7 +54,7 @@ export interface PayWithAmazonEvent {
|
|
|
54
54
|
*/
|
|
55
55
|
'FeeList'?: Array<FeeComponent>;
|
|
56
56
|
/**
|
|
57
|
-
* The type of payment. Possible values: * Sales
|
|
57
|
+
* The type of payment. Possible values: * `Sales`
|
|
58
58
|
* @type {string}
|
|
59
59
|
* @memberof PayWithAmazonEvent
|
|
60
60
|
*/
|
|
@@ -66,13 +66,13 @@ export interface PayWithAmazonEvent {
|
|
|
66
66
|
*/
|
|
67
67
|
'AmountDescription'?: string;
|
|
68
68
|
/**
|
|
69
|
-
* The fulfillment channel. Possible values: * AFN
|
|
69
|
+
* The fulfillment channel. Possible values: * `AFN`: Amazon Fulfillment Network (Fulfillment by Amazon) * `MFN`: Merchant Fulfillment Network (self-fulfilled)
|
|
70
70
|
* @type {string}
|
|
71
71
|
* @memberof PayWithAmazonEvent
|
|
72
72
|
*/
|
|
73
73
|
'FulfillmentChannel'?: string;
|
|
74
74
|
/**
|
|
75
|
-
* The store
|
|
75
|
+
* The name of the store where the event occurred.
|
|
76
76
|
* @type {string}
|
|
77
77
|
* @memberof PayWithAmazonEvent
|
|
78
78
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller\'s business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -17,19 +17,19 @@ import type { Currency } from './currency';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface ProductAdsPaymentEvent {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof ProductAdsPaymentEvent
|
|
23
23
|
*/
|
|
24
24
|
'postedDate'?: string;
|
|
25
25
|
/**
|
|
26
|
-
* Indicates if the transaction is for a charge or a refund. Possible values: * charge
|
|
26
|
+
* Indicates if the transaction is for a charge or a refund. Possible values: * `charge` * `refund`
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof ProductAdsPaymentEvent
|
|
29
29
|
*/
|
|
30
30
|
'transactionType'?: string;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* The identifier for the invoice that includes the transaction.
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof ProductAdsPaymentEvent
|
|
35
35
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller\'s business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
package/dist/types/{src/api-model → api-model}/models/removal-shipment-adjustment-event.d.ts
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller\'s business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -17,7 +17,7 @@ import type { RemovalShipmentItemAdjustment } from './removal-shipment-item-adju
|
|
|
17
17
|
*/
|
|
18
18
|
export interface RemovalShipmentAdjustmentEvent {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof RemovalShipmentAdjustmentEvent
|
|
23
23
|
*/
|
|
@@ -41,13 +41,13 @@ export interface RemovalShipmentAdjustmentEvent {
|
|
|
41
41
|
*/
|
|
42
42
|
'OrderId'?: string;
|
|
43
43
|
/**
|
|
44
|
-
* The type of removal order. Possible values: * WHOLESALE_LIQUIDATION
|
|
44
|
+
* The type of removal order. Possible values: * `WHOLESALE_LIQUIDATION`.
|
|
45
45
|
* @type {string}
|
|
46
46
|
* @memberof RemovalShipmentAdjustmentEvent
|
|
47
47
|
*/
|
|
48
48
|
'TransactionType'?: string;
|
|
49
49
|
/**
|
|
50
|
-
* A comma-delimited list of
|
|
50
|
+
* A comma-delimited list of `RemovalShipmentItemAdjustment` details for FBA inventory.
|
|
51
51
|
* @type {Array<RemovalShipmentItemAdjustment>}
|
|
52
52
|
* @memberof RemovalShipmentAdjustmentEvent
|
|
53
53
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller\'s business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -17,13 +17,13 @@ import type { RemovalShipmentItem } from './removal-shipment-item';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface RemovalShipmentEvent {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof RemovalShipmentEvent
|
|
23
23
|
*/
|
|
24
24
|
'PostedDate'?: string;
|
|
25
25
|
/**
|
|
26
|
-
* The merchant removal orderId
|
|
26
|
+
* The merchant removal `orderId`.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof RemovalShipmentEvent
|
|
29
29
|
*/
|
|
@@ -35,13 +35,19 @@ export interface RemovalShipmentEvent {
|
|
|
35
35
|
*/
|
|
36
36
|
'OrderId'?: string;
|
|
37
37
|
/**
|
|
38
|
-
* The type of removal order. Possible values: * WHOLESALE_LIQUIDATION
|
|
38
|
+
* The type of removal order. Possible values: * `WHOLESALE_LIQUIDATION`
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof RemovalShipmentEvent
|
|
41
41
|
*/
|
|
42
42
|
'TransactionType'?: string;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* The name of the store where the event occurred.
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof RemovalShipmentEvent
|
|
47
|
+
*/
|
|
48
|
+
'StoreName'?: string;
|
|
49
|
+
/**
|
|
50
|
+
* A list of `RemovalShipmentItem`.
|
|
45
51
|
* @type {Array<RemovalShipmentItem>}
|
|
46
52
|
* @memberof RemovalShipmentEvent
|
|
47
53
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller\'s business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -23,7 +23,7 @@ export interface RemovalShipmentItemAdjustment {
|
|
|
23
23
|
*/
|
|
24
24
|
'RemovalShipmentItemId'?: string;
|
|
25
25
|
/**
|
|
26
|
-
* The tax collection model applied to the item. Possible values: * MarketplaceFacilitator
|
|
26
|
+
* The tax collection model that is applied to the item. Possible values: * `MarketplaceFacilitator`: Tax is withheld and remitted to the taxing authority by Amazon on behalf of the seller. * `Standard`: Tax is paid to the seller and not remitted to the taxing authority by Amazon.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof RemovalShipmentItemAdjustment
|
|
29
29
|
*/
|
|
@@ -35,7 +35,7 @@ export interface RemovalShipmentItemAdjustment {
|
|
|
35
35
|
*/
|
|
36
36
|
'FulfillmentNetworkSKU'?: string;
|
|
37
37
|
/**
|
|
38
|
-
* Adjusted quantity of
|
|
38
|
+
* Adjusted quantity of `RemovalShipmentItemAdjustment` items.
|
|
39
39
|
* @type {number}
|
|
40
40
|
* @memberof RemovalShipmentItemAdjustment
|
|
41
41
|
*/
|