Cancel Cart Evaluation - Cart Promotion
This API is used to cancel pending carts where a promotion is locked.
put/v1/promotions/customer/{customerId}/evaluation/{evaluationId}/cancel
Path parameters
customerIdstring required
Unique Identifier of the customer
evaluationIdstring required
Unique identifier that is generated when a cart evaluation is performed.
Response
200
Example response
{
"data": {
"status": true,
"code": 201,
"message": "Successfully closed pending cart."
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.