Commands
JSON Import
info
Note
This command is exclusively for testing/debugging purposes, suitable within development to import individual export files into Shopware.
The command allows ongoing testing during the implementation of the import module without scheduling new export jobs.
php bin/console twocream:json:import <file>
Description
The command is used to import a single JSON file from the configured import directory into Shopware.
Arguments
Name | Description |
---|---|
file | The JSON file to be imported, e.g., /path/to/file.json |