Magidoc

Organisation
Object

This object represents an organisation, usually a retailer. This object owns all the other data in the system for a given organisation.

Fields

#

createdAt

Non-null

The date and time this entity was created.

currentSubscription

Returns the latest subscription (or null if the organisation has never subscribed)

displayName

Non-null

The display name for the organisation.

domainName

Non-null

The domain name for the organisation.

eCommercePlatform

Non-null

eCommercePlatformConfiguration

Non-null

An array of KeyValuePairs which contain the configuration for the eCommerce platform. This is used to store any additional data required for the eCommerce platform.

eCommercePlatformDisplayName

Non-null

The display name for the eCommerce platform, this is used for display purposes only when eCommercePlatform is custom.

id

Non-null

A unique internal GlobalId for this entity.

installCompleted

Non-null

installInformation

Non-null

installSurveyAnswers

locations

[ Location !]!
Non-null

The locations which belong to this organisation.

orders

[ Order !]!
Non-null

The orders which belong to this organisation.

productGroups

Non-null

The product groups which belong to this organisation.

products

[ Product !]!
Non-null

The products which belong to this organisation.

salesAssistantClearRule

Non-null

salesAssistantNameRule

Non-null

uninstallStarted

Non-null

updatedAt

Non-null

The date and time this entity was last updated.

users

[ User !]!
Non-null

variables

Non-null

An array of KeyValuePairs which contain user provided variables to be used by Cloudshelf or Cloudshelf Extensions.

Usages

#

References

#

  • Field owningOrganisation from Device