Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 976 Bytes

PromotionCategory.md

File metadata and controls

13 lines (8 loc) · 976 Bytes

PromotionCategory

Properties

Name Type Description Notes
id_field str The logical field that specifies a record's category, e.g. "product_type". [optional]
mapping_field str The field that contains a human-readable rendering of a record's category, e.g. "product_type_name". When creating promotions, this field's text value is displayed instead of the `id_field`. If `mapping_field` is not provided, the text value of the record's `id_field` is displayed. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]