Skip to content

Update Property Detail

PUT
/products/{product_id}/product_property_specifics/{property_id}
product_id
required
integer

ID of the Product

Example
132663
property_id
integer

ID of the Property

Example
24352077
x-api-key
string

E.g. 123

Example
123
object
product_property_name
string
value
string
Example
{
"product_property_name": "Size",
"value": "13"
}

OK

object
product_property_name
string
value
string
Example
{
"product_property_name": "Size",
"value": "13"
}