ReceiptItem

(OBJECT)

Receipt item

link GraphQL Schema definition

  • type ReceiptItem {
  • # item internal ID
  • id: ID!
  • # text description of item
  • item_label: String
  • # item quantity
  • quantity: Int
  • # item price
  • price: Price
  • # tax ratio for given order item
  • tax_rate: Percentage
  • }