B2b Stores Queries

Manage B2B e-commerce storefronts and their configuration.

B2bStore — Returns the current company's B2B store

query GetB2bStore {
  B2bStore {
    id
    active
    label
    url
    location { id label }
    price_level { id label }
    tax_codes { id label }
    logo { id url }
  }
}

Available fields

FieldTypeDescription
idIDUnique identifier.
company_idIDCompany ID.
activeBooleanWhether the store is active.
labelStringStore name.
urlStringStore URL.
location_idIDDefault location ID.
price_level_idIDPrice level ID.
recommended_price_level_idIDRecommended price level ID.
settingsJSONStore settings.
locationLocationDefault location.
price_levelPriceLevelPrice level.
recommended_price_levelPriceLevelRecommended price level.
tax_codes[TaxCode]Tax codes.
logoFileStore logo.
bannerFileStore banner.
login_backgroundFileLogin background image.
about_us_files[File]About us files.