commerce icon indicating copy to clipboard operation
commerce copied to clipboard

Update product schema

Open lfades opened this issue 4 years ago • 0 comments

The product schema defined in framework/commerce/types/product.ts doesn't have any docs yet, also any updates on fields that might be missing for current or future features are welcome!

Every field defined needs to have docs, we do that using comments, e.g:

/**
 * The product's id.
 */
id: string

lfades avatar Sep 29 '21 00:09 lfades