Profile Request REST Endpoints

Store/Profile Request
End points for operations for account based commerce in Oracle Commerce Cloud
Approve profile request
Method: post
Path: /ccstore/v1/profileRequests/{id}/approve
createMultipleProfileRequests
Method: post
Path: /ccstore/v1/profileRequests/createMultiple
createProfileRequest
Method: post
Path: /ccstore/v1/profileRequests
getProfileRequest
Method: get
Path: /ccstore/v1/profileRequests/{id}
listProfileRequests
Method: get
Path: /ccstore/v1/profileRequests
Reject profile request
Method: post
Path: /ccstore/v1/profileRequests/{id}/reject
updateProfileRequest
Method: put
Path: /ccstore/v1/profileRequests/{id}