I hope you’re all doing well. I’m currently working on an integration and facing challenges changing the order status of Shopify orders from “Unfulfilled” to “Fulfilled” using the Shopify API with node.js. I’ve referred to the API documentation and am seeking additional guidance as I’m encountering issues with my approach.
Here is my current approach:
I make a POST request to /admin/api/2024-01/orders/{order_id}/fulfillments.json.
Hi everyone, Im looking for the same solution using python. yesterday i received an order and im supposed to send the data ( tracking number and company name to the shopify store ) can anyone please help me and share with me how to do this using python