@vsf-enterprise/normalizer-bigcommerce
0.8.0
Minor Changes
- 8401301: DEPRECATED Library integrated into
@vsf-enterprise/unified-api-bigcommerce
package. Update imports for normalizer methods as follows:import { normalizers } from "@vsf-enterprise/unified-api-bigcommerce"
0.7.0
Minor Changes
- a912cf6: - Remove
productCount
field fromSfCategory
0.6.2
Patch Changes
- 1f52ffa: Update dependencies
0.6.1
Patch Changes
- 64f49d8: Added
quantityLimit
to the unified line item
0.6.0
Minor Changes
- 6a3e0e8: Customize
SfFacet
type withgetFacetType
config method. Filter outfacets
data fromsearchProducts
API method withfilterFacets
config method.
0.5.5
Patch Changes
- 61123d7: Sanitize data like product name and product description in normalizers.
0.5.4
Patch Changes
- f5d72f14: Update
unified-data-model
version
0.5.3
Patch Changes
- 1eaf5372: Fixed attribute
id
normalization innormalizeAttributes
. Previously it took attributeid
(option_id
in BigCommerce), not the id of the value.
Fixed fetchingvariants
ingetProductDetails
. Previously an empty array was returned.
FixedSfCart
normalization - empty email now will be set to null, and line items will include a discounted price. - Updated dependencies 1df82d2c
- @vue-storefront/unified-data-model@0.10.0
0.5.2
Patch Changes
- Sanitize data in normalizers.
0.5.1
Patch Changes
- Fix
SfCartLineItem
subtotal discounted price calculation
0.5.0
Minor Changes
- Implement
ApplyCouponToCart
andRemoveCouponFromCart
methods
0.4.0
Minor Changes
- Added productId to unified line item
Patch Changes
- Updated dependencies:
- @vue-storefront/unified-data-model@0.8.0
0.3.0
Minor Changes
- Added endpoints: GetOrders & GetOrderDetails. Added normalizers for Order, OrderLineItem & OrderListItem
Patch Changes
- Publish
src
directory - Updated dependencies:
- @vue-storefront/unified-data-model@0.6.0
0.2.0
Minor Changes
- Created 4 API methods for getting currently logged in customer profile, login, logout & register on the store. Also, created normalizer for SfCustomer for BigCommerce.
Patch Changes
- Updated dependencies:
- @vue-storefront/unified-data-model@0.2.0
0.1.2
Patch Changes
- Fixed
getCategories
method and added temporary implementation forgetProducts
method which allows to fetch the products on Category Page
0.1.1
Patch Changes
- Updated dependencies:
- @vue-storefront/unified-data-model@0.1.0
0.1.0
Minor Changes
- Extended SfProduct data model with quantityLimit
Patch Changes
- Updated dependencies:
- @vsf-enterprise/unified-data-model@0.5.0
0.0.4
Patch Changes
- Updated dependencies:
- @vsf-enterprise/unified-actions@0.5.0
- @vsf-enterprise/unified-data-model@0.4.0
0.0.3
Patch Changes
- Updated dependencies:
- @vsf-enterprise/unified-actions@0.4.0
0.0.2
Patch Changes
- Updated dependencies:
- @vsf-enterprise/unified-actions@0.3.0
- @vsf-enterprise/unified-data-model@0.3.0
- @shared/utils@0.0.2