Update Property Detail
PUT /products/{product_id}/product_property_specifics/{property_id}
PUT
/products/{product_id}/product_property_specifics/{property_id}
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” product_id
required
integer
ID of the Product
Example
132663
property_id
integer
ID of the Property
Example
24352077
Header Parameters
Section titled “Header Parameters ” x-api-key
string
E.g. 123
Example
123
Request Body
Section titled “Request Body ”object
product_property_name
string
value
string
Example
{ "product_property_name": "Size", "value": "13"}
Responses
Section titled “ Responses ”OK
object
product_property_name
string
value
string
Example
{ "product_property_name": "Size", "value": "13"}