سؤال

I want to use Magento Api for Updating Status of order in Magento 2.3.5 so anyone can guide me from scratch how can i use api. I also want to know in Magento how many default api is there and how to use api in php file. so anyone have idea then please share with me.

Thank you In Advace.

هل كانت مفيدة؟

المحلول

Check this api {{your url}}rest/V1/orders and apply following params to update status

{
    "entity": {
        "entity_id": orderid,
        "state":"processing",
        "status": "processing"
    }
}

نصائح أخرى

Please follow link create module and still you face any problem let me know

https://meetanshi.com/blog/create-custom-rest-api-in-magento-2/

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى magento.stackexchange
scroll top