1 Answer
- Newest
- Most votes
- Most comments
0
This is if you are using the AWS Marketplace Catalog API, you can use the below. Check out the AWS Marketplace Catalog API documents for additional information or the blog Automate private offers using AWS Marketplace Catalog API | AWS Marketplace. You can also use the AWS Marketplace Management Portal, checkout the Creating and managing private offers - AWS Marketplace.
-
Identify the Private Offer: You'll need the Offer ID of the private offer you wish to cancel.
-
Call StartChangeSet with UpdateInformation:
- Use the StartChangeSet API operation with the UpdateInformation change type.
- Include a ChangeData object that specifies the desired changes.
- Within the ChangeData, set the offerExpirationDate to a past date. This will effectively expire the offer.
- Monitor the Change Set:
- The StartChangeSet API will return a Change Set ID.
- Use DescribeChangeSet to monitor the status of the change set and ensure it is completed. [Creating and managing private offers - AWS Marketplace]
Relevant content
- asked 7 months ago
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 9 months ago