bbarr
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎11-02-2023 02:51 PM
Topic Started
7
Topics Started
Topic Solutions
4
Solutions
Post Count
32
Posts
Post Kudos
10
Likes

Community Badges

The order in question has the following event (verbs): placed note_created confirmed mail_sent The order has a financial_status of paid. How is it possible for the status to become paid withou...
https://[shop].myshopify.com/admin/api/2021-04/orders/[orderId]/events.json returns events with several "verb"s, such as "mail_sent", "sale_success", etc. But https://[shop].myshopify.com/admin/api/...
Hi, I am noticing that in the official documentation's GraphQL query playground, queries on created_at are ignored. Screenshot attached below. Is there something I am missing with the query? I am ske...
I have an app customer who, every few days, is noticing an order that is seeming to not fire the created web hook. My logic is: - The web hook handler code logs the raw web hook dat...
Hi all, I have a client that wants to be able to fetch timeline events that relate to a specific customer. So far, all I can tell from the docs is that you can access ALL events for the shop...
I assume Zapier, Tray, etc. use their own billing and are not required to remit any of their revenue to Shopify. My new app will be similar, with multiple integration sources connected by OAuth. Ther...
Hi all, CloudHooks allows you to respond to webhooks with Javascript that you write in an in-app editor. Your code is called with helper functions for sending email, HTTP requests, PostgreSQ...
No content to show

User Activity

We are implementing some customization of `checkout.liquid`, but when folks choose to use Shop Pay they are redirected to the Shop Pay checkout that appears to be a clone of the original Shopify checkout, without using the customized `checkout.liquid...
Hey, this appears to be the case for us. When I click to preview a theme from Admin area, it always opens the shop previewing the published theme instead. @Martyis this something that is being actively worked on now again?
Just received word that Shopify B2B doesn't work with the Storefront API. So, they released a feature set that doesn't work with their preferred API, and they have no timeline of when to expect it. And no-one else in this forum seems to be complainin...
To be extra clear, this is related to the Storefront API (GraphQL) not returning the prices as they are set in a B2B price list.
When I am logged in as a user from Company A, I see the correct price for Variant 1 (the fixed price I set in the pricing list of Company A), but GraphQL response always shows the standard price. Is there something that needs to be done to provide th...
@kmatsumoThis is classic Shopify, they hid a bunch of data that you have to eventually guess exists and go looking for it. No documentation for it, no references in how-to or post. { paymentTermsTemplates { id dueInDays } } This will give...
I have a discount code being applied to a specific customer segment, but when I query it using the GraphQL API, the `customerSelection` is always returned with `customerSelection.__typename: "DiscountCustomers"` which is intended for when I select sp...
Solved this after hours of fruitless Googling and forum/Slack search. Apparently there are a bunch of pre-made payment term templates that you can view using the following query: query { paymentTermsTemplates { id dueInDays } } This will ...
Thanks @kmatsumo . I am trying to do this by following your query exactly, but it is giving me the following error: {"data":{"draftOrderCreate":{"draftOrder":null,"userErrors":[{"field":null,"message":"Payment terms template id can not be empty."}]}}...
Hi all, I am trying to create a draft order that is due in 30 days. With the following request/data:    mutation CreateOrder($input: DraftOrderInput!) { draftOrderCreate(input: $input) { draftOrder { id } userErrors { field...
@GrahamS  or @kmatsumo  Do either of you know if this is the suggested way to accomplish Net-30 terms? Like, just calculate the 30 days, and assign that date as the `dueAt` property?
Hi, I am trying to use Shopify's event API and there seems to still always be problems. Specifically, I have made several products, published them, deleted them, etc. But I can not get the events API to cough up a single mention of this, regardless o...
Never mind, I noticed that this was a "pos" order, and those don't appear in the API unless you include "?status=any" in the query. So I will call this "resolved", but maybe it will help others when they stumble upon this issue.
Hi all,I have an order with the following property:"created_at": "2021-09-28T11:28:06-07:00", But when I make the following query:https://####.myshopify.com/admin/api/2021-04/orders.json?created_at_min=2021-09-27T00:00:00-07:00&created_at_max=2021-09...
The missing order is a POS order, if that helps. Nothing in the documentation seems to suggest that these shouldn't be included right alongside web orders, as far as I can tell.
This widget could not be displayed.
This widget could not be displayed.
Likes given to