v1
latestOpenAPI 3.0.02026-07-2455104.8 MBProduct Free Field
List product free fields
Returns a list of information about product free fields from the company settings
get/api/v1/productsFreeFields
Query parameters
Response
Operation completed successfully.
Example response
{
"data": [
{
"id": "1",
"name": "Net Weight"
}
],
"extra": {
"totalCount": 1,
"page": {
"number": 1,
"size": 10
}
}
}