Fetch the details of your store.
{
"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"
}
}
}