Product 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"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.