Caching responses
Learn when to cache responses.
You should cache information like the product price on your side to reduce time and consume less bandwidth. Cached responses improve performance by serving representations directly from the cache rather than the origin server.
You can configure caching in the Commerce API as follows:
Globally enabled for all cacheable resources
Enabled per resource
Set similarly for related resources, such as enabling caching for Offers and Product Offers resources
Only cache responses from the GET requests. Caching is not enabled by default. Contact your Digital River representative for more information about enabling and configuring caching.
Last updated