Home > @vsf-enterprise/bigcommerce-api > BaseSiteRoute > matching

# BaseSiteRoute.matching property

(entity_id?) For a given type, which resources should match this route? e.g For a route with the type: "product" and matching: "5" this route would be used for the product with the ID of 5. Depending on the type of resource, this may be an ID (matching a specific item), or a "*" wildcard matching all items of that type.

Signature:

matching: string;