Skip to main content
POST
/
commerce
/
settings
/
general
/
customroutes
Error
A valid request URL is required to generate request examples
{
  "mappings": {},
  "validators": {},
  "routes": [
    {
      "template": "<string>",
      "defaults": {},
      "internalRoute": "<string>",
      "functionId": "<string>",
      "mappings": {},
      "canonical": true,
      "validators": {},
      "urlScheme": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json
mappings
object
validators
object
routes
object[] | null

Response

Success

mappings
object
validators
object
routes
object[] | null