Order pickup
in Development
Hi,
recent the method is changed for orders to pickup in the store.
new status :
processing_ready_for_pickup
and
completed_picked_up
i want to change the status true the api.
I have a json Put request for updat the memo field like this :
"{""order"": {""memo"": ""blablablabla"" }}"
This works for 100% so If i change it for update the status i do :
"{""order"": {""status"": ""completed_picked_up"" }}"
i get the error : 401 what i do wrong ?
Tags:
1 comment
Hi @Leffelaer Kristof,
Thank you for contacting us.
You can find this information in our documentation: https://developers.lightspeedhq.com/ecom/endpoints/order/#put-update-an-order
To complete the order you need to update the order like you're always doing: