json
Products
Create Product
Create a new product with SKU, description, type, cost, and billing frequency. Products can be bundled into packages for subscriber offerings.
What this does: Returns the new product’s ProductId (PRID-) and full record. Once created, add it to packages using the package items endpoints.
Next steps:
- Add the product to a package —
POST /v1.0/packages/items/add - Create a service —
POST /v1.0/services
POST
json
Body
application/json
Product SKU
Example:
"eSim"
Product description
Example:
"Telegent eSim"
Product type (e.g., esim, vas)
Example:
"esim"
Product cost
Example:
12.34
Billing frequency (MRC=Monthly, NRC=Non-recurring)
Available options:
MRC, NRC Example:
"MRC"
Product sub-type
Example:
"esim"
Response
Create Product
The response is of type object.