Storefront SEO
Get Storefront SEO Settings
GET https://api.bigcommerce.com/stores/{store_hash}/v3/settings/storefront/seoRequest
Returns SEO settings.
Channel ID can be used as a query parameter for getting channel-specific settings. If omitted, you will interact with the global settings only.
null
indicates that a particular field has not been overridden on a channel level when channel level settings are requested and values are inherited from global level.
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 query - integerChannel ID to use for channel-specific settings. If omitted, you will interact with the global settings only.
example
Response
Body
dataobject
example-1
Update Storefront SEO Settings
PUT https://api.bigcommerce.com/stores/{store_hash}/v3/settings/storefront/seoRequest
Updates SEO settings.
You can use
channel_id
as a query parameter to update channel-specific settings. If omitted, you will only interact with the global settings.You can use
channel_id
in the request body of a headless channel of this endpoint to control thewww_redirect
settings for the headless channel's unique checkout URL.null
should be supplied to delete overrides per given channel and to inherit values from a global level.
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.
- channel_id in query - integerChannel ID to use for channel-specific settings. If omitted, you will interact with the global settings only.
Body
page_titlestring
www_redirectstring
Allowed: www | no-www | none
example-1
Response
Body
dataobject