Any way to delete a shipping fulfillment?
It looks like I can create a shipping fulfillment through the fulfillment api's `createShippingFulfillment` endpoint, but is there any way to void, delete, or edit that shipment once it is created?
olau_17
Posted 1 year ago·Last reply 8 months ago
4 comments
midwayusa_inc
·8 months agoFor anyone still curious, DELETE /sell/fulfillment/v1/order/{order_id}/shipping_fulfillment/{fulfillment_id} seems to work for me
znts-wholesale-global
·1 year agoI have never tried but Try setting empty tracking detail an see what happen.
znts-wholesale-global
·1 year agoYou can create another fulfillment with the same detail and It will overwrite the existing one.
olau_17
OP1 year agoThat is super helpful for edits. Is there any way to delete or void?