List all imports
How to fetch a collection of imports via API
To fetch a collection of imports, send a GET
request to the /api/imports
endpoint.
Request
GET https://yourdomain.commercelayer.io/api/imports
Example
The following request fetches a collection of imports:
Remember that when you fetch a list of resources you get paginated result.
Sortable fields
The list of imports can be sorted by the following fields:
Attributes
attachment_url
completed_at
created_at
errors_count
format
id
inputs_size
interrupted_at
parent_resource_id
processed_count
reference
reference_origin
resource_type
started_at
status
updated_at
warnings_count
Filterable fields
The list of imports can be filtered by the following fields:
Attributes
attachment_url
completed_at
created_at
errors_count
format
id
inputs_size
interrupted_at
metadata
parent_resource_id
processed_count
reference
reference_origin
resource_type
started_at
status
updated_at
warnings_count
Relationships
events
Last updated