use it
# add to stunt.yaml
services:
printify:
adapter: embedded:printify-style
# then
$ stunt upThe embedded: source extracts this adapter from the binary — no git clone, fully offline.
backing stores
productsorders
routes (12)
GET/v1/catalog/blueprints.json
GET/v1/catalog/blueprints/{blueprint_id}/variants.json
GET/v1/shops/{shop_id}/products.json
POST/v1/shops/{shop_id}/products.json
GET/v1/shops/{shop_id}/products/{product_id}
PUT/v1/shops/{shop_id}/products/{product_id}
DELETE/v1/shops/{shop_id}/products/{product_id}
POST/v1/shops/{shop_id}/orders.json
GET/v1/shops/{shop_id}/orders/{order_id}
GET/v1/orders.json
POST/v1/orders.json
POST/v1/orders/{order_id}/send.json