cURL
curl --request PATCH \ --url https://{defaultHost}/v1/checkouts/{id}/offer_upsell/{upsell_id} \ --header 'Authorization: Bearer <token>'
Records an offer for the specific upsell – used for upsell analytics.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Was this page helpful?