thesoap Posted Sunday at 11:21 PM Posted Sunday at 11:21 PM 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 Sunday at 11:32 PM Author Posted Sunday at 11:32 PM 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 Monday at 10:02 AM Posted Monday at 10:02 AM 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 Monday at 01:18 PM Author Posted Monday at 01:18 PM For Variant_id "6a1ba6c5-5495-4884-ac4a-670785802281" Only show one Store "8a8cf25e-d5a3-4210-a8c6-09264d3a916f" in invenrtory
thesoap Posted Monday at 04:48 PM Author Posted Monday at 04:48 PM 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