Jun 20, 2019
I am trying to get disputes from the Graph API but have not been able to figure out a valid way to do it. The primary issue appears to be with permissions. I have tried the API scopes: ...
It appears that there is no way to pull all product tags from a store with more than 250 product tags when using the { shop => productTags } connection. Example GraphQL API call: { sh...
No content to show
User Activity
Hello, this is for public apps. Is loading a single product by ID via REST API being deprecated? It wasn't clear to me from some of the verbiage used.. For example: Listing, creating, updating, and deleting products is deprecated as of REST API 2024-...
It was not super clear to me if anything changes in regards to the singular GET products/ID query the after Feb 1st, 2025. Will fetching a single product via the REST API continue to function normally for the foreseeable future?
Related to previous post | Publication GraphQL object The issue is that there appears to be no valid way to get publication names (where you can publish products to). Example:query publications {
publications(first: 5) {
edges {
...
The Fulfillment Order documentation states that the delivery_method/method_type can have a value of "pick_up". However, in the API, when fetching the Fulfillment Order object, a pickup is actually marked as "pick-up" (hyphen vs. underscore). API Docs...
OKAY, might have found my issue.created_at:>'2023-02-24T16:51:09+00:00' (works)
vs.
created_at:>'2023-02-24T16:51:09+0000' (errors) Turns out the date library I was using was not formatting the timezone offset properly for ISO8601 dates. "+0000" inst...
Well, it appears that the issue may be more specific to dates with times. When running a query against orders, based on a specific time.. This works correctly:created_at:>'2023-12-12T22:45:00+0000' AND created_at:<'2023-12-14T22:30:00+0000' This doe...
Ok thank you. We'll make the change and monitor!
We are suddenly running into INTERNAL_SERVER_ERROR responses for Products queries that use a date search filter, and where the filter value is wrapped in single quotes. Example:{
products(first: 10, query: "created_at:<'2023-12-12T13:23:28+0000'") ...
07-27-2023
IssueWhen fetching a customer record from either the REST API or the Graph API, the following values will be invalid for customers who have placed an order, but where the customer record itself has not actually been updated:orders_count (numberOfOrde...
Can someone from Shopify confirm if bug or feature?
Can someone from Shopify confirm this issue?
In the update product metafield was there an issue with the value, missing curly brace? {{ generateText.text }}
07-13-2023
The limitation for 25 maximum interactive settings, and maximum of 6 non-interactive settings is a major limitation. Since Shopify is deprecating the Assets API and essentially forcing people to use theme app extensions and app blocks, migrating to a...
The limitation for 25 maximum interactive settings, and maximum of 6 non-interactive settings is a major limitation. Since Shopify is deprecating the Assets API and essentially forcing people to use theme app extensions and app blocks, migrating to a...
I have found an issue when using a products query with the savedSearchId parameter where the results are not what I am expecting. [docs] Reproduction StepsCreate a custom collection, Collection ACreate some products (Product 1, Product 2, Product 3)P...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
631 | 12-16-2023 06:07 PM | |
1065 | 08-31-2021 01:05 PM | |
4388 | 04-06-2021 02:09 PM | |
1215 | 06-20-2019 02:45 PM |