Skip to main content
POST
/
v1
/
user
/
store
/
{storeId}
/
collections
/
{collectionId}
/
products
Add Products to Collection
curl --request POST \
  --url https://storekit.samarthh.me/v1/user/store/{storeId}/collections/{collectionId}/products \
  --header 'Content-Type: application/json' \
  --data '
{
  "productIds": [
    "product-uuid-1",
    "product-uuid-2",
    "product-uuid-3"
  ]
}
'

Headers

Content-Type
string

Path Parameters

storeId
string
required
collectionId
string
required

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response