This endpoint can get the cart by id.
To call any
/carts
endpoints, you need to use a JWT token or an intent token for authorization.
{
"code": 200,
"message": "OK; cart found.",
"data": {
"default": "boolean",
"reference": "string",
"cart_id": "string"
},
"links": {},
"errors": []
}
201
Cart found.
400
Cart was not found
403
Forbidden