docs

Create Store

Create store

Request body

Store object that needs to be added
ParameterDetails
name
  • required
string
Example:
Acme Corp.
email
string
Example:
mail@example.org
address
  • required
object
street
string
Example:
Domstr.
houseNumber
string
Example:
10
additional
string
zipCode
string
Example:
20095
city
string
Example:
Hamburg
countryCode
string
Example:
DEU
geoPoint
object
lat
number
Example:
53.5492237
lng
number
Example:
9.9912508
timezone
string
Example:
Europe/Berlin
openingTimes
object
mon
array
tue
array
wed
array
thu
array
fri
array
sat
array
sun
array
exceptions
array
customData
object
settings
object
shipFromStore
boolean
Example:
true
safetyStock
number
Example:
5
updateIfExists
boolean
Example:
true
referenceKey
string
Example:
1fc2c699-6a93-3321-b5e7-7cae83050410
isActive
boolean
Example:
true
images
object
customData
object
source
object
storageLocations
object
referenceKey
string
name
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/stores

Request samples

Provide Feedback