Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Releases: Sylius/ShopApiPlugin

Sylius ShopAPI Beta-3

21 Jun 14:11

Choose a tag to compare

Sylius ShopAPI Beta-3 Pre-release
Pre-release

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

02 Jun 16:19

Choose a tag to compare

Sylius ShopAPI Beta-2 Pre-release
Pre-release

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

19 May 14:29

Choose a tag to compare

Sylius ShopAPI Beta-1 Pre-release
Pre-release

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

08 May 09:29

Choose a tag to compare

Pre-release

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

24 Apr 07:31

Choose a tag to compare

Pre-release

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

13 Apr 13:54

Choose a tag to compare

Pre-release

Bundle initialization with basic cart logic.