View set for model Product.

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

{
    "id": 75,
    "url": "https://api.purplme.com/products/75/?format=api",
    "owner": {
        "id": 38,
        "url": "https://api.purplme.com/partners/38/?format=api",
        "name": "Antoine Hage Trading",
        "type": "corporate"
    },
    "categories": [],
    "name": "TogetherAH Food Bundle",
    "description": "Food aid bundles for Lebanese families in need",
    "variations": "https://api.purplme.com/products/75/variations/?format=api",
    "options": "https://api.purplme.com/products/75/options/?format=api",
    "brand": {
        "id": 1,
        "url": "https://api.purplme.com/brands/1/?format=api",
        "name": "Adobe",
        "images": "https://api.purplme.com/brands/1/images/?format=api"
    },
    "is_available_for_sale": true,
    "datetime_created": "2026-03-20T12:57:49.906109Z",
    "datetime_updated": "2026-03-20T13:10:58.642896Z",
    "is_visible": true
}