thesoap Posted October 26 Posted October 26 I'm reading the inventory_levels object the variables variant_id store_id in_stock updated_at I'm retrieving them correctly, but the stock doesn't match the actual stock. How do I get the actual stock? There's only one variant_id for each item. Can you help me?
thesoap Posted October 26 Author Posted October 26 I understand that each variant_id can be in each store. For example: variant_id = 1 store_id = 1 variant_id = 1 store_id = 2 variant_id = 1 store_id = 3
Yasuaki Posted October 27 Posted October 27 Hello. Could you post screenshots that show how the number of stock is different between the Back office and API? For your information, both variant_id and store_id are in UUID format, such as f81d4fae-7dec-11d0-a765-00a0c91e6bf6 (example).
thesoap Posted October 27 Author Posted October 27 For Variant_id "6a1ba6c5-5495-4884-ac4a-670785802281" Only show one Store "8a8cf25e-d5a3-4210-a8c6-09264d3a916f" in invenrtory
thesoap Posted October 27 Author Posted October 27 6 hours ago, Yasuaki said: Hello. Could you post screenshots that show how the number of stock is different between the Back office and API? For your information, both variant_id and store_id are in UUID format, such as f81d4fae-7dec-11d0-a765-00a0c91e6bf6 (example). Hi i posted
Recommended Posts