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

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
routes
object[] | null
validators
object

Response

Success

mappings
object
routes
object[] | null
validators
object