Newer Version Available
Salesforce Order Management Actions
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 Connect REST API endpoints or Apex ConnectApi methods. For more information, see Order Management Resources in the Connect 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.