kustomer-client
    Preparing search index...

    Type Alias CreateKObjectResponses

    type CreateKObjectResponses = {
        "201": {
            data: {
                attributes: {
                    createdAt: string;
                    custom: {
                        billingStatusStr: string;
                        orderDescriptionStr: string;
                        orderNumberNum: number;
                        orderStatusStr: string;
                        orderUpdatedAt: string;
                        shippingStatusStr: string;
                        specialInstructionsStr: string;
                        totalPriceNum: number;
                    };
                    icon: string;
                    images: string[];
                    rev: number;
                    tags: unknown[];
                    title: string;
                    updatedAt: string;
                };
                id: string;
                links: { self: string };
                relationships: {
                    klass: { data: { id: string; type: string }; link: { self: string } };
                    org: { data: { id: string; type: string }; links: { self: string } };
                };
                type: string;
            };
        };
    }
    Index

    Properties

    Properties

    "201": {
        data: {
            attributes: {
                createdAt: string;
                custom: {
                    billingStatusStr: string;
                    orderDescriptionStr: string;
                    orderNumberNum: number;
                    orderStatusStr: string;
                    orderUpdatedAt: string;
                    shippingStatusStr: string;
                    specialInstructionsStr: string;
                    totalPriceNum: number;
                };
                icon: string;
                images: string[];
                rev: number;
                tags: unknown[];
                title: string;
                updatedAt: string;
            };
            id: string;
            links: { self: string };
            relationships: {
                klass: { data: { id: string; type: string }; link: { self: string } };
                org: { data: { id: string; type: string }; links: { self: string } };
            };
            type: string;
        };
    }

    Created