GET
/product-offers
List product offers
Product Offers
Description
Retrieve a paginated list of product offers from various merchants.
Optionally filter by merchant ID. Returns 30 offers per page by default.
Parameters
page
integer
query
Page number for pagination
merchant_id
integer
query
Filter offers by merchant ID
Responses
200
Successful response
application/jsonstatusstring
Example:
successdataarray
current_pageinteger
Example:
1total_resultsinteger
Example:
250total_pagesinteger
Example:
9
404
Page not found
application/jsonExample:
{
"status": "error",
"message": "Page not found"
}