Create Store
Stores
Create Store
This endpoint creates a new store under a specific company. Stores are the operational units that handle orders, inventory, and customer interactions. Each store can have multiple addresses for different purposes and automatically gets configured with delivery service partners.
POST
Create Store
This endpoint creates a new store with all necessary business information including addresses, company association, and delivery service partner integrations. The store will be automatically configured with UberEats, DoorDash, and GrubHub partnerships.
Request Body Fields
Request Body Fields
string
required
Store name as it will appear to customers. Example: “SSP Test Store - final”
string
required
Store contact email address. Example: “[email protected]”
string
required
Store contact phone number in international format. Example: “+14132231249”
number
required
ID of the company this store belongs to. Example: 1000022
array
required
Array of address objects for different store purposes
boolean
required
Whether to create a billing vendor account for this store. Set to
true to enable automated billing setup.number
required
User ID of the primary point of contact for this store. Example: 1000049
Request Example
Response
string
Unique store identifier (UUID format)
boolean
Indicates whether store setup process is complete
boolean
Store disabled status
boolean
Role-based access control enablement status
string
Store name as provided
string
Store contact email
string
Store contact phone number
string
Associated company ID
string
Point of contact user ID
string
Generated billing vendor ID if create_bill_vendor was true
array
Array of created address records with full details including IDs
array
Array of delivery service partner configurations (UberEats, DoorDash, GrubHub)
string
Associated vendor/billing ID
Response Example
Automatic Partner Setup: The store is automatically configured with delivery service partners (UberEats, DoorDash, GrubHub) but they start in disabled state. You’ll need to configure each partner individually after store creation.
Billing Vendor: When create_bill_vendor is true, a billing vendor account is automatically created and linked to the store for payment processing.

