ProductsΒΆ

A product consists of a category and attributes and values. To be able to order a product you need to:

  • Retrieve the list of categories with GET request to /api/products/categories
  • Retrieve the available attributes and values with GET request to /api/products/{sku}/attributes
  • Retrieve the possible combinations with GET request to /api/products/{sku}/combinations
  • Validate the product with POST request to /api/products