📄️ Create Property
POST /v2/product/property
📄️ List Properties
GET /v2/product/property
📄️ Get Property By Id
GET /v2/product/property/:id
📄️ Update Property Value
PUT /v2/product/property/:id
📄️ Update Property Key
PUT /v2/product/property/:name/values
📄️ Add Properties To Product
PUT /v2/product/property/:id/products/add
📄️ Remove Product From Property
PUT /v2/product/property/:id/products/remove
📄️ Reorder Property Index
PUT /v2/product/property/reorder
📄️ Delete Property
DELETE /v2/product/property/:id
📄️ Delete Property By Name
DELETE /v2/product/property/:name/values
📄️ Get Grouped Properties List
GET /v2/product/property/grouped
📄️ Get Webshop Properties List
GET /v2/product/property/webshop