Types > Entity
Commerce APITypesEntity

Entity

Description

Topic: Entities

Fields

created_at: String!

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

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

Timestamp (RFC 3339)


id: String!

Unique entity identifier. See also: Unique Identifiers

Example: "en_EQzGqWoY"


name: String!

The name of the entity

Example: "FooBar Inc."


organization: Organization

Organization this entity belongs to

Expandable


updated_at: String!

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

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

Timestamp (RFC 3339)


Used By

Mutations

entitiesCreate, entitiesModify

Queries

entities

Types

EntityPage, OrganizationsHierarchy, Shop, ShopShort

Preview (typescript)

Loading module