BradKrane
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎07-22-2023 05:52 PM
Topic Started
3
Topics Started
Topic Solutions
4
Solutions
Post Count
44
Posts
Post Kudos
10
Likes

Community Badges

Where is this information stored or what values in GraphQL API to retrieve the information shown in the image blow? I stared at the available field but nothing jumped out at me. I...
Hi, What are the best alternatives to the Geolocation app? At minimum we need the currency selection component to to work well.
Hi, Does anyone know of any apps that enable dropshipping for Shopify retailers? We are looking to enable our other retailers to sell online and have the product dropshipped from us. Thanks....
Edit: NVM I figured out what I was doing wrong. Hi I'm executing a GraphQL query similar to the following: { shop { name orders(first:1, query: "gid://shopify/Order/xxxxxx...
Hi, Currently the deals that can be offered via the Wholesale channel is limited to that offered which while may cover some common wholesale schemas it is limiting. If not opening f...
Hi, I've looked at the REST and GQL API and maybe I missed it but I can't see any way to get the payment type, Visa, MC, Debit, Cash, etc. of a POS orders transaction easily. You co...
Hi, Is it possible to create a Shopify POS app or extension that would modify it's behavior while it's running cached and offline? I basically would like to change the item display portion o...
No content to show

User Activity

@awwdam That does the trick, thanks!sales_channel is listed as a supported filter parameter of orders in the GraphiQL explorer.  I was guessing a value as there is little available in the doc about all the supported filters in the Orders API doc
I'm trying to filter orders by date and sales channel with GraphQL. When I omit the field sales_channel from the query I get the orders on the date specified the number of which matches that expected. However, when I include the sales_channel field I...
Hi, Adding the RegExp class to Shopify Scripts API would open up a lot of additional functionality in Shipping Script in particular that is currently either difficult or impossible to do with the existing API. For instance RegExp would allow for: Tes...
The solution to get a String back is: str = String(Input.cart.shipping_address.zip)
Hi, I'm trying to test for the second character in a postal code being a '0' as this signifies that the destination is a rural address and due to some carriers charging exorbitant delivery fees for rural delivery we would like to remove those carrier...
From the API doc it doesn't appear possible as there is no indication in the Cart object of the selected shipping method and the Payment scripts only doesn't add any reference to shipping.
This can be done by including those Shipping methods in all shipping regions in your store then having a Shipping script delete those special methods if Product A and B aren't both present. I've got experience working with Shipping scripts to do just...
Use this as your in Edmonton testis_customer_in_edmonton = Input.cart.shipping_address.city.upcase == 'EDMONTON'  
Hook an event listener on the element and callback to an Ajax API call to update the cart.
@samiam0906 wrote:What i want to be able to do is have a custom checkout flow where a user can submit payment information and complete the checkout process without having to use the provided checkout webUrl.I'm curious why deal with payment processin...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.