Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface OrderAdjustment

    Order adjustment information

    interface OrderAdjustment {
        adjustment_reason: string;
        amount: number;
        currency: string;
        date: number;
    }
    Index

    Properties

    adjustment_reason: string

    Reason for adjustment

    amount: number

    Adjustment transaction amount

    currency: string

    Currency type for adjustment

    date: number

    Adjustment transaction complete date