Gets data from cart object based on cart id.
successful operation
{- "success": true,
- "message": "string",
- "data": {
- "id": "string",
- "orgId": "string",
- "merchantCartId": "string",
- "cartStatus": "string",
- "dateCreated": "string",
- "checkoutName": "string",
- "webhookUrl": "string",
- "returnUrl": "string",
- "amount": 0,
- "currency": "GBP",
- "transaction": {
- "total": {
- "amount": 0,
- "currency": "GBP",
- "description": "string"
}, - "basket": {
- "subTotal": 0,
- "items": [
- {
- "lineId": "string",
- "quantity": 0,
- "productId": "string",
- "productName": "string",
- "total": 0,
- "unitPrice": 0,
- "taxRate": 0,
- "taxTotal": 0
}
]
}
}, - "paymentId": "472e651e-5a1e-424d-8098-23858bf03ad7",
- "orderId": "b3e1eced-f2bd-4d8c-9765-fbc9d1d222d5",
- "testMode": true
}
}