v1

latestOpenAPI 3.1.02026-07-222392081.7 MB
Products > Features

Set product feature

Set a feature value for a product.

put/v1/products/{id}/features/{code}

Path parameters

idstring required
codestring required

Request body

Response

feature_codestring required

Feature code.

created_atstring date-time required

Creation date.

updated_atstring date-time required

Last update date.

Example response

{
  "feature_code": "sso",
  "created_at": "2024-12-20T16:04:11Z",
  "updated_at": "2024-12-20T16:04:11Z"
}