Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface VariationOption

    Option information in variation

    interface VariationOption {
        image?: { image_id?: string; image_url?: string };
        option: string;
    }
    Index

    Properties

    Properties

    image?: { image_id?: string; image_url?: string }

    Image information for the option

    Type Declaration

    • Optionalimage_id?: string

      Id of image

    • Optionalimage_url?: string

      Url of image

    option: string

    Option name