SwiftPOD
    SwiftPOD
    • Api
      • Webhook
        • List Webhooks
        • Subscribe to Webhook
        • Unsubcribe to webhook
        • Webhook Notification - Order Status Change Example
        • Webhook Notification - Tracking Number Example
        • Webhook Notification - In Transit and Delivered Status Example
        • Webhook Notification - Stock Status Change Example
      • Orders
        GET
      • Create Order
        POST
      • Create Multiple Orders
        POST
      • Get Order
        GET
      • Update Order
        PUT
      • Update Order Status
        PUT
      • Cancel Order
        POST
      • Catalogs
        GET
    • Changelog

    SwiftPOD API

    1. Overview#

    The SwiftPOD API v1 is an API service for viewing the product catalog, inventory, getting order details, and completing orders for our printing and fulfillment services.
    Requests are made using standard GET and POST. All responses are in JSON format.
    Once you sign up for an account, you will be provided with a real API key (found in your account settings).

    2. Authentication#

    This API uses a normal method for authentication (API Keys in parameters). Your private API keys should be used as the password.
    If you are currently logged into your account settings, you can go to [Setting] -> [API Credentials] to obtain your API Keys.
    All requests must be made over HTTPS.

    3. Rate Limit#

    150 requests per 10 seconds, Block for 1 minute

    4. Get Order Information (Trackings)#

    5. Print Area Definition#

    KeyExplanation
    frontInput this key if you wish to print on the front area.
    backInput this key if you wish to print on the back area.
    inner_neck_labelLocated on the inside of the garment, usually containing vital details like the country of manufacturing origin, original garment size, and material specifics. You only need to upload your logo, and the remaining required information will be automatically updated based on the specifications of the shirt.
    outer_neck_labelLocated on the outside of the garment underneath the collar. This area offers ample space for incorporating branding elements such as logos, slogans, or additional information.
    pocketUse this key if you wish to print on the pocket area of the product.
    above_pocketThis key is for printing on the area above the pocket of the product.
    left_sleeveUse this key if you intend to print on the left sleeve of the garment.
    right_sleeveUse this key if you intend to print on the right sleeve of the garment.
    3dfThis key indicates the use of UV 3D printing method on the front area of the product.
    emb_front_smallThis key signifies embroidering on the small front area of the product.
    emb_left_chestThis key signifies embroidering on the left chest area of the product.
    bleed_mugThis key indicates the use of print on bleed mug. Print area "bleed_mug" is exclusively available for specific SKUs.
    dtf_fThis key signifies printing on the front area of the product using Direct-to-Film technology.
    dtf_bThis key signifies printing on the back area of the product using Direct-to-Film technology.
    dtf_pocketThis key signifies printing on the pocket area of the product using Direct-to-Film technology.
    dtf_above_pocketThis key signifies printing on the above pocket area of the product using Direct-to-Film technology.
    maxprintThis key signifies printing on the largest area of the mug, covering almost the entire surface. Print area "maxprint" is exclusively available for specific SKUs.
    posterThis key indicates the use of print on poster. Print area "poster" is exclusively available for specific SKUs.
    die_cutThis key indicates the use of print on sticker. Print area "die_cut" is exclusively available specific SKUs.
    emb_back_largeThis key signifies embroidering on the large back area of the product.
    emb_back_mediumThis key signifies embroidering on the medium back area of the product.
    emb_back_smallThis key signifies embroidering on the small back area of the product.
    emb_front_largeThis key signifies embroidering on the large front area of the product.
    emb_front_mediumThis key signifies embroidering on the medium front area of the product.
    emb_left_sleeveThis key signifies embroidering on the left sleeve of the product.
    emb_left_wristThis key signifies embroidering on the left wrist area of the product.
    emb_right_sleeveThis key signifies embroidering on the right sleeve of the product.
    emb_right_wristThis key signifies embroidering on the right wrist area of the product.
    AUTHORIZATION Bearer token
    TokenAPI_KEY
    Next
    Webhook
    Built with