Pipory
Node reference

Commerce

8 nodes in the Commerce category - what each one does and which credential it needs.

8 nodes in this category. Every entry below is generated straight from the node catalog and wiring manifests, so it never drifts from what the node panel actually ships. See Credentials for how per-node credentials work.

NodeDescriptionCredential
BigCommerceupdateInventory, listOrders. Operations: updateInventory, listOrders.BigCommerce credential
GumroadgetSales. Operations: getSales.Gumroad access token
Lemon SqueezygetOrder, getSubscription. Operations: getOrder, getSubscription.Lemon Squeezy API key
RecurlylistInvoices, getAccount. Operations: listInvoices, getAccount.Recurly private API key
ShipStationgetRates, createLabel. Operations: getRates, createLabel.ShipStation V2 API key
ShopifyCalls the Shopify Admin REST API with a custom-app access token across 119 operations, grouped by resource: orders (list, get, count, create, update, close, re-open, cancel, risks, transactions, capture/void/refund, abandoned checkouts), draft orders (list, get, create, update, delete, send invoice, complete), refunds (list, get, calculate, create), fulfillment (create, list, get, update tracking, cancel) and fulfillment orders (list, get, move, hold, release hold, cancel), products (list, get, count, create, update, delete), variants and product images (full CRUD), collections (custom collection CRUD, smart collection list, list products, add/remove a product), inventory and locations (list locations, list levels, set, adjust, connect, disconnect, inventory item read/update), customers (list, get, count, search, create, update, delete, invite, activation URL, orders, and address CRUD including set-default), discounts (price rule CRUD, discount code CRUD, lookup, batch create), gift cards (list, get, create, disable), metafields (list, get, create, update, delete on any owner), online store content (pages, blogs, articles, redirects), and shop/events/webhook-subscription reads and writes. Every list operation returns Shopify's page_info cursor so a Loop node can walk all pages. 119 operations - see the full reference.Shopify custom app access token
StripeCalls the Stripe REST API with a secret key across 150 operations, grouped by object family: customers (create, get, update, delete, list, search, remove discount), payment intents (create, get, update, confirm, capture, cancel, increment authorization, list, search), setup intents (create, get, cancel, list), charges (get, update, capture, list, search), refunds (create, get, update, cancel, list), disputes (get, submit evidence, close, list), payment methods (get, update, list, attach, detach), payouts and balance (create, get, update, cancel, reverse, list, account balance, balance transactions), products and prices (full CRUD plus search on both), coupons and promotion codes (full CRUD), tax rates, tax codes and shipping rates, invoices (create, get, update, delete, finalize, pay, send, void, mark uncollectible, list, search, preview, line items), invoice items and credit notes (full CRUD plus void), subscriptions (create, get, update, pause collection, resume, cancel, list, search, remove discount), subscription items and schedules (full CRUD plus cancel and release), usage-based billing meter events, checkout sessions and payment links (create, get, update, expire/deactivate, list, line items), quotes (create, get, update, finalize, accept, cancel, list, line items), customer portal sessions, and webhook endpoints and events. Every write takes an optional idempotency key so a retried step can't charge twice, and every list returns Stripe's cursor so a Loop node can walk all pages. 150 operations - see the full reference.Stripe secret key
WooCommerceWooCommerce REST API v3 (Commerce). 148 operations: orders, order notes and refunds; products (including duplicate, related, suggested and custom-field names), variations (including generation from attributes), categories, brands, tags, attributes and terms, shipping classes and reviews; customers and their downloads; coupons; tax rates and classes; reports; webhooks; payment gateways; shipping zones, zone locations, zone methods and method types; settings; system status and tools; and store reference data. Every writable resource also exposes its batch endpoint. 148 operations - see the full reference.WooCommerce REST API keys