Overview
Processing PromoStandards responses can be time-consuming, as it involves several NetSuite saved searches and record load events to generate the service response. The time it takes can vary based on the service requested, different item attributes and configurations, and the NetSuite servers.
To reduce this response time, we've added a caching feature. When activated, the service responses are stored on eXtendTech servers after the first request. Future requests will be quicker as they use the cached data.
The caching feature helps in the following areas:
- Reducing the amount of time needed to fetch responses.
- Resolving connection time-out errors during large responses.
- Product Data 1.0.0
- Product Data 2.0.0
Caching Configuration
Additional Information
1. View live response instead of cache
?__no_cache=1
to the end of the endpoint2. Cache refresh time
3. Updating cache in real-time
To manually update the cached response before it's cleared or regenerated, use the URL parameter mentioned in #1 above. This will provide a live response and also update the cache. Note: If the live response encounters any errors, the cached response will remain unchanged.