@longvansoftware/service-js-client 1.1.0 → 1.1.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.
@@ -261,13 +261,21 @@ exports.GET_SIMPLE_PRODUCTS_QUERY = (0, graphql_tag_1.gql) `
|
|
261
261
|
title
|
262
262
|
sku
|
263
263
|
shortDescription
|
264
|
-
|
264
|
+
description
|
265
265
|
subType
|
266
|
+
vat
|
266
267
|
qualify
|
268
|
+
parentId
|
267
269
|
handle
|
268
270
|
price
|
269
271
|
compareAtPrice
|
272
|
+
priceType
|
273
|
+
priceTypeName
|
270
274
|
featuredImage
|
275
|
+
unitDTO {
|
276
|
+
id
|
277
|
+
name
|
278
|
+
}
|
271
279
|
images
|
272
280
|
}
|
273
281
|
}
|