Skip to content

Commit aa58639

Browse files
authored
Shopify extend the get-order tool, new search-orders action (#17293)
* improve queries, search-orders * pnpm-lock.yaml * versions
1 parent ba538e4 commit aa58639

File tree

55 files changed

+158
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+158
-56
lines changed

components/shopify_developer_app/actions/add-product-to-custom-collection/add-product-to-custom-collection.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
1111
export default {
1212
...others,
1313
key: "shopify_developer_app-add-product-to-custom-collection",
14-
version: "0.0.6",
14+
version: "0.0.7",
1515
name,
1616
description,
1717
type,

components/shopify_developer_app/actions/add-tags/add-tags.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
1111
export default {
1212
...others,
1313
key: "shopify_developer_app-add-tags",
14-
version: "0.0.6",
14+
version: "0.0.7",
1515
name,
1616
description,
1717
type,

components/shopify_developer_app/actions/create-article/create-article.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
1111
export default {
1212
...others,
1313
key: "shopify_developer_app-create-article",
14-
version: "0.0.8",
14+
version: "0.0.9",
1515
name,
1616
description,
1717
type,

components/shopify_developer_app/actions/create-blog/create-blog.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
1111
export default {
1212
...others,
1313
key: "shopify_developer_app-create-blog",
14-
version: "0.0.8",
14+
version: "0.0.9",
1515
name,
1616
description,
1717
type,

components/shopify_developer_app/actions/create-custom-collection/create-custom-collection.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
1111
export default {
1212
...others,
1313
key: "shopify_developer_app-create-custom-collection",
14-
version: "0.0.6",
14+
version: "0.0.7",
1515
name,
1616
description,
1717
type,

components/shopify_developer_app/actions/create-customer/create-customer.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "shopify_developer_app-create-customer",
55
name: "Create Customer",
66
description: "Create a new customer. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/customercreate)",
7-
version: "0.0.6",
7+
version: "0.0.7",
88
type: "action",
99
props: {
1010
shopify,

components/shopify_developer_app/actions/create-metafield/create-metafield.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const {
1010
export default {
1111
...others,
1212
key: "shopify_developer_app-create-metafield",
13-
version: "0.0.7",
13+
version: "0.0.8",
1414
name,
1515
description,
1616
type,

components/shopify_developer_app/actions/create-metaobject/create-metaobject.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
1111
export default {
1212
...others,
1313
key: "shopify_developer_app-create-metaobject",
14-
version: "0.0.8",
14+
version: "0.0.9",
1515
name,
1616
description,
1717
type,

components/shopify_developer_app/actions/create-order/create-order.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "shopify_developer_app-create-order",
66
name: "Create Order",
77
description: "Creates a new order. For full order object details [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/ordercreate)",
8-
version: "0.0.6",
8+
version: "0.0.7",
99
type: "action",
1010
props: {
1111
shopify,

components/shopify_developer_app/actions/create-page/create-page.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
1111
export default {
1212
...others,
1313
key: "shopify_developer_app-create-page",
14-
version: "0.0.8",
14+
version: "0.0.9",
1515
name,
1616
description,
1717
type,

0 commit comments

Comments
 (0)