Get a public product’s full details by its unique slug
cURL
curl --request GET \ --url https://api.auctionnow.io/api/alpha/public/products/{slug}
{ "data": { "_id": "<string>", "_creationTime": 123, "title": "<string>", "description": "<string>", "slug": "<string>", "handle": "<string>", "images": [ { "_id": "<string>", "url": "<string>" } ], "merchant": { "handle": "<string>", "shopName": "<string>" }, "price": 123, "shippingCostUS": 123, "shippingCostInternational": 123, "quantity": 123, "quantityAvailable": 123, "status": "INSTOCK", "productType": "PHYSICAL", "type": "AUCTION_AND_PRODUCT", "details": {} }, "timestamp": 123, "message": "<string>" }
The product's unique slug
Product detail
Show child attributes