Free tiers API
This page covers api endpoints that allow merchants add customers to their free tier membership
To sign up for free tier membership, customer has to be registered in Shopify.
Sign up customer for free tier
POST
https://public.inveterateapi.com/signup-free-tier
Request Body
Name
Type
Description
merchantId*
String
merchantId is the first part of the shop domain. For example if the shop domain is inveterate-demo.myshopify.com, Merchant ID is inveterate-demo
customerId*
String
Shopify legacy customer IDs with numerical values such as "6412233234" are supported. GraphQL IDs such as "gid://shopify/Customer/6412233234" are not supported
segmentId
String
Optionally provided to specify which free tier the customer is to be enrolled into. If absent, the first free tier to be created is assumed.
Last updated