Skip to main content

connectShopifyShop

Binds a Shopify shop (already OAuth-installed via the MONEI Shopify app) to the caller's MONEI account, then calls Shopify Payments to activate the gateway. Verifies the signed token, requires the account can process payments and supports the requested method, and refuses to transfer a shop already linked to a different account. The installation's testMode matches the connecting account; the bind is rolled back if gateway activation fails.

connectShopifyShop(
input: ConnectShopifyShopInput!
): ConnectShopifyShopResult!

Arguments

connectShopifyShop.input ● ConnectShopifyShopInput! non-null input

Type

ConnectShopifyShopResult object

Result of connectShopifyShop.