Profile
Get a list of imports
Retrieve a list of profile import task IDs that have been submitted for this service. Use these IDs to query individual import status details.
get/v1/Stores/{storeId}/Profiles/Imports
Response
A list of import ids.
Example response
{
"imports": [
"mem_import_00000000000000000000000000"
]
}