Get all active products for a merchant by their handle. Only returns in-stock products with available quantity.
cURL
curl --request GET \ --url https://api.auctionnow.io/api/alpha/public/merchants/{handle}/products
{ "data": [ { "_id": "<string>", "_creationTime": 123, "title": "<string>", "description": "<string>", "slug": "<string>", "handle": "<string>", "images": [ { "_id": "<string>", "url": "<string>" } ], "price": 123, "shippingCostUS": 123, "shippingCostInternational": 123, "quantity": 123, "quantityAvailable": 123, "status": "INSTOCK", "productType": "PHYSICAL", "type": "AUCTION_AND_PRODUCT", "details": {}, "numberOfBids": 123 } ], "timestamp": 123, "message": "<string>" }
The merchant's handle
List of active products
List of active products for the merchant
Show child attributes