Store

Interact with your store.

Get Store

GET https://shop.rexdigital.group/api/v1/store

Fetch the details of your store.

Query Parameters

NameTypeDescription

api_key

string

Your api key which can be found by going to your store. Clicking on the cogwheel and navigating to the developer tab.

{
  "store": {
    "name": "Acme Incorporated",
    "slug": "acme-incorporated",
    "currency": "€",
    "business_hours": {
      "monday": "00:00 - 23:59",
      "tuesday": "00:00 - 23:59",
      "wednesday": "00:00 - 23:59",
      "thursday": "00:00 - 23:59",
      "friday": "00:00 - 23:59",
      "saturday": "00:00 - 23:59",
      "sunday": "00:00 - 23:59"
    },
    "closed_until": 1592517600,
    "cart": {
      "minimum_amount": null,
      "minimum_delivery_amount": null
    },
    "links": {
      "self": "https://shop.rexdigital.group/store/acme-incorporated"
    }
  }  
}

Last updated