Price
Update price by external price id
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/external_price_id/{external_price_id}
Path parameters
external_price_idstring required
Request body
Response
OK
Example response
{
"discount": {
"applies_to_price_ids": [
"h74gfhdjvn7ujokd",
"7hfgtgjnbvc3ujkl"
],
"percentage_discount": 0.15
}
}