View Properties
GET /products/{product_id}/product_property_specifics/{property_id}
GET
/products/{product_id}/product_property_specifics/{property_id}
Parameters
Path Parameters
product_id
required
integer
ID of the Product
Example
132663
property_id
integer
ID of the Property
Example
24352077
Responses
200
OK
object
id
number
product_property_id
number
product_property_name
string
value
string
Example
{ "id": 24352077, "product_property_id": 132663, "product_property_name": "Colour", "value": "Blue"}