Skip to content

katana_public_api_client.models.custom_field_options_create

katana_public_api_client.models.custom_field_options_create

Classes

CustomFieldOptionsCreate

Choice configuration supplied when creating a singleSelect custom field definition. Each choice carries only a label; the server assigns each one an integer id.

Example:
    {'choices': [{'label': 'Online'}, {'label': 'Retail'}, {'label': 'Wholesale'}]}