POST https://api.storenvy.com/v1/application/stores
Create a brand new store and a brand new user account. Perfect for dynamically generating stores on the fly for customers. Note, the response envelope will include a premade OAuth access_token
for placing OAuth calls on the new Store with your Application. Be sure to keep these credentials because they will not be reissued or displayed again.
Required Parameters
client_id |
Your applications's Application ID |
secret |
Your application's secret |
name |
The public-facing name of the Store |
subdomain |
The subdomain you'd like for your store. (3..20 characters long) |
owner[login] |
The username of the user that can be used to log into Storenvy. |
owner[email] |
This is the email address that will receive notifications when an order is placed on the store. |
owner[password] |
The desired email address of the user account. |