{
"payload": {
"FeesEstimateResult": {
"Status": "string",
"FeesEstimateIdentifier": {
"MarketplaceId": "string",
"SellerId": "string",
"IdType": "ASIN",
"IdValue": "string",
"IsAmazonFulfilled": true,
"PriceToEstimateFees": {
"ListingPrice": {
"currencyCode": "string",
"amount": 0
},
"Shipping": {
"currencyCode": "string",
"amount": 0
},
"Points": {
"pointsNumber": 0,
"pointsMonetaryValue": {
"currencyCode": "string",
"amount": 0
}
}
},
"SellerInputIdentifier": "string",
"OptionalFulfillmentProgram": "FBA_CORE"
},
"FeesEstimate": {
"TimeOfFeesEstimation": "2019-08-24T14:15:22Z",
"TotalFeesEstimate": {
"currencyCode": "string",
"amount": 0
},
"FeeDetailList": [
{
"FeeType": "string",
"FeeAmount": {
"currencyCode": "string",
"amount": 0
},
"FeePromotion": {
"currencyCode": "string",
"amount": 0
},
"TaxAmount": {
"currencyCode": "string",
"amount": 0
},
"FinalFee": {
"currencyCode": "string",
"amount": 0
},
"IncludedFeeDetailList": [
{
"FeeType": "string",
"FeeAmount": {
"currencyCode": "string",
"amount": 0
},
"FeePromotion": {
"currencyCode": "string",
"amount": 0
},
"TaxAmount": {
"currencyCode": "string",
"amount": 0
},
"FinalFee": {
"currencyCode": "string",
"amount": 0
}
}
]
}
]
},
"Error": {
"Type": "string",
"Code": "string",
"Message": "string",
"Detail": [
{}
]
}
}
},
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}