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

    Interface PublishItemToOutletShopPreOrder

    PublishItemToOutletShopPreOrder sub-interface for PublishItemToOutletShopModel

    interface PublishItemToOutletShopPreOrder {
        days_to_ship?: number;
        is_pre_order: boolean;
    }
    Index

    Properties

    days_to_ship?: number

    The number of days required to ship the item after an order is placed.

    is_pre_order: boolean

    Indicates whether the model is sold as a pre-order item.