Skip to main content
POST
/
v1
/
store
/
{storeId}
/
billing
Create Billing Address
curl --request POST \
  --url https://storekit.samarthh.me/v1/store/{storeId}/billing \
  --header 'Content-Type: application/json' \
  --data '
{
  "firstName": "John",
  "lastName": "Doe",
  "addressLine1": "123 Main Street",
  "city": "New York",
  "state": "NY",
  "postalCode": "10001",
  "country": "USA",
  "phone": "+1234567890",
  "isDefault": true
}
'

Headers

Content-Type
string

Path Parameters

storeId
string
required

Body

application/json

The body is of type object.

Response

201 - application/json

Successful response