Integration with mobile app builders
By default Kiwi Sizing only displays on website on desktop and mobile. In order to display size charts on mobile app, it'll require custom iframe solution to embed size charts.
We have a special iframe solution the mobile app builder can use to integrate with.
On the product page view, add a button "size chart"
When opening the button, open the following link in an iframe in the app:
https://app.kiwisizing.com/size?shop=<SHOP>&collections=<COLLECTIONS>&tags=<TAGS>&product=<PRODUCT_ID>&vendor=<VENDOR>&type=<TYPE>&source=<SOURCE>
with the following parameters:
shop: shop.myshopify.com
collections: delimited with commas. Like 123,234,456
tags: delimited with commas. Like tag1,tag2,tag3
product: product ID
vendor: product vendor
type: product type
source: name of mobile app builder (Contact us and we will provide this)
- If there are size charts associated with the product, will display the size chart and recommender information.
Note: some products do not have size charts associated with and therefore shouldn't show size button. We are looking into ways to resolve that but one idea is returning nothing in the URL. So the website can first make an API call to the URL, and if there is nothing returned, then do not render the size chart button.