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

    Interface DeleteShopCategoryResponse

    Response for deleting a shop category

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

    Hierarchy (View Summary)

    • FetchResponse<{ msg?: string; shop_category_id: number }>
      • DeleteShopCategoryResponse
    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { msg?: string; shop_category_id: number }

    Type Declaration

    • Optionalmsg?: string

      Result message

    • shop_category_id: number

      ShopCategory's unique identifier

    result?: { msg?: string; shop_category_id: number }

    Type Declaration

    • Optionalmsg?: string

      Result message

    • shop_category_id: number

      ShopCategory's unique identifier