Apliiq Fulfillment URL: Complete Setup & Configuration Help

Fulfillment URL Webhook

Introduction

In order to complete the fulfillment workflow via API, you can setup an endpoint to receive tracking information when Apliiq ships your order.  You can setup your endpoint within your Apliiq account.  

How to setup your fulfillment URL

1. Go to the stores page in your Apliiq account.
2. Find the custom store store you are using for your API credentials 
3. Click the link icon:
4. Add your endpoint to the print on demand or warehouse fulfillment endpoint:



Header "x-apliiq-hmac" hmac-value

hmac-value is calculated as follow base64_encode(HMACSHA265([Base64_payload], Shared_SECRET)) 

You may use hmac-value as a way to validate the post is from Apliiq.  You can also include a validation mechanism in your URL if you wish to add further security measures to your end point.

Payload example  
  1. {
        "fulfillment": {
            "order_id": "1569438492",
            "status": "success",
            "tracking_company": "USPS",
            "tracking_numbers": [
                "9400111699000516881728"
            ],
            "tracking_urls": [],
            "line_items": [
                {
                    "id": "1511138222",
                    "quantity": 1,
                    "sku": "APQ-1998244S7A1",
                    "name": "cotton heritage polly pocket - M / denim"
                }
            ]
        }
    }

    • Related Articles

    • How Does Tracking And Fulfillment Work With Dropshipping?

      It’s Probably The Best Part About Dropshipping Knowing that you have a partner that will individually fold, package and ship your orders for you, completely frees you up to focus on the most important part of your brand, building your brand vision ...
    • Using the Add to Store Webhook

      The Add to Store Webhook allows partners to connect a custom store or external ecommerce system to Apliiq’s standard Add to Store workflow. By adding a webhook URL to your Apliiq account, you can send product data from Apliiq to your own store ...
    • Who Is Notified When A Product Is Shipped?

      Once your order is shipped the tracking information will be emailed to you, just like any order placed on the Apliiq website. We do this to let you know that we have mailed the order on your behalf. However, that shipping notification is not sent to ...
    • Using Product Search Endpoint

      The Product Search Endpoint allows Apliiq to retrieve product information from your third-party ecommerce platform. By adding a product search URL to your Apliiq account, you allow Apliiq to send a GET request to your system and return products from ...
    • How to install Apliiq WooCommerce Plugin

      Great news! Apliiq has a pre-built plugin that will allow you to point & click your way to integration your WooCommerce store with your Apliiq account. You don't need to write any code to get things up and running, just follow the below instructions. ...