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

    Interface SetMartPackagingInfoRequest

    Request parameters for set_mart_packaging_info

    [Only for ID mart seller] This API allows sellers to set up their packaging fee info. Through this API, sellers can enable or disable packaging fees, and if enabled, specify the dimensions of the packaging and the associated fee. This ensures that sellers can configure their shipping costs accurately based on their packaging requirements.

    interface SetMartPackagingInfoRequest {
        dimension?: SetMartPackagingInfoDimension;
        enable: boolean;
        packaging_fee?: SetMartPackagingInfoPackagingFee;
    }
    Index

    Properties

    Required if enabled is set to True.

    enable: boolean

    Indicates whether the seller has enabled or disabled the packaging fee configuration.True: The seller charges a packaging fee.False: The seller does not charge a packaging fee.

    Required if enabled is set to True.