v1
latestOpenAPI 3.0.32026-07-24614422630.2 KBCustomization
Add or Update order creation customization script
Add or Update the order creation customization zeppa script in the platform.
- once the update happens new this script will take effect for all order creations
- the updated version of the script is returned with the API call NOTE: the order id required for this is only for test before submission NOTE: it does not mean that this customization is run only for this order.
put/customization/orderCreationCustomization
Query parameters
testOrderIdstring required
before the script is actually stored its run against this test order id. it DOES NOT MEAN this customization is only for this order
expectedVersioninteger required
this is the expected version of the script that is currently stored
- if the expected version does not match what is stored the call will fail
- if the script is being added for the first time then the expected version is 0
- look at the GET call for how the current version number is returned
Response
successful operation