ShopGo
1.0.0
1.0.0
  • Welcome
  • Developer Guides
    • Order Processing
    • Webhooks
      • Calculate Shipping Rates
  • Management API
    • Introduction
    • Authentication
      • Using User API Key
      • Using Platform API Key
    • Authorization
    • Objects
      • Primitives
      • Order
      • Payment
      • Shipment
      • Purchase
      • Adjustment
      • Charge
      • Attribute
    • API Endpoints
  • Platform API
    • Introduction
    • Authentication
    • Objects
    • API Endpoints
      • Tenant
Powered by GitBook
On this page
  • DashboardUser
  • Tenant

Was this helpful?

  1. Platform API

Objects

DashboardUser

Profile information of a dashboard user.

{
    "id": "1",
    "first_name": "John",
    "last_name": "Down",
    "created": <DateTime>,
    "email": "john.doe@gmail.com",
    "phone": "0791234567",
    "permissions": {
        "analytics": true,
        "appearance": true,
        "customers": true,
        "home": true,
        "orders": true,
        "products": true,
        "settings": true
    }
}

Tenant

Account information of a platform tenant.

{
    "id": "1",
    "name": "matjar",
    "owner": <DashboardUser>,
    "country": "JO",    
    "store_host": "matjar.myshopgo.me",
    "subscribed": "active",
    "timezone": "Asia/Amman",
    "permissions": {
        "home": true,
        "orders": true,
        "products": true,
        "customers": true,
        "analytics": true,
        "appearance": true,
        "settings": true
    },
}

where the parameters are ...

Name

Description

name

A unique but mutable tenant identifier

owner

Dashboard user who created and owns the tenant account

country

store_host

The most recent tenant store website hostname

subscribed

Plan subscription status (either active or expired)

timezone

permissions

PreviousAuthenticationNextAPI Endpoints

Last updated 4 years ago

Was this helpful?

For more details on the permissions field see .

Tenant country setting ( code)

Tenant timezone setting ()

Dashboard permissions (as described in )

Authorization
ISO 3166-1 alpha-2
tz timezone String
Authorization