UpsertProductImageDTO
A product image to create or update.
id
stringThe product image's ID. If not provided, the image is created. In
that case, the
url
property is required.url
stringThe new URL of the product image.
metadata
Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?