The Import API uses tokens and scopes from any of the commercetools HTTP API Authorization flows.
manage_project:{projectKey} grants permission to use all Import API endpoints. More selective permissions are sufficient when using individual API endpoints.
To create an ImportContainer, an API Client must have at least the manage_import_containers:{projectKey} scope.
To view an ImportContainer, an API Client must have at least the view_import_containers:{projectKey} scope.
The required scope for sending requests to an ImportContainer is derived from its resourceType property as follows:
To create ImportRequests, an API Client must have at last the scope required to create a resource of the ImportContainer's resourceType.
For example if resourceType is category, the API Client must have, at a minimum, the manage_products:{projectKey} scope.
To view ImportOperations or ImportSummaries, an API Client must have at least the scope required to view a resource of the ImportContainer's resourceType.
For example if resourceType is product, the API Client must have at least the view_products:{projectKey} scope.