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

    Interface GetAddOnDealSubItemResponse

    Response for the get add-on deal sub item API

    interface GetAddOnDealSubItemResponse {
        error: string;
        message: string;
        request_id: string;
        response: { add_on_deal_id: number; sub_item_list: AddOnDealSubItem[] };
        warning?: string | string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string

    Error code if any error occurred

    message: string

    Error message if any error occurred

    request_id: string

    The identifier for an API request for error tracking

    response: { add_on_deal_id: number; sub_item_list: AddOnDealSubItem[] }

    Type Declaration

    • add_on_deal_id: number

      Shopee's unique identifier for an add on deal activity

    • sub_item_list: AddOnDealSubItem[]

      List of sub items

    warning?: string | string[]

    Warning message or list of warning messages