The Laravel ONDC Connector module integrates Bagisto with the Open Community for Digital Commerce (ONDC), enabling seamless interoperability and product sync between each platforms.
The Laravel ONDC Connector module permits seamless integration between Bagisto and the ONDC platform.
It permits admins to import merchandise and classes from ONDC into their Bagisto retailer.
Key Options of the Laravel Bagisto ONDC Connector:
The Bagisto ONDC Connector permits seamless synchronization of merchandise and classes from ONDC to Bagisto.
Admin can import merchandise.
Moreover, classes may be imported by the admin.
Mapping Bagisto classes to ONDC classes is dealt with by the admin.
The synchronization course of can also be managed effectively.
Set up of the Laravel Bagisto ONDC Connector Module:
Unzip the respective extension zip after which merge the “packages” folders into the mission root listing.
- Goto config/app.php file and add the next line underneath ‘suppliers’
WebkulONDCConnectorProvidersONDCConnectorServiceProvider::class,
- Goto composer.json file and add following line underneath ‘psr-4’
"WebkulONDCConnector": "packages/Webkul/ONDCConnector/src"
- Within the config/bagisto-vite.php file, add the next line underneath the ‘viters’ part:
'ondc' => [ 'hot_file' => 'ondc-vite.hot', 'build_directory' => 'themes/ondc/default/build', 'package_assets_directory' => 'src/Resources/assets', ],
#### Run these instructions under to finish the setup composer dump-autoload php artisan ondc-connector:set up
Vendor Onboarding Course of
“For the vendor’s onboarding course of for ONDC, please take a look at the next hyperlink: https://webkul.com/weblog/seller-onboarding-process-for-ondc/“
Admin Configuration –
When you efficiently execute the instructions, you will note the ONDC Connector by navigating via Configure-> ONDC Connector.

Right here, the shop admin will be capable of configure the preliminary settings –
Standing: Allow or disable the module by clicking the toggle swap.
Product Delete Toggle: Allow or disable the system to mechanically delete the ONDC product when a product is faraway from Bagisto.
Product Import Button: Allow or disable the creation of a Bagisto product throughout product import
Location ID: The admin can set the placement ID.
Vendor ID: The admin can enter the vendor ID.
Vendor Portal URL: Enter the vendor portal URL.
API Server URL: Enter the API server URL.
Entry Token: Enter the vendor Entry Token.
Refresh Token: Enter the Refresh Token.
Connector Configure –

API Server URL: Enter the vendor API server URL right here.
Entry Token: Enter the vendor Entry Token.
Refresh Token: Enter the Refresh Token.
Product Import Utilizing the Laravel Bagisto ONDC Connector:
By clicking on the ‘Import Merchandise’ button, you possibly can import merchandise from ONDC to Bagisto.

Class Import with the Laravel Bagisto ONDC Connector:
By clicking on ‘Import Class’, you possibly can import classes from ONDC to Bagisto.

Map Class:
By clicking on ‘Map with Retailer Class’, you possibly can map a Bagisto class to an A number of ONDC class.

Help:
That’s all for the Laravel ONDC Connector module. In the event you encounter any additional points, please don’t hesitate to submit a help ticket and present your suggestions at bagisto.uvdesk.com.
Present Product Model – v2.2.1
Supported Framework Model – v2.2.1