Home > @vsf-enterprise/bigcommerce-api > CustomUrl
# CustomUrl interface
Custom URL for Category
Signature:
export interface CustomUrl
# Properties
| Property | Type | Description |
|---|---|---|
| is_customized? | boolean | (Optional) Returns true if the URL has been changed from its default state (the auto-assigned URL that BigCommerce provides). |
| url | string | The custom URL for the product on the storefront. |