GET
/product-offers/{id}
Get product offer by ID
Product Offers
Description
Retrieve a specific product offer by its ID.
Parameters
id
integer
path
required
Offer ID
Responses
200
Successful response
application/jsonstatusstring
Example:
successdataobject
404
Offer not found
application/jsonExample:
{
"status": "error",
"message": "Offer not found"
}