Hi there, I’m writing a bulk upload/sync script that pulls from a DAM/PMI and updates my Builder project with the Write and Upload API. I’m noticing that the endpoint either doesn’t respond or takes approximately 14+ seconds to return a result.
I’ve replicated this this in Postman and get the same issue. Here’s a screenshot of my test:
Hmmmm, this issue doesn’t seem to have resolved on our end and is currently blocking us from importing ~3000 product records. Is there an an alternate method for bulk uploads perhaps like a JSON or CSV migration utility?
Hi @davedbase that is a typical response time for the Write API. That said it should not block or fail. Have you tried writing in smaller chunks, like 10 entries in parallel at the same time?
I also tried your curl request myself and didn’t have any issues with it failing. Is there another one you can share that is getting blocked?