greg12
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎09-27-2022 05:30 AM
Topic Started
11
Topics Started
Topic Solutions
1
Solution
Post Count
38
Posts
Post Kudos
14
Likes

Community Badges

Be careful when use /cart/update.js.Documentation says that to update cart you have to POST on /cart/update.js payload of the form { update : { id : quantity} }. But what happen in special case ...
Hi all, as we know Shopify organises sellingPlans into groups problem is that on both sellingPlanGroup and sellingPlan levels...
Hi folks, Can one of you explain me difference between default location and the location that appears on top of fulfilment priority list? Any use cases showing when one is used vs anoth...
Hi all, Let's assume we have dev store, that is password protected. Unfortunately there is no way to remove this protection ( btw why?!). However i noticed that passing password as param in s...
...when cresting price rule if any entitled variant is provided. Lets say im calling price rule api with { target_type: "line_item", target_selection: "all", allocat...
Hi, I have a question about `Shopify` global object on order status page. I need to use `Shopify.checkout` object to grab data about current order but i noticed two things : &nb...
https://help.shopify.com/en/api/graphql-admin-api/reference/object https://help.shopify.com/en/api/graphql-admin-api/reference/object/eventconnection Content of menu o...
I just noticed than when you get data from resource picker, first of all there is no documentation of data that are returned, and second, look how product id is presented, in form `gid://shopi...
Hi, I used to use Embedded App SDK, but wanted to jump on app bridge. However i have big pain to have this working. In sdk you have simple `ShopifyApp.init ` and your app appear...
Hi, As we all know behind each discount there is price rule. But for some reason rules behind automatic discounts are not return from API endpoint https://help.shopify.com/en/api/refere...
Hi there I wonder if its possible to get info if store captures payments manually or automatically. I checked Store Property APIs and i see nothing like that. Would much appreciate a...
So far i always initialized `ShopifyApp.Bar` when i needed it, when my app DOM is ready. Anyways i just read in docs that Shopify recommends to place initialization in `ShopifyApp.ready` callback. Th...
No content to show

User Activity

Im playing with graphQL discount API and i found strange thing. ShortSummary belongs to DiscountCodeFreeShipping as well as DiscountCodeBasic  but not https://shopify.dev/api/admin-graphql/2022-07/objects/DiscountCodeBxgy  What is special in BXGY dis...
I try to use shopify discount api. According to documentation  i run discountCodeBasicCreate mutation.  mutation discountCodeBasicCreate($basicCodeDiscount: DiscountCodeBasicInput!) {  discountCodeBasicCreate(basicCodeDiscount: $basicCodeDiscount) { ...
 I just shared with other developers what is going on here, one could think it behaves structured way. It doesnt. Even if I would ask 'why appId behaves like this' what you provided is not an answer to this question. You suggested that i have some sp...
I dont mean to be rude, but i didnt say appId works not as was documented. I said it is bad api design, anti pattern. I described in details why. 
I started playing with subscription related apis provided by Shopify and i see critical bad design. SellingPlanGroup schema is unclear and badly documented that ends up with situation where different apps are store data in inconsistent way. Assume yo...
As in title, is there any way to create the draft order with subscription in it? There is nothing about this in docs, i tried to specify selling_plan, or selling_plan_id or other fields for line_items but nothing helps. It always creates draft order ...
My bad, it is there. I ws searching for bad phrase "subscription" while I should "selling_plan" 
Hi all, As we all know https://shopify.dev/api/ajax/reference/cart we can easy add product to cart by specifying variantId and quantity. But it is not documented how one can add subscription created using sellingPlan API to the cart. Any idea where t...
Hi, here is great announcement https://shopify.dev/changelog/new-query-filter-on-sellingplangroups . SellingPlanGroups are now available for all the apps, not only creators. But how about web webhooks ? Documentation says nothing about any web webhoo...
I just tried the fulfillments/create and fulfillments/update and another issue, subscription to this webhook cant be create. It throws 422 Unprocessable entity. Yes i specified topic and format. If in same call i change topic to anything else it prop...
Case is that, there is store with multiple locations, and unfulfilled order. Merchant goes to the order panel and change fulfilment location (without fulfilling order). orders/updated web hook is called but without any new data, information about sel...
I know i can do in the loop but this pointless. If we have graphQL API then one of the goals is to get everything you need, and only what you need in one call. 
Hi all as in title, maybe i missed something but from what i read here https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot i can search for list of products that matches many criteria, but no for what i need. I have array of...
Anything related to order editing. Im even unable to start order editing by orderEditingBegin mutation. Error is the same  `mutation orderEditBegin{  orderEditBegin(id: some_order_id) {    calculatedOrder {      id    }    userErrors {      field    ...
As in title. Try to use graphQl API using this mutation https://help.shopify.com/en/api/graphql-admin-api/reference/mutation/ordereditaddvariant this error is thrown `Error: Field 'orderEditAddVariant' doesn't exist on type 'Mutation'` seems that som...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.