PCC Hotfix Version 3.1.1

Prev Next

Release Version: Version 3.1.1

Supported Devices: Windows

Supported Browser: Chrome and chromium-based browsers.

List of hotfixes:

No.

Hotfix

Hotfix Description

1.

BigCommerce integration with variants and modifiers

Variants- These are elements within the main product object in Amaze, where the parent object is a product family. They consist of an array of attached SKUs, and the varying attributes are specified in the 'option_values' array under variants. Other elements for the attached SKUs appear as separate JSON elements.

Modifier- A Modifier is like a variant attribute but is stored in the parent Product Family (PF) with multiple values.

Due to a limitation in Big Commerce, a PF cannot have more than 600 children SKUs and to address this we introduce a new attribute, 'metatag,' under 'BigCommerce,' designating an attribute as a modifier.

This ensures that when our code calls the Big Commerce API, data for that attribute is sent in the modifier section.

2.

Improve GetSKU public API performance

This fix is to improvise the GetSKU API’s performance which used to take around 45-60 sec or more.

3.

Ability To Set Threshold for unmapped SKUs & unmapped attributes in the channel

Created a REST endpoint in Amaze that retrieves threshold values for unmapped SKUs and unmapped attribute counts assigned to a channel.

The Bridge build process will utilize this API to verify threshold values, preventing workflow stalling for unmapped SKUs and attributes.

4.

Integrating Domain Support In "Manage PF" Screen

Enable operations such as adding, updating, and deleting domains in the "Manage Product Family" screen, which currently uses the "handson-table" plugin for grid management.

With this integration users should be able to perform these operations and cascade down or roll up domain values from this screen.