kustomer-client
    Preparing search index...

    Type Alias GetCustomerByPhoneData

    type GetCustomerByPhoneData = {
        body?: never;
        path: { phone: string };
        query?: never;
        url: "/customers/phone={phone}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { phone: string }

    Type declaration

    • phone: string

      Phone number of the customer (E.164 format).

    query?: never
    url: "/customers/phone={phone}"