Skip to main content
POST
/
v1
/
user
/
store
/
{storeId}
/
products
/
bulk
/
status
Bulk Update Product Status
curl --request POST \
  --url https://storekit.samarthh.me/v1/user/store/{storeId}/products/bulk/status \
  --header 'Content-Type: application/json' \
  --data '
{
  "productIds": [
    "product-uuid-1",
    "product-uuid-2"
  ],
  "status": "ACTIVE"
}
'

Headers

Content-Type
string

Path Parameters

storeId
string
required

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response