Selling Partner API SDK for JavaScript
Preparing search index...
@sp-api-sdk/product-fees-api-v0
IncludedFeeDetail
Interface IncludedFeeDetail
The type of fee, fee amount, and other details.
interface
IncludedFeeDetail
{
FeeAmount
:
MoneyType
;
FeePromotion
?:
MoneyType
;
FeeType
:
string
;
FinalFee
:
MoneyType
;
TaxAmount
?:
MoneyType
;
}
Index
Properties
Fee
Amount
Fee
Promotion?
Fee
Type
Final
Fee
Tax
Amount?
Properties
Fee
Amount
FeeAmount
:
MoneyType
Optional
Fee
Promotion
FeePromotion
?:
MoneyType
Fee
Type
FeeType
:
string
The type of fee charged to a seller.
Final
Fee
FinalFee
:
MoneyType
Optional
Tax
Amount
TaxAmount
?:
MoneyType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Fee
Amount
Fee
Promotion
Fee
Type
Final
Fee
Tax
Amount
Selling Partner API SDK for JavaScript
Loading...
The type of fee, fee amount, and other details.