Order Item
Model Name: IFSCustomOrderItemPOSTDTO
Property | Note | Constraints |
---|---|---|
ItemNumber : string |
Order Item Identifier Each item in an order must have a unique identifier. If your company uses specific item number's please use that, otherwise sequential numbering is acceptable |
Required Max length: 50 |
Quantity : integer |
Quantity of items being ordered. |
|
Description : string |
Description of the item |
Required Max length: 255 |
RetailPrice : decimal number |
Price of the item sold to the public |
|
ThumbnailUrl : string |
Web address where item can be previewed. |
|
FrameWidth : decimal number |
Width of the inside of the frame where glass is placed. If there is no frame than this should be the same as the ImageWidth |
Required |
FrameHeight : decimal number |
Height of the inside of the frame where glass is placed. If there is no frame than this should be the same as the ImageHeight |
Required |
ImageWidth : decimal number |
Width of the subject being framed. If there is no mat this dimension should be the same as FrameWidth otherwise this is the width of the the mat opening |
Required |
ImageHeight : decimal number |
Height of the subject being framed. If there is no mat this dimension should be the same as FrameHeight otherwise this is the width of the the mat opening |
Required |
Package : string |
Identifier that determines items that are packaged with this item _If left as null, then the default packaging will be applied to the end product _Use the "package" API endpoint to determine which packages are available for your role |
|
Components : Array<IFSOrderComponentDTO> |
Items that make up the product |
Required |