Products

Create a product

post/products

Request body

Example request

{
  "product": {
    "name": "New Product",
    "description": "An amazing new product",
    "prefix": "NEWPRODUCT"
  }
}

Response

Successful operation

Changes

No recorded changes to this endpoint across all 1 revision of this API.