Save a product

Saves a product.

Request
path Parameters
id
required
string

Unique Product identifier

Request Body schema: application/json
id
string

month-one-off (string) - Product Id

label
string

Product label

description
string
required
object
required
object or object
sharingLimit
required
number

The number of other users that the purchaser of this product can share the product with.

Responses
200

OK

201

Created

400

Bad Request

409

Conflict

put/v3/products/{id}
Request samples
application/json
{
  • "id": "one",
  • "label": "One month access",
  • "description": "One month access",
  • "entitlement": {
    },
  • "mapping": {
    },
  • "sharingLimit": 0
}