diff --git a/api-specs/api/resources/products.raml b/api-specs/api/resources/products.raml index 3fe502e35..07cfe64a5 100644 --- a/api-specs/api/resources/products.raml +++ b/api-specs/api/resources/products.raml @@ -43,7 +43,7 @@ head: post: securedBy: [oauth_2_0: { scopes: ['manage_products:{projectKey}'] }] description: | - To create a new Product, send a representation that is going to become the initial _staged_ representation of the new Product in the master catalog. + To create a new Product, send a representation that is going to become the initial _staged_ and _current_ representation of the new Product in the catalog. If [Price Selection](ctp:api:type:ProductPriceSelection) query parameters are provided, selected Prices will be added to the response. Produces the [ProductCreated](/projects/messages#product-created) Message. is: