Edit Purchase Product Detail
Run in Apidog
Request Body Params application/json
{
"product_id" : "9b95b607-a459-43c6-af79-4f84be844da8" ,
"selling_price" : 90 ,
"purchase_price" : 10
}
Request Code Samples
curl --location --request PATCH 'https://dev.outbackmarketplace.com/api/v1/purchase-tool/update-purchased-product' \
--header 'Authorization: {{TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_id": "9b95b607-a459-43c6-af79-4f84be844da8",
"selling_price": 90,
"purchase_price":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