Retrieves a paginated list of all products in the merchant’s catalog
Show Product Object
Show Pagination
{ "data": [ { "id": "product_001", "merchantId": "merchant_456", "name": "Airtime", "description": "Mobile phone airtime", "amount": 5000, "currency": "ZAR", "active": true, "metadata": { "category": "telecom" }, "createdAt": "2025-01-15T10:30:00.000Z", "updatedAt": "2025-01-15T10:30:00.000Z" }, { "id": "product_002", "merchantId": "merchant_456", "name": "Data Bundle", "description": "1GB data bundle", "amount": 10000, "currency": "ZAR", "active": true, "metadata": { "category": "telecom", "size": "1GB" }, "createdAt": "2025-01-14T09:20:00.000Z", "updatedAt": "2025-01-14T09:20:00.000Z" } ], "pagination": { "limit": 50, "offset": 0, "total": 25, "hasMore": false } }