---
title: >-
  Updates to the Online Store Design Experience partner beta - Shopify developer
  changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: >-
    https://shopify.dev/changelog/updates-to-the-online-store-design-experience-partner-beta
  md: >-
    https://shopify.dev/changelog/updates-to-the-online-store-design-experience-partner-beta.md
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: Themes
    handle: dev_themes
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2020-04-14T12:33:54-04:00'
  postedAt: '2020-04-14T13:00:00-04:00'
  updatedAt: '2024-02-02T10:04:56-05:00'
  effectiveAt: '2020-04-14T13:00:00-04:00'
---

April 14, 2020

Tags:

* Themes

# Updates to the Online Store Design Experience partner beta

This month we have released new features for developers participating in the Online Store Design Experience partner beta. The following features are now available for testing for new and existing development stores using the "online store design experience" developer preview. You can find info on how to create a developer preview store in [our Help Center](https://help.shopify.com/en/partners/dashboard/managing-stores/development-stores#developer-previews).

The Sections theme architecture is now supported on the Cart, Password, and 404 pages. Sections can be enabled on these pages using the Online Store Editor with a sections-compatible theme. More info on how to enable sections on a page can be found in [our Developer Documentation](https://shopify.dev/tutorials/develop-theme-edit-store-with-online-store-design).

The Section Rendering API can be used to request the HTML markup of frame, page, content, and app sections through an AJAX request. This improves storefront performance by allowing you to update page content by fetching only partial elements of a page, instead of reloading it entirely. More info on this new API can be found in [our Developer Documentation](https://shopify.dev/docs/themes/sections/section-rendering-api).

HTML tags can be inserted around theme frame sections using the `wrapper` property. This allows developers to optionally use containers and other tags around the three segments of a page. More info on the `wrapper` property can be found in [our Developer Documentation](https://shopify.dev/docs/themes/sections/theme-frames#the-wrapper-property).

Sections can now contain a text input and a URL picker on a single setting with the `link` setting type. The `link` setting type can only be used in sections (including the additional settings of content sections).

For any questions regarding the online store design experience developer preview visit [our dedicated forum](https://community.shopify.com/c/New-Online-Store-Design/bd-p/storedesign).
