Amazon AWS Marketplace Integration

Hi - I’m trying to use Webflow to integrate with Amazon AWS Marketplace. I’m trying to figure out how to support the integration described here: AWS Marketplace

Specifically, I’m interested in how to go about implementing this section:

When you listed your product, you provided a URL to your registration landing page. We use that URL to redirect customers to your registration landing page after they subscribe using HTTPS. The registration landing page needs to be able to accept a token from AWS Marketplace with the customer’s identifier for billing. This page should look for x-amzn-marketplace-token in the form data. It should then pass the registration token value to our API to resolve for the unique customer identifier and corresponding product code. These values are used to interact with the AWS MarketplaceMetering Service and AWS Marketplace Entitlement Service APIs, so store them with the associated record. For more information, see ResolveCustomer in the AWS Marketplace Metering Service API .

I know where to place custom code in the project settings area and embedded code in the page I’ve set up for user registration here:

http://gysttechnologies.com/gyst-user-registration

What I don’t know is what that code should look like. Any code examples relating to calling third party API’s in Webflow in this manner would be helpful.

Many thanks,
Dan

Here is my public share link: https://preview.webflow.com/preview/gysttechnologies?utm_source=gysttechnologies&preview=35af4f116861f8f6fc25081cb1b4be7d
(how to access public share link)

1 Like

@Gyst - did you manage to implement it. I have the same issue.