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

    Interface GetMartPackagingInfoResponseData

    GetMartPackagingInfoResponseData sub-interface for GetMartPackagingInfoResponse

    interface GetMartPackagingInfoResponseData {
        dimension?: GetMartPackagingInfoDimension;
        enable?: boolean;
        packaging_fee?: GetMartPackagingInfoPackagingFee;
    }
    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.