Product Import/Insertion using Volusion API

六月ゝ 毕业季﹏ 提交于 2019-12-04 18:55:49

You're going to have to break up the file. I find that I can't import more than 10 or so products at a time without running into curl timeout errors (error code 28).

Doulat Khan

You can also write a script that break you file before uploading into small chunks. For more detail you can visit the link below.

Splitting a file before upload

Remember one thing that your script not change the format of the file from their original form for example the file is in json form so the chunk must be in json form.

You can also send dynamically products to your Volusion API.

Another reason can be the price plan because I have also faced that type of issue, at that time my volusion (store) plan was MINI. For price plans and what rights the plan have, you can visit this link.

Volusion price plan and their rights

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!