New Store

newStore #

newStore(params: NewStoreParams) Store

Example #

mutation newStore($params: NewStoreParams!){
  newStore(params: $params) {
    id
    name
    title
    description
    tags
    metaName
    metaDescription
    metaTags
    logo
    logoPath
    favicon
    faviconPath
    bannerImage
    bannerImagePath
    isOpen
    isCustomerLoyaltyEnabled
    currency
    website
    supportEmail
    supportPhone
    createdAt
    updatedAt
    street
    streetOptional
    city
    state
    postcode
    location {
      id
      name
      shortCode
    }
  }
}

Try It Now