Printags Public
    • Accounts
      • Get current account
        GET
      • Get an account by ID
        GET
    • Orders
      • Find orders
        GET
      • Get an order by ID
        GET
      • Create a new order
        POST
      • Validate an order
        POST
    • Files
      • Upload a file
        POST
      • Get a file by ID
        GET
    • Statuses
      • Get all statuses
        GET
    • Schemas
      • Account
      • Address
      • Customer
      • Model
      • Product
      • ProductGroup
      • SubscriptionPlan
      • Shipping
      • Order
      • NFC

    Shipping

    {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "trackerId": "1234567890",
        "trackingNumber": "1Z999AA10123456784",
        "products": {
            "modelId": 4
        }
    }
    Built with