Skip to main content
Version: 3.x

GiftCardUpdateInput

No description

input GiftCardUpdateInput {
addTags: [String!]
expiryDate: Date
startDate: Date
endDate: Date
removeTags: [String!]
balanceAmount: PositiveDecimal
}

Fields

GiftCardUpdateInput.addTags ● [String!] list scalar

The gift card tags to add.

Added in Saleor 3.1

GiftCardUpdateInput.expiryDate ● Date scalar

The gift card expiry date.

Added in Saleor 3.1

GiftCardUpdateInput.startDate ● Date scalar

Start date of the gift card in ISO 8601 format.

DEPRECATED: this field will be removed in Saleor 4.0.

GiftCardUpdateInput.endDate ● Date scalar

End date of the gift card in ISO 8601 format.

DEPRECATED: this field will be removed in Saleor 4.0. Use expiryDate from expirySettings instead.

GiftCardUpdateInput.removeTags ● [String!] list scalar

The gift card tags to remove.

Added in Saleor 3.1

GiftCardUpdateInput.balanceAmount ● PositiveDecimal scalar

The gift card balance amount.

Added in Saleor 3.1

Member of

giftCardUpdate mutation


Was this page helpful?