# Synq ## Docs - [Audit Events API: Query Activity Logs](https://documentation.oryxa.in/api/audit.md): Query the immutable audit log to review actions in your tenant: product changes, order events, settings updates, team invitations, and integration events. - [Synq API Authentication: Bearer Tokens and Request Headers](https://documentation.oryxa.in/api/authentication.md): Authenticate Synq API requests with a signed ID token. Covers token expiry, the Authorization header, and how to resolve 401 and 403 errors. - [Sales Channels API: Manage Storefronts](https://documentation.oryxa.in/api/channels.md): Create and list sales channels such as storefronts, marketplaces, and POS locations. Each channel has its own currency and active state. - [Integrations API: Connect Commerce Platforms](https://documentation.oryxa.in/api/integrations.md): Connect Shopify, Amazon, and other commerce platforms via OAuth. Push products to integrations and receive inbound events through HMAC-verified webhooks. - [Inventory API: Adjust Stock Across Locations](https://documentation.oryxa.in/api/inventory.md): Record stock movements for any variant and location using signed quantity deltas. Every adjustment creates an immutable ledger entry for full auditability. - [Orders API: Create and Track Orders](https://documentation.oryxa.in/api/orders.md): Create and retrieve orders through the OMS API. Built-in idempotency, payment capture, and inventory reservation ensure every order is processed reliably. - [Organization API: Manage Team Members](https://documentation.oryxa.in/api/organization.md): List current team members and invite new ones to your organization. Only Admins can send invitations; member role assignment happens at invite time. - [Synq REST API Reference: Endpoints, Auth, and Error Codes](https://documentation.oryxa.in/api/overview.md): Explore the Synq REST API: base URL, request and response formats, authentication, HTTP status codes, and rate limits for every resource. - [Products API: Catalog and PIM Management](https://documentation.oryxa.in/api/products.md): Manage your product catalog with the Synq PIM API. Create, update, and delete products, variants, brands, categories, attributes, and media assets. - [Settings API: Configure Tenant Preferences](https://documentation.oryxa.in/api/settings.md): Read and update tenant-level settings: inventory allocation model, automatic purchase orders, low stock thresholds, and inventory costing method. - [Synq API Authentication: Tokens and Required Headers](https://documentation.oryxa.in/authentication.md): Learn how to obtain a Synq API token and attach the required Authorization, X-Tenant-ID, and X-Org-ID headers to every API request. - [Events: Real-Time Notifications in Synq](https://documentation.oryxa.in/concepts/events.md): Learn what Synq events are, when they fire, what an event payload looks like, and how to receive them in your systems via webhooks. - [Multi-Tenancy: How Synq Isolates Your Data](https://documentation.oryxa.in/concepts/multi-tenancy.md): Learn how every resource in Synq is scoped to your Tenant, what your Tenant ID means, and how data isolation works across the platform. - [Organizations and Team Members in Synq](https://documentation.oryxa.in/concepts/organizations.md): Understand how Organizations structure your team inside a Tenant, and how to manage members and roles via the dashboard or API. - [Custom Attributes and Product Templates](https://documentation.oryxa.in/guides/attributes.md): Define typed attributes, group them into logical sets, and bundle them into reusable product templates to enforce consistent metadata across your catalog. - [Monitor and Retrieve Audit Logs for Your Synq Account](https://documentation.oryxa.in/guides/audit-logs.md): Query a complete, read-only record of every action taken in your Synq account — who did what, to which resource, and exactly when. - [Bulk Import, Export, and Validation for Products](https://documentation.oryxa.in/guides/bulk-operations.md): Run large-scale product imports, updates, and deletes with Synq's async bulk job engine. Export your catalog and surface data quality issues at scale. - [Organize Products with Categories and Brands](https://documentation.oryxa.in/guides/categories-brands.md): Create hierarchical product categories and brand records in Synq. Then associate products with them to power navigation, filtering, and brand pages. - [Connect Your Commerce Tools to Synq](https://documentation.oryxa.in/guides/integrations.md): Connect Shopify, WooCommerce, Amazon, and 100+ commerce platforms to Synq via OAuth, then push and sync products across all your storefronts automatically. - [Track and Adjust Inventory Across Locations with Synq](https://documentation.oryxa.in/guides/inventory.md): Learn how Synq tracks stock movements across warehouses and fulfillment locations, and how to adjust inventory levels using the Inventory API. - [Create, Retrieve, and Track Orders with the Synq OMS](https://documentation.oryxa.in/guides/orders.md): Learn how to create, retrieve, and track orders using the Synq Order Management System, including the full order lifecycle and idempotency best practices. - [Manage Your Product Catalog in Synq](https://documentation.oryxa.in/guides/products.md): Create, read, update, and delete products in Synq's PIM. Learn how to model your catalog with titles, descriptions, categories, and status fields. - [Set Up Sales Channels for Your Storefront](https://documentation.oryxa.in/guides/sales-channels.md): Create and manage sales channels in Synq to represent distinct storefronts, B2B portals, or marketplaces — each with its own currency and order context. - [Configure Your Synq Tenant Inventory and Costing Settings](https://documentation.oryxa.in/guides/settings.md): Read and update tenant-level controls for inventory allocation, automatic purchase orders, low-stock thresholds, and product costing in Synq. - [Collaborate on Work Using Synq AI-Assisted Team Workspaces](https://documentation.oryxa.in/guides/team-workspace.md): Create Human-AI teams, assign tasks, and define which AI-proposed outputs need human approval before any changes take effect in Synq. - [Product Variants: Size, Color, and More](https://documentation.oryxa.in/guides/variants.md): Add purchasable variants to your products in Synq. Model size, color, or any dimension with per-variant SKUs, barcodes, prices, and attribute values. - [Receive Webhook Events from Connected Integrations](https://documentation.oryxa.in/guides/webhooks.md): Synq receives inbound webhook events from your connected storefronts, verifies them with HMAC-SHA256, and automatically reconciles orders and catalog data. - [Synq: Modern Enterprise Commerce Platform Overview](https://documentation.oryxa.in/introduction.md): Synq unifies product, order, inventory, and integration management into one API — built for enterprise teams that need reliability at scale. - [Synq Quickstart: Make Your First API Call in Minutes](https://documentation.oryxa.in/quickstart.md): Make your first authenticated Synq API call and retrieve your product catalog in just a few steps — no SDK or special tooling required.