OBJECT

ShopBranding

link GraphQL Schema definition

  • type ShopBranding {
  • # Url of the body font
  • bodyFont: String
  • # MIME type of the body font
  • bodyFontContentType: String
  • # Name of the font to be displayed in the body
  • bodyFontFileName: String
  • # Size of the font file
  • bodyFontFileSize: String
  • # Url of the font to be loaded for the body
  • bodyFontUrl: String
  • # Url of bold body font.
  • boldBodyFont: String
  • # MIME type of the bold font.
  • boldBodyFontContentType: String
  • # Name of the bold font.
  • boldBodyFontFileName: String
  • # Size of the bold font file
  • boldBodyFontFileSize: String
  • daypartSlot: Boolean
  • # Url of header font
  • headerFont: String
  • # MIME type of the header font
  • headerFontContentType: String
  • # Name of the font to be displayed in the headers
  • headerFontFileName: String
  • # Size of the header font
  • headerFontFileSize: String
  • # Url of the font to be loaded for the headers
  • headerFontUrl: String
  • # Shop logo file URL
  • logo: String
  • # MIME type of the logo file name
  • logoContentType: String
  • # Shop logo file name
  • logoFileName: String
  • # Size of the logo file name
  • logoFileSize: String
  • # Logo height in pixels
  • logoHeight: String
  • # Url of SVG logo
  • logoSvg: String
  • # MIME type of the logo file name (i.e svg)
  • logoSvgContentType: String
  • # Shop logo filename (in .svg)
  • logoSvgFileName: String
  • # Size of the logo file name (in .svg)
  • logoSvgFileSize: String
  • # Main color of the shop
  • mainColor: String
  • # Indicates if the order number is optional
  • orderNumberOptional: Boolean
  • # Used regexp for validating order numbers
  • orderNumberRegex: String
  • # Return types to be displayed as options for the user
  • returnTypes: [String!]
  • # Indicates if return reasons should be shown
  • showReturnReasons: Boolean
  • # Tone of voice level
  • toneOfVoice: String!
  • }

link Require by