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
Customer phone country code
Is the agreement is checked for acceptance?
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. Modified at 2024-02-18 09:06:39