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
  • }