Skip to main content
PUT
/
upsells
/
{id}
Update upsell
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
}
'

Authorizations

Authorization
string
header
required

Enter your Pocketsflow API key (format: pk_live_... or pk_test_...)

Path Parameters

id
string
required

Upsell ID

Body

application/json
title
string
description
string
active
boolean

Response

200

Upsell updated successfully