This repository was archived by the owner on May 6, 2022. It is now read-only.

Description
The request should require the use of --opgrp operations.json or --gqlopgrp gql-operations.json.
Otherwise it creates a product that can be used anywhere.
apigeecli -t $TOKEN -o $ORG products create --name example-v1-$ENV \
--envs $ENV --proxies product-recommendations-v1 --approval auto
{
"name": "example-v1-test-1",
"approvalType": "auto",
"environments": [
"test-1"
],
"createdAt": "1636050369457",
"lastModifiedAt": "1636050369457"
}