Manage B2B e-commerce storefronts and their configuration.
B2bStore — Returns the current company's B2B store
B2bStore — Returns the current company's B2B storequery GetB2bStore {
B2bStore {
id
active
label
url
location { id label }
price_level { id label }
tax_codes { id label }
logo { id url }
}
}Available fields
| Field | Type | Description |
|---|---|---|
id | ID | Unique identifier. |
company_id | ID | Company ID. |
active | Boolean | Whether the store is active. |
label | String | Store name. |
url | String | Store URL. |
location_id | ID | Default location ID. |
price_level_id | ID | Price level ID. |
recommended_price_level_id | ID | Recommended price level ID. |
settings | JSON | Store settings. |
location | Location | Default location. |
price_level | PriceLevel | Price level. |
recommended_price_level | PriceLevel | Recommended price level. |
tax_codes | [TaxCode] | Tax codes. |
logo | File | Store logo. |
banner | File | Store banner. |
login_background | File | Login background image. |
about_us_files | [File] | About us files. |
