Shipping Settings
Get Shipping Settings
GET https://api.bigcommerce.com/stores/{store_hash}/v3/shipping/settingsRequest
Returns the global-level shipping 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
Body
object | application/json
dataobject
example
Update Shipping Settings
PUT https://api.bigcommerce.com/stores/{store_hash}/v3/shipping/settingsRequest
Updates the global-level shipping 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
checkoutobject
example
Response
Body
object | application/json
dataobject
example
Get Shipping Settings per Channel
GET https://api.bigcommerce.com/stores/{store_hash}/v3/shipping/settings/channels/{channel_id}Request
Returns shipping 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
Body
object | application/json
dataobject
example
Update Shipping Settings per Channel
PUT https://api.bigcommerce.com/stores/{store_hash}/v3/shipping/settings/channels/{channel_id}Request
Updates shipping 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
- Content-Type in header with default of application/json - stringrequiredThe MIME type of the request body.
Body
object | application/json
checkoutobject
example
Response
Body
object | application/json
dataobject
example
Did you find what you were looking for?