No content to show
User Activity
02-07-2022
Hello again @awwdam ,Thank you very much problem solved, I was sending the page_info in the request header instead of the body request. It's working now! Thank you !
02-07-2022
Hello @awwdam ,Thank you for answering me! I've checked the documentation of REST pagination, and I'm only sending the parameter updated_at_min="2022-01-01" in the first call without sending page_info, then I'm only sending page_info and limit in the...
02-04-2022
I'm currently using the Shopify API to retrieve all the customers, products and orders. The problem is while testing the API in Postman, The API returns the "link" in the header containing the next page token, but from the thrid page I receive the sa...
02-03-2022
I'm currently using the PHP Shopify-API package to communicate with Shopify Admin Rest API, when I use it to get orders, products or customers from a specified date for example updated_at_min="2021-01-01T00:00:00+00:00", I get the page_info used to r...