Order Settings
Get Global Order Settings
GET https://api.bigcommerce.com/stores/{store_hash}/v3/orders/settingsRequest
Returns global order settings.
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
notificationsobject
Global notification settings.
Update Global Order Settings
PUT https://api.bigcommerce.com/stores/{store_hash}/v3/orders/settingsRequest
Updates global order settings.
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 - stringrequiredThe MIME type of the request body.
Body
object | application/json
notificationsobject
Global notification settings.
EnableMultipleOrderNotifications
DisableOrderPlacedNotificatons
Response
OK
Body
object | application/json
notificationsobject
Global notification settings.
example
Get Channel Order Settings
GET https://api.bigcommerce.com/stores/{store_hash}/v3/orders/settings/channels/{channel_id}Request
Returns order settings for a specific channel.
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 - stringrequiredChannel ID
example
Response
OK
Body
object | application/json
notificationsobject
Channel notification settings.
Update Channel Order Settings
PUT https://api.bigcommerce.com/stores/{store_hash}/v3/orders/settings/channels/{channel_id}Request
Updates order settings for a specific channel.
Note: You must override both notifications email_addresses
or neither, i.e. either both notification email_addresses
are an array of valid email addresses, or both email_addresses
must be null. You may not have one set to an array of addresses and the other set to null
.
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 - stringrequiredChannel ID
- Content-Type in header with default of application/json - stringrequiredThe MIME type of the request body.
Body
object | application/json
notificationsobject
Channel notification settings.
OverrideOrderPlacedEmailAddressesAndDisableForwardEmailAddresses
ResetChannelSettings
DisableMultipleNotificatonsForChannels
Response
OK
Body
object | application/json
notificationsobject
Channel notification settings.
example
Did you find what you were looking for?