Possibility to use an sse database
In our checkout there is a call to validate the delivery zip code, this occurs because we still have locations where we do not deliver.
And in our integration there is a table in the database where the zip code is read, sometimes this is quite slow.
My question is, is it possible to make this table available in the SSE or another location that is accessible to e-commerce?
1