Jun 4, 2020
Hi folks, I am having issue with pulling products that published in Online Store. I am running query in this store and there is bunch Sold Out(inventory == 0). I am on this API v...
May 4, 2019
hi dev theme fellows, I am pretty new to dev theme. a friend of mine has an issue on sorting newest products on `whats-new` page. Her workflow looks like this: she preps to release produc...
Apr 10, 2019
What is the grace period for switch?
how long after deprecation does the feature get removed from API? https://help.shopify.com/en/api/graphql-admin-api/reference/mutation/productupdate Question is on this `published` ...
No content to show
User Activity
@hassain thanks so much! Is there a plan to have a similar "trackInventory" in RestAPI?
11-15-2019
Hi folks, I am curious if tracksInventory in GraphQL is carrying the same meaning as inventory_management in RestAPI.
thank you @Josh ! I think it is ok at this point.
@Josh reading from the doc I do not think it is going to work for me. https://help.shopify.com/en/api/guides/sales-channel-sdk/overview Usage guidelines
Sales channels must be marketplaces or platforms where merchants can sell their products outside ...
Kewl I will give it a shot. Otherwis my implementation looks like this which I do not like.
@Josh also I do not see publication webhook is documented? Unless I am looking at wrong plase. https://help.shopify.com/en/api/reference/events/webhook
@Josh thanks so much on this. I made solution for this and it seems it is working and under customer testing.
I have scheduled product but noticed when it gets released it does not send webhook on product/update. I was under impression that is supposed to send an update. I am wondering if it is the way it works?
Ok. I added additional logic around it and will be changing to new version 2019-07. I decided to unmarshal two IDs - id and admin_graphql_api_id. if admin_graphql_api_id is an empty fallback to decorated otherwise I will use it. Anyway, I am sti...
@Josh ehhh .... killer! I did some workaround for now. I guess it should be ok. decorProduct := "gid://shopify/Product/" + strconv.FormatInt(product.ID, 10) The only concern I have on this wording since I am decorating URI now. There is no...
Thanks so much @Josh !
Thanks much @Josh! just to understand is this something will be enabled on next release - 2019-07? if so I will switch my meta to that release. I would like to start using it.
Per docs - https://help.shopify.com/en/api/reference/products/product#show that field should be part of json "admin_graphql_api_id": "gid://shopify/Product/632910392",I do not see it is coming via webhook(product/update). Is this expected? I tho...
04-08-2019
Went via REST.
03-24-2019
Hi there, I am having trouble to publish/unpublish product via GraphQL. Per this doc:https://help.shopify.com/en/api/graphql-admin-api/reference/mutation/productupdate published (Boolean)
This argument is deprecated: Use PublishablePublish instead...