This repository was archived by the owner on Oct 8, 2025. It is now read-only.
Releases: Sylius/ShopApiPlugin
Releases · Sylius/ShopApiPlugin
Sylius ShopAPI Beta-3
Improved:
- More validation for add to cart endpoint
- Basic taxonomy fallback logic
- More consistent validation message
- Slashes in taxon slug are now allowed
Sylius ShopAPI Beta-2
Added:
- Basic validation for cart endpoints
- Test user login
- User verification
- User account password reset
- Product reviews
Fixed:
- ImageView returns path instead of full url
Sylius ShopAPI Beta-1
Added:
- product association
- product attributes (which are limited to only specified in yaml)
- product taxons
- whole checkout flow
- available shipping and payment methods
- possibility to add coupon to the cart
- sample authentication (through JWT)
Fixed: - Support for ShopBundle
Sylius ShopAPI Alpha-3
The product structure has been unified between PLP, PDP and cart item. Taxon codes have been added to product response. Pricing now is handled as an object instead of an array to give a better possibility of extending in future.
Sylius ShopAPI Alpha-2
Added:
- PDP and PLP
- Browsing taxon tree
- Estimated shipping price
Improved: - Translatable fields and images has been added to cart view
Sylius ShopAPI Alpha-1
Bundle initialization with basic cart logic.