Carts
Configuration Behaviors
The Configuration Behaviors page provides an overview of the configuration settings and their associated functionalities.
To ensure your cart functions as intended, you must specify which configurations to activate when making a Create a cart request.
When setting a cache expiry, the minimum duration is 1 second and the maximum duration is 7,776,000 seconds, which is 3 months.
Configuration | Description |
---|---|
WARN | Executes the action, and the state object is updated. |
REJECT | Rejects the action and a detailed exception is returned. |
DROP | Drops the action and resource is removed from the cart. |
NONE | Accepts the action. |
BLOCK | Blocks the action and returns an exception. |
Related Topics
Was this page helpful?