CustomUrl
Custom URL model.
interface CustomUrl {
is_customized?: boolean;
url: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
is_customized | Optional | boolean | Returns true if the URL has been changed from its default state (the auto-assigned URL that BigCommerce provides). |
url | Required | string | The custom URL. |