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