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

    Interface UpdateItemWholesale

    UpdateItemWholesale sub-interface for UpdateItemRequest

    interface UpdateItemWholesale {
        max_count: number;
        min_count: number;
        unit_price: number;
    }
    Index

    Properties

    max_count: number

    Maximum count of this tier.

    min_count: number

    Minimum count of this tier.

    unit_price: number

    Price of this tier.