Skip to main content

Retrieve an item by ID

GET 

/store/:storeId/items/:itemId

Retrieve an item by ID

Request

Path Parameters

    storeId stringrequired
    itemId stringrequired

Responses

Item retrieved successfully

Schema

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

    properties

    object

    property name* string
Loading...