Create Store
Create store
Request body
Store object that needs to be added
Parameter | Details |
---|---|
name
| string Example: Acme Corp. |
email | string Example: mail@example.org |
address
| object street stringExample: Domstr. houseNumber stringExample: 10 additional stringzipCode stringExample: 20095 city stringExample: Hamburg countryCode stringExample: DEU |
geoPoint | object lat numberExample: 53.5492237 lng numberExample: 9.9912508 |
timezone | string Example: Europe/Berlin |
openingTimes | object mon arraytue arraywed arraythu arrayfri arraysat arraysun arrayexceptions array |
customData | object |
settings | object shipFromStore booleanExample: true safetyStock numberExample: 5 |
updateIfExists | boolean Example: true |
referenceKey | string Example: 1fc2c699-6a93-3321-b5e7-7cae83050410 |
isActive | boolean Example: true |
images | object |
storageLocations | object referenceKey stringname string |
storeGroups | object referenceKey string |
with | string Example: openingTimes, customData, settings, storageLocations, storeGroups, images |
Responses
201
successful operation
application/json
Success
id
integer
Example:
10
referenceKey
string
Example:
1fc2c699-6a93-3321-b5e7-7cae83050410
name
string
Example:
Acme Corp.
email
string
Example:
mail@example.org
object
object
timezone
string
Example:
Europe/Berlin
object
customData
object
object
isActive
boolean
Array of object
Array of object
Array of object
Example:
1d43daa8-248e-463a-be27-dd33d3069987
401
Unauthorized
Error
422
Unprocessable Entity
application/json
Error
POST