Skip to main content
PUT
/
v1
/
user
/
store
/
{storeId}
/
business
Update Store Business
curl --request PUT \
  --url https://storekit.samarthh.me/v1/user/store/{storeId}/business \
  --header 'Content-Type: application/json' \
  --data '
{
  "gstNumber": "33BBBBB1111B2Y6",
  "address": "456 Updated Business Street, New City, State 67890"
}
'

Headers

Content-Type
string

Path Parameters

storeId
string
required

Store ID

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response