Typescript SDK Type Docs
    Preparing search index...

    Interface StandalonePriceLabel

    interface StandalonePriceLabel {
        key?: string;
        sku: string;
        type: "StandalonePriceLabel";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key?: string

    User-defined unique identifier of the Standalone Price.

    sku: string

    Unique Product SKU variant identifier to which the Standalone Price is associated.

    type: "StandalonePriceLabel"