List Product Custom Fields
Query parameters
Success Response
{
"count": 3,
"next": null,
"previous": null,
"results": [
{
"id": 66,
"product_custom_field_enums": [],
"name": "cf1",
"data_type": null,
"default_value": "1",
"description": null,
"product": 1584723961091260
}
...
]
}Last updated
Was this helpful?