Last active
December 23, 2015 19:45
-
-
Save allenmichael/e958b73155e3c23b3c54 to your computer and use it in GitHub Desktop.
Action Management JSON for Arc.js BED Class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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