Order Property Options of ENUM Type in Online Store: Overview of Methods
If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.
Order properties can be of various types:
STRING— string,Y/N— yes/no,NUMBER— number,ENUM— enumeration,FILE— file,DATE— date,LOCATION— location,ADDRESS— address.
For an order property of the "list" type ENUM, you need to specify the available options. For example, create an order property "Delivery Time" and add options "08:00-12:00", "12:00-16:00", and "16:00-20:00".
Quick navigation: all methods
User documentation: Create and Configure Product Properties in CRM
Linking Order Property Options with Other Objects
Order properties. Specify the identifier of the order property. You can obtain a list of identifiers using the sale.property.list method.
How to Get Started
- Create an order property of type
ENUMusing sale.property.add. - Add a property value variant using sale.propertyvariant.add.
- Check variants using sale.propertyvariant.get or sale.propertyvariant.list.
- If necessary, update or delete a variant using sale.propertyvariant.update or sale.propertyvariant.delete.
Overview of Methods
Scope:
saleWho can perform the methods: administrator
|
Method |
Description |
|
Adds a property option |
|
|
Updates the fields of a property option |
|
|
Retrieves a property option by id |
|
|
Retrieves a list of property options |
|
|
Deletes a property option |
|
|
Returns available fields of a property option |