Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetFulfillmentMappingInventoryListResponseData

    GetFulfillmentMappingInventoryListResponseData sub-interface for GetFulfillmentMappingInventoryListResponse

    interface GetFulfillmentMappingInventoryListResponseData {
        list?: GetFulfillmentMappingInventoryListList[];
        next_cursor?: string;
        total?: number;
    }
    Index

    Properties

    next_cursor?: string

    If the returned value is a non-empty string, it indicates that there is more data available. Include this returned value in the next query request to continue retrieving data starting from the corresponding position indicated by the cursor.

    total?: number

    The amount of data that meets the query conditions.