solapi
    Preparing search index...

    Variable bmsCarouselCommerceItemSchemaConst

    bmsCarouselCommerceItemSchema: Struct<
        {
            additionalContent: optional<typeof String$>;
            buttons: Array$<
                Union<
                    [
                        Struct<
                            {
                                linkMobile: typeof String$;
                                linkPc: optional<typeof String$>;
                                linkType: Literal<["WL"]>;
                                name: typeof String$;
                                targetOut: optional<typeof Boolean$>;
                            },
                        >,
                        filter<
                            Struct<
                                {
                                    linkAndroid: optional<typeof String$>;
                                    linkIos: optional<typeof String$>;
                                    linkMobile: optional<typeof String$>;
                                    linkType: Literal<["AL"]>;
                                    name: typeof String$;
                                    targetOut: optional<typeof Boolean$>;
                                },
                            >,
                        >,
                    ],
                >,
            >;
            commerce: filter<
                Struct<
                    {
                        discountFixed: optional<Schema<number, number, never>>;
                        discountPrice: optional<Schema<number, number, never>>;
                        discountRate: optional<Schema<number, number, never>>;
                        regularPrice: Schema<number, number, never>;
                        title: typeof String$;
                    },
                >,
            >;
            coupon: optional<
                Struct<
                    {
                        description: typeof String$;
                        linkAndroid: optional<typeof String$>;
                        linkIos: optional<typeof String$>;
                        linkMobile: optional<typeof String$>;
                        linkPc: optional<typeof String$>;
                        title: filter<typeof String$>;
                    },
                >,
            >;
            imageId: typeof String$;
            imageLink: optional<typeof String$>;
        },
    > = ...

    BMS 캐러셀 커머스 아이템 스키마 (CAROUSEL_COMMERCE용)

    • commerce: 커머스 정보 (필수)
    • imageId: 이미지 ID (필수, BMS_CAROUSEL_COMMERCE_LIST 타입)
    • imageLink: 이미지 클릭 시 이동 링크 (선택)
    • buttons: 버튼 목록 (필수, 1-2개, WL/AL만)
    • additionalContent: 추가 내용 (선택, max 34자)
    • coupon: 쿠폰 (선택)