Create store
Create store
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"message": "Store created.",
"data": {
"id": 1,
"name": "Test Store",
"country": "México",
"direction": "D.F.",
"location_point": {
"type": "Point",
"coordinates": [
-73.98615270853043,
40.74894149554006
]
}
}
}"Unauthorized."{
"message": [
"This name is not available.",
"User not found."
],
"data": null
}Last updated
Was this helpful?