ShopApiPlugin
ShopApiPlugin copied to clipboard
Shop API for Sylius.
I'm using setup Sylius on my local and then install this plug in. I have tried to use register api but I got this error. `{ "code": 500, "message": "Template...
Hi. Is it somehow possible to render a Swagger Docs document out of this plugin? I know that we can find such a document at [https://app.swaggerhub.com/apis/Sylius/sylius-shop-api/1.0.0](https://app.swaggerhub.com/apis/Sylius/sylius-shop-api/1.0.0). But for our clients...
If I request the endpoint http://localhost/shop-api/product-latest/ I got the flowing error Steps to reproduce: 1. Installation of sylius [docker] 1.8.6 (I tried with 1.9.3) with sample data 2. install shopapiplugin...
Hey! I'm evaluating different approaches to include Sylius as a complete-headless or semi-headless e-commerce platform into our technology stack. The "semi-headless" approach would use some of the bigger Sylius SF/Twig...
i do not have `config/packages/sylius_shop_api.yml` in my project, earlier I run `composer recipes:install sylius/shop-api-plugin --force -v` but it does not work? any idea?
Hi, I could not make `PUT /checkout/{cartid}/address` call after updating my local api server, got a 500 error Type error: Return value of Sylius\\Bundle\\CoreBundle\\Checkout\\CheckoutResolver::getRequestedGraph() must be of the type string,...
All "ecommerce" need a way to get cart of user and show a notification in navbar , for example, to incentive finish the purchase. There is no endpoint in the...
I want to add the value of subscribedToNewsLetter from the create customer endpoint so i added this class ```php
When using promotion with `Item percentage discount` or `Item fixed discount` actions, then adjustments are applied on `AdjustmentInterface::ORDER_ITEM_PROMOTION_ADJUSTMENT` (or `ORDER_UNIT_PROMOTION_ADJUSTMENT`, didn't check) level. In such case `CartView` ``` "cartDiscounts": []...
Hi guys, i have two calls running on every application load parallel `/shop-api/me` and `/shop-api/carts/%TOKEN%` everything works greats. But as soon as I apply a coupon they conflict with each...