Cancel or Delete a AWS Marketplace private offer using API

0

Is there a way to cancel or delete a private offer that is sent to a buyer after it is sent?

profile pictureAWS
EXPERT
asked a month ago36 views
1 Answer
0
Accepted Answer

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.

  1. Identify the Private Offer: You'll need the Offer ID of the private offer you wish to cancel.

  2. 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.
  1. 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]
profile pictureAWS
EXPERT
answered a month ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions