Releases: klaviyo/magento2-klaviyo
Releases · klaviyo/magento2-klaviyo
1.1.3
1.1.2
1.1.1
1.1.0
Fix issues and add custom media url
- Allow customers to specify a custom media url route for images inside of the Klaviyo config settings.
- fixes a bug when customers have a product in there cart, if they enter an invalid email address, it wouldn’t let them remove items from there cart
- fixes swagger schema by specifying api types
Product Variant Inventory API
Add an endpoint to return a product and it's children. Include inventory and allow store scoping
Subscribe API's
In this PR we added the ability to batch get all the subscribers from a store as this information is not shown via the m2 customer ap. We can do this by an id range and by date range
Add API's
Multi-store Support for Product Catalogs
new API endpoint to support multi-store product catalogs.
End Point
GET
/klaviyo/reclaim/stores
Return
a json dictionary with the following keys: id
, website_id
, name
, code
, base_url
, media_base_url
Improvements
- Performance Improvements
- Add source option for subscribe
- Get the proper image for views product event
- Typo in docs