Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 4b1ec04

Browse files
committed
GraphQL: Add total_giftcard to schema
1 parent b97c871 commit 4b1ec04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/_includes/graphql/customer-orders-output.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ Attribute | Data type | Description
247247
`shipping_handling` | [ShippingHandling](#ShippingHandling) | The shipping and handling costs for the order
248248
`subtotal` | Money! | The subtotal of the order, excluding shipping, discounts, and taxes
249249
`taxes` | [[TaxItem]](#TaxItem)! | An array containing information about taxes on individual orders
250+
`total_giftcard` | Money | The gift card balance applied to the order
250251
`total_shipping` | Money! | The shipping costs for the order
251252
`total_tax` | Money! | The amount of tax applied to the order
252253

0 commit comments

Comments
 (0)