- Newest
- Most votes
- Most comments
For a free product in AWS Marketplace, the Terms entry in your changeset should be adjusted to reflect that the product is indeed free. The current structure you've provided includes pricing information, which is not appropriate for a free product.
To correctly represent a free product, you should modify the Terms section as follows:
- Remove the "UsageBasedPricingTerm" and associated "RateCards" since these are used for paid products.
- Instead, use a "FreeTrial" term type with an unlimited duration.
Here's how the corrected Terms section should look for a free product:
"Terms": [ { "Type": "FreeTrial", "Description": "This product is free to use", "FreeTrialDurationInDays": 0 } ]
In this structure:
- The "Type" is set to "FreeTrial"
- A "Description" field is added to clarify that the product is free
- "FreeTrialDurationInDays" is set to 0, which indicates an unlimited free period
Also, ensure that the "PricingModel" is set to "Free" as you already have in your example.
By making these changes, your changeset will correctly represent a free product in AWS Marketplace.
Sources
Using the AWS Marketplace Catalog API - AWS Marketplace
Change - AWS Marketplace
Relevant content
asked 2 years ago
asked 2 years ago
asked 6 months ago
asked 2 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 5 months ago
