List Product
List your SaaS products in AWS Marketplace, fully managed by Suger on your behalf.
Overview
You can list your SaaS products in AWS Marketplace
, so your clients can use their AWS commit budget to buy your services.
Listing Procedures
-
Plan your Pricing Model. More details can be found on the AWS documentation.
-
Visit the
AWS Marketplace
management portal for SaaS products, click the buttonCreate saas product
, select theContract
orSubscription
based on your pricing model. -
Fill the forms with the product & pricing infos. Here requests your extra attention: for the field SaaS URL, please enter
https://api.suger.cloud/public/signup/aws/orgId/your-suger-organization-ID
instead of your product Signup URL. -
Once finish & submit the
Create saas product
form, theAWS Marketplace
team will review your product. It may take up to 1 week to get approved.
Set Product Signup URL
Suger will automatically sync with AWS Marketplace
and pull all your listed products info. You can see all your products on Suger Console Product page. Select the product listed in the previous steps, and click the button EDIT
in Product Info
section. Fill your product Signup URL in the input field of Fulfillment URL, and click SAVE
.
Signup URL Redirect
- After purchasing the product, your buyer is directed to
https://api.suger.cloud/public/signup/aws/orgId/your-suger-org-ID
first, - Then it is redirected to your product Signup URL with two query parameters
sugerEntitlementId
&partner
, for example,https://your-product-signup-url?sugerEntitlementId=1234abcd&partner=aws
. - Your service need to collect this
sugerEntitlementId
and save it with the account created by the buyer. - More details can be found on the how it works page.