get https://demo.getvendo.com/api/v2/storefront/order_status/
Returns completed order information.
This endpoint is useful when fetching orders placed by a guest user, allowing customers without an account to check the status of their order: (shipment/payment/processing) etc.
Pass the cart token
value as the X-Vendo-Order-Token
for authorization, and the corresponding cart number
in the URI {order_number} to successfully retrieve an order.