Description
Topic: Shops
Fields
Shop's lana.sh sub-domain, must be unique
Example: "apple"
class: UserClass
Class of the user in context of a given shop
The date and time when the shop was created, RFC 3339 format
Example: "2014-09-04T12:23:34Z"
Timestamp (RFC 3339)
Currency code
Example: "USD"
delete_reason: ShopDeleteReason
Reason, why shop was deleted
The date and time when the shop was deleted, RFC 3339 format
Example: "2014-09-04T12:23:34Z"
Timestamp (RFC 3339)
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
owner: User
Owner of the shop
Expandable
Permission bit: "users.read"
pending_transfer_user: User
Shop is being transferred to this user
Expandable
Permission bit: "users.read"
User's permission bits in this shop
persistent_app_domain: String!
Persistent shop's lana.sh sub-domain, never changes, used for CNAME DNS configuration
Example: "shop-id-jd1jh5qw"
primary_domain: Domain
Selected primary domain or app_domain by default
Expandable
Permission bit: "domains.read"
Whether shop is in test mode or not
Example: false
The date and time when the shop was last updated, RFC 3339 format
Example: "2014-09-04T12:23:34Z"
Timestamp (RFC 3339)
Used By
Mutations
Queries
Preview (typescript)
interface Shop {app_domain: stringclass?: UserClass | nullcreated_at: stringcurrency: stringdelete_reason?: ShopDeleteReason | nulldeleted_at?: stringid: stringowner?: User | nullpending_transfer_user?: User | nullpermissions?: string[]persistent_app_domain: stringprimary_domain?: Domain | nulltest: booleanupdated_at: string}