ProductImageDTO
The product image's data.
id
stringRequiredThe ID of the product image.
url
stringRequiredThe URL of the product image.
created_at
string | DateRequiredWhen the product image was created.
updated_at
string | DateRequiredWhen the product image was updated.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
deleted_at
string | DateWhen the product image was deleted.
Was this section helpful?