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

    Interface GetStockMovementResponse

    Response for getting stock movement

    interface GetStockMovementResponse {
        error: string;
        message: string;
        request_id: string;
        response: {
            end_time: string;
            item_list: StockMovementItem[];
            query_end_time: string;
            start_time: string;
            total: number;
        };
        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: {
        end_time: string;
        item_list: StockMovementItem[];
        query_end_time: string;
        start_time: string;
        total: number;
    }

    Type Declaration

    • end_time: string

      End time

    • item_list: StockMovementItem[]

      List of items

    • query_end_time: string

      Query end time

    • start_time: string

      Start time

    • total: number

      Total number of items

    warning?: string | string[]

    Warning message or list of warning messages