Types > OrganizationCreate
Commerce APITypesOrganizationCreate

OrganizationCreate

Description

Topic: Organizations

Fields

billing_address: AddressCreate!

Billing address of the organization


name: String!

The name of the organization

Example: "FooBar Inc."

Valid when: name is not empty

Valid when: name's length doesn't exceed 250 characters


plan_id: String

Unique identifier for the subscription plan a shop is on

Example: "Medium"


test: Boolean

Whether organization is in test mode or not

Example: false


Used By

Mutations

organizationsCreate

Preview (typescript)

Loading module