Skip to main content
PATCH
/
v1
/
user
/
store
/
{storeId}
/
products
/
{productId}
/
stock
/
adjust
Adjust Product Stock
curl --request PATCH \
  --url https://storekit.samarthh.me/v1/user/store/{storeId}/products/{productId}/stock/adjust \
  --header 'Content-Type: application/json' \
  --data '
{
  "adjustment": -5,
  "reason": "Order fulfillment"
}
'

Headers

Content-Type
string

Path Parameters

storeId
string
required
productId
string
required

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response