Skip to main content

Create a new store

POST 

/store

Create a new store

Request

Body

required

    store_name stringrequired
    description stringrequired
    public boolean

    schema

    object

    oneOf

    string

    Possible values: [automatic]

Responses

Store created successfully

Schema

    id string
    message string
Loading...