You are here:
Related Dynamic Imaging Service Topics
Find B2C Commerce Dynamic Imaging Service help on URL path structure, order of operations, responsive formats, an optional community project, and troubleshooting.
Start with
Dynamic Imaging
Service
for the
URLUtils and
MediaFile classes, supported transformation types and
parameters (including the table of supported transformations), Image Guidelines, and
Dynamic Imaging Caching. The Image Management help map lists related topics after that file.
Don't hard code Dynamic Imaging Service URLs
Generate image URLs at run time with the
URLUtils and
MediaFile classes documented in
Dynamic Imaging
Service
, or retrieve them from Open Commerce API (OCAPI) product
responses. Don't paste the
/dw/image/v2/ path, tenant ID, or
an infrastructure hostname into storefront templates. Hard-coded URLs can break when
the vanity domain, environment suffix, or resource fingerprint changes. The API
validates parameters and protects you from URL pattern changes. A hand-edited URL
does not.
Build URLs in your storefront
-
Default (recommended for B2C Commerce): Use the
URLUtilsandMediaFilescript APIs with the Script API classes used by DIS reference. - Community sample (GitHub): Optional community DIS product image wrapper .

