PrintChomp
Printchomp API from the very start was envisioned and developed with developers in mind. We make sure we’re always accessible to our API partners and welcome all feedback. Printchomp API is truly RESTful and has adopted Hypertext Application Language (HAL) to make it easily consumable and explorable. All API calls and responses are very consistent making it a delight to program against.
PrintChomp endpoints
| Method | Endpoint | Description |
|---|---|---|
| Users | ||
| POST |
Create a user /users |
Creates a user and associates the user with your application. |
| GET |
Retrieve a user /users/{id} |
Retrieves a user |
| GET |
Retrieve all users /users |
Retrieves all users associated with your application. |
| Offers | ||
| GET |
Retrieve an offer /offers/{id} |
|
| GET |
List all offers /offers |
|
| Shipping | ||
| POST |
Create a shipping quote /shipping |
Obtains a shipping quote for an offer. |
| Orders | ||
| GET |
List all orders /orders |
|
| GET |
Retrieve an order /orders/{id} |
|
| POST |
Create an order /orders |
|
| Files | ||
| GET |
List all files for an order /orders/{order_id}/files |
|
| GET |
Retrieve a file /files/{id} |
|
| Products | ||
| GET |
List all products /products |
|
| GET |
Retrieve a product /products/{id} |
|
PrintChomp pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|