Accepting credit cards, warehouses, and shipping and fulfilling orders
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello, we ran into a workflow issue regarding FulfillmentOrders and FulfillmentRequests. The scenario is when a FulfillmentOrder is `cancelled` I could not find a way to create a new FulfillmentOrder in `open` status to fulfill the order.
Here's the scenario I'm trying to solve:
We now need to be able to move the FulfillmentOrder to a different fulfillment location and fulfill the order. I am able to move the fulfillment order to the new location, however the status remains as `cancelled` and therefor never gets automatically picked up to fulfill. It needs to be in `open` status to be picked up by the fulfillment service.
What's the correct workflow here after a fulfillment order is cancelled? Ideally we'd like to make a new fulfillment order to replace this cancelled fulfillment order, but I can't figure out how to do that. Any suggestions would be greatly appreciated!