CreateCartResponse
success boolean
Indicates whether the request was processed successfully
message string
Additional message or error information
data object
cart_id uuid
Unique identifier of the gift cart
checkout_url string
URL for the checkout page where the customer can complete the purchase of the gift cards in the cart
CreateCartResponse
{
"success": true,
"message": "string",
"data": {
"cart_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"checkout_url": "string"
}
}