🚀 New: Theme Control Plane API — build, customize, and deploy themes programmatically. Learn more →
curl --request GET \
--url https://api.shoppex.io/dev/v1/store/settings \
--header 'Authorization: Bearer <token>'{
"data": {
"name": "Demo Shop",
"avatar": "att_1",
"currency": "USD"
}
}Developer API operation for GET /dev/v1/store/settings.
curl --request GET \
--url https://api.shoppex.io/dev/v1/store/settings \
--header 'Authorization: Bearer <token>'{
"data": {
"name": "Demo Shop",
"avatar": "att_1",
"currency": "USD"
}
}