{
"statusCode": 400,
"message": "Bad Request",
"error": "Invalid input data"
}{
"statusCode": 404,
"message": "Not Found",
"error": "Resource not found"
}{
"statusCode": 500,
"message": "Internal Server Error",
"error": "An unexpected error occurred"
}Gift Card
Remove gift card from cart (anonymous user)
Route: GiftCardService.removeGiftCard
PATCH
/
giftcard
/
public
/
remove
/
{cartId}
{
"statusCode": 400,
"message": "Bad Request",
"error": "Invalid input data"
}{
"statusCode": 404,
"message": "Not Found",
"error": "Resource not found"
}{
"statusCode": 500,
"message": "Internal Server Error",
"error": "An unexpected error occurred"
}Path Parameters
cartId identifier
Example:
"507f1f77bcf86cd799439011"
Body
application/json
The body is of type any.
Response
Success