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

    Model

    {
        "id": "pvccard_white",
        "size": {
            "width": 0,
            "height": 0,
            "length": 0,
            "weight": 6
        },
        "canBeEncoded": true
    }
    Built with