Customers REST Endpoints
Store/Customers
The operations from the Store/Customers category.
- addProfileAddress
- Method: postPath:
/ccstore/v1/profiles/current/addresses - deleteProfileAddress
- Method: deletePath:
/ccstore/v1/profiles/current/addresses/{addressId} - listProfileAddresses
- Method: getPath:
/ccstore/v1/profiles/current/addresses - updateProfileAddress
- Method: putPath:
/ccstore/v1/profiles/current/addresses/{addressId}