Get Property By Id
GET /v2/product/property/:id
Retrieves a single property by its unique identifier. The response includes the property's current value and identifier information.
Response Example
{
"_id": "68549a7f4cc986b856bee45b",
"value": "1TB SSD"
}