Update Property Detail
PUT /products/{product_id}/product_property_specifics/{property_id}
PUT
/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
Header Parameters
x-api-key
string
E.g. 123
Example
123
Request Body
object
product_property_name
string
value
string
Example
{ "product_property_name": "Size", "value": "13"}
Responses
200
OK
object
product_property_name
string
value
string
Example
{ "product_property_name": "Size", "value": "13"}