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

    Interface SetMartPackagingInfoResponseData

    SetMartPackagingInfoResponseData sub-interface for SetMartPackagingInfoResponse

    interface SetMartPackagingInfoResponseData {
        dimension?: SetMartPackagingInfo_SetMartPackagingInfoDimension;
        enable?: boolean;
        packaging_fee?: SetMartPackagingInfo_SetMartPackagingInfoPackagingFee;
    }
    Index

    Properties

    Returned only 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.

    Returned only if enabled is set to True.