Extending Existing Object Structures in Shopify by Kyle Duke
Good Afternoon,I'd like to preface by saying that I haven't done any development for Shopify in the past, and this is mostly looking to ensure that what my client is asking for is even possible. I've...
View ArticleMaarten van Grootel commented on Extending Existing Object Structures in Shopify
Hi Duke,Most of what you want can be done via the API, although maybe not exactly as you envisioned. A few key techniques are interesting for you* Embedded App SDK: With the embedded App SDK you can...
View ArticleGetting the most recently added product by Eric Boisjoli
Hi Guys, I'm in the process of creating an app and I'm looking for a quick way on install to get the latest Product ID as my app will only affect products created after the app was installed (using...
View ArticleMaarten van Grootel commented on Getting the most recently added product
Hi Eric,If you only want new apps since installation you might want to use webhooks on product creation. Then you get notified when there is an new product is created and you don't have to poll Shopify...
View ArticleRobert commented on Create Webhook Bad Request
Ah ok I understand.. Definitely less than optimal.. Thanks
View ArticleEric Boisjoli commented on Getting the most recently added product
Awesome Maarten, thank you!
View ArticleEric Boisjoli commented on Getting the most recently added product
My tests seem to show that the order field is not supported.
View ArticleShopify Shipping Methods -- Mapping Matrix by Adam Blodgett
We have recently opened up our store with Shopify. We received our first international order the other day (from the UK). We have 'carrier calculated shipping' enabled as well as a few different...
View ArticleShopify and STamps.com by Jaime Elwood
Any idea when Shopify will have a direct integration for Stamps.com vs. having to use ShipRush?
View ArticleRobert commented on Using the API asynchronously (and without a user or browser)
How can I craft an https request to reuse a permanent access token for a background process? I'm using .Net for the background process. Any language examples would be fine or simply the idea of how the...
View ArticleRobert commented on Using the API asynchronously (and without a user or browser)
I guess a more direct question would be is it the same process as using the api url and token as I normally do? And the shop url and unique token identifies the shop?
View ArticleRob Cameron commented on Using the API asynchronously (and without a user or...
The Webhook API worked great for me. And I didn't need to worry about doing anything asynchronously: as soon as user signs up the first time I create the Webhook (I already have their token in session...
View ArticleRob Cameron commented on Using the API asynchronously (and without a user or...
Robert: see steps 2 and 3 here: http://docs.shopify.com/api/tutorials/oauthStep 2 gets you the permanent token and then you can use that in a header in async requests (supposedly: I've never done this...
View ArticleN Karapota commented on How to insert button (some HTML and JS code) on page?
Hi. Thx for help.I have progress. All errors are fixed and html code is inserted into page.I have one more question. Can I chose pages for inserting html code? Are there any functions for returning...
View ArticleRobert Newton commented on Customizing Order Printer templates
I'm looking for the same thing. I need UPC codes listed on our order forms/invoices. If I put the UPC code in as variant option 1 how can I get them to print on the Order?
View ArticleMatthew Buttler commented on Shopify and STamps.com
Hey Jamie!We're hoping that an app developer will be able to create an integration with Stamps.com at some point, but as far as I know this isn't on Shopify's roadmap for the admin.I might suggest...
View ArticleCan Create order but can never change it with the api by Andrew
Hello,I noticed that the ability to programatically add an order via the api was recently added. This is great and very helpful, however once I have created and order via the api it seems as though it...
View ArticleChris Saunders commented on Unable to change order created from api
Orders are archival information so being able to change data like line item prices is not possible once the order has been made. This kind of makes sense since if you've already sold the product you...
View ArticleForsberg+two commented on Customizing Order Printer templates
Hi Guys,You are most likely looking for the line_item_properties which is where these extra bits of information get stored on the order. An order can have many line items (products), and each line item...
View ArticleBogus gateway orders lowering my trial order count by Malgorzata Szweda
Hello, I'm a developer for a third-party app and we need a lot of bogus and test orders. We have developer account active but every test order lowers the trial count.One of your pages says:"Dev Shops...
View Article