CommerceMutations
No description
type CommerceMutations {
createPaymentIntent(
storeId: StoreId!
productPageId: String!
productSelection: [ProductSelectionInput!]!
): ProductCheckoutIntent
}
Fields
CommerceMutations.createPaymentIntent
● ProductCheckoutIntent
object
CommerceMutations.createPaymentIntent.storeId
●StoreId!
non-null scalar
CommerceMutations.createPaymentIntent.productPageId
● String!
non-null scalar
CommerceMutations.createPaymentIntent.productSelection
● [ProductSelectionInput!]!
non-null input
Returned by
commerce
mutation