Transfer signups from one variant to another
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 · enumOptionalPossible values:
Type of intents to transfer (default is unsent/pending)
Responses
200
Transfer completed successfully
No content
400
Bad request - invalid parameters
application/json
401
Unauthorized
422
Transfer failed
application/json
post
/intents/transfer_signupsNo content
Last updated