V2.0.39 - March 18, 2025
#
"Segment transaction" has been added to the segment details.
Event parameters are now linked to datasets.
Validate & Check segmentation cron has been added.
"Delete" button has been added to the Integration section.
Import/export functionality has been added for static segments.
Export functionality has been added for dynamic segments.
Scheduled messages can now be canceled.
Default parameters can now be deleted and updated by the owner. Users with admin privileges can also perform updates.
Validation control has been added for the ID in the getSegment method.
The rule field for static segments has been set to "readonly."
Users' assigned segments are now displayed on the Entities detail page.
Wallet module display has been removed from Entities when the wallet module is not in use.
An alarm mechanism has been added for discount calculations.
Datasources linked to Action Templates can now be displayed and filtered.
"Segment Change" has been added to the webhook section to trigger webhooks when a segment changes.
Categories not included in the channel are now hidden.
The export section now allows users to select specific fields before exporting.
The groups to which a product belongs are now displayed on the product detail page.
Webhook triggers have been added for Wallet and Wallet Account creation/update processes.
Transactions for Wallet and Wallet Account can now be listed.
Dashboard section has been added.
Users with owner privileges can now modify permissions.
"Currency decimal points" setting has been added to the General Settings section.
Register page has been added.
Blog feature has been added.
Language support has been added for categories.
Multilingual support has been provided for products.
Users can now write reviews on products.
V2.0.38 - February 11, 2025
#
Segmentation feature has been added to the Loyalty module.
SMS and Email have been added as action types.
The "Trigger Action After" option has been introduced, allowing actions to be scheduled.
Category sizes have been adjusted.
The Parameters → Source field now includes Loyalty, Wallet, and Promotion modules.
For earning transactions, storeId and storeName fields have been added to Wallet Transactions.
UI and UX improvements have been made on Entity Detail Screens.
UI and UX enhancements have been applied to the Entity → Events screen.
The ability to create Static and Dynamic segments has been introduced.
Segment filtering has been implemented for Entity and Message fields.
In SMS/Email Templates, attributes are now grouped and returned.
Special characters are now restricted in the Entity ID field.
In email validations for Entity Attributes, the "+" character is now considered valid.
A default design has been developed for Email Templates.
A notification has been added to promotions when the usage limit is reached or the campaign end date has passed.
If the Promotion Created At date is before January 9, 2025, an info message is displayed stating that the Max Use Count and Max Gift Amount fields cannot be used.
The colors of Static/Dynamic Coupons have been updated.
The Parameter → Source field now includes Promotion and Wallet modules.
The Promotion Start Transaction has been updated to return an error if the same transactionId is sent multiple times.
Error messages in the Currency field have been improved.
The Import/Export sections have been updated according to the new structure.
A Segments Condition has been added to the Parameters tab for Promotions, Action Rules, and Spending Rules, enabling customers to view their added segments.
A search feature has been added to the User/Invited User pages.
V2.0.37 - January 9, 2025
#
Danger Zone added for data deletion, accessible only to users with owner privileges.
Import/Export functionality added to Events, Event Parameters Options, Attributes (entities), Attribute Options, Action, and Schedule.
Diff history added to Schedule history and script sections.
"birthDay" and "Anniversary" parameters added as default to Scheduled settings.
SMSOption and EmailOption set to true (enabled) by default.
Notifications in the Message -> Recipients tab now allow direct access to the entity details page.
Info field added to the Integrations from section.
Accessing a deleted entity page now returns a "404 Not Found" error.
The number of entities filtered in the Audience Filter is displayed on the screen.
The product card on the product detail page is fixed (static).
The Category section in the Category and Filter area is collapsed by default (all collapsed).
SKU field added to the product list in the Groups Drawer.
Duplicate products in the bulkProductUpsert method are consolidated into a single entry.
Export functionality enabled even when the Filters section is empty.
Parent field is displayed as a code, with label information shown on hover.
"Max Use Count (Customer)" and "Max Gift Amount (Customer)" fields added to the Promotions section.
Rarely used scripts in promotion and loyalty action templates made collapsible and expandable when needed.
DataSource History entries displayed in the name[id] format.
Import/Export functionality added to Action, DataSource, DataSets, Rule Parameters, Action Template, and Spending Template sections.
History added to the Action details page.
History added to the DataSource section.
Diff History added to Action scripts.
Danger Zone added for data deletion, accessible only to users with owner privileges.
Information on which user performed actions (e.g., loading funds, spending) is displayed.
Fix, spend, and earn endpoints added to the API Key page's endpoint list.
Dates in the History section are formatted according to the local time zone.
Import/Export functionality added to DataSet and DataSet Detail (Values) sections.
Users without proper permissions are restricted from viewing general configurations.
Webhook Headers fields reorganized.
The "General" section in Settings has been moved to the bottom of the "System" section.
Deletion of a DataSource in use is prevented.
GitHub-like diff review added to scriptable fields such as promotion template scripts, action template scripts, and datasource queries, enabling old-new diff comparisons.
V2.0.32 - December 3, 2024
#
"segmentUpdate" and "entityDataUpdate" history information has been made viewable on the screen.
Wallet tab now includes wallet and wallet account action links.
Automatic creation of wallet and account is enabled when an entity is created from scratch.
Message screen has been added.
Notification and segmentation fields (Email Templates & SMS Templates) have been added to the Entity Settings page.
Version control for notification templates has been implemented.
SMS and Email providers screens have been added.
The events field in Loyalty Settings has been moved to Entity Settings.
A Message tab has been added to the Entity details to display sent messages.
The “registeredAt” attribute has been added, and “ANNIVERSARY” has been set as a default schedule.
Text style settings have been added for the category description field.
The statistics field has been enhanced with additional info.
Promotion suggestion functionality has been added: (If a number value is returned: The value is applied directly as a discount amount. If a string value is returned: The value is added as a suggestion. If an object is returned: If the object contains a “suggestion” field, the value is added as a suggestion. If the object contains a “giftAmount” field, the value is applied as a discount.)
Additional data can be returned using the “additionalData” field.
An issue occurring when the category field was added and then removed has been resolved.
A new “Force Apply Promotion” option has been added to the Promotion Apply Type field.
Default parameters in the events field have been made visible on the screen.
A new "Auto Create Account" field has been added to General Settings.
In the parameters import Excel file, either the “required” or “default” fields must now be filled in.
Categories field has been improved.
Order level has been increased from 3 to 9.
A control method has been added to the “startTransaction” function to return an error if the used points exceed the maximum available or redeemable points for the cart.
User information is now recorded for money loading and withdrawal transactions.
Queue pile-up issue has been resolved.
Search fields have been improved for better performance and user experience.
Adding new inputs in service selection has been restricted.
V2.0.29 - November 4, 2024
#
attachImageAttribute Method Enhanced#
The scope and locale parameters have been added to the method.
If one of the scope or locale parameters is provided: If only scope is provided: Changes are made only to the data for the specified channel.
If only locale is provided: Only the data for the specified locale is modified.
If both are provided: Only the data for the specified channel and locale is updated.
If neither scope nor locale is provided: In this case, data is updated across all channels and their associated locales as defined in the settings. This means a comprehensive update is applied to all channel and locale combinations as needed.
V2.0.28 - October 30, 2024
#
"CREATE_USER" and "UPDATE_USER" were defined in the defaults.
The deletion of measurements defined as default was enabled.
Attribute name was added to labels.
A refresh button was added to the events field.
"Gif" format was added to attributes of the Image-ImageList type.
A refresh button was added to the History tab.
Product import functionality was improved.
The key/value structure of MongoDB indexes was changed, and migration was completed.
Controls were added for currency deletion. (If a currency is set as the default in Loyalty, it cannot be deleted; similarly, if any account has been created with the currency in question, it cannot be deleted.)
The Cypress test tool was added to the project.
V2.0.27 - October 9, 2024
#
The filter save area has been updated.
PIM (Product Information Management):
The repetition of duplicate options in select and multiselect attributes has been prevented.
Error messages for attribute groups have been updated.
The creation of attributes with the same code has been prevented.
When creating or updating a product, attributes that are not part of the family are now cleared before merging.
Downloading images via a static IP through Custom Lambda has been enabled.
Attribute content validation has been added.
Languages used on the channel are now processed with TranslateAI.
"Order level" has been added to the filters and columns section.
The coupon code field has been made non-editable.
Page dimensions have been standardized.
When creating coupon and dynamic coupons, the user information of who made the changes now appears in the history section.
When a user is created for the first time, their transactions will now start as empty.
When importing coupons or creating dynamic coupons, the history section now shows the user who made changes.
The runWithLoyalty process has been automated for users using the Loyalty module.
An expiresAt filter has been added for wallet transactions.
Wallet and Wallet Account data have been migrated to MongoDB.
The background color of history fields has been made more prominent.
The "Auto Cancel For Reservation" setting has been updated to allow input in minutes and seconds.
When Promotion and Loyalty are copied, the image field is now removed from the copied version.
The timezoneOffset parameter has been added to the Promotion and Loyalty templates.
Pagination errors in all modules have been fixed.
A "Help Center" has been added to the Mircate platform.
Refactoring: The S3 and SES libraries have been upgraded to aws-sdk@v3.
V2.0.26 - September 17, 2024
#
The issue encountered during searches involving the TEXT_ATTRIBUTE type has been identified and resolved.
The problem of images being deleted during transitions between draft and active states has been fixed.
V2.0.25 - September 16, 2024
#
A validation rule (Validation Rule: REGEXP) has been added to the "type: text" field in the Attributes section.
A filtering feature has been added on the Event page based on status, event type, and date.
A drag-and-drop sorting feature has been added to the attributes of Entities.
Error messages in the Categories PIM Import section have been improved.
In product creation and update processes, attributes not present in the family have been merged and cleaned.
A "family" column has been added to the attribute table, indicating the family to which the attribute belongs.
Meta and SEO fields have been added to categories.
Resizing of image fields has been enabled.
The child field has been set to a maximum of 100.
When the promotion comes with runWithLoyalty, user information is retrieved from the entity.
Display of necessary parameters has been ensured on the promotion template page.
"User" has been added to the promotion template context.
Error messages for loyalty rules have been improved (Back-End).
Filter and delete features have been added for notification templates (Back-End).
SMS and Email provider screens have been added (Back-End).
The name of the Earning Rule has been changed to "Actions Rule."
"Order level" has been added to the Actions Rule field.
A decimal/number option has been added for currency during loyalty spending calculation and expenditure.
Loyalty parameter checks are performed only for active rules.
"CurrentEarnings" has been added to the Loyalty earning template context (records earnings from previous order levels when the event runs).
Cron display has been configured for Schedules.
Wallet account ID has been enabled in eventData within Loyalty earning and spending actions.
The Settings menu has been split into "rules" and "events."
Event parameters have been added to eventData (data used in validation in eventData can be used in action rules and filter processes).
An Event Parameter field has been added to Loyalty settings.
Parameters in Loyalty have been renamed to "Rule Parameters."
String-type fields have been configured according to standards to prevent exceeding column limits in Excel exports.
A Help Center has been added to the top-right corner of the project.
Export standards have been configured according to Excel column standards.
V2.0.23 - August 23, 2024
#
Added history information for entities.
Ensured the deletion of entity data not included within settings attributes.
Added info to the wallet title in the entity type field.
Enabled saving and reusing the selected filter.
Implemented warnings for mandatory attributes in the locale project added to the channel.
Allowed Attribute Group authorization changes by the owner and admin.
Added default currency to the Currencies screen.
Ensured the creation and update information appears on the Export page for products.
Added two new types to the Webhook page: Product Webhook and Catalog Webhook.
Implemented error handling for images that cannot be validated.
Prevented deletion of channels marked as required in the Family.
Added "updated at" to the Filter area.
Ensured meaningful coupon error messages (The title field has been removed, and meaningful messages are now returned in the couponError field).
Enabled the upsert operation for promotion coupons by importing them in the same format as exported. (Coupons marked as "Cancel" cannot be updated; the update time and person information should not change. The "updatedBy" field, which previously showed the projectId (instanceId), has been corrected to show the UserID. Also, if there is a newline character ('\n') in the coupon code field within the XLS (before or after), it should not be treated as a different coupon and should not add a new row).
Made the Promotion coupon status filter multiselect.
Allowed exports based on Promotion coupon filters.
Enabled the provision of permission to edit promotion templates on a user basis.
Prevented the return of Image URLs in base64 format.
Allowed the import of parameter fields added as a dataset from the screen.
Enabled the creation of Promotion templates using AI.
Added currency information to the Loyalty tab and ensured the default currency is pulled from the existing currencies.
Added "Entity" type to the Webhook page.
Ensured that the last selected filter remains saved.
Enabled bulk entry of costs for the requested month under Management.
Added info to the Wallet and Loyalty currency pages.
Added timezoneOffset to the context of Promotion and Loyalty templates.
V2.0.22 - August 21, 2024
#
Error handling has been implemented for images that fail validation in the PIM module.
V2.0.21 - August 15, 2024
#
The Catalog Settings and Product Settings options have been added to the webhook options.
In the couponError field returned by Calculate, the title field has been deprecated. The error message in couponError will now be sent in the message field.
The title field has been deprecated in all errors.
V2.0.20 - July 31, 2024
#
The creation and filtering of the Entities page have been enabled.
Listing of measurements for the relevant entity has been enabled.
Listing of accounts for the relevant entity has been enabled.
Listing of events for the relevant entity has been enabled.
The ability to delete added attributes and entities has been enabled.
"Image" and "imageList" have been added to attribute types.
A walletTitleOption parameter has been added to the entity.
Warnings for mandatory attributes in the locale project added to the Channel have been enabled.
Attribute Group authorizations can now be changed by the owner and admin.
The ability to add a default currency to the Currencies screen has been enabled.
The Export page now includes the created and updated information of the products.
"Default Value" has been added to all attributes except for image, imageList, and entity.
The ability to copy Models and Variants has been enabled. (A single product will be created with a new SKU, retaining the same attributes. When a product model is copied, a new code will be added, but the family and axis values will remain the same. A new variant can be created within the product model, and a copy can be made with new axis values under the same model. A product variant can be copied, but the model code must be selected, and the family and axis values should match the previous model.)
The attribute import fields have been improved.
Email alerts for authorized users have been enabled for promotions nearing their end date (3 days before the end date). (The user to receive the email can be selected from the User menu.)
Deleted promotions are now sorted at the bottom.
"Unique Value" has been added to parameter definitions.
A "date" type has been added to the Parameters field.
Deleted items in earning and spending rules are now sorted at the bottom.
"MaxUseCount" and "maxUseAmount" fields have been added to the earning rule.
"Unique Value" has been added to parameter definitions.
Parameters can no longer be created with spaces.
Category selection via template has been enabled.
An event type filter has been added to the earning rule page.
"User" and "cart" have been added to the context in spending templates.
The listing of event data added to transactions has been enabled.
Currency type has been added to the webhook.
User settings have been moved to the settings area.
The Mircate Admin page has been created.
Images can now be added to Promotion, Earning Rule, and Spending Rule.
The webhook fields have been improved.
V2.0.19 - July 9, 2024
#
Required attributes for the locales added to the Channel were configured to display warnings.
The error mechanism in the Promotion and Merchant modules was improved.
Users selected to receive a notification email three days before the end date of the promotion campaign.
Date type was added to Loyalty parameters.
Deleted rules in Loyalty and Promotion are now displayed at the bottom.
The getEvents method in Loyalty now returns the earnings and spending amounts on the related earning and spending actions.
The ability to delete attributes in Loyalty Entities was added.
The display of achievements in challenge type was enabled in the Mircate Demo project.
Category-based earning and spending rules can now be written in the Mircate Demo environment.
A button to dynamically trigger actions defined in Webiny was added in the Mircate Demo environment.
An event listing page was added in the Mircate Demo project.
The resource usage of Mircate projects was measured on a module basis.
Daily and monthly statistical reports of the resource usage of Mircate projects were prepared.
V2.0.17 - Jun 11, 2024
#
In the PIM Settings - Attributes - Group column, if there is a translation for the selected language, it should be displayed in that language.
Adding info to the Authorization tab.
Enabling bulk deletion of products in Groups.
Adding a meta template to the Family.
Displaying error information in the promotion list (if there is an issue that needs to be checked on the promotion, a badge will appear in the promotion list).
Improving the promotion template parameters field.
Connecting attributes to the entity.
Adding the "scheduler" field to Loyalty (running a cron job every day at 00:00 to auto-trigger events such as daily, weekly, monthly, specific days, birthdays, and anniversaries at the desired time).
Developing the cancelEvent method in Loyalty (enabling the cancellation of events and the associated actions (EARNING, SPENDING) and measurements).
Improving the attribute delete processes.
Adding an auto-generated title field to the relevant entity when creating a wallet.
Adding expiration control for WalletAccount.
Ensuring that non-owners cannot deactivate a project.
V2.0.16 - Jun 3, 2024
#
Display relevant axles for variants in the Model -> Variant -> Filter area.
Allow filtering based on whether the Image field is filled or empty.
Ensure the last selected columns and filters are retained (stay in the last state).
Add “quickview” feature to the List, Detail, and Variant pages.
Enable Simpleselect & Multiselect Attribute options to be added via API.
Increase the image size limit to 5 MB.
Improve export error messages.
Enhance the History section.
Connect attributes to the entity.
Create a Mircate demo e-commerce project and ensure it works integrated with PIM, Promotion, Merchant, Loyalty, and Wallet.
V2.0.15 - May 10, 2024
#
Ability to make multiple selections when adding child products to a bundle product
Moving the filter structure to the left menu
Ability to save and delete created filters
Exclusion of selected properties in the filter
Filtering of columns added to the Model->Variant list
Import/export of products in PIM->Groups
Increasing the image upload area to 5 MB
Creation of Import/Export page
Prevention of sending new requests when an active generation process is running during AI template generation
Displaying stock distributions as a percentage by channel (Merchant Setting: General)
Addition of Trendyol to the merchant channel, pulling, listing seller-defined products from Trendyol, sending stock/price to Trendyol, updating stocks in Merchant, forwarding incoming orders to the relevant system via webhook, and enabling autocancel and refund of orders based on their status
Ability to search by SKU, barcode, and name on the My product page
Ability to search by name, brand, and barcode on the Global Product page
Cancelling from the screen when "My product" is in running state and automatic cancellation when forgotten
Creation of Import/Export page in Loyalty
Filtering by wallet account status-type-currency and channel
Ability to search by userId, title, and walletId on the Wallet page
Ability to search by account number and title on the Wallet account page
Adding control when deleting wallet currency (will not delete if associated wallet account exists)
Addition of Change Logs to the documentation
Import of Data Set fields
Adjustability of template parameters (displayed on screen as set in Loyalty and promotion areas)
Ability to add project-specific Mongo Server on the MongoDB side
V2.0.12 - Apr 19, 2024
#
Preventing the deletion of the default language.
Adding generate attribute functionality to the detail page.
Updating category information on models to reflect changes in relevant variant category information.
Adding "currencies" selection to the "Attribute type: price" field.
Preventing the creation of attributes with special codes (such as Sku, Categories, Groups).
Preventing the creation of categories with the same category ID.
Displaying Promotion template histories on the screen.
Displaying empty fields as "Empty" in category filters.
Displaying distinctions between Promotion coupon types (static, dynamic, normal) on the screen.
Adding info to Promotion template scripts.
Improving the Promotion expiration screen (Promotion general settings).
Enabling cancellation and refund processing when Promotion forceCancel is committed.
Displaying Loyalty earning and spending template histories on the screen.
Adding sample files to the Data Sets values field and enabling import operations.
Automatically triggering events such as birthdays and anniversaries.
Introducing active/passive control for Wallets (When the Wallet is passive, transactions such as refund/partial refund/cancel cannot be performed on connected accounts. When the Wallet is activated, connected accounts do not become active. When the Wallet is made passive, connected accounts are also made passive).
Allowing the modification of AutoCancel settings from the screen (General Settings).
Allowing the removal of incorrectly opened warehouses from the screen.
V2.0.7 - Mar 25, 2024
#
Addition of Help Center support
Customization of columns in the model and variant lists (hide/show)
Addition of 'currencies' selection to the 'Price' attribute type
Addition of attribute options via API
Creation of a global pool of templates
Copying selected templates from global templates to the current project
Addition of Help Center support
Transmission of category information when 'Don't combine' is selected
Addition of Alert Manager
V2.0.5 - Mar 12, 2024
#
Ability to change the statuses of selected variants on models.
Bulk updating of selected variants on models based on variant attributes.
Exporting based on filters applied on the product list screen.
Ability to set the attribute group field as default/grouped.
Increasing the number of pages in the product listing.
Customization options for columns on the product listing page, including moving, hiding, adding new columns, and expanding them.
Improvements to the export feature.
Customization of all grid areas in PIM.
Importing/exporting of Promotion coupons.
Addition of an import limit for Promotion coupons (25,000).
Addition of type field to Data Set screens.
Ability to import Data Set values.
Addition of search functionality to Data Set screens.
Enhancements to the "Do not Combine With Other Promotion" feature.
Addition of the autoCommit parameter to startTransaction.
Creation of screens for promotions without templates.
Development of the updateStock endpoint (for directly increasing/decreasing stock levels of products in a channel).
Displaying deleted loyalty earning rules and spending rules on the screen.
Filtering rules in Loyalty by active, inactive, and deleted status.
Creation of screens for rules without templates.
Addition of details to the Accounts page.
Sending expired transaction details via webhook along with the current balance.
Transformation of Settings into a two-tiered side menu structure.
V1.0.88 - Feb 4, 2024
#
Addition of Attribute type: Entity
Display of product images based on locale
Project-based filtering capability
Ability to update the statuses of selected model variants
Ensuring that a campaign cannot be combined with any other promotion (Do not combine with other promotion feature)
Display of deleted promotions
Ability to recreate deleted promotions
Restriction on template editing for users other than those for the reminder email
Addition of a menu for loading parameter options under the Promotion settings menu
Ability to snooze prices and stocks on a per-product basis
Visibility of background import processes while adding products
Improvement of stock-related issues
Display of Loyalty history information on the screen
Addition of contextId and templateId to the Measurement script field
Flexibility to change Wallet and Wallet account titles and statuses
Addition of fix, spend, refund, and cancel methods to the Wallet API class
Ability to remove added users from the project
V1.0.82 - Jan 1, 2024
#
Ability to apply translation when editing attribute labels.
Implementation of user-based authorization control for PIM attribute groups.
Enhancement of case sensitivity for file extensions in PIM visuals.
Automatic addition of newly added parameters to Promotion templates.
Rollback of Promotion activities in case of order cancellations.
Deletion capability for Promotion parameters.
Improvement of hourly pricing for Merchants.
Snoozing prices and stock on a channel basis.
Acquisition of Merchant/Promotion time zone from global settings.
Addition of images to the Project settings area.
Inclusion of user-specific images in the Account settings area.
Addition of partial refunds for Wallet transactions.
Integration of calculate, startTransaction, commitTransaction, cancelTransaction, and autoCancel methods for Loyalty, working seamlessly with promotions ("runWithLoyalty").
Sending of created earning and spending rules via webhook.
V1.0.81 - Dec 11, 2023
#
Addition of a channel to the webhook drawer
Inclusion of start date: 00.00 and end date: 23.59 to the Date attribute
Addition of source and attribute to the Promotion parameters screen
Display of changes made to Promotion coupons in the history section
Addition of a General settings screen
Inclusion of bulk actions in the Earning and spending rule listing screen
Introduction of an Event screen
Addition of Spending templates and implementation of CRUD operations
Ability to define Spending rules
Implementation of CRUD operations for Spending rules
Addition of start date and end date to Loyalty rules
Inclusion of active and inactive states for Loyalty rules
Execution of CRUD operations for Measurement template
Addition of display name to Loyalty rules
Integration of Loyalty into the main menu (Home page) and creation of the settings menu
CRUD operations for Loyalty templates
CRUD operations for Loyalty parameters
CRUD operations for Loyalty rules
Addition of Loyalty APIKey
Ability to search by title and walletId
Ability to cancel and refund Wallet transactions
Capability to cancel and partially refund Wallet accounts
Addition of Create wallet account drawer
Integration of Wallet into the main menu (Home page) and creation of the settings menu
Inclusion of Balance fix screen
Addition of MircateLoader to APIKey fields
Ability to add photos for users in Account Settings
Option to add photos to projects in the project listing screen
Inclusion of environment information (Sandbox, UAT, Dev, Prod) next to the Mircate logo in the header.
New Mircate Branding Launched - Nov 6, 2023
#
Removal of the "enabled" column when exporting PIM data.
Automatic change of variant statuses when the status of a PIM product model is altered.
Addition of support for "webp" format for category image extensions.
Access to promotionId, userTransactions, and couponGiftAmount within Promotion templates.
Creation of different price coupons with a single promotion code.
Search functionality in Promotion using "couponId" and "coupon code".
Fix for null return error when the product price or earnings are zero in promotions.
Global search capability using "SKU" for Merchant global products.
Creation of a Merchant import page.
Ability to import price/stock using an Excel file.
Export of Merchant price/stock information via API, with a list of exported files.
Display of "add product" option on the Merchant product page when an import process is ongoing.
Addition of a demo channel for test operations in Merchant.
Improvements made for reserved stock in Autocancel.
Addition of fields for timezone and default currency.
Activation of the prod API URL api.mircate.com.
Activation of the domains app.mircate.com and sandbox.mircate.com.
Branding adjustments for Mircate in the backoffice interface.
V1.0.69 - Oct 5, 2023
#
Ability to select default language on Locale definition.
Addition of an auto-translate option on attribute definitions.
Addition of a history screen for stock and price.
Ability to retrieve stock and price history records via API.
Addition of general settings to the main menu (home page).
V1.0.62 - Sep 18, 2023
#
A translate option has been added to attribute definitions. When the attribute value for a language is filled, translation will not occur. When the parameter 'translateWithAI' is sent as true via API, attributes supporting 'Localizable' and 'translateWithAI' will be translated to languages left empty based on the default language.
Default language selection can be made on the Locale definition.
Three new methods have been added to our Merchant module:
Remove Global Products: This method, called with the source-api-key, deletes SKUs belonging to the sender source from global products. If multiple SKUs exist, only those belonging to the relevant source are deleted. However, if there is only one SKU, the global product is completely removed.
Clean My Products: This method allows you to delete all your products in My Products by calling it with the Merchant Settings->Merchant Key (x-api-key).
Remove My Products: This method allows you to delete My Products one by one by sending the productId with Merchant Settings->Merchant Key (x-api-key), or in batches ranging from 1 to 100.
A "Remove" button has been added to the product details in Merchant -> My Products. This allows you to perform the desired product removal action.
Under Merchant->Settings, a "Danger Zone" screen has been added where you can permanently delete all your products in My Products.
V1.0.57 - Aug 10, 2023
#
V1.0.53 - Jul 19, 2023
#
V1.0.45 - Jun 21, 2023
#
V1.0.40 - Jun 12, 2023
#
V1.0.39 - Jun 2, 2023
#
V1.0.34 - May 24, 2023
#
V1.0.33 - May 23, 2023
#
Modified at 2025-03-18 13:11:40