The Get Quick Order Settings endpoint retrieves the configuration settings for a merchant's quick order feature, including the title, sub-title, thanks message, order button text, email requirement, agreement requirement, allowed countries, custom styling options, confirmation button text, and the agreement text. These settings determine the behavior and appearance of the quick order feature on the merchant's store.Response#
cart.getQuickOrder.success
Usage#
To perform the action of getting the setting of a quick order, the developer may call the getQuickOrderSettings()
as shown below.Events#
This endpoint may trigger two events, the onQuickOrderSettingFetched and onQuickOrderSettingFailed events.onQuickOrderSettingFetched#
This event is triggered when getting the setting of a quick order is done without having any errors coming back from the backend.onQuickOrderSettingFailed#
This event is triggered when getting the setting of a quick order is not completed and an error has occurred. 
扫码加入 Apifox 微信交流群
在这里,获得 Apifox 使用上的任何帮助,快速上手让你的研测效率得到大幅提升

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