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