How do we get our shopify connector/app "whitelisted" ?
Hi, in shopify FulfillmentEvent https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentevent?api[version]=2020-07 has a lot more attributes in REST Admi...
Hi, We are experienced an issue with cursor based pagination as current page and next page returns same result set when 1st record and last record's updated time is same when queries through updated...
Jul 7, 2020
I am trying to extract all Orders and my app has read_all_orders permission too. We generally use a timestamp to filter our queries. the filter criteria is like updated_at_min >= xyz and up...
Oct 10, 2019
Hi, I have uploaded a CSV file of customer details on my store, after upload action not able to fetch the customer details through API.
Dec 31, 2018
tried pulling data using curl request from shopify order api with pagination (limit 200). Can see bulk of orders missing around last week of November and first week of December, 2018. This happ...
I am gettting Internal Server Error with a simple curl request made for below query /admin/orders.json?limit=20&page=1&updated_at_min=1970-01-01T00%3A00%3A00Z&status=any&order=upda...
No content to show
User Activity
03-15-2024
We are also facing same issue, Orders from more than a year ago are updated, and we being an ETL tool got a huge spike for all our clients and complaining for increase cost. Does anyone got any response from Shopify regarding the incident, what happe...
10-12-2023
Hello @Novtopro @karanQode Is this issue resolved for you? Are you still facing 404 in case of Payout endpoints? I have checked the things @karanQode mentioned, the scopes are assigned correctly, the shop name and version are also correct. Is there a...
08-21-2023
Hello @karanQode - I checked that the shop_name was correct as other endpoints are working fine.- The API version and the endpoint are correct.- Also checked the scopes and the scopes are also correct. I verified this as for another shop name with th...
Hello,I am trying to hit the /shopify_payments/payouts.json API for my shopify store but I am getting a 404 error from the API. I want to know the reason for the API giving 404 as the URL is correct and other Shopify APIs are giving responses from th...
07-17-2023
Hello,I was referring to the docs for the Payouts REST API and I can see that it returns a field for the date on which the payout was issued. So I want to check whether or not we can capture the updates using the REST or the GraphQL API for the Payou...
06-23-2023
We can see in release notes for 2022-10 that title field is to be deprecated from PRODUCT_VARIANT whereas when making API call using new version I am able to get title in the response.Will we continue to receive the title field under PRODUCT_VARIANT ...
API call for the "events" endpoint is failing with a 500 internal server error.We tried following resolutions at our end but it did not resolve the issue- Retrying after some time- Reducing page size to 50HTTP X-Request-Id : ff7638b7-3542-4c6a-a5cd-e...
I think I may have found a bug in cursor based pagination affecting the metafield endpoint.The issue happens with filtered requests where pagination is required, i.e a owner_id has more than 100 metadata associated with it. The first page is filtered...
Hi, In the shopify,I am trying to fetch the order using update_at_min param.orders REST API is returning same results in the current and next page, its keeps repeating all the time. I have found the pattern that is if all orders in the page having th...
07-16-2020
The Admin GQL API supports the following filter directly on QueryRoot.orders:- source_name- cart_token- checkout_tokenError Message: "Invalid bulk query: Field 'checkout_token' doesn't exist on type 'Order'"Thanks for replying,My use-case will only u...
07-14-2020
I was planning to migrate from Admin API to Graph QL bulk API export. I identified that many of the fields are missing in the Graph QL object. for example in Order table few of the missing fields are - number- order_number- processing_method- referri...