This endpoint returns the unique identifier (ID) of the current cart associated with a particular user or session. It is used to retrieve the current cart ID, which is typically required for other cart-related operations such as adding or removing items from the cart, checking out, or retrieving cart details.Response#
cart.getCurrentCartId.success
Usage#
To perform the action of returning the ID of the current cart, the developer may call the getCurrentCartId()
as shown below. Modified at 2024-02-18 09:26:20