cURL
curl --request PUT \ --url https://api.pocketsflow.com/upsells/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>", "description": "<string>", "active": true } '
Update an existing upsell
Enter your Pocketsflow API key (format: pk_live_... or pk_test_...)
Upsell ID
Upsell updated successfully
Was this page helpful?