So we had a discrepancy where a product variant was priced too low. All online items are synced up against our true ERP system on a regular basis. To fetch the latest inventory pricing and whatnot. S...
Jun 15, 2020
This topic was created here --> https://community.shopify.com/c/Shopify-APIs-SDKs/How-to-close-an-order/m-p/773315#M51021. Although I don't recall seeing any feedback from the Shopify staff. ...
May 13, 2020
I had a few custom pages that worked in conjunction with Shopify POS on the iPad. Specifically, I implemented Edit Cart custom functionality. This had all tested out fine late last year. And I ...
Mar 13, 2020
The past few days most all of my hardware/software/service providers have issued e-mailed statements about their company's steps taken to remain operational while in the midst of the current global p...
Dec 12, 2019
Our company currently has a sweetheart payment processing rate through a third-party processor. While we like the clean, integrated footprint of the Shopify POS retail kit, if we go with Shopify Paym...
Dec 7, 2019
So for our purposes, we are creating a dummy special order item in Shopify as a new product. When the real product arrives from the vendor, we were going to remove/return the dummy item and add the r...
Dec 2, 2019
So our retail operation has special orders and layaways. Both of which don't flag any merchandise as being fulfilled. A special order item that hasn't arrived and been paid off/picked up isn't fulfil...
Nov 22, 2019
So I have a Shopify POS SDK function that creates a new user-defined product in Shopify. This function works fine, as the new product is created and is viewable in the web admin. I would then like to...
Nov 18, 2019
For a few years now I've employed an API method to create new product. This product is essentially a dummy SKU, that isn't actually stocked or tracked by location. I'd just like the dummy SKU to be v...
Nov 15, 2019
I posted this in the Shopify POS board, but it's applicable to both Shopify e-com and Shopify POS. In short, Shopify incorrectly calculates sales tax for Nashville, TN brick and mortar locations or e...
Nov 13, 2019
We are looking to potentially implement Shopify POS, and have a new site opening in Nashville, TN. Apparently they have a state tiered tax structure --> https://help.avalara.com/Frequently_As...
Updated the iPad (iOS 12.3.1) to the latest Shopify POS version (5.31.0). Opened a box that contains a new Shopify Retail Stand with Tap & Chip Dock. The card reader isn't seen in Shopify POS. I'...
I think I originally posted this question in the wrong area. I've looked in the Shopify REST API as well as the Shopify GraphGL API. So far I've come up empty. Here's the original question I...
Jun 3, 2019
Does anyone know how to retrieve the "Staff who helped with sale" value via the API? Have looked in the REST API and the GraphQL API and so far I'm not seeing it. I'm looking here (htt...
May 22, 2019
What I'm looking to do is query various Shopify REST API endpoints as part of a daily routine. GET'ting orders, order transactions, customers, etc. and import them into local SQL DB tables. ...
Feb 20, 2019
So we are looking to potentially implement Shopify POS to replace our existing legacy retail POS platform. There are a few functions that are available in our current platform that are important to o...
Oct 10, 2018
I have come up empty finding a way for my Shopify stores to access my external API endpoint securely. I don't want to expose my tokenization methods via JavaScript, and server-side Liquid doesn't hav...
Oct 4, 2018
Our companies are preparing to implement measures to account for the Wayfair decision (https://taxfoundation.org/supreme-court-decides-wayfair-online-sales-tax-case/) in terms of how it impacts our c...
May 31, 2018
It's a shame that no Shopify customers or developers presumably received a heads-up e-mail about retiring TLS 1.0, effective today --> https://help.shopify.com/manual/your-account/account-sec...
May 30, 2018
We moved our Shopify site over to a new entity on myshopify.com. Previously we had plugged in Braintree as our payment gateway. When I tried to select them on the new site, they are no longer on the ...
Aug 18, 2017
I have been working with the Shopify API for a few years now, in different capacities. There is a new routine I am working on for creating new Shopify product. The product itself adds just fine. But ...
Sep 20, 2014
Still trying to get my custom developed product and customer integration apps to play nicely. Long story short is I have three Shopify stores. Each of them has roughly 1,700 products with at least on...
No content to show
User Activity
Sounds like service provider issues on Shopify's end. See this for specifics --> https://shopify.dev/docs/api/usage/response-codes#:~:text=A%20502%20error%20isn't,trying%20to%20get%20access%20through.&text=The%20server%20is%20currently%20unavailable,...
According to the other responder on this thread, unfortunately this doesn't appear to be possible using the REST API. Maybe try looking at the GraphQL API to see if there is any documented reference of achieving this. Sorry!
07-10-2023
So I think I asked this awhile back, but then again it's been awhile since I've been on here. Figured maybe I'll ask it again. We need to better track our employees. We have multiple websites, multiple staff supporting them, as well as multiple dev...
12-15-2022
You can use the Shopify API's Python library (https://github.com/Shopify/shopify_python_api) for getting started. I'd suggest the GraphQL API as opposed to the REST API. Once you start digging in then you can issue a GraphQL API query request, parse ...
After testing out a few different ways, I can only assume it's something on the client's end. In terms of specific browser options that are manually being defined somewhere. Eliminating this Referer header value from being passed along. At this point...
So for a few years now I have a Shopify App Proxy deployed. My proxied receiver evaluates the HMAC signature and also validates the Referer header value. To help ensure the request came through the proper route. I'd say that 90% of the time this work...
10-26-2022
For us, we can just make it part of a standard daily store opening list. Power cycle the iPad, pull the reader shell, power cycle the reader, push the shell back into the reder, power cycle the receipt slip printer, and off we go. Having hardware pow...
07-21-2022
Disregard. It had been awhile, so I forgot that I needed to 1) ignore the X-ARR-LOG-ID parameter, 2) add the logged_in_customer_id parameter, and 3) reorder the parameters alphabetically. After going through that exercice we are back in business agai...
07-20-2022
I've had a production app proxy in place for years now. And it's worked without a hitch. Looking in the web logs on my app proxy receiver today I see a host of signature verification failures. And when I review the query parameters I see that now the...
07-06-2022
I believe that private apps are being deprecated to a certain degree. In favor of apps that live and breathe within Shopify's app store or custom apps instead. When I wanted to revisit some of my code that I haven't looked at in awhile, I too had tro...
Looking at the docs, you could create a custom GraphQL query that returns the on-hand availability, right? Based on the doc example below, you could pull the product variant's availability by modifying the actual GraphQL query I believe. Something to...
As far as I know I don't think you can directly build "on top" of the existing internal Shopify web admin pages. The App Bridge or Embedded SDK allows you to create your own elements that are accessed via the Shopify web admin via its own iframe. See...
You can use the Embedded App SDK or App Bridge (https://shopify.dev/tools/embedded-app-sdk) to customize the front-end Shopify web admin. This should allow you to extend the normal product page to also provide visibility to metafields.
03-22-2021
I don't believe GraphQL can give you a one-shot count of all products in a Shopify store. The REST API call works, is pretty basic to implement, so I'd suggest just using that in your project. Figure there are no query parameters to utilize, no reque...
03-22-2021
Wouldn't the webhook fire for domains/create for that scenario? You aren't editing a domain that's already defined in the Shopify web admin. You are replacing an already-defined domain name with a new one. Maybe subscribe to that webhook and see what...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
924 | 12-01-2022 07:42 PM | |
916 | 07-21-2022 08:41 AM | |
10505 | 02-26-2021 08:16 AM | |
945 | 01-13-2021 09:20 AM | |
961 | 01-13-2021 09:03 AM |