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

    Interface GenerateFbsInvoicesResponse

    Response for generating FBS invoices

    interface GenerateFbsInvoicesResponse {
        error: string;
        message: string;
        request_id: string;
        response: { request_id: number };
        result?: { request_id: number };
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { request_id: number }

    Type Declaration

    • request_id: number

      The request ID for the generated task

    result?: { request_id: number }

    Type Declaration

    • request_id: number

      The request ID for the generated task