v1
latestOpenAPI 3.0.02026-07-2455104.8 MBProduct Free Field
View product free field
Returns details of a single product free field from company settings
get/api/v1/productsFreeFields/{id}
Path parameters
idstring required
Resource identifier.
Example:17
The resource's identifier.
Response
Operation completed successfully.
Example response
{
"data": {
"id": "1",
"name": "Net Weight"
}
}