View set for model Product.

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

{
    "id": 78,
    "url": "https://api.purplme.com/products/78/?format=api",
    "owner": {
        "id": 39,
        "url": "https://api.purplme.com/partners/39/?format=api",
        "name": "Mirella El Roumi",
        "type": "merchant"
    },
    "categories": [],
    "name": "Sleep-Friendly Plug-In Night Light - Bear",
    "description": "Night wakings are part of life with a baby. The light you use during those moments can make a big difference for sleep.",
    "variations": "https://api.purplme.com/products/78/variations/?format=api",
    "options": "https://api.purplme.com/products/78/options/?format=api",
    "brand": null,
    "is_available_for_sale": true,
    "datetime_created": "2026-03-31T14:40:35.417416Z",
    "datetime_updated": "2026-03-31T14:40:35.417430Z",
    "is_visible": true
}