ShopApiPlugin icon indicating copy to clipboard operation
ShopApiPlugin copied to clipboard

Shop API for Sylius.

Results 50 ShopApiPlugin issues
Sort by recently updated
recently updated
newest added

Hi there, I've got an error during validation of address existence in case when it does not belong to any customer: see `AddressExistsValidator` ```php if ($address->getCustomer()->getEmail() !== $user->getEmail()) { return...

For select attributes, the translations set in the attribute configuration aren't used, but instead, the UUIDs are shown with no way for the user to fetch the real string. See...

Simple implementation for a product name and description search. I don't like the always full blown output for a search f.e. if you have a search bar with result overlay,...

New Feature

A guest authentication like proposed in #452 We implemented this in our project and these are basically the parts that we thought make sense to give back to the plugin.

New Feature
RFC

Hello! Please bear with me, as I have not coded in a while. :D This PR is an attempt to implement Payum on the API layer. So far I've implemented...

New Feature

Q | A -- | -- Branch? | master Bug fix? | no New feature? | yes BC breaks? | no Deprecations? | no Tests pass? | yes Fixed tickets...

New Feature

I cannot use the endpoint `/checkout/{token}/shipping/{id}` to choose a cart shipping method because the `order-id` is not given by the API. I looked inside order details, as well as checkout...

When I try to retrieve data with A GET request (ex: `/shop-api/products/by-code/abc`), I'm getting this response from the API : ``` { "code": 401, "message": "Invalid credentials." } ``` Here's...

Hello, When I try to add a product with a bigger quantity than is available (`POST ​/carts​/{token}​/items`) I get the following response : ``` {"code":500,"message":"Not enough stock for product variant:...

Bug