shirtsio-fc
v1.0.0
Published
Shirts.io NPM Javascript Wrapper
Downloads
1
Readme
Shirts.io Javascript Wrapper
Introduction
Shirts.io is a t-shirt printing and fulfillment platform that lets you print and ship shirts anywhere in the world on demand.
Create an Account
Creating an account is simple and quick! Create an account here.
After creating an account, you will be given a unique API key to grant you access to the Shirts.io API.
How it works
The Shirts.io API is broken up into four main components:
You can learn more by reading the API Manual
Installation
Requirements
Usage
Detail see example.js
API Basics
Authentication
Our API uses an API key authentication system. When you create an account, you will be given a unique API key. Every call you make through the shirts.io API must include this key.
Errors
HTTP Status Code Summary
200 OK - Request successfully delivered.
400 Bad Request - Parameters invalid.
401 Unauthorized - API key was invalid or deactivated.
402 Request Failed - Request failed on server end.
Product Sizes
xxsml - 2XSmall
xsml - XSmall
sml - Small
med - Medium
lrg - Large
xlg - XLarge
xxl - 2XLarge
xxxl - 3XLarge
xxxxl - 4XLarge
xxxxxl - 5XLarge
xxxxxxl - 6XLarge
Please see https://www.shirts.io/docs/getting_started/ for the most up-to-date documentation.
API Specifics
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request