-
Notifications
You must be signed in to change notification settings - Fork 8
[MODORDERS-1372]. Use batch endpoint to update items to reduce amount of calls during change Instance connection #1231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… of calls during change Instance connection
|
@BKadirkhodjaev One important difference is that you are sending partial items. I am not finding any documentation or code saying |
Hmm, good catch. I've asked Pavlo from Spitfire to help me understand whether it can truly patch values. In case it does not, I will try to change the fetch items endpoint to retrieve directly from mod-inventory-storage to match the shape of the batch endpoint |
Pavlo suggested we use this endpoint, it supports proper patching: |
Good, that makes sense and it's still a batch update. |
|



Purpose
Approach
Related PRs