Skip to main content
PUT
/
v1
/
store
/
{storeId}
/
user
/
order
/
{orderId}
/
status
Update Order Status
curl --request PUT \
  --url https://storekit.samarthh.me/v1/store/{storeId}/user/order/{orderId}/status \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "SHIPPED"
}
'

Headers

Content-Type
string

Path Parameters

storeId
string
required
orderId
string
required

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response