Quantcast
Channel: Opinion: Shopify Community - Shopify APIs & SDKs
Browsing all 25503 articles
Browse latest View live

Max Rice commented on Migrating Squarespace Blogs to Shopify?

Hey if you can email me at support@blogfeeder.net, I can ping you as soon as the new version is ready to try :)

View Article


Ben Cox commented on How create add to cart using api

The ajax api is definitely one way you could go. Another one is using Cart Permalinks where you could just dynamically alter the product id(s) and quantity to reflect what the user wants

View Article


Ben Cox commented on 500 Error when loading the app for a shop with many...

Shopify will only return a maximum of 250 products per call (and the default is only 50). To get 250 at a time and also work with pagination your call would look like this:@products =...

View Article

Ben Cox commented on How transcation the money using shopify api when order...

As it stands there isn't any way to complete a proper checkout using the Shopify API. That is to say, a customer cannot use the Shopify checkout to give money to the merchant over the API. You can,...

View Article

Ben Cox commented on Forloop on smartcollection, with 50 limit?

The paginate liquid tag should help you out with this. You'll be able to iterate through the collection in blocks of 50, one page at a time

View Article


Ben Cox commented on Shopify demo application shop orders access

It doesn't look like any of the errors are being returned by Shopify (at least not any more). I double checked in our logs and the call you make to orders.json is completed with no problems.  

View Article

Ben Cox commented on Accessing Order Info on Product Page

That limitation may have been in reference to Liquid (I'm not entirely sure though) as there is nothing preventing you from exposing Order information on the storefront using the API - though you would...

View Article

Ben Cox commented on Billing API Error!

If the store you're trying to charge is a test, development, or demo store it won't work. In order for charges to process the store needs to be an active store with valid payment information -...

View Article


Ben Cox commented on How can we get the individual product sales/purchases...

I'm not entirely sure what you mean by individual product sales on product pages? Can you elaborate a bit more?

View Article


Ben Cox commented on Problem with saved customer search

Unfortunately I cannot replicate what you're experiencing with the saved search. I recreated your saved search on a test store of my own and it works as expected. It's possible there is an issue with...

View Article

sathiyaseelan kt commented on How transcation the money using shopify api...

Thanks Ben cox. 

View Article

Hristo Antov commented on Shopify demo application shop orders access

Hello Ben,Thank you for your response on this.I see that you tried the demo shop which doesn't have the problems I described. The problems was observed when the application was tried on two real shops....

View Article

rbleeker commented on Can I add / remove items from the product_type drop...

Sorry to bump this thread, but if Shopify can show a list of unique Product_Types, can we get access to a API call that does the same and returns a list of unique product_types used in the shop? Same...

View Article


Ben Cox commented on Shopify demo application shop orders access

If you email me one of the real shops (assuming you don't want to post it here) I can take a look in our logs to see whats up:benjamin.cox@shopify.com

View Article

Zvika Zisser commented on Problem with saved customer search

I've tried it with different browsers and got the same behaviour.Actually I'm able to reproduce the issue even through the UI. I just do the following:Go to to /admin/customersClick on 'Filter...

View Article


Shipping calculation Embedded App by Lawrence Keyes

Hi....we have a very simple shipping formula with 4 tiers under $100, and then a percentage of the purchase price over $100.00. It works well for us so that we don't have to enter shipping costs or...

View Article

Max Rice commented on Upload Files via API

A good idea but it fails with an invalid_scope message:OmniAuth::Strategies::OAuth2::CallbackError at /auth/shopify/callback invalid_scope 

View Article


discounts by Icegital

Hi, can one develop app like this, using shopify API? Is it possible?...

View Article

CharlesTop commented on Forloop on smartcollection, with 50 limit?

Ben,Yes I am aware of the Paginate liquid tag, however I am not seeing how this would help with iterating through a list of product in a collection "programically". Obviously the paginate is useful on...

View Article

Max Rice commented on Upload Files via API

Shopify support advised this isn't on the roadmap, unfortunately.

View Article
Browsing all 25503 articles
Browse latest View live