Create

Start changing the name and rate symbol of the shop. Completed after successful approval of the shop owner

post
Body
shopIdstringRequired

ID of Shop

Example: 0x0001be96d74202df38fd21462ffcef10dfe0fcbd7caa3947689a3903e8b6b874
namestringRequired

Name of Shop

Example: Coffee Nine
currencystringRequired

Basic currency symbol of Shop

Example: krw
terminalIdstringOptional

ID of terminal

Example: KIOSK0001
Responses
200Success
application/json
post
POST /v1/shop/update/create HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 142

{
  "shopId": "0x0001be96d74202df38fd21462ffcef10dfe0fcbd7caa3947689a3903e8b6b874",
  "name": "Coffee Nine",
  "currency": "krw",
  "terminalId": "KIOSK0001"
}
200Success
{
  "code": 0,
  "data": {
    "taskId": "0x6d335fe57648a92b6024be84fd4f265fb497366a916f5a28a5f2a04e523d9c7b",
    "shopId": "0x0001be96d74202df38fd21462ffcef10dfe0fcbd7caa3947689a3903e8b6b874",
    "name": "Coffee Nine",
    "currency": "krw",
    "terminalId": "KIOSK0001",
    "taskStatus": 0,
    "timestamp": 1722948039
  },
  "error": {
    "message": "Failed to check the validity of parameters"
  }
}