No content to show
User Activity
I have solved it, now share the process. 1. get `variant_id` from line_items (Order) 2. call /admin/api/2022-04/variants/808****810.json get `inventory_item_id` 3. call /admin/api/2022-04/inventory_levels.json?inventory_item_ids=id1,id2 get location_...
I am using rest api (version: 2022-01), and it is already possible to request a list of orders through the apiI didn't find how to update the tracking number in the rest api development documentation, or even I can't find a way to create a fulfillmen...