The spec has added a new required endpoint, GET /products/{productId}/parameters. Rather than including product parameters as part of the Product object returned from GET /products/{productId}, the parameters should now be returned separately as a jsonschema object from the new aforementioned endpoint.
The spec has added a new required endpoint,
GET /products/{productId}/parameters
. Rather than including product parameters as part of theProduct
object returned fromGET /products/{productId}
, the parameters should now be returned separately as a jsonschema object from the new aforementioned endpoint.