GiftCardUpdateInput Input Type
No description
input GiftCardUpdateInput {
addTags: [String!]
expiryDate: Date
metadata: [MetadataInput!]
privateMetadata: [MetadataInput!]
startDate: Date @deprecated
endDate: Date @deprecated
removeTags: [String!]
balanceAmount: PositiveDecimal
}
Fields
addTags ● [String!]
The gift card tags to add.
expiryDate ● Date
The gift card expiry date.
metadata ● [MetadataInput!]
Gift Card public metadata.
Added in Saleor 3.21. Can be read by any API client authorized to read the object it's attached to.
Warning: never store sensitive information, including financial data such as credit card details.
privateMetadata ● [MetadataInput!]
Gift Card private metadata.
Added in Saleor 3.21. Requires permissions to modify and to read the metadata of the object it's attached to.
Warning: never store sensitive information, including financial data such as credit card details.
removeTags ● [String!]
The gift card tags to remove.
balanceAmount ● PositiveDecimal
The gift card balance amount.
Show deprecated
Member Of
giftCardUpdate mutation