Note : The direct File query is not part of the public API. File data is exposed through the other entities of the API (files are not directly queryable by their identifier).
| id |
|---|
| Unique identifier of the file |
| created_at |
|---|
| Creation date of the file |
| expires_at |
|---|
| Expiration date of the file (null if the file never expires) |
| size |
|---|
| Size of the file in bytes |
| mime |
|---|
| MIME type of the file |
| path |
|---|
| Storage path of the file |
| weight |
|---|
| Weight of the file in bytes |
| public_path |
|---|
| Public URL of the file |
| image_path(style) |
|---|
| Public URL of the resized image for the given ImageStyle (only available for images) |
| Value | Description |
|---|
pdfLogo | Logo used on generated PDF documents. |
productThumbnail | Thumbnail of the product. |
productSmall | Small product image. |
productMedium | Medium product image. |
productLarge | Large product image. |