AWS
docs.aws.amazon.com › amazon api gateway › developer guide › api gateway rest apis › distribute your rest apis to clients in api gateway › sell your api gateway apis through aws marketplace
Sell your API Gateway APIs through AWS Marketplace - Amazon API Gateway
When a customer cancels a subscription to a usage plan, AWS Marketplace sends an unsubscribe-success notification to the SNS topic. To complete the process of unsubscribing the customer, you handle the unsubscribe-success notification by removing the customer's API keys from the usage plan. To authorize access to your usage plan for a given customer, use the API Gateway API to fetch or create an API key for the customer and add the API key to the usage plan. The following example shows how to call the API Gateway REST API to create a new API key with a specific AWS Marketplace customerId value (MARKETPLACE_CUSTOMER_ID).
GitHub
github.com › aws-samples › aws-marketplace-api-samples
GitHub - aws-samples/aws-marketplace-api-samples: AWS Marketplace API samples
AWS Marketplace is an online store where you can buy or sell cloud-native software, services and data. This repository contains samples for interacting with various AWS Marketplace APIs.
Starred by 14 users
Forked by 14 users
Languages Python 47.6% | Shell 43.3% | Ruby 9.1%
Videos
05:26
Create Resale Authorizations Using the AWS Marketplace Catalog ...
22:01
Private API Endpoints - AWS Marketplace - YouTube
Create a Private Offer Using the AWS Marketplace Catalog ...
05:09
Automating updates to your product listings in AWS Marketplace ...
20:33
Snowpal API on AWS Marketplace: Simple Steps to Integrate - YouTube
AWS
docs.aws.amazon.com › aws marketplace › api reference › about the aws marketplace apis › using the aws marketplace api › using the aws marketplace catalog api
Using the AWS Marketplace Catalog API - AWS Marketplace
Catalog API entitiesWorking with change setsWorking with the Details attribute (Legacy)Using DescribeEntity to get information about your entities · The AWS Marketplace Catalog API service provides an API interface to manage AWS Marketplace for your AWS organization or AWS account.
AWS
docs.aws.amazon.com › aws marketplace › api reference › welcome to the aws marketplace api reference
Welcome to the AWS Marketplace API Reference - AWS Marketplace
This API reference describes how AWS Marketplace sellers can use service APIs to integrate and manage product lifecycles and offers.
AWS
docs.aws.amazon.com › marketplace
AWS Marketplace Documentation
Free delivery on millions of items with Prime. Low prices across earth's biggest selection of books, music, DVDs, electronics, computers, software, apparel & accessories, shoes, jewelry, tools & hardware, housewares, furniture, sporting goods, beauty & personal care, groceries & just about anything else.
AWS
aws.amazon.com › about-aws › whats-new › 2023 › 11 › aws-marketplace-apis-sellers
Announcing AWS Marketplace APIs for sellers - AWS
With Agreements API, sellers can search and read agreements. Sellers can use the APIs to automate complex, high-volume, and business-critical transactions in AWS Marketplace, helping them save time and costs.
AWS
docs.aws.amazon.com › aws marketplace › seller guide › saas-based products in aws marketplace › code examples for saas product integration
Code examples for SaaS product integration - AWS Marketplace
The Python example verifies that a customer has an active entitlement. For more information about GetEntitlement, see GetEntitlement in the AWS Marketplace Entitlement Service API Reference.
Amazon Web Services
boto3.amazonaws.com › v1 › documentation › api › latest › reference › services › marketplace-catalog.html
MarketplaceCatalog - Boto3 1.42.9 documentation
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') ... Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
GitHub
github.com › aws-samples › aws-marketplace-reference-code
GitHub - aws-samples/aws-marketplace-reference-code
The AWS Marketplace Catalog APIs and Agreements APIs provide API interfaces to manage AWS Marketplace for a seller's AWS organization or AWS account. More information about Catalog API is available here. Information about Agreement API is available here · This repository hosts a variety of useful reference code examples to help partners automate their workflows with the AWS Marketplace Catalog API and Agreements API.
Starred by 17 users
Forked by 2 users
Languages Python 62.1% | Java 37.9%
AWS
docs.aws.amazon.com › aws marketplace › api reference › using the aws marketplace api as a buyer › work with the private marketplace using the aws marketplace api
Work with the private marketplace using the AWS Marketplace API - AWS Marketplace
There are two ways to get product ... the product ID as a parameter. For example, in the URL https://aws.amazon.com/marketplace/fulfillment?productId=ab1234cd-1234-abcd-5678-90abcdef1234&ref_=dtl_psb_continue, ab1234cd-1234-abcd-5678-90abcdef1234 is the product ...
AWS
aws.amazon.com › blogs › awsmarketplace › streamlining-aws-marketplace-catalog-api-integration
Streamlining AWS Marketplace Catalog API Integration | Amazon Web Services
August 13, 2024 - Here are a few additional examples for demonstration purposes: StartChangeSet allows you to request changes for your entities. The following Python sample code makes a StartChangeSet call with UpdateInformation change on a software as a service (SaaS) product using the Catalog API strongly-typed Shape Library. import boto3 import json client = boto3.client('marketplace-catalog', region_name='us-east-1') def update_information(): from aws_marketplace_catalog_shapes_saasproduct_1_0_changetypes.models.update_information_change_detail import UpdateInformationChangeDetail detail = UpdateInformation
AWS
docs.aws.amazon.com › aws sdk code examples › code library › code examples by service using aws sdks › code examples for aws marketplace catalog api using aws sdks
Code examples for AWS Marketplace Catalog API using AWS SDKs - AWS SDK Code Examples
Code examples that show how to use AWS Marketplace Catalog API with an AWS SDK.
AWS
aws.amazon.com › about-aws › whats-new › 2016 › 12 › amazon-api-gateway-integration-with-aws-marketplace
Amazon API Gateway Integration with AWS Marketplace
Previously, sellers who wanted to sell API products in AWS Marketplace wrote custom code to aggregate usage for each API key, and sent hourly metering records to AWS Marketplace Metering Service. Now, any API built using API Gateway can easily be published on the AWS marketplace using the API Gateway console, AWS CLI, or AWS SDK.
AWS
docs.aws.amazon.com › aws marketplace › api reference › using the aws marketplace api as a seller › work with seller products
Work with seller products - AWS Marketplace
You can use the AWS Marketplace ... This enables you to automate product management. For example, you can provide self-service publishing capabilities on the AWS Marketplace Management Portal....
AWS
aws.amazon.com › blogs › awsmarketplace › automate-pricing-aws-marketplace-resources-catalog-api
Automate the pricing of your AWS Marketplace resources with Catalog API | Amazon Web Services
November 14, 2024 - To make changes using the AWS Marketplace Catalog API, you use the StartChangeSet action. In the request payload, you include a change type and an entity that the change applies to. The following list shows the different types of pricing-related changes that you can make. For each type, the available change types and the applicable entity types are included. You will use multiple change types to create a product and set a price. For example, in this post, we add an EC2 instance type to an AMI product as a dimension using the AddDimensions ChangeType in StartChangeSet action.
AWS
docs.aws.amazon.com › aws marketplace › api reference › using the aws marketplace api as a seller › work with seller products › work with saas products using the aws marketplace apis
Work with SaaS products using the AWS Marketplace APIs - AWS Marketplace
Valid value: OPEN_API. SchemaUrl (string) (required) – The S3 URL of the updated schema. IntegrationProtocols (array) (optional) – Protocol types supported by the endpoint. Type (string) (required) – Protocol identifier. Valid values: MCP, A2A. UsageInstructions (string) (required) – Additional instructions for utilizing the protocol with the endpoint. ... { "ChangeSetId": "example123456789012abcdef", "ChangeSetArn": "arn:aws:aws-marketplace:us-east- 1:123456789012:AWSMarketplace/ChangeSet/example123456789012abcdef" }
AWS
docs.aws.amazon.com › aws sdk for java › developer guide for version 2.x › sdk for java 2.x code examples › aws marketplace agreement api examples using sdk for java 2.x
AWS Marketplace Agreement API examples using SDK for Java 2.x - AWS SDK for Java 2.x
Code examples that show how to use AWS SDK for Java 2.x with AWS Marketplace Agreement API.
Stack Overflow
stackoverflow.com › questions › 73931792 › rest-api-to-get-all-details-of-aws-marketplace-public-listing
amazon web services - Rest api to get all details of AWS marketplace public listing - Stack Overflow
Yes, you can use the EC2 API DescribeImages action and set the Owner parameter to aws-marketplace to output all the AWS Marketplace-owned AMIs and their details in a specific region. Here is an example AWS CLI command that does that: