NULL variant when fetching fulfillment line items in GraphQL order query

The above is the result of querying an order by and fetching fulfillment line items along with it.
As you can see, the “variant” is null

When I fetch the same product using the product query, the variant does appear.

I want to map the variant id with the fulfillment line item id but that is impossible if the variant is null when retrieving fulfilment lines via order. The variant is null again if i retrieve the fulfillment lines by querying the fulfillments.

Bump

Bump

Bump.
Would really appreciate any help regarding this issue.

1 Like

I think you need to add the scope for “READ_PRODUCTS”

BUMP!!!