GitHub

ShopifyShopPayPaymentRequestSessionCreatePayload

Type

import { ShopifyShopPayPaymentRequestSessionCreatePayload } from '@daffodil/driver/shopify'

Return type for shopPayPaymentRequestSessionCreate mutation.

interface ShopifyShopPayPaymentRequestSessionCreatePayload {
  __typename: "ShopPayPaymentRequestSessionCreatePayload"
  shopPayPaymentRequestSession: ShopifyShopPayPaymentRequestSession
  userErrors: ShopifyUserErrorsShopPayPaymentRequestSessionUserErrors[]
}

Properties

__typename
"ShopPayPaymentRequestSessionCreatePayload"
shopPayPaymentRequestSession
ShopifyShopPayPaymentRequestSession

The new Shop Pay payment request session object.

userErrors
ShopifyUserErrorsShopPayPaymentRequestSessionUserErrors[]

Error codes for failed Shop Pay payment request session mutations.