InterfaceItem_ROProduct Model

Remote Order product details that are stored against a Sales Transaction Item longer term (allergins, special instructions)

Required
RemoteOrderProductID : string (GUID)

The primary key for this remote order product generated by ROS

Nullable
SpecialInstructions : string

Additional special instructions freeform text provided by the customer for this item

Nullable
AllergenFreeFormText : string

Free form text of allergen information related to this item, provided by the customer

Nullable
ExcludedRemoteOrderAllergenTypes : RemoteOrderAllergenType []

The set of RemoteOrderAllergenType to exclude in the preparation of this item. This is limited to RemoteOrderProduct.MaxAllergens unique entries

Example
{
  "RemoteOrderProductID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "SpecialInstructions": "string value",
  "AllergenFreeFormText": "string value",
  "ExcludedRemoteOrderAllergenTypes": [1]
}