Saltar al contenido principal

ConnectShopifyShopInput

Input for connectShopifyShop. Supplied by the dashboard after the MONEI Shopify app completes Shopify OAuth and redirects back with the signed token.

input ConnectShopifyShopInput {
shop: String!
paymentMethod: String!
token: String!
accountId: String
}

Fields​

ConnectShopifyShopInput.shop ● String! non-null scalar​

Shopify shop domain (e.g. my-store.myshopify.com).

ConnectShopifyShopInput.paymentMethod ● String! non-null scalar​

MONEI Shopify app payment method. One of card, bizum, mbway, multibanco, qr, monei, onsite.

ConnectShopifyShopInput.token ● String! non-null scalar​

Signed redirect token minted by the MONEI Shopify app, binding this shop and paymentMethod. Mismatched tokens are rejected.

ConnectShopifyShopInput.accountId ● String scalar​

Ignored. The account is determined from the caller's authentication.

Member Of​

connectShopifyShop mutation