Skip to main content

Tenant

Represents a Tenant in a multi-tenant deployment

type Tenant implements Node {
id: ID!
name: String!
isActive: Boolean!
slug: String!
marketplaceConfiguration: MarketplaceConfiguration
onboardingStepsCompleted: [TenantOnboardingStep!]!
storefrontUrl: String!
}

Fields

Tenant.id ● ID! non-null scalar

The ID of the object

Tenant.name ● String! non-null scalar

Tenant.isActive ● Boolean! non-null scalar

Tenant.slug ● String! non-null scalar

Tenant.marketplaceConfiguration ● MarketplaceConfiguration object

Marketplace configuration for the tenant

Tenant.onboardingStepsCompleted ● [TenantOnboardingStep!]! non-null enum

Tenant.storefrontUrl ● String! non-null scalar

Interfaces

Node interface

An object with an ID

Returned By

currentTenant query ● tenant query

Member Of

Agreement object ● AgreementCommission object ● AgreementFees object ● AgreementSellers object ● AttributeValue object ● CheckoutEvent object ● CheckoutSellerShipping object ● DesignerDataType object ● Document object ● EmailEvent object ● MarketplaceConfiguration object ● Media object ● OrderFee object ● Payout object ● Plugin object ● SellerOnboardingChecklist object ● SellerUserType object ● ShopifyWebhookTransaction object ● TenantCountableEdge object ● TenantOnboardingUpdate object ● TenantUpdate object ● WebhookEventLog object ● WebhookJob object

Was this page helpful?