OBJECT
ShopBranding
link GraphQL Schema definition
- type ShopBranding {
- # Url of the body font
- : String
- # MIME type of the body font
- : String
- # Name of the font to be displayed in the body
- : String
- # Size of the font file
- : String
- # Url of the font to be loaded for the body
- : String
- # Url of bold body font.
- : String
- # MIME type of the bold font.
- : String
- # Name of the bold font.
- : String
- # Size of the bold font file
- : String
- : Boolean
- # Url of header font
- : String
- # MIME type of the header font
- : String
- # Name of the font to be displayed in the headers
- : String
- # Size of the header font
- : String
- # Url of the font to be loaded for the headers
- : String
- # Shop logo file URL
- : String
- # MIME type of the logo file name
- : String
- # Shop logo file name
- : String
- # Size of the logo file name
- : String
- # Logo height in pixels
- : String
- # Url of SVG logo
- : String
- # MIME type of the logo file name (i.e svg)
- : String
- # Shop logo filename (in .svg)
- : String
- # Size of the logo file name (in .svg)
- : String
- # Main color of the shop
- : String
- # Indicates if the order number is optional
- : Boolean
- # Used regexp for validating order numbers
- : String
- # Return types to be displayed as options for the user
- : [String!]
- # Indicates if return reasons should be shown
- : Boolean
- # Tone of voice level
- : String!
- }