Skip to content

Instantly share code, notes, and snippets.

@allenmichael
Last active December 23, 2015 19:45
Show Gist options
  • Save allenmichael/e958b73155e3c23b3c54 to your computer and use it in GitHub Desktop.
Save allenmichael/e958b73155e3c23b3c54 to your computer and use it in GitHub Desktop.
Action Management JSON for Arc.js BED Class
{
"actions": [
{
"actionId": "http.commerce.catalog.storefront.shipping.requestRates.after",
"contexts": [
{
"customFunctions": [
{
"applicationKey": "Grobelny.CleanSlateArcApp.1.0.0.Release",
"functionId": "http.commerce.catalog.storefront.shipping.requestRates.after",
"enabled": true
}
]
}
]
},
{
"actionId": "embedded.commerce.carts.addItem.before",
"contexts": [
{
"customFunctions": [
{
"applicationKey": "Grobelny.CleanSlateArcApp.1.0.0.Release",
"functionId": "embedded.commerce.carts.addItem.before",
"enabled": true
}
]
}
]
}
],
"configurations": [],
"defaultLogLevel": "debug"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment