Magento Expert Forum - Improve your Magento experience
-
Magento2 Extension development Help
Hi
I have a use case where i need read orders from magento2 and process it. To make sure i am not process that orders twice and reading that order ones. I tried to alter sales order table by adding new field to it. This field I am marking when complete processing the data from order. I have this working solution. Now, Magento Team which says that adding new field is prohibited and I need to work on new approach.
So, Here are the questions I have and it would really helpful if some one can guide me. I am reading the orders from Magento2 using REST API. and I am new to Magento development with programming knowledge.
1. I didn't find any help on how joins can be used in API. If I need to make sure I don't re-process an order when i pick then REST order search API. I need create a separate table and store that order number in this table when order is placed using magento events. To read complete order information if i can make a join on this separate table It make my life easy and maintainable as well. Hence, is there any way to run Default Rest api using join of separate table?
if Yes, can you guide me with high level things to considered?
2. if no, any other alternative way you thing i can do here?
thanks,
Srinivasa nithin
View more threads in the same category:
-
-
Junior Member
You can contact us at https://store.biztechconsultancy.com...extensions.htm. We have best magento extension developer who will help you in every step.
-
-
Junior Member
Please contact Magesolution team. We are among the first to provide you with new extensions compatible with Magento 2 who will support you to solve your problem !
-
-
If you are developed magento extensions before and installed them with composer then you'll be pretty familiar with what i'm about to go through as magento 2 modules can be developed in a similar way.People also use Modman to develop their magento 1 extensions, which keep everything nice and separate. Due to the way magento 2 modules are now packaged I no longer need Modman.
1, Install magento 2
2, Create local & remote repository
3, Create module
4, Create composer.json
5, Install magento 2
6, Edit composer.json
7, Install module
-
-
How to install module in Magento, would you please explain here, if possible.
-
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks