OBJECT

ProductAttachment

A product attachment

link GraphQL Schema definition

  • type ProductAttachment {
  • # Title of the product
  • title: String!
  • # Availability of the product
  • isAvailable: Boolean!
  • # Price of the product
  • priceText: String!
  • # Promotion price of the product
  • promotionPriceText: String
  • # Url of the product
  • productUrl: URI!
  • # Url of the product image
  • imageUrl: URL!
  • }