How to test orders with Apliiq API

How to test orders with Apliiq API

At this time, Apliiq does not offer a sandbox or development environment for API testing. To test order creation, developers will need to place a real order using a valid payment method and then cancel it.


How Testing Works

To simulate an order through the Apliiq API:

  1. Connect your API integration
    Ensure your API is properly set up and authenticated with your Apliiq account.

  2. Add a valid payment method
    A real payment method is required to place orders.
    👉 Learn how to add a payment method:
    Add a payment method to your account

    (A payment method is required before any order can be processed.)

  3. Place a test order via the API
    Submit your order as you normally would through your integration.

  4. Cancel the order in your Apliiq account
    Immediately log into your Apliiq dashboard and cancel the order.

    👉 Step-by-step instructions:
    How to cancel an order


Important Notes

  • Cancel the order the same day it is placed
    Orders move into production quickly. If not canceled in time, they may be fulfilled.

  • Orders can only be canceled before production begins
    Once production starts, cancellations may not be possible or may incur fees.

  • Do not delay cancellation
    Orders can move from “New” to production quickly, so act immediately after placing your test.


Best Practices

  • Clearly label test orders (e.g., include “TEST” in the name or notes).

  • Use a low-cost product for testing.

  • Run tests during business hours so you can monitor and cancel immediately.

  • Confirm the order status updates to “Canceled” after completing your test.


Summary

Because there is no sandbox environment, testing the Apliiq API requires placing a real order and canceling it right away. As long as you cancel the order the same day—before production begins—you can safely validate your integration without fulfillment.

    • Related Articles

    • Warehouse API Endpoints

      These endpoints are currently in development. This document outlines the Warehouse API for our application, providing details on endpoints, authentication, request formats, and response structures. It is intended for developers integrating with our ...
    • How to Place a Test Order with Wix + Apliiq

      If you want to test your store setup before going live, you can place a test order through your Wix storefront and send it to your Apliiq account. Follow the steps below to ensure the order properly syncs. 1. Install the Wix Stores App Before testing ...
    • Get Order Endpoints

      Get Order Use the Get Order endpoint get a list of your Apliiq orders or the details of a specific order. Get List Of Orders Provide a month or year filter to retrieve a list of orders from the specified time period. GET ...
    • Apliiq API Overview

      ? Apliiq API Overview The Apliiq API empowers developers and businesses to seamlessly integrate Apliiq’s custom apparel design and manufacturing platform into their own websites, apps, or internal systems. Whether you're building an ecommerce ...
    • Create Order

      Introduction Create an order Overview This API enable you to send order to Apliiq. Authentication using API Key and Shared_SECRET provided to create hmac signature authentication header authorization schema x-apliiq-auth header authorization value ...