Skip to main content
PUT
/
cart
/
points
Toggle points
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
}

Authorizations

X-Channel-Id
string
header
required

Channel identifier. A second header X-Session-Id is also required.

Body

application/json
use_points
boolean
required

Response

200 - application/json

Points preference updated

use_points
boolean