0

In magento-2.1, If an order has multiple items, it gives the only status of the order. In Flipkart, Myntra etc. it shows order status of each item of an order. I want to know Magento give this functionality or not?

3
  • Anybody tell me.... Commented Jun 26, 2018 at 10:27
  • Have you found any solution ?? Commented Feb 5, 2019 at 11:47
  • No @user4536 .. Commented Feb 5, 2019 at 13:26

1 Answer 1

0

Vanilla Magento2 doesn't have a status for orderitems as you would expect it.

They are however multiple quantity fields, that give you information

  • qty_backordered
  • qty_canceled
  • qty_invoiced
  • qty_ordered
  • qty_refunded
  • qty_shipped

(These are from EE, so you might have less in CE)

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.