Order Component

Model Name: IFSOrderComponentDTO
PropertyNoteConstraints
ComponentID : string

The sku of the component you are ordering.

I.E B8517 for a black mat

Required

InventoryType : InventoryType

Valid Types (Enum : Int or String Values Accepted)

  • Frame = 0
  • Mat = 1
  • Glazing = 2
  • Mounting = 3
  • Artwork = 4

Required

Layer : integer

Position of component in the frame stack starting with 0

The frame is typically set to 0

Required

ItemNumber : string

A unique identifier for this component

Required

Properties : Array<IFSComponentProperty>

Inventory Types Requireing Properties

Mat

  • TopBorder
  • RightBorder
  • BottomBorder
  • LeftBorder

Artwork

  • Url

This can be left blank for all other components