You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,9 +148,9 @@ The product billing dimension name should be "apigateway" with description "Requ
148
148
149
149
### Marketplace Flow
150
150
151
-
When buyers subscribe through the AWS Marketplace console, the buyers browser will send a POST request to /marketplace-confirm/[USAGE_PLAN_ID] in your backend API. By default, this operation simply redirects the buyer to marketplace-subscribe.html in the developer portal.
151
+
When buyers subscribe through the AWS Marketplace console, the buyers browser will send a POST request to /marketplace-confirm/[USAGE_PLAN_ID] in your backend API. By default, this redirects the request to the developer portal with the `usagePlanId` and `token`in the query string.
152
152
153
-
From here, the buyer is asked to login or register for the developer portal (or the existing session will be used). Once authenticated the buyer confirms the subscription and a PUT request is made to /marketplace-subscriptions/[USAGE_PLAN_ID].
153
+
From here, the buyer is asked to login or register for the developer portal (or the existing session will be used). Once authenticated, a PUT request is made to /marketplace-subscriptions/[USAGE_PLAN_ID].
154
154
155
155
This operation makes a request to Marketplace Metering Service to resolve the buyer customer ID as well as the marketplace product code being subscribed to. By default, this operation simply associates the marketplace customer ID with the currently authenticated Cognito identity in DynamoDb for later use. It also calls API Gateway to get or create an API key for this user and associates this API Key with the marketplace customer ID.
<Card.Description>Want to learn about what you can achieve by integrating with our APIs? The possibilities are endless, but <Linkto='/case-studies'>here are just a few examples</Link>.</Card.Description>
<Card.Description><Linkto='/apis'>See what APIs we have on offer</Link>, including extensive documentation. Sign in to manage your subscriptions, see your current usage, get your API Key, and test against our live API.</Card.Description>
<Card.Description>Ready to get started? This is the place that answers all your questions. We'll have you up and running in no time. <Linkto='/getting-started'>Let's get started!</Link></Card.Description>
<Card.Description>Want to learn about what you can achieve by integrating with our APIs? The possibilities are endless, but <Linkto='/case-studies'>here are just a few examples</Link>.</Card.Description>
<Card.Description><Linkto='/apis'>See what APIs we have on offer</Link>, including extensive documentation. Sign in to manage your subscriptions, see your current usage, get your API Key, and test against our live API.</Card.Description>
<Card.Description>Ready to get started? This is the place that answers all your questions. We'll have you up and running in no time. <Linkto='/getting-started'>Let's get started!</Link></Card.Description>
0 commit comments