FastPOD
    FastPOD
    • Getting Started
    • Orders
      • List Orders
        GET
      • Get Order
        GET
      • Create Order
        POST
      • Cancel Order
        POST
      • Estimate Order Price
        POST
      • Estimate Item Price
        POST
      • Update Order
        PUT
      • Update Status
        PUT
    • Catalog
      • List Catalogs
        GET
    • Webhook
      • List Webhooks
        GET
      • Subscribe
        POST
      • Unsubcribe
        DELETE

    Getting Started

    FASTPOD is a specialized Print-On-Demand (POD) fulfillment service that provides efficient handling of POD products. The FASTPOD API v1 functions as a dedicated service for accessing the product catalog, managing inventory, retrieving order details, and fulfilling orders seamlessly within our printing and fulfillment framework.
    Interactions with the API are facilitated through standard GET and POST methods, with all responses provided in JSON format for ease of integration.
    Upon registration, you will be furnished with a unique API key, conveniently accessible in your account settings. This key serves as the authentication mechanism, granting you the capability to securely authenticate and engage with the FASTPOD API, thereby enhancing your overall experience with our fulfillment services.

    Authentication#

    This API employs standard authentication methods, utilizing API Keys as parameters, with your private API keys serving as the authentication password.
    If you are presently logged into your account settings, you can navigate to [Settings] -> [API] to obtain your API Keys.
    It's imperative that all requests are conducted over HTTPS for security reasons.
    Modified at 2023-12-28 09:50:29
    Next
    List Orders
    Built with