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/json
statusstring
Example: success
dataarray
current_pageinteger
Example: 1
total_resultsinteger
Example: 250
total_pagesinteger
Example: 9
404 Page not found
application/json
Example:
{
  "status": "error",
  "message": "Page not found"
}