Skip to main content

Retrieve a store by ID

GET 

/store/:storeId

Retrieve a store by ID

Request

Path Parameters

    storeId stringrequired

Responses

Store retrieved successfully

Schema

    id string
    store_name string
    description string
    public boolean
    created_at date-time
    owner_id string

    schema_values

    object

    property name*

    string[]

  • Array [

  • string

  • ]

  • schema_options

    object

    property name*

    string[]

  • Array [

  • string

  • ]

Loading...