View set for model Product.

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

{
    "id": 36,
    "url": "https://api.purplme.com/products/36/?format=api",
    "owner": {
        "id": 30,
        "url": "https://api.purplme.com/partners/30/?format=api",
        "name": "Purpl Marketplace",
        "type": "merchant"
    },
    "categories": [
        {
            "id": 7,
            "url": "https://api.purplme.com/categories/7/?format=api",
            "name": "Gaming"
        }
    ],
    "name": "Freefire Gift Card",
    "description": "",
    "extra_data": {},
    "variations": "https://api.purplme.com/products/36/variations/?format=api",
    "options": "https://api.purplme.com/products/36/options/?format=api",
    "brand": {
        "id": 13,
        "url": "https://api.purplme.com/brands/13/?format=api",
        "name": "Freefire",
        "images": "https://api.purplme.com/brands/13/images/?format=api"
    },
    "is_available_for_sale": true,
    "datetime_created": "2025-08-29T13:15:42.459176Z",
    "datetime_updated": "2025-08-29T13:15:42.459188Z"
}