@sp-api-sdk/finances-api-v0 4.0.7 → 4.2.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/api-model/api/finances-api.js +49 -45
- package/dist/cjs/api-model/api.js +1 -1
- package/dist/cjs/api-model/base.js +1 -1
- package/dist/cjs/api-model/common.js +1 -1
- package/dist/cjs/api-model/configuration.js +13 -2
- package/dist/cjs/api-model/index.js +1 -1
- package/dist/cjs/api-model/models/adhoc-disbursement-event.js +1 -1
- package/dist/cjs/api-model/models/adjustment-event.js +1 -1
- package/dist/cjs/api-model/models/adjustment-item.js +1 -1
- package/dist/cjs/api-model/models/affordability-expense-event.js +1 -1
- package/dist/cjs/api-model/models/capacity-reservation-billing-event.js +1 -1
- package/dist/cjs/api-model/models/charge-component.js +1 -1
- package/dist/cjs/api-model/models/charge-instrument.js +1 -1
- package/dist/cjs/api-model/models/charge-refund-event.js +1 -1
- package/dist/cjs/api-model/models/charge-refund-transaction.js +1 -1
- package/dist/cjs/api-model/models/coupon-payment-event.js +1 -1
- package/dist/cjs/api-model/models/currency.js +1 -1
- package/dist/cjs/api-model/models/debt-recovery-event.js +1 -1
- package/dist/cjs/api-model/models/debt-recovery-item.js +1 -1
- package/dist/cjs/api-model/models/direct-payment.js +1 -1
- package/dist/cjs/api-model/models/ebtrefund-reimbursement-only-event.js +15 -0
- package/dist/cjs/api-model/models/failed-adhoc-disbursement-event.js +1 -1
- package/dist/cjs/api-model/models/fbaliquidation-event.js +1 -1
- package/dist/cjs/api-model/models/fee-component.js +1 -1
- package/dist/cjs/api-model/models/financial-event-group.js +1 -1
- package/dist/cjs/api-model/models/financial-events.js +1 -1
- package/dist/cjs/api-model/models/imaging-services-fee-event.js +1 -1
- package/dist/cjs/api-model/models/index.js +1 -0
- package/dist/cjs/api-model/models/list-financial-event-groups-payload.js +1 -1
- package/dist/cjs/api-model/models/list-financial-event-groups-response.js +1 -1
- package/dist/cjs/api-model/models/list-financial-events-payload.js +1 -1
- package/dist/cjs/api-model/models/list-financial-events-response.js +1 -1
- package/dist/cjs/api-model/models/loan-servicing-event.js +1 -1
- package/dist/cjs/api-model/models/model-error.js +1 -1
- package/dist/cjs/api-model/models/network-commingling-transaction-event.js +1 -1
- package/dist/cjs/api-model/models/pay-with-amazon-event.js +1 -1
- package/dist/cjs/api-model/models/product-ads-payment-event.js +1 -1
- package/dist/cjs/api-model/models/promotion.js +1 -1
- package/dist/cjs/api-model/models/removal-shipment-adjustment-event.js +1 -1
- package/dist/cjs/api-model/models/removal-shipment-event.js +1 -1
- package/dist/cjs/api-model/models/removal-shipment-item-adjustment.js +1 -1
- package/dist/cjs/api-model/models/removal-shipment-item.js +1 -1
- package/dist/cjs/api-model/models/rental-transaction-event.js +1 -1
- package/dist/cjs/api-model/models/retrocharge-event.js +1 -1
- package/dist/cjs/api-model/models/safetreimbursement-event.js +1 -1
- package/dist/cjs/api-model/models/safetreimbursement-item.js +1 -1
- package/dist/cjs/api-model/models/seller-deal-payment-event.js +1 -1
- package/dist/cjs/api-model/models/seller-review-enrollment-payment-event.js +1 -1
- package/dist/cjs/api-model/models/service-fee-event.js +1 -1
- package/dist/cjs/api-model/models/shipment-event.js +1 -1
- package/dist/cjs/api-model/models/shipment-item.js +1 -1
- package/dist/cjs/api-model/models/solution-provider-credit-event.js +1 -1
- package/dist/cjs/api-model/models/tax-withheld-component.js +1 -1
- package/dist/cjs/api-model/models/tax-withholding-event.js +1 -1
- package/dist/cjs/api-model/models/tax-withholding-period.js +1 -1
- package/dist/cjs/api-model/models/tdsreimbursement-event.js +1 -1
- package/dist/cjs/api-model/models/trial-shipment-event.js +1 -1
- package/dist/cjs/api-model/models/value-added-service-charge-event.js +1 -1
- package/dist/cjs/index.js +0 -1
- package/dist/es/api-model/api/finances-api.js +49 -45
- package/dist/es/api-model/api.js +1 -1
- package/dist/es/api-model/base.js +1 -1
- package/dist/es/api-model/common.js +1 -1
- package/dist/es/api-model/configuration.js +13 -2
- package/dist/es/api-model/index.js +1 -1
- package/dist/es/api-model/models/adhoc-disbursement-event.js +1 -1
- package/dist/es/api-model/models/adjustment-event.js +1 -1
- package/dist/es/api-model/models/adjustment-item.js +1 -1
- package/dist/es/api-model/models/affordability-expense-event.js +1 -1
- package/dist/es/api-model/models/capacity-reservation-billing-event.js +1 -1
- package/dist/es/api-model/models/charge-component.js +1 -1
- package/dist/es/api-model/models/charge-instrument.js +1 -1
- package/dist/es/api-model/models/charge-refund-event.js +1 -1
- package/dist/es/api-model/models/charge-refund-transaction.js +1 -1
- package/dist/es/api-model/models/coupon-payment-event.js +1 -1
- package/dist/es/api-model/models/currency.js +1 -1
- package/dist/es/api-model/models/debt-recovery-event.js +1 -1
- package/dist/es/api-model/models/debt-recovery-item.js +1 -1
- package/dist/es/api-model/models/direct-payment.js +1 -1
- package/dist/es/api-model/models/ebtrefund-reimbursement-only-event.js +14 -0
- package/dist/es/api-model/models/failed-adhoc-disbursement-event.js +1 -1
- package/dist/es/api-model/models/fbaliquidation-event.js +1 -1
- package/dist/es/api-model/models/fee-component.js +1 -1
- package/dist/es/api-model/models/financial-event-group.js +1 -1
- package/dist/es/api-model/models/financial-events.js +1 -1
- package/dist/es/api-model/models/imaging-services-fee-event.js +1 -1
- package/dist/es/api-model/models/index.js +1 -0
- package/dist/es/api-model/models/list-financial-event-groups-payload.js +1 -1
- package/dist/es/api-model/models/list-financial-event-groups-response.js +1 -1
- package/dist/es/api-model/models/list-financial-events-payload.js +1 -1
- package/dist/es/api-model/models/list-financial-events-response.js +1 -1
- package/dist/es/api-model/models/loan-servicing-event.js +1 -1
- package/dist/es/api-model/models/model-error.js +1 -1
- package/dist/es/api-model/models/network-commingling-transaction-event.js +1 -1
- package/dist/es/api-model/models/pay-with-amazon-event.js +1 -1
- package/dist/es/api-model/models/product-ads-payment-event.js +1 -1
- package/dist/es/api-model/models/promotion.js +1 -1
- package/dist/es/api-model/models/removal-shipment-adjustment-event.js +1 -1
- package/dist/es/api-model/models/removal-shipment-event.js +1 -1
- package/dist/es/api-model/models/removal-shipment-item-adjustment.js +1 -1
- package/dist/es/api-model/models/removal-shipment-item.js +1 -1
- package/dist/es/api-model/models/rental-transaction-event.js +1 -1
- package/dist/es/api-model/models/retrocharge-event.js +1 -1
- package/dist/es/api-model/models/safetreimbursement-event.js +1 -1
- package/dist/es/api-model/models/safetreimbursement-item.js +1 -1
- package/dist/es/api-model/models/seller-deal-payment-event.js +1 -1
- package/dist/es/api-model/models/seller-review-enrollment-payment-event.js +1 -1
- package/dist/es/api-model/models/service-fee-event.js +1 -1
- package/dist/es/api-model/models/shipment-event.js +1 -1
- package/dist/es/api-model/models/shipment-item.js +1 -1
- package/dist/es/api-model/models/solution-provider-credit-event.js +1 -1
- package/dist/es/api-model/models/tax-withheld-component.js +1 -1
- package/dist/es/api-model/models/tax-withholding-event.js +1 -1
- package/dist/es/api-model/models/tax-withholding-period.js +1 -1
- package/dist/es/api-model/models/tdsreimbursement-event.js +1 -1
- package/dist/es/api-model/models/trial-shipment-event.js +1 -1
- package/dist/es/api-model/models/value-added-service-charge-event.js +1 -1
- package/dist/es/index.js +0 -1
- package/dist/types/api-model/api/finances-api.d.ts +59 -59
- package/dist/types/api-model/api.d.ts +1 -1
- package/dist/types/api-model/base.d.ts +1 -1
- package/dist/types/api-model/common.d.ts +1 -1
- package/dist/types/api-model/configuration.d.ts +25 -1
- package/dist/types/api-model/index.d.ts +1 -1
- package/dist/types/api-model/models/adhoc-disbursement-event.d.ts +3 -3
- package/dist/types/api-model/models/adjustment-event.d.ts +3 -3
- package/dist/types/api-model/models/adjustment-item.d.ts +2 -2
- package/dist/types/api-model/models/affordability-expense-event.d.ts +4 -4
- package/dist/types/api-model/models/capacity-reservation-billing-event.d.ts +3 -3
- package/dist/types/api-model/models/charge-component.d.ts +2 -2
- package/dist/types/api-model/models/charge-instrument.d.ts +1 -1
- package/dist/types/api-model/models/charge-refund-event.d.ts +4 -4
- package/dist/types/api-model/models/charge-refund-transaction.d.ts +1 -1
- package/dist/types/api-model/models/coupon-payment-event.d.ts +2 -2
- package/dist/types/api-model/models/currency.d.ts +2 -2
- package/dist/types/api-model/models/debt-recovery-event.d.ts +2 -2
- package/dist/types/api-model/models/debt-recovery-item.d.ts +3 -3
- package/dist/types/api-model/models/direct-payment.d.ts +2 -2
- package/dist/types/api-model/models/ebtrefund-reimbursement-only-event.d.ts +26 -0
- package/dist/types/api-model/models/failed-adhoc-disbursement-event.d.ts +5 -5
- package/dist/types/api-model/models/fbaliquidation-event.d.ts +2 -2
- package/dist/types/api-model/models/fee-component.d.ts +1 -1
- package/dist/types/api-model/models/financial-event-group.d.ts +5 -5
- package/dist/types/api-model/models/financial-events.d.ts +13 -8
- package/dist/types/api-model/models/imaging-services-fee-event.d.ts +2 -2
- package/dist/types/api-model/models/index.d.ts +1 -0
- package/dist/types/api-model/models/list-financial-event-groups-payload.d.ts +2 -2
- package/dist/types/api-model/models/list-financial-event-groups-response.d.ts +2 -2
- package/dist/types/api-model/models/list-financial-events-payload.d.ts +2 -2
- package/dist/types/api-model/models/list-financial-events-response.d.ts +2 -2
- package/dist/types/api-model/models/loan-servicing-event.d.ts +2 -2
- package/dist/types/api-model/models/model-error.d.ts +1 -1
- package/dist/types/api-model/models/network-commingling-transaction-event.d.ts +3 -3
- package/dist/types/api-model/models/pay-with-amazon-event.d.ts +5 -5
- package/dist/types/api-model/models/product-ads-payment-event.d.ts +4 -4
- package/dist/types/api-model/models/promotion.d.ts +1 -1
- package/dist/types/api-model/models/removal-shipment-adjustment-event.d.ts +4 -4
- package/dist/types/api-model/models/removal-shipment-event.d.ts +5 -5
- package/dist/types/api-model/models/removal-shipment-item-adjustment.d.ts +3 -3
- package/dist/types/api-model/models/removal-shipment-item.d.ts +2 -2
- package/dist/types/api-model/models/rental-transaction-event.d.ts +4 -4
- package/dist/types/api-model/models/retrocharge-event.d.ts +3 -3
- package/dist/types/api-model/models/safetreimbursement-event.d.ts +3 -3
- package/dist/types/api-model/models/safetreimbursement-item.d.ts +1 -1
- package/dist/types/api-model/models/seller-deal-payment-event.d.ts +4 -4
- package/dist/types/api-model/models/seller-review-enrollment-payment-event.d.ts +2 -2
- package/dist/types/api-model/models/service-fee-event.d.ts +1 -1
- package/dist/types/api-model/models/shipment-event.d.ts +2 -2
- package/dist/types/api-model/models/shipment-item.d.ts +1 -1
- package/dist/types/api-model/models/solution-provider-credit-event.d.ts +2 -2
- package/dist/types/api-model/models/tax-withheld-component.d.ts +2 -2
- package/dist/types/api-model/models/tax-withholding-event.d.ts +3 -3
- package/dist/types/api-model/models/tax-withholding-period.d.ts +4 -4
- package/dist/types/api-model/models/tdsreimbursement-event.d.ts +2 -2
- package/dist/types/api-model/models/trial-shipment-event.d.ts +2 -2
- package/dist/types/api-model/models/value-added-service-charge-event.d.ts +3 -3
- package/dist/types/index.d.ts +1 -1
- package/package.json +4 -4
|
@@ -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
|
*
|
|
@@ -15,11 +15,11 @@ import type { Currency } from './currency';
|
|
|
15
15
|
*/
|
|
16
16
|
export interface CapacityReservationBillingEvent {
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* The transaction type. For example, FBA Inventory Fee.
|
|
19
19
|
*/
|
|
20
20
|
'TransactionType'?: string;
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
23
23
|
*/
|
|
24
24
|
'PostedDate'?: string;
|
|
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
|
*
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { Currency } from './currency';
|
|
13
13
|
/**
|
|
14
|
-
* A charge on the seller\'s account. Possible values: * Principal
|
|
14
|
+
* A charge on the seller\'s account. Possible values: * `Principal`: The selling price of the order item, which is equal to the selling price of the item multiplied by the quantity ordered. * `Tax`: The tax on the principal that is collected by the seller. * `MarketplaceFacilitatorTax-Principal`: The tax that is withheld on the principal. * `MarketplaceFacilitatorTax-Shipping`: The tax that is withheld on the `ShippingCharge`. * `MarketplaceFacilitatorTax-Giftwrap`: The tax that is withheld on the Giftwrap charge. * `MarketplaceFacilitatorTax-Other`: The tax that is withheld on other miscellaneous charges. * `Discount`: The promotional discount for an order item. * `TaxDiscount`: The tax that is deducted for promotional rebates. * `CODItemCharge`: The COD charge for an order item. * `CODItemTaxCharge`: The tax that is collected by the seller on a `CODItemCharge`. * `CODOrderCharge`: The COD charge for an order. * `CODOrderTaxCharge`: The tax that is collected by the seller on a `CODOrderCharge`. * `CODShippingCharge`: Shipping charges for a COD order. * `CODShippingTaxCharge`: The tax that is collected by the seller on a `CODShippingCharge`. * `ShippingCharge`: The shipping charge. * `ShippingTax`: The tax that is collected by the seller on a `ShippingCharge`. * `Goodwill`: The amount of money that is given to a buyer as a gesture of goodwill or to compensate for pain and suffering in the buying experience. * `Giftwrap`: The gift wrap charge. * `GiftwrapTax`: The tax that is collected by the seller on a gift wrap charge. * `RestockingFee`: The charge that is applied to the buyer when returning a product in certain categories. * `ReturnShipping`: The amount of money that is given to the buyer to compensate for shipping the item back if we are at fault. * `PointsFee`: The value of Amazon Points deducted from the refund if the buyer does not have enough Amazon Points to cover the deduction. * `GenericDeduction`: A generic bad debt deduction. * `FreeReplacementReturnShipping`: The compensation for return shipping when a buyer receives the wrong item, requests a free replacement, and returns the incorrect item. * `PaymentMethodFee`: The fee that is collected for certain payment methods in certain marketplaces. * `ExportCharge`: The export duty that is charged when an item is shipped to an international destination as part of the Amazon Global program. * `SAFE-TReimbursement`: The SAFE-T claim amount for the item. * `TCS-CGST`: Tax Collected at Source (TCS) for Central Goods and Services Tax (CGST). * `TCS-SGST`: Tax Collected at Source for State Goods and Services Tax (SGST). * `TCS-IGST`: Tax Collected at Source for Integrated Goods and Services Tax (IGST). * `TCS-UTGST`: Tax Collected at Source for Union Territories Goods and Services Tax (UTGST). * `PaidthroughEBT`: The amount of money paid with EBT for any order or shipment items.
|
|
15
15
|
*/
|
|
16
16
|
export interface ChargeComponent {
|
|
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
|
*
|
|
@@ -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
|
*
|
|
@@ -15,15 +15,15 @@ import type { ChargeRefundTransaction } from './charge-refund-transaction';
|
|
|
15
15
|
*/
|
|
16
16
|
export interface ChargeRefundEvent {
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
19
19
|
*/
|
|
20
20
|
'PostedDate'?: string;
|
|
21
21
|
/**
|
|
22
|
-
* The reason given for a charge refund.
|
|
22
|
+
* The reason given for a charge refund. For example, `SubscriptionFeeCorrection`.
|
|
23
23
|
*/
|
|
24
24
|
'ReasonCode'?: string;
|
|
25
25
|
/**
|
|
26
|
-
* A description of the Reason Code.
|
|
26
|
+
* A description of the Reason Code. For example, `SubscriptionFeeCorrection`.
|
|
27
27
|
*/
|
|
28
28
|
'ReasonCodeDescription'?: string;
|
|
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
|
*
|
|
@@ -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 { FeeComponent } from './fee-component';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface CouponPaymentEvent {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
21
21
|
*/
|
|
22
22
|
'PostedDate'?: string;
|
|
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
|
*
|
|
@@ -18,7 +18,7 @@ export interface Currency {
|
|
|
18
18
|
*/
|
|
19
19
|
'CurrencyCode'?: string;
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* A signed decimal number.
|
|
22
22
|
*/
|
|
23
23
|
'CurrencyAmount'?: number;
|
|
24
24
|
}
|
|
@@ -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 { DebtRecoveryItem } from './debt-recovery-item';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface DebtRecoveryEvent {
|
|
19
19
|
/**
|
|
20
|
-
* The debt recovery type. Possible values: * DebtPayment
|
|
20
|
+
* The debt recovery type. Possible values: * `DebtPayment` * `DebtPaymentFailure` * `DebtAdjustment`
|
|
21
21
|
*/
|
|
22
22
|
'DebtRecoveryType'?: string;
|
|
23
23
|
'RecoveryAmount'?: Currency;
|
|
@@ -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,11 +17,11 @@ export interface DebtRecoveryItem {
|
|
|
17
17
|
'RecoveryAmount'?: Currency;
|
|
18
18
|
'OriginalAmount'?: Currency;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
21
21
|
*/
|
|
22
22
|
'GroupBeginDate'?: string;
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
25
25
|
*/
|
|
26
26
|
'GroupEndDate'?: string;
|
|
27
27
|
}
|
|
@@ -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
|
*
|
|
@@ -15,7 +15,7 @@ import type { Currency } from './currency';
|
|
|
15
15
|
*/
|
|
16
16
|
export interface DirectPayment {
|
|
17
17
|
/**
|
|
18
|
-
* 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
|
|
18
|
+
* 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.
|
|
19
19
|
*/
|
|
20
20
|
'DirectPaymentType'?: string;
|
|
21
21
|
'DirectPaymentAmount'?: Currency;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
* An EBT refund reimbursement event.
|
|
15
|
+
*/
|
|
16
|
+
export interface EBTRefundReimbursementOnlyEvent {
|
|
17
|
+
/**
|
|
18
|
+
* The identifier of an order.
|
|
19
|
+
*/
|
|
20
|
+
'OrderId'?: string;
|
|
21
|
+
/**
|
|
22
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
23
|
+
*/
|
|
24
|
+
'PostedDate'?: string;
|
|
25
|
+
'Amount'?: Currency;
|
|
26
|
+
}
|
|
@@ -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
|
*
|
|
@@ -15,7 +15,7 @@ import type { Currency } from './currency';
|
|
|
15
15
|
*/
|
|
16
16
|
export interface FailedAdhocDisbursementEvent {
|
|
17
17
|
/**
|
|
18
|
-
* The type of fund transfer.
|
|
18
|
+
* The type of fund transfer. For example, `Refund`.
|
|
19
19
|
*/
|
|
20
20
|
'FundsTransfersType'?: string;
|
|
21
21
|
/**
|
|
@@ -27,16 +27,16 @@ export interface FailedAdhocDisbursementEvent {
|
|
|
27
27
|
*/
|
|
28
28
|
'DisbursementId'?: string;
|
|
29
29
|
/**
|
|
30
|
-
* The type of payment for disbursement.
|
|
30
|
+
* The type of payment for disbursement. For example, `CREDIT_CARD`.
|
|
31
31
|
*/
|
|
32
32
|
'PaymentDisbursementType'?: string;
|
|
33
33
|
/**
|
|
34
|
-
* The status of the failed `AdhocDisbursement`.
|
|
34
|
+
* The status of the failed `AdhocDisbursement`. For example, `HARD_DECLINED`.
|
|
35
35
|
*/
|
|
36
36
|
'Status'?: string;
|
|
37
37
|
'TransferAmount'?: Currency;
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
40
40
|
*/
|
|
41
41
|
'PostedDate'?: string;
|
|
42
42
|
}
|
|
@@ -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
|
*
|
|
@@ -15,7 +15,7 @@ import type { Currency } from './currency';
|
|
|
15
15
|
*/
|
|
16
16
|
export interface FBALiquidationEvent {
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
19
19
|
*/
|
|
20
20
|
'PostedDate'?: string;
|
|
21
21
|
/**
|
|
@@ -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
|
*
|
|
@@ -19,7 +19,7 @@ export interface FinancialEventGroup {
|
|
|
19
19
|
*/
|
|
20
20
|
'FinancialEventGroupId'?: string;
|
|
21
21
|
/**
|
|
22
|
-
* The processing status of the financial event group indicates whether the balance of the financial event group is settled. Possible values: * Open
|
|
22
|
+
* The processing status of the financial event group indicates whether the balance of the financial event group is settled. Possible values: * `Open` * `Closed`
|
|
23
23
|
*/
|
|
24
24
|
'ProcessingStatus'?: string;
|
|
25
25
|
/**
|
|
@@ -29,7 +29,7 @@ export interface FinancialEventGroup {
|
|
|
29
29
|
'OriginalTotal'?: Currency;
|
|
30
30
|
'ConvertedTotal'?: 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
|
*/
|
|
34
34
|
'FundTransferDate'?: string;
|
|
35
35
|
/**
|
|
@@ -42,11 +42,11 @@ export interface FinancialEventGroup {
|
|
|
42
42
|
'AccountTail'?: string;
|
|
43
43
|
'BeginningBalance'?: Currency;
|
|
44
44
|
/**
|
|
45
|
-
*
|
|
45
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
46
46
|
*/
|
|
47
47
|
'FinancialEventGroupStart'?: string;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
50
50
|
*/
|
|
51
51
|
'FinancialEventGroupEnd'?: string;
|
|
52
52
|
}
|
|
@@ -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
|
*
|
|
@@ -16,6 +16,7 @@ import type { CapacityReservationBillingEvent } from './capacity-reservation-bil
|
|
|
16
16
|
import type { ChargeRefundEvent } from './charge-refund-event';
|
|
17
17
|
import type { CouponPaymentEvent } from './coupon-payment-event';
|
|
18
18
|
import type { DebtRecoveryEvent } from './debt-recovery-event';
|
|
19
|
+
import type { EBTRefundReimbursementOnlyEvent } from './ebtrefund-reimbursement-only-event';
|
|
19
20
|
import type { FBALiquidationEvent } from './fbaliquidation-event';
|
|
20
21
|
import type { FailedAdhocDisbursementEvent } from './failed-adhoc-disbursement-event';
|
|
21
22
|
import type { ImagingServicesFeeEvent } from './imaging-services-fee-event';
|
|
@@ -38,7 +39,7 @@ import type { TaxWithholdingEvent } from './tax-withholding-event';
|
|
|
38
39
|
import type { TrialShipmentEvent } from './trial-shipment-event';
|
|
39
40
|
import type { ValueAddedServiceChargeEvent } from './value-added-service-charge-event';
|
|
40
41
|
/**
|
|
41
|
-
*
|
|
42
|
+
* All the information that is related to a financial event.
|
|
42
43
|
*/
|
|
43
44
|
export interface FinancialEvents {
|
|
44
45
|
/**
|
|
@@ -57,6 +58,10 @@ export interface FinancialEvents {
|
|
|
57
58
|
* A list of shipment event information.
|
|
58
59
|
*/
|
|
59
60
|
'GuaranteeClaimEventList'?: Array<ShipmentEvent>;
|
|
61
|
+
/**
|
|
62
|
+
* A list of EBT refund reimbursement events.
|
|
63
|
+
*/
|
|
64
|
+
'EBTRefundReimbursementOnlyEventList'?: Array<EBTRefundReimbursementOnlyEvent>;
|
|
60
65
|
/**
|
|
61
66
|
* A list of shipment event information.
|
|
62
67
|
*/
|
|
@@ -66,11 +71,11 @@ export interface FinancialEvents {
|
|
|
66
71
|
*/
|
|
67
72
|
'PayWithAmazonEventList'?: Array<PayWithAmazonEvent>;
|
|
68
73
|
/**
|
|
69
|
-
* A list of
|
|
74
|
+
* A list of `SolutionProviderCreditEvent`.
|
|
70
75
|
*/
|
|
71
76
|
'ServiceProviderCreditEventList'?: Array<SolutionProviderCreditEvent>;
|
|
72
77
|
/**
|
|
73
|
-
* A list of information about Retrocharge or RetrochargeReversal events.
|
|
78
|
+
* A list of information about `Retrocharge` or `RetrochargeReversal` events.
|
|
74
79
|
*/
|
|
75
80
|
'RetrochargeEventList'?: Array<RetrochargeEvent>;
|
|
76
81
|
/**
|
|
@@ -102,7 +107,7 @@ export interface FinancialEvents {
|
|
|
102
107
|
*/
|
|
103
108
|
'AdjustmentEventList'?: Array<AdjustmentEvent>;
|
|
104
109
|
/**
|
|
105
|
-
* A list of
|
|
110
|
+
* A list of `SAFETReimbursementEvent`.
|
|
106
111
|
*/
|
|
107
112
|
'SAFETReimbursementEventList'?: Array<SAFETReimbursementEvent>;
|
|
108
113
|
/**
|
|
@@ -138,7 +143,7 @@ export interface FinancialEvents {
|
|
|
138
143
|
*/
|
|
139
144
|
'RemovalShipmentEventList'?: Array<RemovalShipmentEvent>;
|
|
140
145
|
/**
|
|
141
|
-
* A comma-delimited list of
|
|
146
|
+
* A comma-delimited list of `RemovalShipmentAdjustment` details for FBA inventory.
|
|
142
147
|
*/
|
|
143
148
|
'RemovalShipmentAdjustmentEventList'?: Array<RemovalShipmentAdjustmentEvent>;
|
|
144
149
|
/**
|
|
@@ -154,7 +159,7 @@ export interface FinancialEvents {
|
|
|
154
159
|
*/
|
|
155
160
|
'AdhocDisbursementEventList'?: Array<AdhocDisbursementEvent>;
|
|
156
161
|
/**
|
|
157
|
-
* A list of
|
|
162
|
+
* A list of tax withholding events.
|
|
158
163
|
*/
|
|
159
164
|
'TaxWithholdingEventList'?: Array<TaxWithholdingEvent>;
|
|
160
165
|
/**
|
|
@@ -162,7 +167,7 @@ export interface FinancialEvents {
|
|
|
162
167
|
*/
|
|
163
168
|
'ChargeRefundEventList'?: Array<ChargeRefundEvent>;
|
|
164
169
|
/**
|
|
165
|
-
* A list of `FailedAdhocDisbursementEvent
|
|
170
|
+
* A list of `FailedAdhocDisbursementEvent`.
|
|
166
171
|
*/
|
|
167
172
|
'FailedAdhocDisbursementEventList'?: Array<FailedAdhocDisbursementEvent>;
|
|
168
173
|
/**
|
|
@@ -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 ImagingServicesFeeEvent {
|
|
|
23
23
|
*/
|
|
24
24
|
'ASIN'?: 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
|
*/
|
|
28
28
|
'PostedDate'?: string;
|
|
29
29
|
/**
|
|
@@ -12,6 +12,7 @@ export * from './currency';
|
|
|
12
12
|
export * from './debt-recovery-event';
|
|
13
13
|
export * from './debt-recovery-item';
|
|
14
14
|
export * from './direct-payment';
|
|
15
|
+
export * from './ebtrefund-reimbursement-only-event';
|
|
15
16
|
export * from './fbaliquidation-event';
|
|
16
17
|
export * from './failed-adhoc-disbursement-event';
|
|
17
18
|
export * from './fee-component';
|
|
@@ -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
|
*/
|
|
16
16
|
export interface ListFinancialEventGroupsPayload {
|
|
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 { 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
|
*/
|
|
16
16
|
export interface ListFinancialEventGroupsResponse {
|
|
17
17
|
'payload'?: ListFinancialEventGroupsPayload;
|
|
@@ -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
|
*/
|
|
16
16
|
export 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
|
*/
|
|
16
16
|
export interface ListFinancialEventsResponse {
|
|
17
17
|
'payload'?: ListFinancialEventsPayload;
|
|
@@ -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
|
*
|
|
@@ -16,7 +16,7 @@ import type { Currency } from './currency';
|
|
|
16
16
|
export interface LoanServicingEvent {
|
|
17
17
|
'LoanAmount'?: Currency;
|
|
18
18
|
/**
|
|
19
|
-
* The type of event. Possible values: * LoanAdvance * LoanPayment * LoanRefund
|
|
19
|
+
* The type of event. Possible values: * `LoanAdvance` * `LoanPayment` * `LoanRefund`
|
|
20
20
|
*/
|
|
21
21
|
'SourceBusinessEventType'?: string;
|
|
22
22
|
}
|
|
@@ -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
|
*
|
|
@@ -15,11 +15,11 @@ import type { Currency } from './currency';
|
|
|
15
15
|
*/
|
|
16
16
|
export interface NetworkComminglingTransactionEvent {
|
|
17
17
|
/**
|
|
18
|
-
* The type of network item swap. Possible values: * NetCo
|
|
18
|
+
* 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.
|
|
19
19
|
*/
|
|
20
20
|
'TransactionType'?: string;
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
23
23
|
*/
|
|
24
24
|
'PostedDate'?: string;
|
|
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
|
*
|
|
@@ -20,7 +20,7 @@ export interface PayWithAmazonEvent {
|
|
|
20
20
|
*/
|
|
21
21
|
'SellerOrderId'?: string;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
24
24
|
*/
|
|
25
25
|
'TransactionPostedDate'?: string;
|
|
26
26
|
/**
|
|
@@ -37,7 +37,7 @@ export interface PayWithAmazonEvent {
|
|
|
37
37
|
*/
|
|
38
38
|
'FeeList'?: Array<FeeComponent>;
|
|
39
39
|
/**
|
|
40
|
-
* The type of payment. Possible values: * Sales
|
|
40
|
+
* The type of payment. Possible values: * `Sales`
|
|
41
41
|
*/
|
|
42
42
|
'PaymentAmountType'?: string;
|
|
43
43
|
/**
|
|
@@ -45,11 +45,11 @@ export interface PayWithAmazonEvent {
|
|
|
45
45
|
*/
|
|
46
46
|
'AmountDescription'?: string;
|
|
47
47
|
/**
|
|
48
|
-
* The fulfillment channel. Possible values: * AFN
|
|
48
|
+
* The fulfillment channel. Possible values: * `AFN`: Amazon Fulfillment Network (Fulfillment by Amazon) * `MFN`: Merchant Fulfillment Network (self-fulfilled)
|
|
49
49
|
*/
|
|
50
50
|
'FulfillmentChannel'?: string;
|
|
51
51
|
/**
|
|
52
|
-
* The store
|
|
52
|
+
* The name of the store where the event occurred.
|
|
53
53
|
*/
|
|
54
54
|
'StoreName'?: string;
|
|
55
55
|
}
|