magento / community-features

Magento Features Development is an Initiative to Allows Community Memebers Join to Development of Magento Features
46 stars 18 forks source link

Improvement: REST-API - Add List of Order Status Node #74

Open magento-engcom-team opened 6 years ago

magento-engcom-team commented 6 years ago

According to: https://magento.stackexchange.com/questions/150492/magento-2-how-to-get-all-order-status there isn't a possibility to get all Order Status that were available inside the Shop.

For ERP Systems which would change the status from "open" to "complete" or a custom status it is necessary to know how the internal name of the status is setup inside the Shop to update an order from status A to status B.

For example:

Problem now is:

Most ERP-Systems using a proprietary connector, tool, php-toolbox to do this job, but that is against nature of an api: use the api, don't work around the api.

A Node to get all status from shop is needed to get this task done, but this Node is missing.

Original Report: https://github.com/magento/magento2/issues/16324 by @DanielKarr87