Ravak Configurator
    Preparing search index...

    Interface DemandItemDefinitionAPIModel

    interface DemandItemDefinitionAPIModel {
        name: string;
        identifier: string;
        listing_image?: null | ImageAPIModel;
        order_codes_amounts: Record<string, number>;
        product_variants: DemandItemProductVariantAPIModel[];
        options?: null | DemandItemOptionAPIModel[];
    }
    Index

    Properties

    name: string
    identifier: string
    listing_image?: null | ImageAPIModel
    order_codes_amounts: Record<string, number>

    Order codes and amounts map Map like order_code => amount for single item

    options?: null | DemandItemOptionAPIModel[]

    Additional options related to item