👆️ We are using the Shopify app "RuffRuff Product & Blog Tags" for the tag list.
Tech Blog
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より前...
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...
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...