kustomer-client
    Preparing search index...

    Type Alias UpdateCustomAttributeMetadataResponses

    type UpdateCustomAttributeMetadataResponses = {
        "200": {
            data: {
                attributes: {
                    properties: {
                        myCustomStr: {
                            displayName: string;
                            enumeration: string[];
                            modifiedAt: string;
                            modifiedBy: string;
                            sensitive?: { enabled?: boolean; maskType?: string };
                            type: string;
                            updatedAt: string;
                        };
                        ordersId: {
                            displayName: string;
                            modifiedAt: string;
                            modifiedBy: string;
                            multi: boolean;
                            target: string;
                            type: string;
                            updatedAt: string;
                        };
                        shopifyCustomerIdNum: { displayName: string; type: string };
                    };
                };
                id: string;
                links: { self: string };
                relationships: {
                    org: { data: { id: string; type: string }; links: { self: string } };
                };
                type: string;
            };
        };
    }
    Index

    Properties

    Properties

    "200": {
        data: {
            attributes: {
                properties: {
                    myCustomStr: {
                        displayName: string;
                        enumeration: string[];
                        modifiedAt: string;
                        modifiedBy: string;
                        sensitive?: { enabled?: boolean; maskType?: string };
                        type: string;
                        updatedAt: string;
                    };
                    ordersId: {
                        displayName: string;
                        modifiedAt: string;
                        modifiedBy: string;
                        multi: boolean;
                        target: string;
                        type: string;
                        updatedAt: string;
                    };
                    shopifyCustomerIdNum: { displayName: string; type: string };
                };
            };
            id: string;
            links: { self: string };
            relationships: {
                org: { data: { id: string; type: string }; links: { self: string } };
            };
            type: string;
        };
    }

    OK