curl --request PUT \
--url https://storekit.samarthh.me/v1/store/{storeId}/user/order/{orderId}/status \
--header 'Content-Type: application/json' \
--data '
{
"status": "SHIPPED"
}
'Update the status of an order. Requires store authentication (admin/owner).
curl --request PUT \
--url https://storekit.samarthh.me/v1/store/{storeId}/user/order/{orderId}/status \
--header 'Content-Type: application/json' \
--data '
{
"status": "SHIPPED"
}
'