sylius GET /admin/orders admin:order:read POST /shop/orders input Sylius\Bundle\ApiBundle\Command\Cart\PickupCart shop:order:read shop:cart:read shop:order:create Pickups a new cart GET /shop/orders shop:order:read GET /admin/orders/{tokenValue} admin:order:read GET /shop/orders/{tokenValue} shop:cart:read DELETE /shop/orders/{tokenValue} Deletes cart shop:order:read PATCH /admin/orders/{tokenValue}/cancel false Sylius\Bundle\ApiBundle\Applicator\OrderStateMachineTransitionApplicatorInterface::cancel admin:order:read admin:order:update Cancels Order POST /shop/orders/{tokenValue}/items input Sylius\Bundle\ApiBundle\Command\Cart\AddItemToCart shop:cart:read shop:cart:add_item Adds Item to cart PATCH sylius /shop/orders/{tokenValue}/shipments/{shipmentId} input Sylius\Bundle\ApiBundle\Command\Checkout\ChooseShippingMethod shop:cart:select_shipping_method shop:order:read shop:cart:read Selects shipping methods for particular shipment tokenValue path true string shipmentId path true string PATCH /shop/orders/{tokenValue}/payments/{paymentId} input Sylius\Bundle\ApiBundle\Command\Checkout\ChoosePaymentMethod shop:cart:select_payment_method shop:order:read shop:cart:read Selects payment methods for particular payment tokenValue path true string paymentId path true string PATCH /shop/account/orders/{tokenValue}/payments/{paymentId} input Sylius\Bundle\ApiBundle\Command\Account\ChangePaymentMethod shop:order:account:change_payment_method shop:order:account:read Change the payment method as logged shop user tokenValue path true string paymentId path true string GET Sylius\Bundle\ApiBundle\Controller\Payment\GetPaymentConfiguration /shop/orders/{tokenValue}/payments/{paymentId}/configuration Retrieve payment method configuration tokenValue path true string paymentId path true string PATCH /shop/orders/{tokenValue}/complete sylius sylius_checkout_complete input Sylius\Bundle\ApiBundle\Command\Checkout\CompleteOrder shop:cart:complete shop:order:read shop:cart:read Completes checkout DELETE /shop/orders/{tokenValue}/items/{itemId} Sylius\Bundle\ApiBundle\Controller\DeleteOrderItemAction false shop:cart:remove_item tokenValue path true string itemId path true string PATCH /shop/orders/{tokenValue}/items/{orderItemId} input Sylius\Bundle\ApiBundle\Command\Cart\ChangeItemQuantityInCart shop:cart:read shop:cart:change_quantity Changes quantity of order item tokenValue path true string orderItemId path true string PUT /shop/orders/{tokenValue} input Sylius\Bundle\ApiBundle\Command\Checkout\UpdateCart shop:cart:update shop:order:read shop:cart:read Addresses cart to given location, logged in Customer does not have to provide an email. Applies coupon to cart. GET /shop/orders/{tokenValue}/items GET /admin/orders/{tokenValue}/shipments GET /admin/orders/{tokenValue}/payments GET /shop/orders/{tokenValue}/adjustments GET /shop/orders/{tokenValue}/items/{items}/adjustments