v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Product Free Field

Update multiple product free fields

Updates details of multiple product free fields from company settings

patch/api/v1/productsFreeFields

Request body

idstring

Resource identifier.

namestring

Name of the product free field

Example request

[
  {
    "id": "17",
    "name": "Net Weight"
  }
]

Response

Operation completed successfully, no response body