POST v1/Products/{productId}/ConvertToGroupedProduct

Converts a product to a GroupedProduct. Currently, we only have a bare minimum implementation where we only calculate stock for a grouped product based on available quantities of underlying (ProductRelation contains) products

Request Information

URI Parameters

NameDescriptionTypeAdditional information
productId

Id of product

integer

Required.

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.