Create an address for the current customer
Creates a saved address owned by the authenticated buyer. Both `X-Lynkow-Pk` and `Authorization: Bearer <customer-session-token>` are required. Site and customer identifiers are derived from the authenticated request context and cannot be supplied in the body.
/customers/me/addresseshttps://api.lynkow.com/storefront/{siteId}Request bodyrequired
citystringrequiredRequired. 1-120 characters
phoneunioncompanyunionaddress1stringrequiredRequired. 1-255 characters
address2unionlastNamestringrequiredRequired. 1-120 characters
metadataobjectCustom key-value metadata
provinceunionfirstNamestringrequiredRequired. 1-120 characters
postalCodestringrequiredRequired. 1-32 characters
addressNameunioncountryCodestringrequiredRequired. ISO 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