Checkout Order

Order for a Commerce store checkout.
JSON example

{
  "orderReferenceNumber": "ER37G-VYS2M-6GPHH-HG4DE"
}
JSON example (with errors)

{
  "errors": [
    {
      "type": "/commerce/errors/shipping-failure",
      "title": "We are unable to place the order. Please correct the error and try again.",
      "detail": "There are no configured Order Delivery Methods."
    }      
  ],
  "order​Reference​Number": "ER37G-VYS2M-6GPHH-HG4DE"  
}
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