Shipping Property Values in the 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.

When creating a shipping property, you can immediately set values. In an order, there are three books that need to be shipped to different addresses. Create a shipping property called "Delivery Address" with three values. If the delivery address changes, update the shipping property value using the sale.shipmentpropertyvalue.* methods.

Quick navigation: all methods

Linking Shipping Property Values to Other Objects

Shipments. Specify the shipment ID. You can obtain a list of IDs using the sale.shipment.list method.

Shipping Properties. Create shipping properties using the sale.shipmentproperty.* methods.

Overview of Methods

Scope: sale

Who can execute the methods: administrator

Method

Description

sale.shipmentpropertyvalue.modify

Updates the shipping property values

sale.shipmentpropertyvalue.get

Returns the shipping property values

sale.shipmentpropertyvalue.list

Returns a list of shipping property values

sale.shipmentpropertyvalue.delete

Deletes shipping property values

sale.shipmentpropertyvalue.getfields

Returns available fields for shipping property values