Skip to content

Product By Id

{{base_url}}/product/{product_id}
Scheme
{
    "status": boolean,
    "message": string,
    "data": {
        "id": integer,
        "name": string,
        "description": string,
        "category": {
            "id": integer,
            "name": string
        },
        "price": float,
        "images": [
            string,
            ...
        ],
        "brand": {
            "id": integer,
            "name": string,
            "logo": string
        },
        "promoted": boolean
    }
}