checkoutVerifyAndUpdate Mutation
Description
Verifies checkout validity and updates it if needed.
mutation checkoutVerifyAndUpdate($id: String!) {
checkoutVerifyAndUpdate(id: $id) {
checkout {
_id
id
configRef
origin
created
orderId
updated
expires
status
message
useSingleAddress
}
message
}
}
Variables
{
"id": "hdL-4yj1F"
}
Response
{
"checkoutVerifyAndUpdate": {
"checkout": {
"_id": "513da13f3b9bb8315e373159",
"id": "Mvx-93QFI",
"configRef": "c257e2ea7820cf65e1999c3a",
"origin": "example",
"created": 1774207327286,
"orderId": "example",
"updated": 1767587661997,
"expires": 1774170187497,
"status": "example",
"message": "example",
"useSingleAddress": true
},
"message": "example"
}
}
Arguments
| Name | Type | Description |
|---|---|---|
id | String! | Checkout identifier string. |