Newer Version Available

This content describes an older version of this product. View Latest

Checkout Order Action List Input

Input representation of the Commerce store checkout.request.
Root XML tag
checkoutPlaceOrderActionList
JSON example

Example request for the prepare action in a place order request:

1{
2  "actions": [
3    {
4      "action": "prepare"
5    }
6  ]
7}

Example request for the submit action in a place order request:

1{
2  "actions": [
3    {
4      "action": "submit"
5    }
6  ]
7}
Properties
Name Type Description Required or Optional Available Version
actions Checkout Order Action Input Details of the action to be performed on the place order request. Required 64.0