Hi there,
In the latest REST doc, it says this field should be the same as the fulfillment_service field:
However, it seems this is no longer the case as I’m only getting either “shopify” or “null” for the value. As you can see below fulfillment_service is a custom fulfillment location but inventory_management is “shopify”:
Would it be safe to assume that this field would always be either “shopify” or “null” based on whether InventoryItem.tracked is True or False?
We’re basically trying to re-create this field with thew new GraphQL APIs as the default Shopify product CSV export still includes this field (“Variant Inventory Tracker” column): https://help.shopify.com/en/manual/products/import-export/using-csv#csv-file-description
That doc mentions other valid values which aren’t mentioned in the REST API doc:
Anyone know if those docs are just outdated?
Thanks!