Account & Addresses
Manage user identity profile and multiple shipping addresses.
GET
/v1/me/profileGet Profile
Retrieve the authenticated user's profile information.
GET
/v1/me/addressesList Addresses
Get a list of all saved shipping addresses for the current user.
POST
/v1/me/addressesCreate Address
Add a new shipping address.
PUT
/v1/me/addresses/:idUpdate Address
Modify an existing address by its specific ID.
DELETE
/v1/me/addresses/:idDelete Address
Permanently remove an address.