Create Product & SKU

POST

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:

  • Create parameters in sku-properties, also known as product options and variants..
  • A single 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.
  • Once, you’ve created a Product and its 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.
  • In our example, the default SKU will be a Royal Blue T-Shirt, because our first enum of our Color sku-property is Royal Blue.
  • After you’ve created your product, you can create additional SKUs using the Create SKU endpoint.

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

Path parameters

site_idstringRequired

Unique identifier for a Site

Request

This endpoint expects an object.
publishStatus"staging" or "live"OptionalDefaults to staging
Allowed values: staginglive

Indicate whether your Product should be set as “staging” or “live”

productobjectOptional

The Product object

skuobjectOptional

The SKU object

Response

Request was successful

productobjectOptional

The Product object

skuslist of objectsOptional

A list of SKU Objects

Errors