Mutations
UpdateReceiptAttributes
MUTATION
UpdateReceiptAttributes(input: [UpdateReceiptAttributeInput]!): UpdateReceiptAttributesArguments
input
required
Returns
receiptAttributes
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
UpdateReceiptAttributes(input: [UpdateReceiptAttributeInput]!): UpdateReceiptAttributesmutation UpdateReceiptAttributes($input: [UpdateReceiptAttributeInput]!) {
UpdateReceiptAttributes(input: $input) {
receiptAttributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
}
}{
"input": [
{
"etag": "string",
"key": "string",
"receiptId": 1
}
]
}{
"data": {
"UpdateReceiptAttributes": {
"receiptAttributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
]
}
}
}Was this page helpful?
mutation UpdateReceiptAttributes($input: [UpdateReceiptAttributeInput]!) {
UpdateReceiptAttributes(input: $input) {
receiptAttributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
}
}{
"input": [
{
"etag": "string",
"key": "string",
"receiptId": 1
}
]
}{
"data": {
"UpdateReceiptAttributes": {
"receiptAttributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
]
}
}
}Suggestions