Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 816 Bytes

v1-modifier-list.md

File metadata and controls

30 lines (22 loc) · 816 Bytes

V1 Modifier List

V1ModifierList

Structure

V1ModifierList

Fields

Name Type Tags Description
Id string Optional The modifier list's unique ID.
Name string Optional The modifier list's name.
SelectionType string Optional -
ModifierOptions IList<Models.V1ModifierOption> Optional The options included in the modifier list.
V2Id string Optional The ID of the CatalogObject in the Connect v2 API. Objects that are shared across multiple locations share the same v2 ID.

Example (as JSON)

{
  "id": null,
  "name": null,
  "selection_type": null,
  "modifier_options": null,
  "v2_id": null
}