@subsidia-ch/sdk - v1.3.5
    Preparing search index...
    type Article = {
        assetRelations?: GetAssetRelationsResponse;
        color: string | null;
        creationDate: string;
        description: string | null;
        displaySize: string | null;
        externalIdentifier: string | null;
        globalTradeItemNumber: string | null;
        id: number;
        material: string | null;
        model?: Model;
        modelId: number;
        name: string;
        price: Price | null;
        sex: string | null;
        sizeNames: string[] | null;
        sizeValues: number[] | null;
        supplierSize: string | null;
    }
    Index

    Properties

    assetRelations?: GetAssetRelationsResponse
    color: string | null
    creationDate: string
    description: string | null
    displaySize: string | null
    externalIdentifier: string | null
    globalTradeItemNumber: string | null
    id: number
    material: string | null
    model?: Model
    modelId: number
    name: string
    price: Price | null
    sex: string | null
    sizeNames: string[] | null
    sizeValues: number[] | null
    supplierSize: string | null