Imports
The import object and the allowed CRUD operations on the related resource endpoint
Imports let you asynchronously import SKUs, prices, stock items, and many other resources into your organization's environment. At the moment, two types of
format
are available when importing resources: JSON (default) and CSV.Imports can be managed via API or using the related back-office app in the Hub section of the admin dashboard.
Each element of the
inputs
list contains the resource attributes and relationships.After creating an import, you can poll the
status
attribute to check the import progress until it's completed. Then, you can download the imported data using the link exposed in the attachment_url
attribute. Import errors and warnings (if any) are reported through the errors_count
, errors_log
, warnings_count
, and warnings_log
attributes.When you import a list of resources, you can choose to delete any record that is not included in the list, by setting the
cleanup_records
variable to true
. In that case, after the import is complete, you also get the number of destroyed records through the destroyed_count
attribute.Check the related guide for the complete list of importable resources and any further information about the import process (e.g. import limits, unique keys, parent resources, and examples).
Last modified 29d ago