{"id":492522,"date":"2025-05-23T05:21:50","date_gmt":"2025-05-23T05:21:50","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=492522"},"modified":"2025-05-23T05:21:58","modified_gmt":"2025-05-23T05:21:58","slug":"unopim-bagisto-connector-documentation","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/","title":{"rendered":"User Guide for UnoPim Bagisto Connector"},"content":{"rendered":"\n<p><a href=\"https:\/\/store.webkul.com\/unopim-bagisto-connector.html#\" target=\"_blank\" rel=\"noreferrer noopener\">UnoPim Bagisto Connector<\/a> extension links UnoPim with a Bagisto store, letting Users manage and update product information from one place. <\/p>\n\n\n\n<p>Users can export categories as collections, transfer attributes, and export entire families, and it supports both simple and configurable products.<\/p>\n\n\n\n<p>By using the bulk API, Users can quickly send large batches of products, saving time. AWS S3 support ensures Users\u2019 media files are securely stored in the cloud and load rapidly.<\/p>\n\n\n\n<p>Overall, the UnoPim Bagisto Connector streamlines moving product data between UnoPim and Bagisto:<\/p>\n\n\n\n<p> Users can export category collections, sync attributes accurately, and transfer full product families with ease. <\/p>\n\n\n\n<p>The extension helps Users manage their catalog\u2014whether simple or configurable products\u2014and the bulk API speeds up large transfers for greater efficiency.<\/p>\n\n\n\n<p>Additionally, if you&#8217;re operating a Shopware 6 store, then you can check <a href=\"https:\/\/store.webkul.com\/unopim-shopware6-connector.html\" target=\"_blank\" rel=\"noreferrer noopener\">UnoPim Shopware 6 Connector<\/a>.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h2 class=\"wp-block-heading index-title\">Features<\/h2>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Export UnoPim categories directly to Bagisto collections.<\/li>\n\n\n\n<li>Seamlessly export UnoPim attributes into Bagisto.<\/li>\n\n\n\n<li>Export UnoPim families into Bagisto.<\/li>\n\n\n\n<li>Export both simple and configurable products from UnoPim to Bagisto.<\/li>\n\n\n\n<li>Utilize the bulk API for rapid large\u2011scale product exports.<\/li>\n\n\n\n<li>Synchronize all product images and videos from UnoPim to Bagisto.<\/li>\n\n\n\n<li>Fully compatible with AWS\u202fS3 for media storage and retrieval.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">UnoPim Bagisto Connector Installation<\/h3>\n<\/div><\/div>\n\n\n\n<p>Download and extract the extension packages. After that, merge the <strong>packages<\/strong> folder into the root directory of your UnoPim project.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Installation with Composer<\/h3>\n\n\n\n<p>Run the following command<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer require unopim\/bagisto-connector<\/pre>\n\n\n\n<p>Run the command to execute migrations and clear the cache.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">php artisan migrate\nphp artisan vendor:publish --tag=unopim-bagisto-connector  \nphp artisan optimize:clear<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Enable Queue Operations<\/strong><\/h4>\n\n\n\n<p>Start the queue to execute actions, such as job operations, by running the following command:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">php artisan queue:work<\/pre>\n\n\n\n<p>If the <strong>queue:work<\/strong> command is configured to run via a process manager like Supervisor, restart the Supervisor (or related) service after module installation to apply changes:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo service supervisor restart<\/pre>\n\n\n\n<p>This ensures that the latest updates to the module are reflected in all background tasks.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Installation without composer<\/h3>\n\n\n\n<p>Download and unzip the respective extension zip. Rename the folder to <strong>Bagisto <\/strong>and move into the <strong>packages\/Webkul<\/strong> directory of the project&#8217;s root directory.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Register the Package Provider<\/h4>\n\n\n\n<p>Open the <strong>config\/app.php<\/strong> file.<\/p>\n\n\n\n<p>Add the following line under the providers array:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">Webkul\\Bagisto\\Providers\\BagistoServiceProvider::class,<\/pre>\n\n\n\n<p>Open the composer.json file and add the following line under the <strong>psr-4<\/strong> section:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&quot;Webkul\\Bagisto\\&quot;: &quot;packages\/Webkul\/Bagisto\/src&quot;<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Run Setup Commands<\/h3>\n\n\n\n<p>Execute the following commands to complete the setup<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer dump-autoload<\/pre>\n\n\n\n<pre class=\"EnlighterJSRAW\">php artisan migrate<\/pre>\n\n\n\n<pre class=\"EnlighterJSRAW\">php artisan vendor:publish --tag=unopim-bagisto-connector<\/pre>\n\n\n\n<pre class=\"EnlighterJSRAW\">php artisan optimize:clear<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Bagisto Requirement: Installing the REST API<\/h3>\n\n\n\n<p>To install the REST API for Bagisto, follow these steps:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Clone or <a href=\"https:\/\/github.com\/unopim\/bagisto-rest-api\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">download the REST API package<\/a> from the official GitHub repository.<\/li>\n\n\n\n<li>Refer to the official <a href=\"https:\/\/devdocs.bagisto.com\/2.2\/api\/#rest-api\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">documentation for detailed installation<\/a> instructions.<\/li>\n\n\n\n<li>Ensure Compatibility by installing the version compatible with your Bagisto setup. The required version is 2.x.x.<\/li>\n\n\n\n<li>Next, Run the necessary commands mentioned in the documentation to integrate the REST API into your Bagisto setup and update dependencies and configurations as needed.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Credentials Setup in UnoPim<\/h3>\n<\/div><\/div>\n\n\n\n<p>Once the UnoPim Bagisto Connector is installed, it is visible on the left hand side of UnoPim as shown in the image below,<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-dashboard.webp\" alt=\"unopim dashboard\" class=\"wp-image-492583\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-dashboard.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-dashboard-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-dashboard-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-dashboard-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Next, the user clicks on <strong>Bagisto<\/strong> to configure the connector and set up credentials. They navigate to <strong>Bagisto &gt; Credentials &gt; Create Credentials<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-adding-credentials.webp\" alt=\"add bagisto store credentials\" class=\"wp-image-492589\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-adding-credentials.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-adding-credentials-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-adding-credentials-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-adding-credentials-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Here, enter the Bagisto Shop URL, Email Address and Password.<\/p>\n\n\n\n<p>Now tap on <strong>Save<\/strong> button to add the credential. User gets the functionality to add multiple Bagisto store credentials as per their requirement.<\/p>\n\n\n\n<p>Once the Credentials is saved, it is visible on the <strong>Credentials<\/strong> section. From here, User can either <strong>Edit<\/strong> or <strong>Delete<\/strong> the credential. To edit it, they tap on the Edit button and are redirected to below page,<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-edit-credentials.webp\" alt=\"edit credentials\" class=\"wp-image-492703\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-edit-credentials.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-edit-credentials-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-edit-credentials-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-edit-credentials-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Now here, User can check the credentials. <\/p>\n\n\n\n<p>In addition, they can determine which attributes are marked as filterable in Bagisto based on their mapping from UnoPim, enabling filtering in the storefront from the Category Field Mapping section.<\/p>\n\n\n\n<p>Further, User performs Channel and Locale mapping between Bagisto and UnoPim.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Mapping Templates<\/h3>\n\n\n\n<p>User can create multiple mapping templates in this connector. They can then edit these templates to set specific attribute mappings as needed. For this, they tap on <strong>Mapping Templates<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-mapping-templates.webp\" alt=\"mapping templates\" class=\"wp-image-492608\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-mapping-templates.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-mapping-templates-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-mapping-templates-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-mapping-templates-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>To create a new templates, User now taps on <strong>Create Template<\/strong>. Next, they enter the template name and can also <strong>Copy Existing Template<\/strong> as well.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-create-template.webp\" alt=\"create mapping template\" class=\"wp-image-492610\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-create-template.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-create-template-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-create-template-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-create-template-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>To save the template, they tap on Save button and it will be added into the list of templates. Users can further proceed to edit the templates to perform the attribute mapping or delete templates.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Edit Mapping Template<\/h4>\n\n\n\n<p>Tapping on the Edit button, user is redirected to the editing page from where they can map the <strong>Bagisto Fields<\/strong> with <strong>UnoPim Attributes<\/strong>. They can also set a <strong>Fixed Value<\/strong> for the mappings.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-edit-mapping-template-part1.webp\" alt=\"edit mapping template\" class=\"wp-image-492621\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-edit-mapping-template-part1.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-edit-mapping-template-part1-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-edit-mapping-template-part1-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-edit-mapping-template-part1-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Further, user can also perform <strong>Additional Attribute Mappings<\/strong> and <strong>Configurable Attribute Mappings<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-edit-mapping-template-part2.webp\" alt=\"additional mappings\" class=\"wp-image-492624\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-edit-mapping-template-part2.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-edit-mapping-template-part2-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-edit-mapping-template-part2-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-edit-mapping-template-part2-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>For Additional Attribute Mappings and Configurable Attribute Mappings, Users write and select the bagisto attribute code to add and map an additional attribute.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Category Fields Mapping<\/h3>\n\n\n\n<p>This section enables users to map category fields. By selecting Category Field Mapping, users can link the following Bagisto fields to the corresponding UnoPim category fields.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Name<\/li>\n\n\n\n<li>Description<\/li>\n\n\n\n<li>Display Mode<\/li>\n\n\n\n<li>Position<\/li>\n\n\n\n<li>Visible in Menu<\/li>\n\n\n\n<li>Slug<\/li>\n\n\n\n<li>Meta Title<\/li>\n\n\n\n<li>Meta Keywords<\/li>\n\n\n\n<li>Meta Description<\/li>\n\n\n\n<li>Logo<\/li>\n\n\n\n<li>Banner<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-category-fields-mapping.webp\" alt=\"category fields mapping\" class=\"wp-image-492688\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-category-fields-mapping.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-category-fields-mapping-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-category-fields-mapping-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-category-fields-mapping-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Exporting Data in UnoPim Bagisto Connector<\/h3>\n<\/div><\/div>\n\n\n\n<p>UnoPim Bagisto Connector gives the functionality to users to export the mapped data from UnoPim to their Bagisto store through dedicated export jobs.<\/p>\n\n\n\n<p>The following types of Export Job are available in the connector,<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-export-jobs-list.webp\" alt=\"unopim bagisto connector export jobs list\" class=\"wp-image-492755\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-export-jobs-list.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-export-jobs-list-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-export-jobs-list-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-export-jobs-list-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>To setup Export jobs, user navigates to&nbsp;<strong>Data Transfer&gt;Exports<\/strong>&nbsp;and then taps on <strong>Create Export<\/strong> button. Let&#8217;s check one by one the types of export jobs available in the connector,<\/p>\n\n\n\n<p>After tapping on Create Export button, users are redirected to the below page,<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-create-export-job.webp\" alt=\"create export job\" class=\"wp-image-492772\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-create-export-job.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-create-export-job-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-create-export-job-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-create-export-job-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Next, they\u2019ll fill out the export job <strong>Code<\/strong> and select the <strong>Type <\/strong>of Export Job from dropdown menu.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Bagisto Product<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-product-export-job-1.webp\" alt=\"product export job\" class=\"wp-image-492769\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-product-export-job-1.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-product-export-job-1-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-product-export-job-1-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-product-export-job-1-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Further, Users get <strong>Filters<\/strong> in the product export job which are as below,<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Bagisto Credentials<\/strong> &#8211; Select the Bagisto store credential.<\/li>\n\n\n\n<li><strong>Select Mapping Template<\/strong> &#8211; Select the mapping template.<\/li>\n\n\n\n<li><strong>Channel &#8211; <\/strong>Select the required Channel.<\/li>\n\n\n\n<li><strong>Locale &#8211; <\/strong>Select the necessary Locale.<\/li>\n\n\n\n<li><strong>Family &#8211; <\/strong>Select the Family.<\/li>\n\n\n\n<li><strong>Product Type &#8211; <\/strong>Select the type of Product.<\/li>\n\n\n\n<li><strong>Product Status &#8211; <\/strong>Select the product status for exporting.<\/li>\n\n\n\n<li><strong>With Media &#8211; <\/strong>Enable or Disable if required to export with media or not.<\/li>\n\n\n\n<li><strong>Filter by SKU &#8211; <\/strong>Filter the products based on SKU.<\/li>\n\n\n\n<li><strong>Start Page &#8211; <\/strong>Enter the Start Page number.<\/li>\n\n\n\n<li><strong>End Page &#8211; <\/strong>Enter the End Page number.<\/li>\n<\/ul>\n\n\n\n<p>Once it is configured, tap on <strong>Save Export<\/strong> button to save the export job. After that, run the export job and user will be able to view the progress of the job from Job tracker as per below,<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-export-job-tracker-1.webp\" alt=\"export job tracker\" class=\"wp-image-492785\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-export-job-tracker-1.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-export-job-tracker-1-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-export-job-tracker-1-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-export-job-tracker-1-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>From here, user can <strong>Download Log<\/strong> as well as <strong>Edit<\/strong> the Export Job.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Bagisto Attribute<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-attribute-export.webp\" alt=\"bagisto attribute export\" class=\"wp-image-492790\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-attribute-export.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-attribute-export-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-attribute-export-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-attribute-export-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Bagisto Attribute Family<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-attribute-family-export.webp\" alt=\"attribute family export\" class=\"wp-image-492792\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-attribute-family-export.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-attribute-family-export-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-attribute-family-export-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-attribute-family-export-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Bagisto Category Export<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-category-export.webp\" alt=\"category export job\" class=\"wp-image-492794\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-category-export.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-category-export-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-category-export-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-category-export-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Support<\/h3>\n<\/div><\/div>\n\n\n\n<p>So that is it for the UnoPim Bagisto Connector and its functionalities.<\/p>\n\n\n\n<p>If you have any more queries or require further assistance, please email us on&nbsp;<a href=\"mailto:support@webkul.com\">support@webkul.com<\/a>&nbsp;or&nbsp;<a href=\"https:\/\/webkul.uvdesk.com\/en\/customer\/create-ticket\/\" target=\"_blank\" rel=\"noreferrer noopener\">create a ticket<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>UnoPim Bagisto Connector extension links UnoPim with a Bagisto store, letting Users manage and update product information from one place. Users can export categories as collections, transfer attributes, and export entire families, and it supports both simple and configurable products. By using the bulk API, Users can quickly send large batches of products, saving time. <a href=\"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":551,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15700],"tags":[],"class_list":["post-492522","post","type-post","status-publish","format-standard","hentry","category-unopim"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>UnoPim Bagisto Connector<\/title>\n<meta name=\"description\" content=\"UnoPim Bagisto Connector shows how user can configure and use it to manage product information across UnoPim and Bagisto platforms.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"UnoPim Bagisto Connector\" \/>\n<meta property=\"og:description\" content=\"UnoPim Bagisto Connector shows how user can configure and use it to manage product information across UnoPim and Bagisto platforms.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-23T05:21:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-23T05:21:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-dashboard.webp\" \/>\n<meta name=\"author\" content=\"Satyam Pandey\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Satyam Pandey\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/\"},\"author\":{\"name\":\"Satyam Pandey\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/c65e54196184c2defb7fd2809c260a2e\"},\"headline\":\"User Guide for UnoPim Bagisto Connector\",\"datePublished\":\"2025-05-23T05:21:50+00:00\",\"dateModified\":\"2025-05-23T05:21:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/\"},\"wordCount\":1134,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-dashboard.webp\",\"articleSection\":[\"unopim\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/\",\"url\":\"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/\",\"name\":\"UnoPim Bagisto Connector\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-dashboard.webp\",\"datePublished\":\"2025-05-23T05:21:50+00:00\",\"dateModified\":\"2025-05-23T05:21:58+00:00\",\"description\":\"UnoPim Bagisto Connector shows how user can configure and use it to manage product information across UnoPim and Bagisto platforms.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-dashboard.webp\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-dashboard.webp\",\"width\":1120,\"height\":880},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"User Guide for UnoPim Bagisto Connector\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/c65e54196184c2defb7fd2809c260a2e\",\"name\":\"Satyam Pandey\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b9dbc6ca51134a338caddc18aa078c041b754f02dead17afe9b0a40880fa6d16?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b9dbc6ca51134a338caddc18aa078c041b754f02dead17afe9b0a40880fa6d16?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Satyam Pandey\"},\"description\":\"Satyam specializes in managing pre-sales queries and eCommerce projects on the Magento platform. Focused on technology and eCommerce, ensures accurate documentation, content management, and seamless project execution to drive business growth at Webkul.\",\"url\":\"https:\/\/webkul.com\/blog\/author\/satyam-pandey545\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"UnoPim Bagisto Connector","description":"UnoPim Bagisto Connector shows how user can configure and use it to manage product information across UnoPim and Bagisto platforms.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/","og_locale":"en_US","og_type":"article","og_title":"UnoPim Bagisto Connector","og_description":"UnoPim Bagisto Connector shows how user can configure and use it to manage product information across UnoPim and Bagisto platforms.","og_url":"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2025-05-23T05:21:50+00:00","article_modified_time":"2025-05-23T05:21:58+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-dashboard.webp","type":"","width":"","height":""}],"author":"Satyam Pandey","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Satyam Pandey","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/"},"author":{"name":"Satyam Pandey","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/c65e54196184c2defb7fd2809c260a2e"},"headline":"User Guide for UnoPim Bagisto Connector","datePublished":"2025-05-23T05:21:50+00:00","dateModified":"2025-05-23T05:21:58+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/"},"wordCount":1134,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-dashboard.webp","articleSection":["unopim"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/","url":"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/","name":"UnoPim Bagisto Connector","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-dashboard.webp","datePublished":"2025-05-23T05:21:50+00:00","dateModified":"2025-05-23T05:21:58+00:00","description":"UnoPim Bagisto Connector shows how user can configure and use it to manage product information across UnoPim and Bagisto platforms.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-dashboard.webp","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/05\/webkul-unopim-bagisto-connector-dashboard.webp","width":1120,"height":880},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/unopim-bagisto-connector-documentation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"User Guide for UnoPim Bagisto Connector"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/c65e54196184c2defb7fd2809c260a2e","name":"Satyam Pandey","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b9dbc6ca51134a338caddc18aa078c041b754f02dead17afe9b0a40880fa6d16?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b9dbc6ca51134a338caddc18aa078c041b754f02dead17afe9b0a40880fa6d16?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Satyam Pandey"},"description":"Satyam specializes in managing pre-sales queries and eCommerce projects on the Magento platform. Focused on technology and eCommerce, ensures accurate documentation, content management, and seamless project execution to drive business growth at Webkul.","url":"https:\/\/webkul.com\/blog\/author\/satyam-pandey545\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/492522","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/551"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=492522"}],"version-history":[{"count":19,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/492522\/revisions"}],"predecessor-version":[{"id":493289,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/492522\/revisions\/493289"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=492522"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=492522"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=492522"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}