Marketplace

Register an AWS Marketplace agreement

Registers an AWS Marketplace buyer agreement against an existing Flexprice subscription, upserting plan/subscription/customer integration mappings in one call.

post/marketplace/agreements

Request body

customer_idstring required
plan_idstring required
provider'flexprice' | 'stripe' | 's3' | 'hubspot' | 'razorpay' | 'chargebee' | 'quickbooks' | 'zoho_books' | 'nomod' | 'moyasar' | 'paddle' | 'whop' | 'tabs' | 'aws_marketplace' | 'gcp_marketplace' | 'azure_marketplace' required
subscription_idstring required

Response

Created

customer_mapping_idstring
plan_mapping_idstring
statusstring
subscription_mapping_idstring

Changes

Changed in 2 of the 108 revisions of this API.1520

  • 50b7421a96901519See the full diff
    • request property provider was restricted to a list of enum values

      request-property-became-enum

    • removed the request property concurrent_agreements

      request-property-removed

    • removed the request property customer_aws_account_id

      request-property-removed

    • removed the request property dimension

      request-property-removed

    • removed the request property license_arn

      request-property-removed

    • removed the request property product_code

      request-property-removed

    • added the new optional request property aws

      new-optional-request-property

    • added the new optional request property azure

      new-optional-request-property

    • added the new optional request property gcp

      new-optional-request-property

    • added the new aws_marketplace enum value to the request property provider

      request-property-enum-value-added

    • added the new azure_marketplace enum value to the request property provider

      request-property-enum-value-added

    • added the new chargebee enum value to the request property provider

      request-property-enum-value-added

    • added the new flexprice enum value to the request property provider

      request-property-enum-value-added

    • added the new gcp_marketplace enum value to the request property provider

      request-property-enum-value-added

    • added the new hubspot enum value to the request property provider

      request-property-enum-value-added

    • added the new moyasar enum value to the request property provider

      request-property-enum-value-added

    • added the new nomod enum value to the request property provider

      request-property-enum-value-added

    • added the new paddle enum value to the request property provider

      request-property-enum-value-added

    • added the new quickbooks enum value to the request property provider

      request-property-enum-value-added

    • added the new razorpay enum value to the request property provider

      request-property-enum-value-added

    • added the new s3 enum value to the request property provider

      request-property-enum-value-added

    • added the new stripe enum value to the request property provider

      request-property-enum-value-added

    • added the new tabs enum value to the request property provider

      request-property-enum-value-added

    • added the new whop enum value to the request property provider

      request-property-enum-value-added

    • added the new zoho_books enum value to the request property provider

      request-property-enum-value-added

    • endpoint added

      endpoint-added