Doing mass updates #139
Unanswered
christophe-fms
asked this question in
Q&A
Replies: 1 comment
-
hi! could you solve that? also i am having some issues with updating itemfulfillment. can you help me with that? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm doing a mass update for an ItemFulfillment, my request looks like this :
foreach items :
and ending with $addResponse = $service->update($request);
end foreach
The problem is that it is taking a very long time if i have many items (probably because addresponse is in the loop). Is there any way to do just 1 update call with all the items to update ?
Best regards
Beta Was this translation helpful? Give feedback.
All reactions