jenn11
Excursionist
Contact Me
Status
Offline
Last Activity
‎03-18-2020 01:33 PM
Topic Started
6
Topics Started
Topic Solutions
4
Solutions
Post Count
33
Posts
Post Kudos
6
Likes

Community Badges

Hello, I'd like to have a Page in my store contain 2 lists of blog articles based on tag. On the frontend the user would see: Tag1 Article1 Article2 Article3 Tag2 Article4 Article5...
I've gone so far as to copy and paste exactly what is available in the documentation but I'm receiving the error "window not defined". Anyone else run into this?
Hello! I recently migrated a SquareSpace store over to Shopify and the client's marketing agency has found the new urls contain the '#' character which is causing discrepancies in their analytics. I ...
I received Shopify's email about Google enforcing samesite cookie and implemented the fix for js/node per the Github example here. My code: 29 server.use(¬ 30 createShopifyAuth({¬ 3...
This is a general question as I'm building an app with the former though my experience is more robust with the latter. I read in the Github code for Express that it was deprecated due to security iss...
No content to show

User Activity

User error; one must import Redirect and Context and define contextType in order to properly utilize these tools.import { Redirect } from '@shopify/app-bridge/actions';¬ import { Context } from '@shopify/app-bridge-react';¬ ... static contextType = C...
Following, and customizing, this tutorial: https://developers.shopify.com/tutorials/build-a-shopify-app-with-node-and-react/fetch-data-with-apollo I have the id and details of the product I want to sent to the path 'edit-product-details' but I get an...
I am a dunce... turns out I had what I needed to authenticate the call I just wasn't passing it... Modified code:router.get('/productMetafields', verifyRequest(), async (ctx) => {¬ const { shop, accessToken } = ctx.session;¬ const url = 'https://...
I was hoping to PM @SBD_ but I've reached my pm limit for the day even though it was to be my first one... Odd but hopefully someone in the general community has seen and solved this issue before.
I'm trying to retrieve the shop's metafields and I can do so with Postman and through the URL for basic authorization: https://{username}:{password}@{shop}.myshopify.com/admin/api/{api-version}/{resource}.jsonHowever when I try to make the call from ...
Apologies for the delayed acceptance, I was learning out your answer 
These documents contains the Metafields API information: https://help.shopify.com/en/api/guides/metafields/admin-api-metafieldshttps://help.shopify.com/en/api/graphql-admin-api/examples/product#creating-productshttps://help.shopify.com/en/api/referen...
Hey @agaonkar , you will need to use a plugin to view and edit the metafields you've assigned in the Add Product page. Metafields Guru is the popular one: https://apps.shopify.com/metafields-editor-2?utm_campaign=installed&utm_content=contextual&utm_...
I'm making a POST request in my dev shop: //data const metafieldInput = {¬ "metafield": {¬ "namespace": "customProductMetafields",¬ "key": "productDetails",¬ "value": detail,¬ "value_type": "json_string"¬ }¬ };¬ //request axios.po...
@Liam, hello! I am using the latest, 2019-10, version of Shopify GraphiQL.
I'm creating private metafields to be used by my public app. When I try making a test mutation and query within Shopify GraphiQL App:mutation ($input: PrivateMetafieldInput!) { privateMetafieldUpsert(input:$input) { privateMetafield { nam...
As I understand it there is currently no GraphQL support for creating shop metafields, only on products. To make a store metafield you would need to utilize the API, documentation here https://help.shopify.com/en/api/reference/metafield#create-2019-1...
...I am le dumb and don't know how to use Postman. Thank you once again, @hassain!
Thank you for the clarification, @hassain! Following the API instructions you sent for creating a metafield on the Shop resource I'm encountering a new issue (does this require a new post? If so I'll amend) where I sent a POST request to /admin/metaf...
This widget could not be displayed.
This widget could not be displayed.