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.
Dev Portal
DocsAPI ReferenceLearnCommunityChangelog
DocsAPI ReferenceLearnCommunityChangelog
    • About Our APIs
  • REST
    • Overview
  • GraphQL
    • Overview
      • Playground
          • QUERYcompanyRoles
          • QUERYcompanyRole
          • QUERYcompanyPermissions
          • QUERYaccountSettings
          • QUERYcustomerAccountSettings
          • QUERYinvoices
          • QUERYinvoice
          • QUERYinvoiceStats
          • QUERYinvoiceCustomerInformation
          • QUERYinvoicePaymentModules
          • QUERYinvoiceBcOrderAllowMethods
          • QUERYinvoicePaymentBcCart
          • QUERYinvoicePaymentFees
          • QUERYreceipts
          • QUERYreceipt
          • QUERYallReceiptLines
          • QUERYreceiptLine
          • QUERYreceiptLines
          • QUERYorder
          • QUERYallOrders
          • QUERYorderProducts
          • QUERYorderedProducts
          • QUERYcustomerOrders
          • QUERYcustomerOrder
          • QUERYcreatedByUser
          • QUERYshoppingLists
          • QUERYshoppingList
          • QUERYshoppingListsIdName
          • QUERYcustomerShoppingLists
          • QUERYcustomerShoppingList
          • QUERYcustomerShoppingListsIdName
          • QUERYcompanyExtraFields
          • QUERYuserCompany
          • QUERYcompanyValidateEmail
          • QUERYcompanyUserInfo
          • QUERYaccountFormFields
          • QUERYcompanyCreditConfig
          • QUERYcompanyPaymentTerms
          • QUERYcompanySubsidiaries
          • QUERYsuperAdminCompanies
          • QUERYsuperAdminMasquerading
          • QUERYquotes
          • QUERYcustomerQuotes
          • QUERYquote
          • QUERYquoteUserStoreInfo
          • QUERYquoteConfig
          • QUERYquoteExtraFieldsConfig
          • QUERYusers
          • QUERYuser
          • QUERYuserEmailCheck
          • QUERYcustomerEmailCheck
          • QUERYuserExtraFields
          • QUERYcurrentUser
          • QUERYcustomerInfo
          • QUERYuserLoginState
          • QUERYuserMasqueradingCompany
          • QUERYorderStatuses
          • QUERYbcOrderStatuses
          • QUERYcurrencies
          • QUERYautoLoader
          • QUERYstoreLimitations
          • QUERYstoreBasicInfo
          • QUERYstorefrontScript
          • QUERYstorefrontDefaultLanguage
          • QUERYstorefrontProductSettings
          • QUERYstorefrontSettings
          • QUERYstoreConfigSwitchStatus
          • QUERYstoreCheckoutConfig
          • QUERYstorefrontConfig
          • QUERYstorefrontConfigs
          • QUERYproductVariantsInfo
          • QUERYvariantSku
          • QUERYproductsInventory
          • QUERYproductsLoad
          • QUERYproductsSearch
          • QUERYtaxZoneRates
          • QUERYproductPurchasable
          • QUERYvalidateProduct
          • QUERYvalidateProducts
          • QUERYpriceProducts
          • QUERYaddresses
          • QUERYaddress
          • QUERYcountries
          • QUERYdefaultShippingAddress
          • QUERYdefaultBillingAddress
          • QUERYcustomerAddresses
          • QUERYcustomerAddress
          • QUERYaddressConfig
          • QUERYaddressExtraFields
  • MCP
    • Overview
Dev Portal
LogoLogo
GraphQLB2BQueries

receiptLine

Example Query
1query ExampleQuery($id: Int) {
2 receiptLine(id: $id) {
3 id
4 createdAt
5 updatedAt
6 storeHash
7 customerId
8 externalId
9 externalCustomerId
10 receiptId
11 invoiceId
12 amountCode
13 }
14}
Variables
1{
2 "id": 0
3}
Example response
1{
2 "data": {
3 "receiptLine": {
4 "id": "example",
5 "createdAt": 0,
6 "updatedAt": 0,
7 "storeHash": "example",
8 "customerId": 0,
9 "externalId": 0,
10 "externalCustomerId": 0,
11 "receiptId": 0,
12 "invoiceId": 0,
13 "amountCode": "example"
14 }
15 }
16}
The details of a receipt line. Requires IP authentication.
Was this page helpful?
Previous

allReceiptLines

Next

receiptLines

Built with

Arguments

idIntegerRequired
The receipt line id. This field is required.

Returns

an optional ReceiptLinesType
idString
createdAtInteger
The create at of receipt lines.Required
updatedAtInteger
The update at of receipt lines.Required
storeHashString
The store hash of store.Required
customerIdInteger
The customer id of receipt lines.Required
externalIdInteger
The external id of receipt lines
externalCustomerIdInteger
The external customer id of receipt lines
receiptIdInteger
The id of receipt lines.Required
invoiceIdInteger
The invoice id of receipt lines.Required
amountCodeString
amountGenericScalar
The amount of receipt lines.Required
paymentStatusInteger
The payment status of receipt lines.Required
paymentTypeString
The payment type of receipt lines.Required
invoiceNumberString
The invoice number of receipt lines.Required
paymentIdInteger
The payment id of receipt lines.Required
transactionTypeString
The transaction type of receipt lines.Required
referenceNumberString
The reference number of receipt lines.Required
companyInfoCompanyInfoType
Company information of receipt lines