GET https://api.storenvy.com/v1/store
Get the basic details of your Store.
Example response:
{
"data": {
"name": "Example Store",
"description": "An amazing, fantastic store.",
"url": "<store-url>",
"storenvy_url": "example-store.storenvy.com",
"subdomain": "example-store",
"location": "San Francisco, CA",
"support_email": "[email protected]",
"return_address": "123 Memory Lane, San Francisco, CA",
"business_name": "The Amazing Sample",
"business_type": "llc",
"phone": "555-555-5555",
"time_zone": "Central Time (US & Canada)",
"avatar": "<link to image>",
"storefront_open": true,
"list_in_marketplace": true,
"custom_domain": null,
"use_default_layout": true,
"css": "<css>",
"layout": "<layout>"
}
}