Shop workspace
Multiple seller shops can connect through secure Etsy OAuth, with each shop managed as a separate workspace.
Etsy integration
Automenax is a focused listing and fulfillment companion for sellers shipping their own original designs on Etsy. We use the official Etsy Open API to connect shops, create draft listings, align product templates, read order details, manage delivery profiles, and write tracking back to Etsy.
Connection details
Automenax is an Etsy seller operations SaaS for POD shops. It connects seller shops, creates draft listings, keeps product templates aligned, manages order workflows, and synchronizes fulfillment updates through the Etsy Open API.
Multiple seller shops can connect through secure Etsy OAuth, with each shop managed as a separate workspace.
Create Etsy draft listings, keep product templates aligned, read order data for fulfillment, manage shipping profiles, and send tracking updates back to Etsy.
Buyer address data is available only inside order fulfillment flows and is not used for marketing, enrichment, or resale.
shops_r
Identify the connected Etsy shop, shop ID, seller workspace, and shop-level operating context.
transactions_r
Read receipts, purchased line items, selected variations, quantities, personalization notes, order status, and the buyer delivery address needed to ship physical orders.
transactions_w
Create shipment records and send carrier plus tracking code back to Etsy after fulfillment.
listings_r
Read listing structure, images, variations, inventory, taxonomy, and shipping_profile_id values for alignment checks.
listings_w
Create and update draft listing fields, images, SEO, variations, SKUs, price, inventory, and shipping profile assignment.
Pillars
Authorization Code flow with PKCE (S256), exact-match HTTPS redirect URI and CSRF state.
Seller shops connect through secure OAuth and can be disconnected at any time.
Per-endpoint caching, retry-after handling, exponential backoff and no unnecessary polling.
Receipts, line items, delivery context and tracking updates stay connected to the seller workflow.
Product-specific mockup templates prevent tee, hoodie and sweatshirt mismatches.
Listings are created as drafts. The seller reviews and publishes from Etsy.
Connection map
Shop, listing, order, delivery address and tracking data are used only for seller operations, fulfillment, support, security and legal compliance. They are not used for marketing, enrichment or resale, and cached Etsy data is purged after disconnect or when no longer needed.
Endpoint reference
GET /shops/{shop_id}/receipts
transactions_r
Load paid/open orders, receipt status, buyer delivery fields, shipping status, and order metadata.
GET /shops/{shop_id}/receipts/{receipt_id}
transactions_r
Open a single order record for fulfillment, support, status review, and audit trail.
GET /shops/{shop_id}/receipts/{receipt_id}/transactions
transactions_r
Map each purchased item to the correct product blank, SKU, variation, print file, quantity, and personalization note.
POST /shops/{shop_id}/receipts/{receipt_id}/tracking
transactions_w
Attach carrier_name and tracking_code to the Etsy receipt once an order ships.
GET /shops/{shop_id}/shipping-carriers
transactions_r
Show Etsy-supported carrier names for consistent shipment updates.
GET /shops/{shop_id}/shipping-profiles
listings_r
Read available profile names and IDs so draft listings can use the seller's existing delivery setup.
POST/PATCH /shops/{shop_id}/shipping-profiles
listings_w
Create or update listing delivery profiles with origin, processing time, destination, and cost fields.
POST/PATCH /shops/{shop_id}/listings
listings_w
Create or update draft listings with photos, title, description, tags, variations, inventory, and selected delivery profile.
Data minimization
We use shop identity only to connect drafts, settings, orders and fulfillment records to the correct Etsy shop.
We use listing fields, photos, variations, tags, SKUs and inventory only to create and maintain seller-controlled drafts.
We use receipts, transactions, quantities, personalization notes and status only for fulfillment and support workflows.
We use buyer delivery address fields only to route paid physical orders to the correct fulfillment destination.
We use delivery profile fields only to keep draft physical listings aligned with the seller's configured delivery setup.
We write carrier and tracking code back to Etsy only after a seller or production partner ships the order.
Shop, listing, buyer, order and delivery data are not used for advertising, enrichment or resale.
Automenax uses the official Etsy Open API and does not sidestep Etsy through scraping.
Sellers can revoke access from Automenax or Etsy, and cached Etsy data is purged after disconnect.
References
The term 'Etsy' is a trademark of Etsy, Inc. Automenax uses Etsy's API, but is not affiliated with, endorsed by, sponsored by, or certified by Etsy.