Skip to main content

OrderSendInvoiceResult Object

Description

Result type for sending an invoice with account creation, including the order, buyer information, and account creation status.

Declaration

type OrderSendInvoiceResult {
order: Order!
buyer: Buyer
accountStatus: AccountCreatedStatus
}

Fields

NameTypeDescription
orderOrder!The order for which the invoice was sent.
buyerBuyerThe buyer associated with the order. May be null if no buyer is linked.
accountStatusAccountCreatedStatusStatus indicating whether a buyer account was created, matched, or not created during the invoice sending process.