Hi Guys,
So here’s my concern, I have created schemas and I am able to post that data successfully but I am not able to get that data with searchDocuments.
Hey @TanishqxSharma! Have you tried something like this?
GET https://{{account_name}}.vtexcommercestable.com.br/api/dataentities/{{dataentity}}/search?_fields=all
1 Like
@SofiaDiaz is right, not including which _fields
should be returned is a common oversight by developers using the Search documents endpoints of Master Data API.
See this portion of the documentation:
So your issue is probably not lag in the API, but not defining the proper query parameters. Can you confirm if that is the case?
1 Like