1 Add a Product

POST {{baseUrl}}/products

Creates a new product.

Request Body

{"identifier"=>"XYZ-JEAN-123", "name"=>"Men's Skinny-fit Stretch Jean", "category"=>"Jeans", "brand"=>"Union", "color"=>"black", "gender"=>"m", "unitPrice"=>49.99, "unitSalePrice"=>39.99}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

{"status":"success"}