Run in Apidog
Request Body Params application/json
{
"product_id" : "9b95b607-a459-43c6-af79-4f84be844da8" ,
"selling_price" : 90 ,
"platform_fee" : 10
}
Request Code Samples
curl --location --request POST 'https://dev.outbackmarketplace.com/api/v1/purchase-tool/mark-as-sold' \
--header 'Authorization: {{TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_id": "9b95b607-a459-43c6-af79-4f84be844da8",
"selling_price": 90,
"platform_fee":10
}'
Responses
{"message":"Executed Successfully!","response":"what would be the resale value of Vtg 80's Converse CONS Hi Top White Leather Sneakers NBA Mens Size 9?"}
Modified at 2025-08-13 12:27:55