Fulfilling orders Through API Using Postman

      Shopify orders can be fulfilled by vendors using API from Auto Fulfill. Some vendors will be having their own system of fulfilling orders, In such case,  Auto Fulfill API will help them fulfill the orders.

      Note: This documentation is useful for those using Postman HTTP client, the JSON data inside the body is case sensitive.   

      Steps

      • Once the data is entered correctly, click the send button to reflect the tracking number and the tracking company in the vendor link.

      • You can see the result in postman, whether the entered tracking numbers and tracking company are updated successfully in the Auto Fulfill vendor link. Find the below screenshot for reference.

      • Result: The tracking number and company entered in the postman can be seen in the vendor link, below is the screenshot of the vendor link.                 

                     

                   

      

            GIF

    Sample Data: 

    [{

    "Tracking number": "ABCD256",

    "Tracking company": "Test",

    "Order id":1351208271974,

    "Lineitem id":2919932231782

    },

    {

    "Tracking number": "ABDE46",

    "Tracking company": "Test",

    "Order id":1351214399590,

    "Lineitem id":2919943143526

    }]


Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us