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

    Interface GetItemBaseInfoAdvanceStock

    GetItemBaseInfoAdvanceStock sub-interface for GetItemBaseInfoStockInfoV2

    interface GetItemBaseInfoAdvanceStock {
        in_transit_advance_stock?: number;
        sellable_advance_stock?: number;
    }
    Index

    Properties

    in_transit_advance_stock?: number

    Refers to Advance Fulfillment stock that seller has shipped out and is still in transit and unavailable to be used to fulfill an order.

    sellable_advance_stock?: number

    Refers to Advance Fulfillment stock that Seller has shipped out and is available to be used to fulfill an order.