View Personal-Data Logs
Before you begin
- Ensure that the user is signed into the store with appropriate seller permissions.
note
Only sellers with Seller Admins, Support and IT roles can access the API
Procedure
Note the ID and type of the data item that you want logs for.
Most get/update/create responses in the Commerce API contain mandatory fields
id
andtype
. You will need to pass this information to the logs endpoint in the next step.noteCurrently the personal data management functionality is only enabled for entities under
v2/accounts
,v2/customers
andv2/authentication-realms
URL prefixes.Call the
logs
endpoint and specify theid
andtype
in the filterSee the Personal Data Logs page for more information
You can use pagination links inside the
meta
field to navigate. Visit the pagination page for more information.