The UnoPim-Bagisto Connector enables seamless integration between UnoPim and Bagisto, allowing you to synchronize data effortlessly.
- 🗂 Export Categories: Export categories from UnoPim as collections in Bagisto.
- 🛠️ Attributes Sync: Transfer attributes from UnoPim to Bagisto with ease.
- 👨👩👧 Export Families: Export families from UnoPim to Bagisto.
- 📦 Product Export: Export products, including simple and configurable ones, from UnoPim to Bagisto.
- ⚡ Bulk API: Leverage a bulk API for faster product exports.
- 🗄️ Media Sync: Sync product images and videos from UnoPim to Bagisto.
- ☁️ AWS S3 Compatibility: Fully compatible with AWS S3 for image storage and management.
- 📂 Download and extract the extension package.
- 🔗 Merge the
packages
folder into the root directory of your UnoPim project.
-
Open the
config/app.php
file. -
Add the following line under the
providers
array:Webkul\Bagisto\Providers\BagistoServiceProvider::class,
-
Open the
composer.json
file. -
Add the following line under the
psr-4
section:"Webkul\\Bagisto\\": "packages/Webkul/Bagisto/src"
Execute the following commands to complete the setup:
-
🔄 Dump Composer Autoload
composer dump-autoload
-
📊 Migrate Tables for the Bagisto Plugin
php artisan migrate
-
🔧 Publish Assets for the Bagisto Plugin
php artisan vendor:publish --tag=unopim-bagisto-connector
-
🌐 Clear Application Cache
php artisan optimize:clear
To install the REST API for Bagisto, follow these steps:
-
📖 Reference Repository
Clone or download the REST API package from the official GitHub repository:
GitHub Repository for REST API -
📚 Installation Documentation
Refer to the official documentation for detailed installation instructions:
Bagisto REST API Installation Docs -
⚖️ Ensure Compatibility
- Install the version compatible with your Bagisto setup.
- Required version:
2.x.x
-
🛠️ Installation Steps
- Run the necessary commands mentioned in the documentation to integrate the REST API into your Bagisto setup.
- Update dependencies and configurations as needed.
For any issues or inquiries, please contact our support team.