Amazon SP-API Reports how to set sample data
Hello,
I created an async import that request, wait and get the data from Amazon. It works fine BUT every time when I open the mapping from export I may wait up to 5 min to see it loaded. I understand that celigo run each time the import (Amazon create/get report) to have some data to show. I try to set a "sample data" into import but nothing works I have to wait minutes and minutes that become hours to create a simple flow.
BUT similar flow in the Amazon-Netsuite app work faster.
How should I set import to have same map loading speed for custom flow, as it's in amazon app?
thx.
0
Comments
Hello Maxim,
You could mimic the output of the export using the "Mock output" field. This will allow you to remove dependency from the external application when configuring flows. All you need to do is wrap the JSON structure you will get from Amazon, in this case, in integrator.io canonical format (Learn here). When set, integrator.io uses this field for the configuration of all flow steps.
A similar field exists for imports with the name "Mock response" to mimic the output of the import step.
Please sign in to leave a comment.