removeVoucher Mutation
Description
Removes a voucher from a checkout.
mutation removeVoucher($id: String!) {
removeVoucher(id: $id) {
_id
id
configRef
origin
created
shipping {
status
date
method
freeShippingThreshold
tracking
shopCollection
weight
}
billing {
status
paymentDate
refundDate
}
orderId
note {
date
content
}
items {
_id
id
quantity
added
total
unavailable
}
buyer {
_id
email
firstName
id
lastName
name
telephone
organisation
taxNumber
isGuest
}
seller {
_id
id
firstName
lastName
name
email
telephone
taxNumber
}
updated
expires
status
message
totals {
grand
leftToPay
discount
itemsQuantity
itemQuantity
subtotal
subtotalBeforeTaxes
shipping
tax
}
urls {
checkout
storefront
}
useSingleAddress
}
}
Variables
{
"id": "08a16b83-9094-4e89-8c05-2ccadd5c1c7e"
}
Response
{
"removeVoucher": {
"_id": "2c028509bb3784f1e4255996",
"id": "example",
"configRef": "14c89f0f4e99cf4c98b24120",
"origin": "example",
"created": 1761911192907,
"shipping": {
"status": "example",
"date": 1764304441746,
"method": "example",
"freeShippingThreshold": 1.23,
"tracking": "example",
"shopCollection": true,
"weight": "example"
},
"billing": {
"status": "example",
"paymentDate": 1706277730705,
"refundDate": 1733700516439
},
"orderId": "example",
"note": {
"date": 1747616630756,
"content": "example"
},
"items": [
{
"_id": "ea969a1851f7c0ef0d93e195",
"id": "6923ad53fba7c03a103d76ef",
"quantity": 1.23,
"added": 1764214929577,
"total": 29.99,
"unavailable": true
}
],
"buyer": {
"_id": "5916ab76129b894b76d60cde",
"email": "email@example.com",
"firstName": "example",
"id": 1.23,
"lastName": "example",
"name": "example",
"telephone": "example",
"organisation": "example",
"taxNumber": "example",
"isGuest": true
},
"seller": {
"_id": "d4b69f97bc2abb323c714109",
"id": "example",
"firstName": "example",
"lastName": "example",
"name": "example",
"email": "email@example.com",
"telephone": "example",
"taxNumber": "example"
},
"updated": 1728357397648,
"expires": 1749056471146,
"status": "example",
"message": "example",
"totals": {
"grand": 1.23,
"leftToPay": 1.23,
"discount": 0.1,
"itemsQuantity": 1.23,
"itemQuantity": 42,
"subtotal": 1.23,
"subtotalBeforeTaxes": 1.23,
"shipping": 1.23,
"tax": 1.23
},
"urls": {
"checkout": "example",
"storefront": "example"
},
"useSingleAddress": true
}
}
Arguments
| Name | Type | Description |
|---|---|---|
id | String! | Checkout identifier string. |