UNPKG

shopee-client

Version:
15 lines (14 loc) 305 B
export default interface AddOrderNoteResponse { /** * Shopee's unique identifier for an order. */ ordersn: string; /** * The success or error message. */ msg: string; /** * The identifier for an API request for error tracking */ request_id: string; }