Price
Update price
This endpoint allows you to update the metadata property on a price. If you pass null for the metadata value, it will clear any existing metadata for that price.
put/prices/{price_id}
Path parameters
price_idstring required
Request body
Response
OK
Example response
{
"discount": {
"applies_to_price_ids": [
"h74gfhdjvn7ujokd",
"7hfgtgjnbvc3ujkl"
],
"percentage_discount": 0.15
}
}