For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
Developer
Developer
Developer
Developer
GraphQL
B2B
Queries
receiptLine
Copy page
The details of a receipt line. Requires IP authentication.
Arguments
id
Integer
Required
The receipt line id. This field is required.
Returns
an optional ReceiptLinesType
id
String
createdAt
Integer
The create at of receipt lines.Required
updatedAt
Integer
The update at of receipt lines.Required
storeHash
String
The store hash of store.Required
customerId
Integer
The customer id of receipt lines.Required
externalId
Integer
The external id of receipt lines
externalCustomerId
Integer
The external customer id of receipt lines
receiptId
Integer
The id of receipt lines.Required
invoiceId
Integer
The invoice id of receipt lines.Required
amountCode
String
amount
GenericScalar
The amount of receipt lines.Required
paymentStatus
Integer
The payment status of receipt lines.Required
paymentType
String
The payment type of receipt lines.Required
invoiceNumber
String
The invoice number of receipt lines.Required
paymentId
Integer
The payment id of receipt lines.Required
transactionType
String
The transaction type of receipt lines.Required
referenceNumber
String
The reference number of receipt lines.Required
companyInfo
CompanyInfoType
Company information of receipt lines
Show 9 properties