List Product custom field enumerations
Query parameters
Success Response
{
"count": 2,
"next": null,
"previous": null,
"results": [
{
"id": 1,
"value": "vv1",
"product_custom_field": 69
},
...
]
}Last updated
Was this helpful?