Alokai

CustomUrl

Custom URL model.

interface CustomUrl {
	is_customized?: boolean;
	url: string;
}

Properties

NameRequiredTypeDescription
is_customizedOptionalbooleanReturns true if the URL has been changed from its default state (the auto-assigned URL that BigCommerce provides).
urlRequiredstringThe custom URL.

On this page