BillingAddress

customer Account Management V1Get Default Billing Address Get

get

Retrieve default billing address for the given customerId.

Responses
200

OK

application/json
Responseobject
get
GET /V1/customers/me/billingAddress HTTP/1.1
Host: {{baseurl}}
Accept: */*
{
  "id": "<integer>",
  "customer_id": "<integer>",
  "region": {
    "region_code": "<string>",
    "region": "<string>",
    "region_id": "<integer>",
    "extension_attributes": "<object>"
  },
  "region_id": "<integer>",
  "country_id": "<string>",
  "street": [
    "<string>",
    "<string>"
  ],
  "company": "<string>",
  "telephone": "<string>",
  "fax": "<string>",
  "postcode": "<string>",
  "city": "<string>",
  "firstname": "<string>",
  "lastname": "<string>",
  "middlename": "<string>",
  "prefix": "<string>",
  "suffix": "<string>",
  "vat_id": "<string>",
  "default_shipping": "<boolean>",
  "default_billing": "<boolean>",
  "extension_attributes": "<object>",
  "custom_attributes": [
    {
      "attribute_code": "velit labore mollit",
      "value": "dolor aute"
    },
    {
      "attribute_code": "velit enim",
      "value": "Excepteur minim incididunt Duis"
    }
  ]
}