Salta ai contenuti

Get all files for a product

GET
/v2/product-catalog/products/{id}/files
curl --request GET \
--url https://api-crm-staging.divinea.com/api/v2/product-catalog/products/example/files \
--header 'APIKey: <APIKey>'
id
required
string format: uuid

Id

OK

Media type*/*
Array<object>
ProductFileDTO
object
attachment
boolean
cloudinaryPublicId
string
cover
boolean
dimensionWarning
string
displayOrder
integer format: int32
fileName
string
fileSizeBytes
integer format: int64
fileType
string
Allowed values: IMAGE GIF VIDEO PDF
flags
Array<string>
heightPx
integer format: int32
id
integer format: int64
main
boolean
sizeWarning
string
url
string
validSize
boolean
widthPx
integer format: int32