Skip to main content
POST
/
v1.0
/
products
/
update
json
{
  "ProductId": "PRID-d9e74d70-3ca8-40f3-a415",
  "SKU": "eSim",
  "Description": "Telegent eSim",
  "Cost": 12.34
}
{
  "ProductId": "PRID-d9e74d70-3ca8-40f3-a415",
  "SKU": "eSim",
  "Description": "Telegent eSim",
  "Type": "esim",
  "SubType": "esim",
  "Cost": 12.34,
  "BillingFrequency": "MRC"
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
ProductId
string
required

Product ID to update

Example:

"PRID-d9e74d70-3ca8-40f3-a415"

SKU
string
Example:

"eSim"

Description
string
Example:

"Telegent eSim"

Type
string
Example:

"esim"

SubType
string
Example:

"esim"

Cost
number
Example:

12.34

BillingFrequency
enum<string>
Available options:
MRC,
NRC
Example:

"MRC"

Response

200 - application/json

Update Product

The response is of type object.