Customer address
Fetches the customer address details.
Header parameters
AuthorizationstringOptional
Optional Bearer token for authentication.
industrystringOptionalDefault:
The industry of the user.
electronicskeystringOptionalDefault:
The unique key for the request.
8097571064818418languagekeystringOptionalDefault:
The language key for the request.
57Responses
200
Successfully fetched the customer address
*/*
statusintegerOptionalExample:
1messagestringOptionalExample:
Successfully Get the customer Address400
Bad request
500
Internal server error
get/customer-address
GET /backend/api/customer-address HTTP/1.1
Host: 139.59.67.17
Accept: */*
{
"status": 1,
"message": "Successfully Get the customer Address",
"address": {
"addressId": 1,
"addressLine1": "text",
"addressLine2": "text",
"city": "text",
"state": "text",
"postalCode": "text",
"country": "text"
}
}Last updated

