Overview
All API endpoints require a JWT token passed via thex-access-token header. You obtain this token by exchanging your API key and shop domain.
Get a Token
Your API key, found at Settings > Information in the PuppetVendors dashboard.
Your Shopify store domain (e.g.
my-store.myshopify.com).Response
Using the Token
Include the token in all subsequent requests:POST /v1/refresh-token with a valid token to get a new one.