Skip to main content

List items in a store

GET 

/store/:storeId/items

List items in a store

Request

Path Parameters

    storeId stringrequired

Responses

Items retrieved successfully

Schema

  • Array [

  • id string
    title string
    description string
    link string
    image string
    store string
    tags string[]

    properties

    object

    property name* string
  • ]

Loading...