Skip to content

Enhance Shopify order queries with complete order data including line items #17611

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-add-product-to-custom-collection",
version: "0.0.7",
version: "0.0.8",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-add-tags",
version: "0.0.7",
version: "0.0.8",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-create-article",
version: "0.0.9",
version: "0.0.10",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-create-blog",
version: "0.0.9",
version: "0.0.10",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-create-custom-collection",
version: "0.0.7",
version: "0.0.8",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "shopify_developer_app-create-customer",
name: "Create Customer",
description: "Create a new customer. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/customercreate)",
version: "0.0.7",
version: "0.0.8",
type: "action",
props: {
shopify,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const {
export default {
...others,
key: "shopify_developer_app-create-metafield",
version: "0.0.8",
version: "0.0.9",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-create-metaobject",
version: "0.0.9",
version: "0.0.10",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "shopify_developer_app-create-order",
name: "Create Order",
description: "Creates a new order. For full order object details [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/ordercreate)",
version: "0.0.7",
version: "0.0.8",
type: "action",
props: {
shopify,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-create-page",
version: "0.0.9",
version: "0.0.10",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-create-product-variant",
version: "0.0.8",
version: "0.0.9",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-create-product",
version: "0.0.7",
version: "0.0.8",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-create-smart-collection",
version: "0.0.7",
version: "0.0.8",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-delete-article",
version: "0.0.9",
version: "0.0.10",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-delete-blog",
version: "0.0.9",
version: "0.0.10",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const {
export default {
...others,
key: "shopify_developer_app-delete-metafield",
version: "0.0.8",
version: "0.0.9",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-delete-page",
version: "0.0.9",
version: "0.0.10",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-get-articles",
version: "0.0.9",
version: "0.0.10",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const {

export default {
key: "shopify_developer_app-get-metafields",
version: "0.0.8",
version: "0.0.9",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-get-metaobjects",
version: "0.0.8",
version: "0.0.9",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "shopify_developer_app-get-order",
name: "Get Order",
description: "Retrieve an order by specifying the order ID. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/order)",
version: "0.0.5",
version: "0.0.6",
type: "action",
props: {
shopify,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-get-pages",
version: "0.0.9",
version: "0.0.10",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-search-custom-collection-by-name",
version: "0.0.7",
version: "0.0.8",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "shopify_developer_app-search-customers",
name: "Search for Customers",
description: "Search for a customer or a list of customers. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/customers)",
version: "0.0.7",
version: "0.0.8",
type: "action",
props: {
shopify,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "shopify_developer_app-search-orders",
name: "Search for Orders",
description: "Search for an order or a list of orders. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/orders)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
shopify,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-search-product-variant",
version: "0.0.7",
version: "0.0.8",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-search-products",
version: "0.0.7",
version: "0.0.8",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-update-article",
version: "0.0.9",
version: "0.0.10",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "shopify_developer_app-update-customer",
name: "Update Customer",
description: "Update a existing customer. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/customerupdate)",
version: "0.0.8",
version: "0.0.9",
type: "action",
props: {
shopify,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-update-inventory-level",
version: "0.0.7",
version: "0.0.8",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const {
export default {
...others,
key: "shopify_developer_app-update-metafield",
version: "0.0.8",
version: "0.0.9",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-update-metaobject",
version: "0.0.10",
version: "0.0.11",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-update-page",
version: "0.0.9",
version: "0.0.10",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
export default {
...others,
key: "shopify_developer_app-update-product-variant",
version: "0.0.9",
version: "0.0.10",
name,
description,
type,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "shopify_developer_app-update-product",
name: "Update Product",
description: "Update an existing product. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productupdate)",
version: "0.0.8",
version: "0.0.9",
type: "action",
props: {
shopify,
Expand Down
Loading
Loading