@gradientedge/commercetools-utils
    Preparing search index...

    Interface RegionEndpoints

    The Authentication and API endpoints for a particular region

    interface RegionEndpoints {
        api: string;
        auth: string;
    }
    Index

    Properties

    Properties

    api: string

    The url to the commercetools API endpoint for the region

    auth: string

    The url to the commercetools auth endpoint for the region