👆️ We are using the Shopify app "RuffRuff Product & Blog Tags" for the tag list.

Tech Blog

【Tips】Shopify の GraphQL Admin API で顧客総数を取得する

ShopifyのGraphQL Admin API で顧客総数を取得する

小笠原 京平

Shopifyの GraphQL Admin API の小ネタです。 Shopifyの顧客総数を取得したい場合のクエリは、いざ探そうと思ってもパッと見つからないのでメモしておきます。 対象読者 Shopify GraphQL Admin API を使ったことがある方 顧客総数を取得するクエリ 2023-07 バージョンから CustomerSegmentMemberConnection に変更があったため、2023-07より前と以降で若干クエリが異なります。 ※ changelog 2023-07以降 { customerSegmentMembers(first: 1, query: "") { totalCount } } 2023-07より前...

ShopifyのGraphQL Admin API で顧客総数を取得する

小笠原 京平

Shopifyの GraphQL Admin API の小ネタです。 Shopifyの顧客総数を取得したい場合のクエリは、いざ探そうと思ってもパッと見つからないのでメモしておきます。 対象読者 Shopify GraphQL Admin API を使ったことがある方 顧客総数を取得するクエリ 2023-07 バージョンから CustomerSegmentMemberConnection に変更があったため、2023-07より前と以降で若干クエリが異なります。 ※ changelog 2023-07以降 { customerSegmentMembers(first: 1, query: "") { totalCount } } 2023-07より前...

PostmanでShopify Admin APIのクエリを実行・管理する

Run and manage Shopify Admin API queries with P...

小笠原 京平

This is Ogasawara from Tsun Inc. CTO! This time, we have summarized the know-how to easily execute Shopify API with Postman. It's not limited to the Shopify API, but it's...

Run and manage Shopify Admin API queries with P...

小笠原 京平

This is Ogasawara from Tsun Inc. CTO! This time, we have summarized the know-how to easily execute Shopify API with Postman. It's not limited to the Shopify API, but it's...

ShopifyのMetafieldsをGraphQL APIで一括更新する Tsun Inc.

Bulk update Shopify's Metafields with GraphQL API

小笠原 京平

The theme of this time is "Batch update of Shopify's Metafields using GraphQL API". I used to add Metafields using a dedicated Shopify app, but batch updating requires a paid...

Bulk update Shopify's Metafields with GraphQL API

小笠原 京平

The theme of this time is "Batch update of Shopify's Metafields using GraphQL API". I used to add Metafields using a dedicated Shopify app, but batch updating requires a paid...