For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer
Developer
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
GraphQL
B2B
Types
Inputs
BcCartInputType
INPUT
Copy page
Input fields
lineItems
list of optional
InvoiceLineItemsInputType
Required
Invoice items you want to pay. This field is required
Show 2 fields
currency
String
Required
Currency code like USD. This field is required
details
String
Required
The payment details. This field is required
Referenced by
Mutations
invoiceCreateBcCart(bcCartData)