Skip to main content

Orders - Models -ID Verification Information

KeyTypeExample ValueDescription
containsarray of string["alcohol"]Specify the types of items included in this order
min_ageinteger18The minimum age

Example ID Verification Information

  {
"contains": ["alcohol"],
"min_age": 18
}