Retrieve Product Custom Field

URL : /api/v1/product-custom-fields/{id}/

Method : GET

Success Response

Code : 200 OK

Content examples :

{
    "id": 66,
    "product_custom_field_enums": [],
    "name": "cf1",
    "data_type": null,
    "default_value": "1",
    "description": null,
    "product": 1584723961091260
}

Last updated

Was this helpful?