diff --git a/reference/settings.v3.yml b/reference/settings.v3.yml index 051d31e03..846aa5e63 100644 --- a/reference/settings.v3.yml +++ b/reference/settings.v3.yml @@ -2089,6 +2089,15 @@ components: description: Describes whether out-of-stock messages are shown on product listing pages. default: false example: true + backorder_availability_prompt: + type: string + description: Message that appears on the product detail page to reassure shoppers of backorder availability. + example: "This item is currently on backorder but will be available soon!" + show_backorder_availability_prompt: + type: boolean + description: Whether or not to show the backorder availability prompt on product detail pages. + default: false + example: true Locale: description: 'The basic locale settings for a store, used to give shopper information about languages, countries, etc.' type: object