Create an Offering

Overview

Create a new Offering. Available for Internal tokens only.

Prerequisites

Before creating an offering, obtain a valid SKU by calling GET /v3/license/skus. Use the code_name field from the response as the SKU value. The SKU type must match the offering type (e.g., use GET /v3/license/skus?type=package for package offerings).

Note on External Payment Type: When creating an offering with payment_type: external, the prices array must be empty ([]). The system will automatically populate default prices with -1.00 for all supported currencies, indicating that pricing is managed externally by the partner.

Note on Free Payment Type: When creating an offering with payment_type: free, the price value in the prices array must be 0 or -1.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!