Can "partially_shipped" be used?

Hi,
In de api-documentation 'shipmentStatus' can also be set to 'partially_shipped'.
But it does not seem to do anything. The order remains in: 'processing_awaiting_shipment'.
What am I doing wrong?
Thanks in advance,
Greetz, flexjoly
Best Answer
-
LucienVersendaal Posts: 61 moderator
Hi @flexjoly ,
Thank you for contacting us.
So the thing is with partially shipped is that the "partially_shipped" status only shows if you configure a partial shipment via the UI as outlined here: https://ecom-support.lightspeedhq.com/hc/en-us/articles/220319308-Configuring-partial-shipments
If you want to update the shipment status you need to do it at the shipment endpoint: https://developers.lightspeedhq.com/ecom/endpoints/shipment/#put-update-a-shipment and there you can see that the available status arguments are {“status”: “shipped, not_shipped, cancelled”}
Conclusion: It's not possible to create a "partially_shipped" shipment with API.
Kind Regards,
Lucien Versendaal