Create Purchase listing tool
Run in Apidog
Request Body Params application/json
{
"user_id" : "295e2418-c041-70ed-53f1-c1556c4363ae" ,
"title" : "Monarch Butterfly Photograph" ,
"price" : 20 ,
"product_image" : [
"https://cdn.urbantreasure.com/uploads/295e2418-c041-70ed-53f1-c1556c4363ae/compressed/3fb2a052-3991-420e-b25f-9b6dbfd78870.png"
] ,
"condition" : "Faded colors, poor quality" ,
"search_id" : "1811d44f-8e16-4212-b981-29c11ffb116a"
}
Request Code Samples
curl --location --request POST 'https://dev.outbackmarketplace.com/api/v1/purchase-tool/creation' \
--header 'Authorization: {{TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "295e2418-c041-70ed-53f1-c1556c4363ae",
"title": "Monarch Butterfly Photograph",
"price": 20,
"product_image": [
"https://cdn.urbantreasure.com/uploads/295e2418-c041-70ed-53f1-c1556c4363ae/compressed/3fb2a052-3991-420e-b25f-9b6dbfd78870.png"
],
"condition": "Faded colors, poor quality",
"search_id": "1811d44f-8e16-4212-b981-29c11ffb116a"
}'
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