Hi all,
I received an email recently telling me I needed to migrate from the Fulfillments API to the FulfillmentOrders workflow. Folks, I’m a simple person and I do one simple thing on Shopify - I sell keys to digital software. I implement my fulfillment (key creation and emailing) in a totally separate cloud function that retrieves a list of unfulfilled orders with a query to /admin/api/2019-10/orders.json (I know, old api version), and a bit later I mark those orders as fulfilled (by posting to “orders/{order.Id}/fulfillments.json”).
I don’t have the time to study inventory management or learn sophisticated fulfillment patterns. Can someone point me to a reasonably succinct explanation of what I need to do in order to keep operating my simple business?