Skip to content
recordPurchaseBlockResponsesMutation

Persist the buyer's responses to a product's purchase-page blocks (contract acceptance, signature, acknowledgements, form fields) as an immutable snapshot, keyed by purchase. Sent as part of the checkout flow. Replaces any previously-recorded responses for the purchase.

Arguments

Returns

RecordPurchaseBlockResponsesResult!

See RecordPurchaseBlockResponsesResult for the full shape.

Try it

Example
Query
mutation RecordPurchaseBlockResponses($input: RecordPurchaseBlockResponsesInput!) {
  recordPurchaseBlockResponses(input: $input) {
    __typename
  }
}
Variables
{}
POST https://go.sessions.website/api/graphql
recordPurchaseBlockResponses