# Create new product set **POST /product-sets** This endpoint is used to create product set under which you are able to list your products ## Servers - Production API endpoint - live use only: api.services.omnicado.com/api/v2 (Production API endpoint - live use only) - Development API endpoint - used for testing: api.dev.services.omnicado.com/api/v2 (Development API endpoint - used for testing) ## Authentication methods - Omnicado token based scheme ## Parameters ### Body: application/json (object) Endpoint used to create new product sets - comes in handy if you want to list products onto platform - **id** (integer(int64)) - **createdAt** (string(date-time)) - **updatedAt** (string(date-time)) - **title** (string) - **language** (string) - **currency** (string) ISO currency code - **isActive** (boolean) - **source** (string) - **pairingStrategy** (string) - **defaultBrand** (string) - **strategies** (array[object]) ## Responses ### 200 Product set is successfully created #### Body: application/json (object) - **id** (integer(int64)) - **createdAt** (string(date-time)) - **updatedAt** (string(date-time)) - **title** (string) - **language** (string) - **currency** (string) ISO currency code - **isActive** (boolean) - **source** (string) - **pairingStrategy** (string) - **defaultBrand** (string) - **strategies** (array[object]) ### 400 Bad request - invalid data provided ### 405 Method is not allowed [Powered by Bump.sh](https://bump.sh)