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. 
扫码加入 Apifox 微信交流群
在这里,获得 Apifox 使用上的任何帮助,快速上手让你的研测效率得到大幅提升

扫码加入交流群Modified at 2025-02-20 07:53:20