I know this has been asked a few times, I’m having issues with the fulfillments API with an old development store.
I have checked every single thread here and tried every solution without success.
I have a custom app and am using the admin rest API (Version 2024-04)
When I make calls to GET /orders/${orderId}/fulfillments.json I always get an empty fulfillments array as the response.
{ fulfillments: }
I have tried:
-
updating scopes (I have checked every scope available now)
-
creating a new custom app
-
uninstalling and reinstalling.
-
Automatically collect payment is switched on
Does anyone have any suggestions?