Home > @vsf-enterprise/bigcommerce-api > BaseSiteRoute > route
# BaseSiteRoute.route property
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
Signature:
route: string;