A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Im trying to get fulfillment orders for an order using REST API, and i already have added all the required scopes such as
read_merchant_managed_fulfillment_orders,read_assigned_fulfillment_orders,read_third_party_fulfillment_orders,read_fulfillments
but seems like it is always giving this same error
Client error: `GET https://wrap-it-test.myshopify.com/admin/api/2022-07/orders/4946660720840/fulfillment_orders.json` resulted in a `403 Forbidden` response:\n {"errors":"The api_client does not have the required permission(s)."}
One other thing, i noticed is even if i try to make the request directly by logging into shopify store and then pasting the request url, even then it is not working
Getting same issue, can someone assist please?