Looking to modify Shipping API to account for Hazmat Charge by Chris D'Acosta
I am selling/shipping gasoline. For each shipment fedex/ups tack on an additional surcharge for Hazardous materials. When the API tie-in queries the shipping rates tied to my account, it does not take...
View ArticleFelix feliz commented on Fulfill by API
Ahh okay, Kevin! :)Within the last hour I was trying to create a fulfillment. It's a little bit strange behavior: I' doing a POST request on...
View Articleexternal domain cart functionality. by Matt Janus
I'm building a web store and have everything build with the exception of cart functionality using the APIs. My plan was to grab the cart contents using "format=json" but i'm getting a cross origin...
View ArticleKevin Hughes commented on Fulfill by API
That looks like it probably should work but I am not familiar with php so I can't be certain. I would try and look into exactly what request is being send and make sure the payload is being sent as...
View ArticleFelix feliz commented on Fulfill by API
Hi,I'm developing in C# but that's not the point. The HTTP request is the problem. I really don't know what is going on... On the screenshot you can see my request and the response:...
View ArticleMustafa Firik commented on Fulfill by API
Hi Guys, Not sure if this is the right forum but I'm looking for information on how to customize what Shopify sends as an outside API call to a 3rd party web service. I'm using a 3rd party app to...
View ArticleKevin Hughes commented on Fulfill by API
Hey Felix,Looks like your content type is wrong in your POST request, it should be "application/json" as well
View ArticleKevin Hughes commented on Fulfill by API
Hi Mustafa,What you are talking about is a webhook subscription and presently you are only able to specify which fields you want in the payload and no other form of customization is supported (and...
View ArticleChris Saunders commented on PUT Method - Posting Changes back to Shopify API...
Using the Shopify API gem you can simply update the attributes you want to change then call save on the object. If the object is new the gem will issue a POST to create the object, otherwise it will...
View ArticleJason Messersmith commented on Adding Discounts
Is there a plan to add it?I'm trying to allow my customers to use physical gift cards in shopify. Seems like a pretty basic thing.
View ArticleFree Shipping Discount by Eileen Muti
I need a way to determine the type of a discount ($, %, or Free Shipping). I have a Free Shipping discount and while it shows up in the discount portion of the json file, the type is not there so...
View ArticlePRB: CarrierService not being sent all the line items? by Al Priest
Hi,During checkout my carrier service is currently only receiving the first line item from my cart and therefore cannot accurately calculate shipping cost. Is anyone else having this problem? This...
View ArticleAPI POST with 403 Forbidden error by Derek Dukes
I am writing .NET C# application to integrate with Shopify. With the same credentials, I can call all the GET API to get the data from Shopify without problem. However, when I turn to POST API -for...
View ArticleRyan | Add to Cart Apps commented on API POST with 403 Forbidden error
Are you using the Oauth flow? If so did you request scope for write_products?
View ArticleRyan | Add to Cart Apps commented on API POST with 403 Forbidden error
Ignore that I can see your using Basic Auth.
View ArticleRyan | Add to Cart Apps commented on API POST with 403 Forbidden error
I can't say much about the code but I'm not sure if the JSON data is case sensitive so maybe change "Product" to "product"
View ArticleRyan | Add to Cart Apps commented on Free Shipping Discount
Only thing that might help you calculate if it is in fact a shipping discount is by using the following header in your requestX-Shopify-Api-Features: applied-discountsThese features aren't documented...
View ArticleKevin Hughes commented on Adding Discounts
It is a planned feature but I can't give a timeline
View ArticleRyan | Add to Cart Apps commented on Getting 404 error while creating...
I can't see any issue however can you paste the response when you use "webhook" rather than "webhooks" as this isn't correct.
View Article