Store Info
Get the store info.
Request
curl -X GET "{domain}/api/store-info" \
-H "Access-Token: {access_token}"
Response
{
"id": 28152135714,
"name": "Store name",
"email": "ahmed@gmail.com",
"domain": "store.com",
"address": "18 SchillerStr",
"zip": "10625",
"city": "Berlin",
"country_code": "DE",
"country_name": "Germany",
"currency": "EUR",
"phone": "+201234567890",
"primary_locale": "en",
"created_at": "2020-04-04T19:16:26+02:00",
"updated_at": "2021-05-09T00:31:16+02:00",
"timezone": "(GMT+02:00) Africa\/Cairo",
"shop_owner": "Ahmed Ammar",
"sub_domain": "store.myshopify.com",
"locales": [
"en",
"ar"
],
"force_ssl": true
}
Last updated