Product Configuration

Copy and paste product catalog from your existing system or simply edit the catalog google sheet to start adding product to your store. Store will update in real-time with the catalog google sheet.

By default, your store would look like below. We are pretty sure you’re not selling Cool Cat and Funny Cat.

To add and update products, go to your catalog google sheet.

Catalog Google Sheet

Edit product details by updating the following fields on the catalog google sheet:

You can find your catalog google sheet url on the Waitress API section of the Chopin App. Simply put https://docs.google.com/spreadsheets/d/ + sheet id (selected area in image below) in the browser address bar.

name (required)

Unique name/id starts with any alphabet and contains only dashes (-), underscores (_), and alphanumeric for each product. No spaces.

Example: sku-132, cake_strawberry,a

nickname

Product names that will appear on the store page, they can be any language, symbol, and even emoji 🤩.

description

More information about the product. Styling with markdown is supported.

image_url

URL of the product image(s). Multiple image urls can be separated by comma (,).

We recommend upload images to an image hosting website (we suggest imgur ) instead of pulling images from Google Drive, Dropbox, or social media.

Our default gif will appear on your store when there’s no input in the image_url cell.

price (required)

Product price, no need to enter “$” (dollar sign).

max_qty

Maximum quantity that one customer can buy. If max_qty = 0, it will show out-of-stock message (default is Coming Soon) under the product.

We support advanced inventory management that can prevent your from oversell. Contact us to learn more!

category

To allow customer to filter products. Multiple categories can be separated by comma (,).

hide

Enter “x” (or any other characters), this product will not appear on your store.

no_tax

Enter “x” (or any other characters), sales tax won’t apply to this product.

example

If you want to /docs/apps/chopin/multi-option-product-configuration/, you will need to add some more columns manually. Tap through the next page to learn how that work.