Jul 10, 2020
Has anyone seen strange issues with using a custom carrier service + multiple warehouse locations? https://shopify.dev/tutorials/migrate-your-app-to-support-delivery-profiles#carrierservice I a...
Sep 20, 2019
https://help.shopify.com/en/api/reference/shipping-and-fulfillment/carrierservice so we're using the above, and we're using a custom call back url (webhook) to receive the shipping rate requ...
So been doing research on how to update Metafields in an efficient manner. It looks like there are 2 main ways. Hoping someone's tackled this in an amazing way!! 1. if we know the actual metafield...
No content to show
User Activity
isn't this just for updating an existing order? i don't think you can edit order metafields from checkout. you need to store it in note attributes and then use shopify flow or functions to move that info into a metafield.
So that flow though is looking for a specific discount code and then applying a specific tag, is there anyway to make this more dynamic, so add a tag (based on discount allocation title) if any exist. Else you would need to make a condition for every...
12-17-2024
Curious how people handle more complex content management requirements. Out of the box Shopify has pages, blogs, metafields, metaobjects. Which are likely good for majority of content an ecommerce store would need. But is this enough for a more conte...
11-28-2024
i think the captcha started working again as we haven't seen the onslaught of fake customers as much it seems.
okay the functions are now running correctly on the development store, we didn't change anything so not sure how it got resolved, but at least we're now seeing consistency between the development store and the local function runner. HOWEVER, now whe...
we have same issue now too.....doesn't seem like there's a way to do it with shopify functions @Imogen
Have a Shopify app - with 3 extensions (shopify functions). When testing on dev store the output is always empty, but if I use the same input (grabbed from partner extension logs) and test it locally via the function runner (https://shopify.dev/docs...
07-17-2024
sorry what was the solution that fixed it for you?
02-23-2024
okay so i tried it on the staging instance (separate shopify instance) and did get the challenge screen, so thats good! not sure why it doesn't kick in on prod instance though.
02-23-2024
hmm i wonder if its because we don't have an actual create_customer form in our theme? yeah i was able to create multiple back to back. I'll try again with captcha enabled, but for the customers i did create via this method it definitely had the "Cu...
02-23-2024
i can replicate what these bots are doing just via postman. https://shopify.dev/docs/api/liquid/tags/form#form-create_customer - the shopify liquid form tag just creates an html form that posts to /account https://shopify.dev/docs/themes/architecture...
Did you ever figure out how to do this?
Did you find a way to do this? Also want to know the process for having customers use Shopify as Identity Provider for an external platform, vs having a separate login for the platform.