Update the current customer's address
Partially updates one live address owned by the authenticated buyer. Both `X-Lynkow-Pk` and `Authorization: Bearer <customer-session-token>` are required. `{id}` must be an `addr_` identifier, and the body must contain at least one address field.
PATCH
/customers/me/addresses/{id}Base URL
https://api.lynkow.com/storefront/{siteId}Path parameters
idstringrequiredUnique identifier
Request bodyrequired
citystring1-120 characters
phoneunioncompanyunionaddress1string1-255 characters
address2unionlastNamestring1-120 characters
metadataobjectCustom key-value metadata
provinceunionfirstNamestring1-120 characters
postalCodestring1-32 characters
addressNameunioncountryCodestringISO 3166-1 alpha-2 country code
isDefaultBillingbooleanWhether this is the customer's default billing address. Boolean
isDefaultShippingbooleanWhether this is the customer's default shipping address. Boolean