latestOpenAPI 3.0.02026-08-105585620.8 KB

18e2f2e178dd

Store Information API

Get basic information about a store

Get basic information about a store based on provided ID

get/stores/{id}

Path parameters

idinteger required

Store ID

Response

OK

codeinteger

Response status code 200

Example response

{
  "code": 200,
  "result": {
    "id": 10,
    "type": "native",
    "name": "My Store"
  }
}