Introduction
The Smake API is organized around REST. It has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
You can browse your products, upload media and combine them to create new designed variants. Then you can create an order through our checkout to trigger the production process.
#Basic terms
| Term | Description |
|---|---|
| Resource | An object (for example, a product variant) |
| Collection | Listing of objects (for example, all variants of a product) |
#API Endpoint
https://api.smake.io/master-administration/{ENDPOINTS_HERE}
#Note about the API Endpoint
Within the Api endpoint, the substring ENDPOINTS_HERE must be replaced with desired endpoint.