@ehrenkind/shopify-lib 0.5.2 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +18 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +31 -13
- package/dist/index.d.ts +31 -13
- package/dist/index.mjs +18 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -983,6 +983,12 @@ var querySuggestedRefund = gql`#graphql
|
|
|
983
983
|
currencyCode
|
|
984
984
|
}
|
|
985
985
|
}
|
|
986
|
+
taxSet {
|
|
987
|
+
shopMoney {
|
|
988
|
+
amount
|
|
989
|
+
currencyCode
|
|
990
|
+
}
|
|
991
|
+
}
|
|
986
992
|
}
|
|
987
993
|
refundLineItems {
|
|
988
994
|
lineItem {
|
|
@@ -990,6 +996,18 @@ var querySuggestedRefund = gql`#graphql
|
|
|
990
996
|
sku
|
|
991
997
|
title
|
|
992
998
|
quantity
|
|
999
|
+
discountedUnitPriceSet {
|
|
1000
|
+
shopMoney {
|
|
1001
|
+
amount
|
|
1002
|
+
currencyCode
|
|
1003
|
+
}
|
|
1004
|
+
}
|
|
1005
|
+
totalDiscountSet {
|
|
1006
|
+
shopMoney {
|
|
1007
|
+
amount
|
|
1008
|
+
currencyCode
|
|
1009
|
+
}
|
|
1010
|
+
}
|
|
993
1011
|
}
|
|
994
1012
|
quantity
|
|
995
1013
|
priceSet {
|