Skip to main content

Upload an item to a store

POST 

/store/:storeId/upload

Upload an item to a store

Request

Path Parameters

    storeId stringrequired

Body

required

    title stringrequired
    description string
    link stringrequired
    image stringrequired

    properties

    object

    property name* string

Responses

Item uploaded successfully

Schema

    message string
    data object
Loading...