View set for model Product.

GET /products/76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/vnd.purplme+json
Vary: Accept

{
    "id": 76,
    "url": "https://api.purplme.com/products/76/?format=api",
    "owner": {
        "id": 39,
        "url": "https://api.purplme.com/partners/39/?format=api",
        "name": "Mirella El Roumi",
        "type": "merchant"
    },
    "categories": [],
    "name": "Night Light",
    "description": "Soft baby night light",
    "variations": "https://api.purplme.com/products/76/variations/?format=api",
    "options": "https://api.purplme.com/products/76/options/?format=api",
    "brand": null,
    "is_available_for_sale": true,
    "datetime_created": "2026-03-30T10:00:59.365444Z",
    "datetime_updated": "2026-03-30T10:00:59.365457Z",
    "is_visible": true
}