post https://api.kentro.dev/v1/store/account/address/add
Responses
xxxxxxxxxx
13curl --request POST \
--url https://api.kentro.dev/v1/store/account/address/add \
--header 'X-Host-Override: store-domain.com' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"type": "shipping",
"geoLocation": {
"source": "google"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: