Organizations > Organizations > organizationsCreate
organizationsCreate
POST:organizations.json
Description
Create a new organization.
Even though API takes array as body, creating only one organization at a time is allowed. API looks like that for consistency reasons.
Topic: Organizations
Arguments
data: [OrganizationCreate!]!
Main argument for mutations.
Unique organization identifier. See also: Unique Identifiers
Example: "og_EQzGqWoY"
Data Argument Fields
billing_address: AddressCreate!
Billing address of the organization
The name of the organization
Example: "FooBar Inc."
Valid when: name is not empty
Valid when: name's length doesn't exceed 250 characters
Unique identifier for the subscription plan a shop is on
Example: "Medium"
Whether organization is in test mode or not
Example: false
Result
[Organization!]
Preview (typescript)
Loading module