Skip to main content

Get Product

Endpoint

GEThttps://crm.twozo.io/rest/api/v1/product/{id}
Response
{
    "code": 0,
    "data": {
        "sales_owner": {
            "name": "uno1",
            "value": 69503
        },
        "taxable": {
            "name": "Yes",
            "value": 10064065
        },
        "name": "Unit Price",
        "updated_by": 69503,
        "id": 120533,
        "product_code": "772892",
        "category": {
            "name": "Hardware",
            "value": 10064067
        },
        "unit_price": [
            {
                "variationId": 93383,
                "price": 2234.00,
                "discount": 0.0,
                "tax": 12.0,
                "currency": {
                    "symbol": "ALL",
                    "currencyId": 3
                },
                "id": 61914
            }
        ],
        "created_by": 69503
    }
}