All things Shopify and commerce
Hello all,
I am working on to delete product automatically from admin when order fulfilled. I have getting all orders using api but I want only fulfilled orders for that I am using following line of api, for this I can not get fulfilled orders.
Can anyone please help me in this issue ?
$getOrders = shopify_call($access_token, $shop, "/admin/api/2023-04/orders.json", array("fulfillment_status" => 'partial'), 'GET');
If you want to get only the orders that are fulfilled, you should filter the orders using the value 'fulfilled'.
$getOrders = shopify_call($access_token, $shop, "/admin/api/2023-04/orders.json", array("fulfillment_status" => 'fulfilled'), 'GET');
Hello @okur90 ,
I have tried this way but it is not working. It display all orders except fulfilled and I want only fulfilled orders.
Have you managed to find the solution? I am having the same problem...
you should use query params in the request, for example:
-> yourstore.com/2023-10/orders.json, won't bring fulfilled orders, so you should do:
-> yourstore.com/2023-10/orders.json?status=any <- the status is the "secret"
User | RANK |
---|---|
43 | |
40 | |
24 | |
24 | |
22 |
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023