Creates or updates submitted product free fields. Existing keys not included in the request are unchanged.
ProductCreateProductFreeFieldsResponse Products.CreateProductFreeFields(ProductCreateProductFreeFieldsParams?parameters, CancellationTokencancellationToken = default)
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.
ProductCreateProductFreeFieldsParams parameters = new();
var response = await client.Products.CreateProductFreeFields(parameters);
Console.WriteLine(response);{
"success": true,
"data": "data",
"message": "message"
}Returns Examples
{
"success": true,
"data": "data",
"message": "message"
}