Hi, great lib, just started building first app with it and encountered that IFulfillmentLineItem is missing some params that exist in IOrderLineItem and I do have Orders that indeed have these params with data in IFulfillmentLineItem. I'll update this thread as I find more, but so far I found:
With discount_allocations I can just overwrite the type locally. Data I receive while fetching it with the shopify-api-node is still received fine. However pre_tax_price (and set) for some reason is not received when fetching with shopify-api-node, but I do receive it, when fetching using raw shopify api endpoint. Also these params behave the same for IOrderLineItem.
Hi, great lib, just started building first app with it and encountered that
IFulfillmentLineItem
is missing some params that exist inIOrderLineItem
and I do have Orders that indeed have these params with data inIFulfillmentLineItem
. I'll update this thread as I find more, but so far I found:With
discount_allocations
I can just overwrite the type locally. Data I receive while fetching it with theshopify-api-node
is still received fine. Howeverpre_tax_price
(and set) for some reason is not received when fetching withshopify-api-node
, but I do receive it, when fetching using raw shopify api endpoint. Also these params behave the same forIOrderLineItem
.I hope you'll be able to look into it. Thank you.