Retrieving Constraint Rules Results
This API retrieves the constraints rules applied to a cart.
API |
Signature |
---|---|
getConstraintRuleResult |
webService static Apttus_CPQApi.CPQ.ConstraintResultDO getConstraintRuleResult(Id cartId) |
Parameters |
||
---|---|---|
Name |
Type |
Description |
CartId | ID |
The cart ID |
Response Data Object - Apttus_CPQApi.CPQ.ConstraintResultDO |
||
---|---|---|
Field |
Type |
Description |
CartId | ID |
The Id of the cart. |
ConstraintRuleActions | List<Apttus_CPQApi.CPQ.AppliedActionDO> |
The list of constraint rule action applied to the cart. |
HasPendingError | Boolean |
Indicates whether there are pending rule actions that are error type. |
HasPendingWarning | Boolean |
Indicates whether there are pending rule actions that are warning type. |
NeedMoreProcessing | Boolean |
Indicates whether the rule required more processing. |
Response Data Object - Apttus_CPQApi.CPQ.AppliedActionDO |
||
---|---|---|
Field |
Type |
Description |
ActionIntent | String |
The action intent of the applied constraint rule. |
ActionType | String |
The action type of the applied constraint rule. |
AffectedPrimaryNumbers | List |
The primary line number of the line item the constraint rule is applied on. |
AffectedProductIds | List |
IDs of the line item the constraint rule is applied on. |
AppliedActionId | ID |
The ID of the constraint rule action applied on the cart. |
AppliedRuleInfoId | ID |
The Applied Rule Info ID of the constraint rule action |
CartId | ID |
The ID of the cart. |
ConstraintRuleActionId | ID |
The ID of the constraint rule action. |
CriteriaFields | List |
The criteria fields in the constraint rule action. |
IsAutoExecuted | Boolean |
Indicates whether the auto-execution is enabled for the constraint rule. |
IsHideMessage | Boolean |
Indicates whether the messages are hidden. |
IsIgnoredByUser | Boolean |
Indicates whether ignoring the constraint rule is allowed. |
IsPending | Boolean |
Indicates whether any action is pending from the user to execute the constraint rule. |
IsShowPrompt | Boolean |
Indicates whether prompt is required. |
IsTargetOptionProduct | Boolean |
Indicates whether the target include or exclude products should be present in the shopping cart as options. |
IsTargetPrimaryProduct | Boolean |
Indicates whether the include or exclude products should be present in the shopping cart as primary lines. |
MatchCountRule | String |
|
Message | String |
The message added to the constraint rule action. |
MessageType | String |
The type of the message defined in the constraint rule action. |
SuggestedProductIds | List |
The IDs of the product suggested by rule action definition to be included in the cart. |
TargetBundleNumber | Integer |
The parent bundle number of the included or excluded products. For the products that are not option, the number is set as zero which represents the cart as the parent. |
TriggeringPrimaryNumbers | List |
The primary numbers of the line items that have triggered the rule action. |
TriggeringProductIds | List |
The list of ids representing the products that caused the rule to trigger |
Code Sample
The sample below enables you to fetch the constraint rules applied to a cart with a specific Cart ID. Use this API when you want to view the constraint rules applied to a cart. For example, to generate a report about the constraint rules applied to a cart, you can fetch the constraint rules using this API.
Integration Details
Use the following information in your integrations with CPQ Web Services API. Refer to Integrating Conga with External Systems for information on how to get started.