The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
29 views

Modify an existing Fulfillment unexpectedly returns 404 page

I am currently using sandeepshetty's shopify.php plugin on github https://github.com/sandeepshetty/shopify.php The plugin appears to work and the logic is fairly simple. I have tested it using the ...
0
votes
3answers
1k views

Add new carrier to Magento for order tracking (Initial CityLink)

I wish to use the UK Initial CityLink courier, as the shipment provider. Does anyone know anything on integrating with their systems, such as an extension or plug-in? If not, how can we add a new ...
0
votes
0answers
103 views

How to autofill an HTML form field using and external .txt with PHP

The main question is: I have a .txt with all the airports in the world, and like every airport, there is a coordinate containing an latitude, and longitude data, like this: ICAO Latitude Longitude ...
-1
votes
1answer
151 views

Shopify and Fulfillment by Amazon UK [closed]

I have created a webstore for a client using Shopify, they are keen to use Amazon Fulfillment Services and have sent all there products off to the Amazon warehouse ready for the shop launch. However ...
0
votes
1answer
161 views

fulfillment of orders via shopify API

i have a test shop on shopify. When the orders are created I want to update their fulfilment status to "Fulfilled" via PHP API calls. So far nothing is mentioned in the documentation to update 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 ...
0
votes
1answer
290 views

Do Inventory Management systems provide an API?

We are building an eCommerce product that we would like to interface with the inventory and shipping departments at several online retailers. What are the most common inventory management systems? ...
1
vote
3answers
800 views

Multiple Items Same Shipping Consignment in Magento

Say I have products 1, 2 and 3. They can all be sent in the same consignment, but with a maximum of 5 per consignment. How do I set it up so that the checkout recognizes this and only applies the ...
2
votes
1answer
737 views

Magento order ID reorder

With set of products in my shopping cart When I login and start an order I get assigned an orderID. If I then sit on my order, or logout and come back again, my cart products is still there and the ...