cURL
curl --request PUT \ --url https://api.atlas.kitchen/storefronts/v1/cart/points \ --header 'Content-Type: application/json' \ --header 'X-Channel-Id: <api-key>' \ --data ' { "use_points": true } '
{ "use_points": true }
Channel identifier. A second header X-Session-Id is also required.
X-Session-Id
Points preference updated
Was this page helpful?