Shopify is an online platform for creating e-commerce sites.
0
votes
1answer
254 views
When GETting a list of products via Shopify API, how does pagination work on the server side?
Scenario: Store with 1000 products; need to download them all. Requests for products are limited to a maximum of 250 products per call, and apparently the API may or may not return the "limit" ...
0
votes
1answer
134 views
Shopify Batch API Redirects
Using POST via an HTTP Client we are having a little trouble adding some redirects to our store via the Shopify API using a Private App we created.
...
0
votes
0answers
66 views
Using two Shopify shops with a single Worldpay account [closed]
We'd like to use two different Shopify shops with one Worldpay account.
At the moment the transaction IDs given to Worldpay are created from the order number and the transaction number, e.g. #1001.1. ...
1
vote
1answer
121 views
Deserializing JSON into C# object with Shopify API
I want to convert the JSON output of the Shopify API call into an object I can manipulate in C#.
This is the code I have so far
1 var client = new ShopifyAPIClient(new ShopifyAuthorizationState { ...
1
vote
2answers
211 views
Shopify - creating session for private app
I am trying to create an app using RoR so I can test the ShopifyAPI.
I am using a private App I created via the partner admin portal.
I tried to create a session using the password generated. The ...
0
votes
3answers
254 views
Can I change a date on shopify blog using api?
I must be brief, not much time left...
I'm trying to backdate some blog posts that were written in the run-up to our store launch.
I'm using curl from the command line and I can POST new blog ...
0
votes
2answers
177 views
How do I add a metafield to a Shopify Collection using python API?
I am using the shopify Python API. There is only a short tutorial at
http://wiki.shopify.com/Using_the_shopify_python_api
and it doesn't include anything about metafields. I am not sure how I am ...
0
votes
1answer
73 views
Method for letting customers add additional personal information (ex: default size) in Shopify?
I'm a first-time Shopify developer looking for a way to let customers enter additional data about themselves in Shopify. Specifically, I'd like to add a page or modify the account info page so the ...
0
votes
1answer
81 views
do I have to register as a shopify partner?
(I am reposting this question here because I tried on the google news group and got no responses.)
I need to build a shop for my client, and the client already has a domain and a web site. I need to ...
4
votes
1answer
218 views
Shopify app login issue
I have switched from legacy to oauth2 authentication on a Shopify app. Now, whenever I visit the app from a stores admin page (My Apps -> App) it redirects me always to the login page instead of ...
0
votes
1answer
33 views
Are shopify apps limited to touch only products and post-sale?
I've read through all the API documentation and looked at the shopify app PixelPrinter on github and I'm not seeing anywhere in the doc's where I can have a customer add a custom dollar amount on ...
0
votes
2answers
369 views
Integrating custom analytics with Shopify
I am developing an analytics product similar to Google Analytics and want to offer an integration for our Shopify users.
I would need to do just two things:
1) Insert our JavaScript snippet into the ...
5
votes
1answer
457 views
Updating inventory quantities using the Shopify API
I'm trying to update products using the Shopify API. Here's a sample XML request to update the title, weight and inventory of a product:
<?xml version="1.0" encoding="UTF-8"?>
<product>
...
0
votes
2answers
506 views
Is there a way to load Shopify product images and other resources from an external server?
Shopify servers, especially cdn.shopify.com, are horribly slow at times. Is there a way to optimize a store for a more consistent performance, or to link PRODUCT images from an external server so we ...
0
votes
1answer
29 views
US states in abbreviated form in Shopify
During checkout, US states are currently spelled out in Shopify once selected.
Is it possible to display it once selected to abbreviated form?
We would like to be able to export this information in ...
1
vote
1answer
111 views
Obtaining a users subscriptions via Shopify App Proxy
Can the App proxy be used to pass through various ID's for a separate backend rails app?
I have the case where we've implemented a subscription system in a separate rails app, but we want to show the ...
1
vote
1answer
51 views
what is the maximum allowed field length for the fulfillment tracking number
What is the maximum allowed field length for the fulfillment tracking number if edited through the Shopify API? I have instances where more than one tracking number may be required for a line item ...
1
vote
1answer
79 views
Is there a way to have only one URL per product in Shopify?
It looks like a product may have many different URLs in Shopify. For example, a product that is part of two collections (say, "Televisions" and "LCD TVs") will have two different URLs, depending on ...
1
vote
1answer
277 views
How to use PHP Curl::Easy to post a metafield to a product using Shopify API
I am trying following code to insert metafield value to a product. But it giving
"
HTTP/1.1 422 Unprocessable Entity Server: nginx Date: Tue, 21 Aug 2012 20:23:46 GMT Content-Type: application/xml; ...
1
vote
1answer
105 views
Shopify API: Error Creating New Custom Collection. {“errors”:{“title”:[“can't be blank”]}}
I have been trying to Add new Custom Collection Using Shopify API. But kept getting Error for title cannot be blank.
While Title is already being Set in POST fields
My Code is as below:
$url = ...
2
votes
1answer
169 views
Shopify API call limit for private apps
We are developing a private app for use with our Shopify store. To ensure we don't cross the API limits, we've implemented a basic configurable delay per API call.
We started with the documented API ...
2
votes
2answers
215 views
Getting current Product ID with Shopify API for a Javascript API call
I'm toying with developing a Shopify App that uses the DaisyAPI dynamic image service for Shopify. In order to make the correct call to the Daisy API, I need to know what Product the customer is ...
3
votes
2answers
62 views
Shopify gem: is there a way to retrieve the terms of service for a store?
I took a look at the documentation page, but it looks like the terms of service doesn't come back when you load up a store through the API. Is it possible to retrieve this?
0
votes
2answers
428 views
Multisite application in Rails (like shopify.com)
I would like create web app like shopify.com.
User can pickup subdomain(or domain), theme and have own store.
How can I do this?
Create main application, deploy it automatically like new standalone ...
1
vote
1answer
175 views
Are line item properties exposed in the Shopify Order API?
Is it possible to retrieve the custom properties (see here http://wiki.shopify.com/Line_Item_Properties) for all the order's line items within the Order API?
I need to create a custom report for all ...
2
votes
2answers
150 views
Shopify API - ScriptTag dependency management?
I have a Shopify App that adds a ScriptTag via the API right after installation. The script depends on jQuery and the Shopify jQuery AJAX library. I'd like to avoid forcing merchants to edit multiple ...
1
vote
1answer
80 views
Predicting WorldPay transaction ID with Shopify
We're using the WorldPay payment processor with Shopify.
When a transaction is created in WorldPay it's given an ID based on its order number in Shopify. For example:
#1010.1 for order number 1010
...
0
votes
1answer
85 views
How can I show how many units have been sold of a single item?
On the product page of the item, how?
I know you can show how many are in stock, but how do I show how many have been sold?
1
vote
1answer
321 views
shopify order fulfillment issue using shopify_api gem
I have a problem in fulfilling the line item in a order through shopify_api gem. When I fulfill a single line item it fulfills all the line items in the order. I have looked into it and people say ...
1
vote
1answer
150 views
Setting and accessing metafields on Shopify images
I am trying to use the image metafield functionality described in the Shopify API reference as such:
"{
"position":1,
"metafields":[
{"key":"variant_sku",
"value":"A176-6053",
"value_type":"string",
...
0
votes
1answer
63 views
Retrieve WorldPay auth token via the Shopify API
We're using Shopify with WorldPay as a payment processor. Is there any way of getting the WorldPay authorization token for an order via the Shopify API?
1
vote
1answer
139 views
Accept payment via the Shopify API
In the Shopify admin area there is a button on each order to "Accept Payment". Is there an equivalent action that can be performed via the API?
0
votes
1answer
40 views
Shopify - When do orders_count & total_spent fields of Customer object show real value?
I want to know when the orders_count & total_spent fields of Customer object show real values. When I fetch my orders I mostly get values as 0, 0.0 for orders_count & total_spent fields ...
1
vote
3answers
280 views
Shopify Liquid: How to only show a compare at price for a product variant if the compare at price exists?
I'm trying to show the compare at price for some product variants but I can't figure out how to only show it when there is compare at price for the variant that is greater than zero. It's showing ...
1
vote
1answer
72 views
Two webhooks with the same URL
If I have two Shopify apps that have configured webhooks pointing to the same URL for the same events - when one of those events gets fired, will my webhook get fired once, or twice?
1
vote
1answer
142 views
Trouble updating a Shopify variant's inventory quantity via PUT
I'm attempting to update variant inventory quantities via the API using the XML version of one of the PHP API libs, but am having problems. I feel like I'm really close but so far all I'm getting back ...
1
vote
1answer
209 views
Tracking query strings in Shopify, using webhooks and admin options
I was redirected here by Shopify support. I have three main questions for a project I'll be working on and wanted to see how possible some of the things would be.
We are looking to develop a plugin ...
1
vote
2answers
58 views
What is the correct way to scope user data in a rails shopify app?
For locally stored data, what is the best way to scope entities to the currently logged in shop owner?
2
votes
2answers
300 views
I want to add a custom email variable to Shopify Order Notification
Could anyone tell me how to add a custom email variable to a shopify order notification?
For example, by default the order notification already contains the following:
Shipping address
{{ ...
2
votes
1answer
105 views
Shopify Django/GAE API
When attempting to set this up, I am encountering the following error:
Traceback (most recent call last):
File "manage.py", line 11, in <module>
import settings
File ...
1
vote
1answer
47 views
Shopify - xml does not show the value of the attribute
I have a screen which uses the Shopify API to display pending orders. I added a cart attribute to show the preferred pick up time of their order. This was working fine up until a few weeks ago. Now ...
0
votes
1answer
93 views
403 Forbidden when calling get products or get customers
I am working on a private app for Shopify, and I can successfully download a list of orders in XML format using GET /admin/orders.xml. However, when I try to get a list of customers or products, I get ...
0
votes
1answer
176 views
How to prefill select shipping method dropdown on step2 of shopify chekout page?
I guess the title pretty much explains what I want to do.
The thing is we have to provide some options based on the shipping method, so we developed a custom app for that,and provided the options on ...
1
vote
2answers
171 views
Shopify API: Selling items through a 3rd party charging process
I'm building an auctions app for Shopify. The way it would work is that it would use a payment gateway like Stripe to capture the payment details of a bid and then execute the winning bid at the end ...
1
vote
1answer
635 views
Shopify post Ajax add to cart success message on Cart page
I'm building an online store using Shopify and have come across some jQuery/Ajax code in the default template that I would like to modify for my needs.
function addToCartSuccess (jqXHR, textStatus, ...
1
vote
1answer
76 views
Installing a custom app on Test Shop with GAE/Django
I'm having some troubles getting a custom app installed on my test shop using django and app engine. I downloaded the appropriate zip file on github for the app engine project ...
1
vote
1answer
141 views
How do I edit a Shopify Web Hook?
I need to have the Shopify Web Hook parsed in the way I want it to look myself, I want it to HTTP POST only a few lines of information that are taken from the order that the Web Hook will be sent for.
...
1
vote
2answers
128 views
Redirect back to “purchases” page after order completion
I've inherited an app which uses the legacy shopify API and I have a hard deadline of August 21st, so I want to avoid updating the API to solve the problem.
We are selling e-documents, and the ...
1
vote
1answer
99 views
Are product metafields included when fetching an order from Shopify via the API?
We are building an app to pull orders from Shopify and import them into a third-party system. As part of this we need to access metafield data for the products. Is this included in the product details ...
4
votes
1answer
94 views
Asset cache time on Shopify servers
When editing a custom .css.liquid file that is not automatically set up by Shopify and cannot be placed in a page (since it does not have access to Shopify's Liquid templating system), I find that it ...