Nexlify
Seller-authorized workflows for listing quality checks, inventory updates, and order visibility through Etsy's official Open API.
Built for consent-first seller operations.
Nexlify only acts after a seller signs in with Etsy and approves requested scopes. The app does not scrape Etsy pages, bypass authentication, or access shops without OAuth consent.
API access model
OAuth 2.0 with PKCE starts from the seller's browser. Tokens are exchanged server-side and are used only for the shop the seller authorized.
Data handling
We request only the scopes required for connected workflows and keep private shop data separate from public marketing pages.
Control
Sellers can disconnect access from Etsy account settings or by contacting Nexlify support.
Designed around Etsy platform expectations.
The site makes the product, user path, privacy handling, and support contact visible before the OAuth connection begins.
Requests go through Etsy Open API endpoints with the required API key and bearer token headers.
Every private shop workflow begins after the seller approves scopes on Etsy's authorization screen.
Access is limited to approved scopes and can be revoked by the seller at any time.
Connect your Etsy shop.
This button starts the same OAuth route that Etsy reviewers can inspect. Configure `ETSY_CLIENT_ID`, `ETSY_REDIRECT_URI`, and requested scopes in Vercel before production review.