MarketplaceCatalog

Table of Contents

Client

class MarketplaceCatalog.Client

A low-level client representing AWS Marketplace Catalog Service

Catalog API actions allow you to manage your entities through list, describe, and update capabilities. An entity can be a product or an offer on AWS Marketplace.

You can automate your entity update process by integrating the AWS Marketplace Catalog API with your AWS Marketplace product build or deployment pipelines. You can also create your own applications on top of the Catalog API to manage your products on AWS Marketplace.

import boto3

client = boto3.client('marketplace-catalog')

These are the available methods: