[text] GraphQL CEID Request

Viewer

copydownloadembedprintName: GraphQL CEID Request
  1.   query ProductERP {
  2.     collection(handle: "όλα-τα-προιόντα") {
  3.       handle
  4.       products(first: 1, 
  5.                                 filters: {
  6.                                         productMetafield: {
  7.                                                 namespace: "magento", 
  8.                                                 key: "ceid", 
  9.                                                 value: "36-00089"
  10.                                         }
  11.                                 }) {
  12.         edges {
  13.           node {
  14.                                                 id
  15.             handle
  16.             title
  17.                                                 totalInventory
  18.                                                 vendor
  19.                                                     variants(first: 15) {
  20.                                                                 edges {
  21.                                                                         node {
  22.                                                                                 id
  23.                                                                                 sku
  24.                                                                         }
  25.                                                                 }
  26.                                                         }
  27.           }
  28.         }
  29.       }
  30.     }
  31.   }

Editor

You can edit this paste and save as new:


File Description
  • GraphQL CEID Request
  • Paste Code
  • 02 Dec-2022
  • 549 Bytes
You can Share it: