玉城真二郎 Posted September 5, 2021 Share Posted September 5, 2021 How can I duplicate my item list with pictures to another account? I can see you have - GET Get single item - image_url - POST Upload a single image But how can I combine those two function to automatically transfer all item image to another account? Link to comment Share on other sites More sharing options...
Jay Rock Posted September 30, 2021 Share Posted September 30, 2021 (edited) Doesn't looks like here exist simple solution. You can try get all items from old account and create this items in new account. And in new account you can fill for Each Item field reference_id with item id from old account. Then from old account save all images with names like 497f6eca-6276-4993-bfeb-53cbbbba6f08.png. Then find matching fields reference_id and image name. if it match run upload image function. Edited September 30, 2021 by Jay Rock Link to comment Share on other sites More sharing options...
Recommended Posts