Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 421 Bytes

2021-06-07-allow-address-managment-for-guest-users.md

File metadata and controls

12 lines (12 loc) · 421 Bytes
title issue
Allow address management for guest users
NEXT-14585

API

  • Allowed following routes are now able to be used by guest users:
    • DELETE /store-api/account/address/{addressId}
    • DELETE /store-api/account/customer
    • POST /store-api/account/list-address
    • POST /store-api/account/logout
    • POST /store-api/account/address
    • PATCH /store-api/account/address/{addressId}