curl --request GET \
--url https://api.example.com/storesList all connected e-commerce stores.
curl --request GET \
--url https://api.example.com/stores[
{
"id": "store-uuid",
"platform": "shopify",
"store_domain": "my-store.myshopify.com",
"store_name": "My Store",
"last_synced_at": "2026-04-08T18:30:00Z",
"created_at": "2026-04-08T18:00:00Z"
}
]