api_key: ********************
X-Api-Key: ********************
{
"cog": "29.99",
"fba3pl": "2.15",
"fbm3pl": "3.21",
"overridePrice": null
}
curl --location --request POST 'https://app.sellerassistant.app/api/v1/products/B00U26V4VQ/calculate?api_key' \
--header 'Content-Type: application/json' \
--data-raw '{
"cog": "29.99",
"fba3pl": "2.15",
"fbm3pl": "3.21",
"overridePrice": null
}'
{
"currency": {
"code": "USD",
"symbol": "$"
},
"calculations": {
"fba": {
"price": "43.97",
"cog": "29.99",
"referralFee": "6.60",
"fbaFee": "6.61",
"storageFee": "0.49",
"variableClosingFee": "0.00",
"fba3pl": "2.15",
"profit": "-1.87"
},
"fbm": {
"price": "43.97",
"cog": "29.99",
"referralFee": "6.60",
"variableClosingFee": "0.00",
"fbm3pl": "3.21",
"profit": "4.17"
}
},
"profit": {
"fba": {
"amount": "-1.87",
"breakEven": {
"price": "46.16",
"profit": "0.00"
},
"roi10": {
"price": "49.95",
"profit": "3.21"
},
"roi20": {
"price": "53.73",
"profit": "6.43"
},
"roi": -5.82,
"margin": -4.25
},
"fbm": {
"amount": "4.17",
"breakEven": {
"price": "39.06",
"profit": "0.00"
},
"roi10": {
"price": "42.96",
"profit": "3.00"
},
"roi20": {
"price": "46.87",
"profit": "7.00"
},
"roi": 12.56,
"margin": 9.48
}
},
"estimate": {
"sales": 10000,
"revenue": "439700.00"
}
}