GET /api/product-types/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 1,
        "name": "Vara",
        "slug": "vara",
        "hasVariants": false,
        "isShippingRequired": true,
        "isDigital": false,
        "fields": []
    }
]