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?