-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
address deprecation of Publication.name #270
Comments
@tekhaus do you have space to look this over? |
Catalog currently returns null on the order resource (notice the unstable api in their deprecation notice even). So this would be a bit of a workaround (see linked slack thread) to put in place for all of those tasks. And of course Shopify then might come back and fix the bug. https://shopifypartners.slack.com/archives/CB9K9FDTJ/p1681835379562709 Thoughts? |
Update: as of This is likely moot anyways, as here are some example catalog titles for their respective publication names:
Clearly, using those esoteric catalog titles in task configuration fields is not ideal, and without access to the API, I don't believe a merchant would be able to retrieve the catalog titles anyways. Another interesting thing about this deprecation notice is that it does not include a "resolve by" date, so it's unknown how long this can be deferred. I'll likely switch the relevant tasks to use the publication ID instead, but first I'll need to research how a merchant would be able to get this ID from the admin UI. |
Update: waiting to see what 2024-01 API will bring. Turns out the only way (currently) for a merchant to get the publication ID of sales channels from the admin UI, is to open the sales channels modal, view the page source, and search for "Online Store" etc. |
Update: no updates in the 2024-01 API except that now the resolution deadline has been set for 2024-10. Recommend suppressing this deprecation until 2024-07 release. |
Update: nothing changed as of 2024-07 API |
Concerning Publication.title, Shopify says:
The task library uses publications in many places. (As an example, this issue came up re: Auto-tag customers by sales channel.)
The text was updated successfully, but these errors were encountered: