No content to show
User Activity
05-22-2020
Alternatively, you could more simply just use the Storefront API to create the checkout (https://shopify.dev/docs/storefront-api/reference/mutation/checkoutcreate?api[version]=2020-04) and then use this mutation to update the Shipping Address of that...
Hi @mwhelan ,
Just so I understand, your app will be a Sales Channel / Marketplace where users can go to and purchase items from other Shopify stores? Is my understanding correct?
If so, here are the answers to your questions:
1. Your app will ...
05-22-2020
Hey @moualem ,
For questions about the App Submission or Review process, you can reach go to your Shopify Partner Dashboard, go to the Support tab, and then reach out to the 'Partner Support' team. They should be able to answer most of the question...
05-22-2020
Hey @Uysim ,
Use the Storefront API to create the customer first and set-up their address to have the Zip Code plus all of the additional information. (https://shopify.dev/docs/storefront-api/reference/mutation/customercreate?api[version]=2020-04)
...
Hi @alex-spataru ,
As per our documentation (https://shopify.dev/docs/storefront-api/reference/mutation/checkoutcompletewithcreditcardv2?api[version]=2020-04), the Storefront API mutations of 'CheckoutCompleteWithCreditCardV2' requires your app to ...
05-22-2020
Hi @Mayank_Kumar
Can Shopify support multiple discount code on checkout?
No, right now you cannot stack discount codes in Shopify. Only one discount code can apply to one order at a time
How to create discount code specifically for mobile app...
05-22-2020
Hi @Kuno ,
You have a few options in order to achieve this
1) As mentioned, you can use the Shopify Admin API (https://shopify.dev/docs/admin-api) to create products and inventory and to get orders. This API is available in both REST and GraphQL....
05-21-2020
Hi @softwaregravy ,
Thank you for all of the additional information! Really appreciate providing me with all of this.
Taking a deeper look, the issue here is that the Shopify "customers" resource in GraphQL Admin API does not support filtering by the...
05-21-2020
Hey @jbgrunewald ,
For Sales Channels, perhaps it might be worth looking into using the GraphQL Storefront API instead for creating the checkout experience? Since it uses GraphQL, the error messaging is different. Also with the Storefront API the r...
05-21-2020
Hi @Hugo92 ,
Here's an old forum post that seems to be describing the same problem with a solution: https://community.shopify.com/c/Shopify-Apps/I-setup-my-app-proxy-but-when-i-visit-the-url-i-get-redirect-to/td-p/646416
you have to modify/remov...
Hi @sachin16 ,
Can you confirm my understanding that after registering our custom API as callbackURL it will send the data as given in your documentation in the request and expect the response(as per documentation)?
Yes your understanding is corr...
05-20-2020
Hey @softwaregravy ,
I cannot track down the correct logs with just the ID alone. If you are still unable to get the X-Request-ID response header, you can also provide me with the Bulk Operation ID + the store's myshopify.com URL + the time the req...
05-20-2020
Hi @andisadiazsa ,
No, you can only use the Order Editing API for adding a new variant line item, adding a new custom line item, removing a line item, or adjusting line item quantities. You cannot use it to change the value of taxes calculated on t...
05-20-2020
Hi @ClementBR ,
To give you a straight update here, as of right now the Analytics API is still not supported directly by the App Bridge.
However this feature is supported through the backwards compatibility layer. So if you are looking to use thi...
Hi @sayali ,
I do no believe there is any functionality in Shopify that will allow you to achieve this.
The closest thing I can think of is that if you use the Storefront API, when creating a checkout you can set the field "customAttribute" to se...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
829 | 05-22-2020 02:26 PM | |
2124 | 05-22-2020 02:15 PM | |
6024 | 05-21-2020 04:55 PM | |
4560 | 05-20-2020 04:11 PM | |
787 | 05-19-2020 12:40 PM |