Pennylane API Client
    Preparing search index...

    Interface CategorizeCustomerCategoryAssignment

    Request body item for categorizing a customer. Each category assignment requires an id and a weight string.

    interface CategorizeCustomerCategoryAssignment {
        id: number;
        weight: string;
    }
    Index

    Properties

    Properties

    id: number

    Unique identifier of the category

    weight: string

    Weight as a string decimal between 0 and 1, max 4 decimals