An ItemFile represents a file for an Item, such as a proof or a production file.
Name | Type | Description |
---|
Id | int | The ID of the item file. |
ItemId | int | The ID of the item that the item file belongs to. |
Item (via $expand) | Item | The item that the item file belongs to. |
Type | ItemFileType | The type of item file. Valid values are Preview, Proof, and Production. |
UrlPath | string | The URL path to the file. For Preview files, use the following format for the full file URL: https://liftoff-shop.imgix.net/[your account code]/[UrlPath for the Preview file] For Proof and Production files, use the following format for the full file URL: https://[your Liftoff account's primary host]/[UrlPath for the Proof or Production file] |