Create a new product and SKU.
When you create a product, you will always create a SKU, since a Product Item must have, at minimum, a single SKU.
To create a Product with multiple SKUs - for example a T-shirt in sizes small, medium and large:
sku-properties
, also known as product options and variants..sku-property
would be color
. Within the color
property, list the various colors of T-shirts as an array of enum
values: royal-blue
, crimson-red
, and forrest-green
.sku-properties
with enum
values, Webflow will create a default SKU, which will automatically be a combination of the first sku-properties
you’ve created.enum
of our Color sku-property
is Royal Blue.Upon creation, the default product type will be Advanced
, which ensures all Product and SKU fields will be shown to users in the Designer.
Required scope | ecommerce:write
Unique identifier for a Site
Indicate whether your Product should be set as “staging” or “live”
The Product object
The SKU object
Request was successful
The Product object
A list of SKU Objects