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/json
statusstring
Example: success
dataobject
404 Offer not found
application/json
Example:
{
  "status": "error",
  "message": "Offer not found"
}