Newer Version Available

This content describes an older version of this product. View Latest

Salesforce Order Management Actions

Manage, fulfill, and service orders in flows with Salesforce Order Management.

For more information about using Order Management actions in flows, see Salesforce Order Management Flow Core Actions in Salesforce Help.

These actions are available in API version 48.0 and later.

Your org must have a Salesforce Order Management license.

Supported REST HTTP Methods

URI
Get a specific Order Management action:
/vXX.X/actions/standard/om_action_name
Formats
JSON, XML
HTTP Methods
GET
Authentication
Authorization: Bearer token
Notes
Order Management actions are intended for use in flows. The standard actions URI can only be used to get information about them. To use these actions in code, call the corresponding Chatter REST API endpoints or Apex ConnectApi methods. For more information, see Order Management Resources in the Chatter REST API Developer Guide and ConnectApi Namespace in the Apex Developer Guide.
In flows, Order Management action inputs and outputs use Apex-defined variables that map to input and output classes in the ConnectApi namespace.