When performing partial migrations it is important to be aware that some objects are data is dependent on others. For example, while it is possible to migrate a Product this object data will not be complete unless the brands, categories, variations etc have been migrated. If data integrity is important then rather use the complete migration option instead.
...