For the complete documentation index, see llms.txt. This page is also available as Markdown.

Transfer signups from one variant to another

Transfer signups from one variant to another

post

Transfer intents (signups) from a source variant to a target variant. This is useful when consolidating variants or when products are restructured. By default transfers pending intents, but can transfer sent or all intents based on intent_type parameter.

Authorizations
X-Auth-TokenstringRequired
Body
from_shopify_variant_idintegerRequired

Shopify variant ID to transfer signups from

from_shopify_product_idintegerRequired

Shopify product ID of the source variant

to_shopify_variant_idintegerRequired

Shopify variant ID to transfer signups to

to_shopify_product_idintegerRequired

Shopify product ID of the target variant

intent_typestring · enumOptional

Type of intents to transfer (default is unsent/pending)

Possible values:
Responses
200

Transfer completed successfully

No content

post
/intents/transfer_signups

No content

Last updated