Creates or updates submitted product free fields. Existing keys not included in the request are unchanged.
POST/api/v2/public/products/freefields
Creates or updates submitted product free fields. Existing keys not included in the request are unchanged.
Creates or updates submitted product free fields. Existing keys not included in the request are unchanged.
curl https://api.colleqtive.net/api/v2/public/products/freefields \
-X POST \
-H "Authorization: $COLLEQTIVE_BEARER_TOKEN"{
"success": true,
"data": "data",
"message": "message"
}Returns Examples
{
"success": true,
"data": "data",
"message": "message"
}