logoSellhub
Store
background
Sellhub Docs
Sellhub Docs
Store Details
GET
/store

Authorization

Authorization<token>

In: header

curl -X GET "https://dash.sellhub.cx/api/sellhub/store" \
  -H "Authorization: <token>"

Store information retrieved successfully.

{
  "data": {
    "store": {
      "id": "0ca3a385-8adf-4558-9694-00d0d88d8823",
      "name": "Zax Designs",
      "subdomain": "store",
      "supportEmail": "contact@zax.store",
      "description": null,
      "autoFeedback": true,
      "purchaseAlerts": true,
      "hideNoStock": true,
      "enableReviewRequest": false,
      "iconImage": null,
      "image": "https://cdn.sellhub.cx/store/image-0ca3a385-8adf-4558-9694-00d0d88d8823",
      "backgroundImage": "https://cdn.sellhub.cx/store/background-0ca3a385-8adf-4558-9694-00d0d88d8823",
      "totalSales": 12,
      "showTotalSales": true,
      "accentColor": "{\"r\":122,\"g\":49,\"b\":240}",
      "tos": "1. Introduction\nWelcome to [Store Name]...\n(entire TOS content)\n",
      "privacyPolicy": "",
      "refundPolicy": "",
      "productRestock": {
        "email": {
          "enabled": false
        },
        "discord": {
          "url": "",
          "enabled": false
        },
        "telegram": {
          "enabled": false,
          "botToken": "",
          "channelId": ""
        },
        "dashboard": {
          "enabled": true
        }
      },
      "orderCompleted": {
        "email": {
          "enabled": false
        },
        "discord": {
          "url": "",
          "enabled": false
        },
        "telegram": {
          "enabled": false,
          "botToken": "",
          "channelId": ""
        },
        "dashboard": {
          "enabled": true
        }
      },
      "outOfStock": {
        "email": {
          "enabled": false
        },
        "discord": {
          "url": "",
          "enabled": false
        },
        "telegram": {
          "enabled": false,
          "botToken": "",
          "channelId": ""
        },
        "dashboard": {
          "enabled": true
        }
      },
      "discordBotId": "bac218d1-27fc-4cc8-beca-97e4e526d0f1",
      "announcement": null,
      "metadataTitle": "Zax Designs",
      "metadataDescription": "Buy our design kits now!",
      "createdAt": "2024-07-13T14:58:41.023Z"
    }
  }
}