List Product Custom Fields
Examples
{
"name": "Show all product custom fields the requesting manager has access permissions to.",
"method": "GET",
"url": "/api/v1/product-custom-fields/",
"description": "",
"tab": "examples",
"examples": {
"languages": [
{
"id": "b0xj3F46234ncp6cj0d3f",
"language": "json",
"code": "",
"customLabel": ""
}
],
"selectedLanguageId": "b0xj3F46234ncp6cj0d3f"
},
"results": {
"languages": [
{
"id": "aTMf1--aFpAngFFPMIUgA",
"language": "200",
"code": "{\n \"count\": 3,\n \"next\": null,\n \"previous\": null,\n \"results\": [\n {\n \"id\": 66,\n \"product_custom_field_enums\": [],\n \"name\": \"cf1\",\n \"data_type\": null,\n \"default_value\": \"1\",\n \"description\": null,\n \"product\": 1584723961091260\n }\n ...\n ]\n}",
"customLabel": ""
},
{
"id": "3PthBJ1JJ9aRMWo8_HjeX",
"language": "404",
"code": "{\n \"message\": \"Ain't no cake like that.\"\n}",
"customLabel": ""
}
],
"selectedLanguageId": "aTMf1--aFpAngFFPMIUgA"
},
"request": {
"pathParameters": [],
"queryParameters": [],
"headerParameters": [],
"bodyDataParameters": [],
"formDataParameters": []
},
"currentNewParameter": {
"label": "Body Parameter",
"value": "bodyDataParameters"
},
"hasTryItOut": false
}Query Parameters
Pagination
Filtering
Was this helpful?