This endpoint enables the user to select particular items, complete the purchase of that item, and then proceed directly to the checkout page to complete the purchase without having to complete any intermediary stages.Payload#
cart.createQuickOrder.payload
Response#
cart.createQuickOrder.success
Usage#
To perform the action completing the purchase of items and proceeding directly to the checkout, the developer may call the createQuickOrder()
as shown below.Events#
This endpoint may trigger two events, the onQuickOrderSucceeded and onQuickOrderFailed events.onQuickOrderSucceeded#
This event is triggered when the action completing the purchase of items and proceeding directly to the checkout is done without having any errors coming back from the backend.onQuickOrderFailed#
This event is triggered when the action completing the purchase of items and proceeding directly to the checkout is not completed and an error has occurred. 
扫码加入 Apifox 微信交流群
在这里,获得 Apifox 使用上的任何帮助,快速上手让你的研测效率得到大幅提升

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