Settings
Get Global Cart Settings
GET https://api.bigcommerce.com/stores/{store_hash}/v3/carts/settingsRequest
Authentication
- X-Auth-Token in header
Parameters
- store_hash in path - string
- Accept in header with default of application/json - stringrequiredThe MIME type of the response body.
example
Response
OK
Body
object | application/json
The response object of cart settings at the global level.
dataobject
Represents all settings related to the shopping cart functionality of a store.
example
Update Global Cart Settings
PUT https://api.bigcommerce.com/stores/{store_hash}/v3/carts/settingsRequest
Authentication
- X-Auth-Token in header
Parameters
- store_hash in path - string
- Accept in header with default of application/json - stringrequiredThe MIME type of the response body.
- Content-Type in header with default of application/json - stringrequired
Body
object | application/json
Represents all settings related to the shopping cart functionality of a store.
allow_purchasingboolean
required
example
Response
OK
Body
object | application/json
The response object of cart settings at the global level.
dataobject
Represents all settings related to the shopping cart functionality of a store.
example
Get Channel Cart Settings
GET https://api.bigcommerce.com/stores/{store_hash}/v3/carts/settings/channels/{channel_id}Request
Authentication
- X-Auth-Token in header
Parameters
- store_hash in path - string
- Accept in header with default of application/json - stringrequiredThe MIME type of the response body.
- channel_id in path - integerrequired
example
Response
OK
Body
object | application/json
The response object of cart settings overrides for a channel.
dataobject
Represents all settings overrides related to the shopping cart functionality of a store for a channel.
example
Update Channel Cart Settings
PUT https://api.bigcommerce.com/stores/{store_hash}/v3/carts/settings/channels/{channel_id}Request
Authentication
- X-Auth-Token in header
Parameters
- store_hash in path - string
- Accept in header with default of application/json - stringrequiredThe MIME type of the response body.
- channel_id in path - integerrequired
- Content-Type in header with default of application/json - stringrequired
Body
object | application/json
Represents all settings overrides related to the shopping cart functionality of a store for a channel.
allow_purchasingboolean or null
example
Response
OK
Body
object | application/json
The response object of cart settings overrides for a channel.
dataobject
Represents all settings overrides related to the shopping cart functionality of a store for a channel.
example
Did you find what you were looking for?