Get Cart Settings
GEThttps://useast.api.elasticpath.com/v2/settings/cart
Retrieves cart settings
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
data object
{
"data": {
"type": "settings",
"cart_expiry_days": 25,
"discounts": {
"custom_discounts_enabled": false
}
}
}
Authorization: http
name: BearerTokentype: httpscheme: bearer
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'https://useast.api.elasticpath.com/v2/settings/cart' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear