Types > Organization
Commerce APITypesOrganization

Organization

Description

Topic: Organizations

Fields

billing_address: Address!

Billing address of the organization


created_at: String!

The date and time when the organization was created, RFC 3339 format

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


custom_invoice_text: String!

Additional text to add to an organization billing invoice


default_payment_method: PaymentMethod

Default payment method

Expandable

Permission bit: "shop_payment_method.read"


delete_reason: ShopDeleteReason

Reason, why shop was deleted


deleted_at: String

The date and time when the organization was deleted, RFC 3339 format

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


id: String!

Unique organization identifier. See also: Unique Identifiers

Example: "og_EQzGqWoY"


name: String!

The name of the organization

Example: "FooBar Inc."


owner: User

Owner of the organization

Expandable


pending_transfer_user: User

Organization is being transferred to this user

Expandable


subscription: ShopSettingsSubscription!


test: Boolean!

Whether organization is in test mode or not

Example: false


updated_at: String!

The date and time when the organization was last updated, RFC 3339 format

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


Used By

Mutations

organizationsCreate, organizationsModify

Queries

organizations

Types

Entity, OrganizationPage, OrganizationsHierarchy, Shop, ShopShort

Preview (typescript)

Loading module