v3

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-08-014669239.7 KB
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.

importsImportID[]

Example response

{
  "imports": [
    "mem_import_00000000000000000000000000"
  ]
}