Update Site Route
Update a site’s route.
Update a site’s route.
Depending on the resource type, this can be an ID (matching a specific item), or a ”*” wildcard (matching all items of that type).
For example, a route with a type: “product” and matching: “5” will be used for the product with the ID of 5.
The route template that will be used to generate the URL for the requested resource.
Supports several tokens:
{id} The ID of the requested item.{slug} The slug for the requested item (if available). Note: the slug value may contain / slash.{language} The language string that the client is using.For example requests and more information about authenticating BigCommerce APIs, see Authentication and Example Requests.
For more about BigCommerce OAuth scopes, see our Guide to API Accounts.
For a list of API status codes, see API Status Codes.
The MIME type of the response body.