How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Spreadshirt Orders API

There are different ways to place an order in Spreadconnect REST API.You can choose a simple way, where you have to send just one request or you can use a more complex way,with more control over the workflow.Spreadconnect API - order workflowWorkflowmore easiermore controlwith preferred shipping typeand state CONFIRMEDCreate orderonly with mandatory fieldsCreate orderGet available shipping typesSet shipping typeConfirm order

Spreadshirt Orders API is one of 8 APIs that Spreadshirt publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Order. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 8 operations across 7 paths, and defines 12 schemas. It is described by OpenAPI 3.2.0, at version 0.1.0.

Requests are made against a single base URL, https://api.spreadconnect.app.

8 operations 7 paths 12 schemas 3 GET4 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.1.0
Base URL
https://api.spreadconnect.app
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Spreadshirt Orders API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-SPOD-ACCESS-TOKEN (access_token).

  • access_token — It's necessary to have an authentication token from Spreadconnect. You can generate this token in your Spreadconnect web application. You have to send this tok…

Paths & Operations 8

Across 7 paths, the API surfaces 8 operations — 3 GET, 4 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Orders 8

There are different ways to place an order in Spreadconnect REST API. You can choose a simple way, where you have to send just one request or you can use a more complex way, with…

POST
/orders
Create an order
createOrder body → 201422
PUT
/orders/{orderId}
Update order
updateOrder 1 param body → 200404422
GET
/orders/{orderId}
Get a single order
getOrder 1 param → 200404
GET
/orders/{orderId}/shippingTypes
Get available shipping types
getShippingTypes 1 param → 200404
POST
/orders/{orderId}/shippingType
Set shipping type
setShippingType 1 param body → 200404
POST
/orders/{orderId}/confirm
Confirm order
confirmOrder 1 param → 200400404
POST
/orders/{orderId}/cancel
Cancel order
cancelOrder 1 param → 200400404
GET
/orders/{orderId}/shipments
Get shipments
getShipments 1 param → 200404

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are GetOrder (13 properties), CreateOrder (11 properties), Shipment (10 properties), Address (9 properties). Each schema is shown below with its type and property counts.

Address
object
physical mailing address
9 properties 5 required
ShippingType
object
shipping type with id, name and description
4 properties
CreateOrderItem
object
4 properties 3 required
GetOrderItem
object
7 properties
GetOrder
object
13 properties
CreateOrder
object
payload for a new order
11 properties 5 required
OneTimeItems
array
items which are created only for this order, and deleted afterwards.
Price
object
price
4 properties 1 required
AvailableShippingType
object
shipping type with price
1 property
ErrorResponse
object
error response
2 properties
CustomerPrice
object
customer price
2 properties 1 required
Shipment
object
10 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

spreadshirt-orders-api-openapi.yml Raw ↑

Other APIs Spreadshirt publishes across the network.

Spreadshirt Public Shop API
Spreadshirt Articles API
Spreadshirt Authentication API
Spreadshirt Designs API
Spreadshirt Product Types API
Spreadshirt Stocks API
Spreadshirt Subscriptions API
Where this information came from

This is an independent, third-party profile of Spreadshirt Orders API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.