Types > EntityCreate
Commerce APITypesEntityCreate

EntityCreate

Description

Topic: Entities

Fields

name: String!

The name of the entity

Example: "FooBar Inc."

Valid when: name is not empty

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


organization_id: String!

Organization this entity belongs to

Example: "og_EQzGqWoY"

Valid when: organization_id is not empty

Valid when: organization_id matches regexp pattern: ^og_


Used By

Mutations

entitiesCreate

Preview (typescript)

Loading module