Newer Version Available

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

Checkout Order

Order for a Commerce store checkout.
JSON example
1
2{
3  "orderReferenceNumber": "ER37G-VYS2M-6GPHH-HG4DE"
4}
JSON example (with errors)
1
2{
3  "errors": [
4    {
5      "type": "/commerce/errors/shipping-failure",
6      "title": "We are unable to place the order. Please correct the error and try again.",
7      "detail": "There are no configured Order Delivery Methods."
8    }      
9  ],
10  "order​Reference​Number": "ER37G-VYS2M-6GPHH-HG4DE"  
11}
Property Name Type Description Filter Group and Version Available Version
errors Checkout Error[] List of errors, if any. Small, 55.0 55.0
order​Reference​Number String Reference number for the order. Small, 55.0 55.0