No content to show
User Activity
Hi, I'm using graphQL to add/edit companies on my shopify. The basic api works as expected by I have some issues when it comes to custom fields (metafield.custom.[mycustomfield]): 1. how can I save the value of my custom field on the companyCreate mu...
Hi when I run the admin graphql companies query to get the list of companies on my shopify, I can see the list of existing metafields and notes: {companies(first:2) {edges { node { id name note metafields(first:2) {edges { node { key name...
@Eric-HAN it's not working, or better say: the first query works, the second query works only partially and the third one doesn't work at all. Let me explain: - companies(first: 10,query:"name:'Company1'") : this query works because "name" is a di...
Hi,I have the following query that gives me all the companies currently in my shop (I limited to 10 for testing purposes): { companies (first:10) { edges { node { name contacts (first:2) { nodes { customer { email } }...
Hi, did you figure out a way to solve this? I have the exact same problem: postman is fine but php gives wrong results