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

    Interface AddShopCategoryResponse

    Response for adding a shop category

    interface AddShopCategoryResponse {
        error: string;
        message: string;
        request_id: string;
        response: { shop_category_id: number };
        result?: { shop_category_id: number };
    }

    Hierarchy (View Summary)

    • FetchResponse<{ shop_category_id: number }>
      • AddShopCategoryResponse
    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { shop_category_id: number }

    Type Declaration

    • shop_category_id: number

      ShopCategory's unique identifier

    result?: { shop_category_id: number }

    Type Declaration

    • shop_category_id: number

      ShopCategory's unique identifier