← all adapters

shopify-style

simulates Shopify Admin REST + GraphQL API 2024-10

restadapter v0.1.015 routes

use it

# add to stunt.yaml
services:
  shopify:
    adapter: embedded:shopify-style

# then
$ stunt up

The embedded: source extracts this adapter from the binary — no git clone, fully offline.

backing stores

productsorderscustomersfulfillmentstransactionswebhooksoauth_codes

routes (15)

GET/admin/oauth/authorize
POST/admin/oauth/access_token
GET/admin/api/2024-10/products.json
POST/admin/api/2024-10/products.json
GET/admin/api/2024-10/products/{product_id}
PUT/admin/api/2024-10/products/{product_id}
DELETE/admin/api/2024-10/products/{product_id}
GET/admin/api/2024-10/orders.json
GET/admin/api/2024-10/orders/{order_id}
POST/admin/api/2024-10/orders/{order_id}/fulfillments.json
POST/admin/api/2024-10/orders/{order_id}/transactions.json
GET/admin/api/2024-10/customers.json
GET/admin/api/2024-10/webhooks.json
POST/admin/api/2024-10/webhooks.json
POST/admin/api/2024-10/graphql.json