Skip to main content
PUT
/
v1
/
store
/
{storeId}
/
billing
/
{addressId}
Update Billing Address
curl --request PUT \
  --url https://storekit.samarthh.me/v1/store/{storeId}/billing/{addressId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "firstName": "Jane",
  "lastName": "Smith",
  "phone": "+1987654321"
}
'

Headers

Content-Type
string

Path Parameters

storeId
string
required
addressId
string
required

Billing address ID (UUID)

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response