Skip to main content

Update an item by ID

PUT 

/store/:storeId/items/:itemId

Update an item by ID

Request

Path Parameters

    storeId stringrequired
    itemId stringrequired

Body

required

    title string
    description string
    link string
    image string

    properties

    object

    property name* string

Responses

Item updated successfully

Schema

    message string
    data object
Loading...