@stigg/node-server-sdk - v4.23.0

    Type Alias GetCustomerByRefIdInput

    Get a customer by slug

    type GetCustomerByRefIdInput = {
        customerId: Scalars["String"];
        environmentId?: InputMaybe<Scalars["UUID"]>;
    }
    Index

    Properties

    customerId: Scalars["String"]

    Customer slug

    environmentId?: InputMaybe<Scalars["UUID"]>

    The unique identifier for the environment

    MMNEPVFCICPMFPCPTTAAATR