-
Hey there. I need to be able to set a specific pickup location for each order. I added the Delivery provider "manual pickup" and created a configuration looking like that:
I then created an order and added this deliveryprovider to the order via this mutation: After that I did this mutation I can see that the order is updated correctly and I get no errors but activepickuplocation stays How exactly is this supposed to work? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Ok I realized that setting 0 as an ID is not a good idea. Changed it to a random string and then it seems to work. |
Beta Was this translation helpful? Give feedback.
-
@nabbl I can get to it tomorrow, sorry for the wait. |
Beta Was this translation helpful? Give feedback.
Ok I realized that setting 0 as an ID is not a good idea. Changed it to a random string and then it seems to work.