Checkouts
Retrieve a checkout
Retrieves all the information of an already-existing checkout by providing it’s unique identifier (ID).
GET
/
checkouts
/
{id}
Path parameters
The ID of the checkout.
Returns
If a valid ID is provided, it returns a checkout object.