Platforms & SDKs
Shopify
Install the DT8 Commerce app, connect your store, and map the storefront domain. The app registers purge webhooks on product/collection updates automatically.
WooCommerce
Install the official plugin, paste the API key, and enable “purge on product save”. Static assets under /wp-content/uploads use long edge TTLs by default.
Magento / Adobe Commerce
Use the DT8 module to emit cache tags for products and categories; purge-by-tag keeps FPC and edge in sync.
HTTP clients
# Node
npm i @dt8/cdn-node
# Go
go get github.com/dt8cdn/dt8-go
Packages wrap purge + analytics with typed errors. Raw REST works fine if you prefer zero deps.