put https://{subdomain}.myclickfunnels.com/api/v2/products/prices/
Update a single price
Log in to see full request history
Responses
Update a single price
xxxxxxxxxx
curl --request PUT \
--url https://myworkspace.myclickfunnels.com/api/v2/products/prices/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
27}
{
"id": 92,
"public_id": "MERGAP",
"variant_id": 93,
"name": "Example Price",
"amount": "100.00",
"cost": "0.00",
"currency": "USD",
"duration": null,
"interval": null,
"trial_interval": null,
"trial_duration": null,
"trial_amount": "0.00",
"setup_amount": null,
"self_cancel": true,
"self_upgrade": true,
"self_downgrade": true,
"self_reactivate": true,
"interval_count": null,
"payment_type": "one_time",
"visible": true,
"compare_at_amount": null,
"key": null,
"archived": false,
"created_at": "2025-03-05T12:40:05.411Z",