Vue Storefront is now Alokai!
Learn More ri:search-line Search material-symbols:keyboard-command-key K ri:github-fill ri:menu-2-fill @vsf-enterprise/normalizer-sapcc
@vsf-enterprise/normalizer-sapcc 8401301: DEPRECATED Library integrated into @vsf-enterprise/unified-api-sapcc
package. Update imports for normalizer methods as follows:import { normalizers } from "@vsf-enterprise/unified-api-sapcc"
a912cf6: - Remove productCount
field from SfCategory
1f52ffa: Update dependencies 64f49d8: Added quantityLimit
to the unified line item 81dd649: Fixes:SfCart#id
normalization for authenthicated user. Previously a correct value was stored in the cookie, but the normalized object used incorrectly guid
as a cart id. Now it uses code
for authenthicated user and guid
for guest user.Cannot read properties of undefined (reading 'flatMap')
error thrown from getProductDetails
method, when the product has undefined baseOptions
. Added a new isAuthenticated
boolean flag to the normalizerContext
. 6a3e0e8: Customize SfFacet
type with getFacetType
config method.
Filter out facets
data from searchProducts
API method with filterFacets
config method. 3718155: Fixed normalizeDiscountablePrice
- it returns null when price has no value. 61123d7: Sanitize data like product name and product description in normalizers. a76b9f2c: Updated cart subtotals calculations f5d72f14: Update unified-data-model
version For SfProduct use description
as SfProduct#description
instead of summary
. Now summary
will be used as a fallback when description
will be empty. Sanitize data in normalizers. Return authenticated customer email from normalizeCart in @vsf-enterprise/normalizer-commercetools
and @vsf-enterprise/normalizer-sapcc
packages. Add more flexibility to customizing the image urls. Previous mediaHost
config option has been replaced with a transformImageUrl
option. Fix for handling lowercase coupon codes Added productId to unified line item Updated dependencies:
@vue-storefront/unified-data-model@0.8.0 Added GetOrders & GetOrderDetails endpoints and normalizers for Order, OrderLineItem & OrderListItem Updated dependencies:
@vue-storefront/unified-data-model@0.7.0 Publish src
directory Temporary use empty methods for missing normalizers (in-development) Updated dependencies:@vue-storefront/unified-data-model@0.6.0 Added implementation for customer address methods of @vue-storefront/unified-data-model
:
CreateCustomerAddress
UpdateCustomerAddress
GetCustomerAddresses
DeleteCustomerAddress
Changed SetShippingAddress
to accept a new interface SfCreateAddressBody
. Thanks to that we ensure that all required address fields are passedCreated definition for Customer
methods:
CreateCustomerAddress
: allows to set a new address for currently logged in customerUpdateCustomerAddress
: allows to update an existing address belonging to currently logged in customerGetCustomerAddresses
: returns all addresses assigned to currently logged in customerDeleteCustomerAddress
: allows to delete an existing address belonging to currently logged in customer Updated dependencies:@vue-storefront/unified-data-model@0.4.0 Created normalizer for SfCustomer & 4 API methods for handling customer related actions Fixed sortBy filter & pagination index Updated dependencies:@vue-storefront/unified-data-model@0.2.0 Updated dependencies:
@vue-storefront/unified-data-model@0.1.0 Extended SfProduct data model with quantityLimit Updated dependencies:
@vsf-enterprise/unified-data-model@0.5.0 Updated dependencies:
@vsf-enterprise/unified-data-model@0.4.0