williankeller / magento2-split-order

[DEPRECATED] This extension allows your Magento store to split the order into an order for each item in the cart.
https://magestat.com/extensions/magento2-split-order
Open Software License 3.0
65 stars 24 forks source link

[11] Splitquote now returns multiple order ids #12

Closed nishant-lbb closed 5 years ago

nishant-lbb commented 5 years ago

Description

The rest API endpoints for creating orders from a quote/cart return just a single order ID, instead of a list of orders created from the original cart.

Fixed Issues (if relevant)

  1. magestat/magento2-split-order#11 (https://github.com/magestat/magento2-split-order/issues/11)

Manual testing scenarios

  1. Add multiple items to a cart.
  2. Ensure that the plugin is enabled.
  3. Create an order via the REST endpoint. v1/carts/:cartID/order

Contribution checklist