This endpoint returns the current status of a cart, including whether it is active or not, and the next step to take. The next step can be either to refresh the cart, prompt the user to login, or proceed to checkout, and may include an optional URL. This endpoint is used for monitoring and managing the status of a cart during the checkout process.Payload#
is the unique identifier for a specific cart.
Response#
A boolean flag indicating whether the cart is currently active.
An object containing information about the next step to be taken.
Usage#
To perform the action of returning the current status of a cart, the developer may call the status()
as shown below. Modified at 2024-02-18 06:15:55