Confused about getting going on the API

I have worked with the API for many different companies without an issue, but I’m having an issue with a single store. I created a fulfillment service, but orders are not available for fulfillment. I can look up the order at orders/{orderId}.json but not at orders/{orderId}/fulfillment_orders.json. I checked all rights, and they are set properly. What am I missing/forgetting?

Hey @LarryW-SHPF

Are you able to capture/share the request ID from the response headers?

I’m using ShopifySharp so it hides the response header. I can give you the order id: 5429887041785 since that should only be available to someone with access to the tenant. This order does not return when I call “orders/{orderId}/fulfillment_orders.json” but does return with “orders/{orderId}.json”

Thanks. Found it. And can see fulfillment orders attached to the order.

Are you getting an error response, or empty?

Can you please double check you have the required scopes.

If you’re still stuck please DM me the name of the app making the requests.