Order Query by Id Fulfillments Status error

Hi, I’m using the Customer Account API that created a new customer account. This customer account didn’t have any orders. I went to the Shopify Admin to make a test order for this customer account. This new order has a yellow “Unfulfilled” status. When I refreshed the Hydrogen page /account/orders, that order shows up. When I click that order, I get redirected to the /account/orders/$Id page. But I get this 500 error because the fulfillments data from the order($Id) query is an empty array. Which means there’s no status property.

So the question is, why is it empty? Shouldn’t this order have some kind of status? Why isn’t there any? Shouldn’t there be some kind of status data for each other so that a customer can check the status of their order?

I’m unable to reproduce this. Could you give me the exact version of Hydrogen that you are using? Also could you provide me with exact steps to reproduce the problem? I created an order, marked it as paid, and logged in and am able to view the order (even when still unfulfilled):

Hi @Bret-Shopify. Thanks for replying.

I did mark the orders as paid. But I got that error anyways.

Again, could you please provide exact steps? Also could you provide specifics about the type of product and how it is configured?