Nov 19, 2018
Hi everybody, My client is running a cosmetics store out of Gilbert, AZ. She is registered with Postmates and is looking to integrate the service into her Shopify store's backend. According ...
No content to show
User Activity
Just to highlight - this was the accepted solution as Shopify deprecated the discountApplicationStrategy input for API version 2024-01 and above: - https://shopify.dev/changelog/general-availability-of-shipping-discount-function-api
Thank you. This allowed me to build the function but it's not showing any runs in the test store. Do I need to get a test store with "Developer Preview" enabled in order to trigger the Shipping Discount API?
02-11-2024
I have been attempting to set up a "ShippingDiscount" function for a client. Each time I do so, it comes back with the following error: - Build failed with 1 error: ││ extensions/shipping-discount/src/run.js:2:9: ERROR: No matching export in ││ "exte...
11-07-2023
After a lot of back-and-forth with technical support, it turns out they don't support filtering collections with a large number of products inside. Since the collection I wanted to filter had 7k products, this was causing the problem. Smaller collect...
If that's the case, why did these people experience exactly the same problem? https://community.shopify.com/c/hydrogen-headless-and-storefront/storefront-api-response-cached/m-p/1311531
Just to briefly follow up, the cache seems to have refreshed and both issues I was seeing (incorrect filtering as mentioned here and missing products) has been resolved. Thus, my question is really about how to trigger a cache refresh on the Storefro...
Good morning, thank you for the reply. Firstly, I've done some more investigating and it seems that the core problem is the Storefront API seems to be caching its responses. I am not sure why this is causing the available/unavailable filtering to bec...
I need to filter products by the "available_for_sale" property. It works perfectly in Postman - results are consistent and exactly as I would expect. However, when I attempt to recreate the query in PHP, the results are incorrect. Specifically, they...
06-14-2023
Nope, filters not respecting "AND" functionality at all. Will detail it further in partner dashboard support ticket. Thank you for your help.
06-14-2023
Many thanks for the comprehensive response! Let me send a support request in the partner dashboard. I'll also check your suggestion regarding the tag filters. I am quite sure I did test that but will look again. I'll provide an update having done so.
06-13-2023
I am trying to filter products within a collection using the Storefront GraphQL API: - query ($handle: String!, $filters: [ProductFilter!]) {
collection(handle: $handle){
products(first: 250, filters: $filters) {
edges {
...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1210 | 02-13-2024 05:12 AM | |
5122 | 11-07-2023 02:46 AM |