A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Creating a order fulfilment service app to automate some processes.
However, on purchase of product to be handled by said fulfilment service, every fulfilment order that is created begins with default status "open".
I ask because I'd like to take advantage of the "fulfill_at" as noted in
However receive the error 'Fulfillment order must be scheduled.'
How to update the fulfillment_order.status = "scheduled" ?
Cheers
I also have this question.