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

    Interface SetNoteRequest

    Request parameters for set_note

    Use this api to set note for an order.

    interface SetNoteRequest {
        note: string;
        order_sn: string;
    }
    Index

    Properties

    Properties

    note: string

    The note seller add for reference.

    order_sn: string

    Shopee's unique identifier for an order.