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

    Interface GlobalItemLimit

    Global item limit info

    interface GlobalItemLimit {
        max_description_length: number;
        max_image_count: number;
        max_name_length: number;
        max_video_count: number;
        support_size_chart: boolean;
        support_video: boolean;
    }
    Index

    Properties

    max_description_length: number

    Maximum description length

    max_image_count: number

    Maximum image count

    max_name_length: number

    Maximum name length

    max_video_count: number

    Maximum video count

    support_size_chart: boolean

    Whether size chart is supported

    support_video: boolean

    Whether video is supported