# Base ## Docs - [Base Analytics: Sales Reports, GMV, and Margin Analysis](https://api.basedock.us/analytics/overview.md): Base Analytics provides daily sales reports, GMV tracking, margin analysis, and channel filters — built directly into the Base.com panel. - [Base.com Developer Integration Guide: API Overview](https://api.basedock.us/introduction.md): Connect your ERP, WMS, or e-shop to Base.com via API. Covers recommended patterns for orders, products, returns, and the Shops API partner program. - [Automatic Actions, Polling, and Webhooks for Orders](https://api.basedock.us/orders/automation-and-webhooks.md): Catch order cancellations, status changes, and other events in real time using Base.com Automatic Actions, getJournalList polling, or webhooks. - [How to Download Orders from Base.com with getOrders](https://api.basedock.us/orders/downloading-orders.md): Learn the recommended pattern for syncing orders from Base.com into your ERP or WMS using getOrders with date_confirmed_from pagination. - [Custom Order Extra Fields: Definitions and API Usage](https://api.basedock.us/orders/extra-fields.md): Define and use custom extra fields on Base.com orders and returns. Read with getOrderExtraFields and write values using setOrderFields. - [Invoices: Issue in Base.com or Attach from Your ERP](https://api.basedock.us/orders/invoices.md): Issue invoices in Base.com or attach a PDF from your external ERP. Covers addInvoice, addOrderInvoiceFile, getSeries, and the 4-step integration flow. - [Base.com Orders API: Core Concepts and Integration Guide](https://api.basedock.us/orders/overview.md): Understand how Base.com orders work — confirmed vs. unconfirmed, order sources, statuses, and how to structure your API integration before you start. - [Shipping Labels and Tracking Numbers in Base.com API](https://api.basedock.us/orders/shipping-labels.md): Record tracking numbers or generate carrier labels via Base.com integrations. Covers createPackageManual, createPackage, getLabel, and Alza specifics. - [Order Statuses: Reading, Writing, and Cancellations](https://api.basedock.us/orders/statuses.md): Learn how to read and set order statuses in Base.com, handle cancellations from marketplaces, and implement a safe two-way status sync pattern. - [Product Categories, Manufacturers, and Tags in Base.com](https://api.basedock.us/products/categories-and-manufacturers.md): Manage product categories, manufacturers, and tags in Base.com. These are independent dictionaries referenced by ID when creating or updating products. - [Managing Products in Base.com: Sync Approaches Guide](https://api.basedock.us/products/overview.md): Choose between feed import, full API control, or a hybrid approach for syncing product cards, prices, and stock levels with Base.com. - [Update Product Prices and Stock Levels via Base.com API](https://api.basedock.us/products/prices-and-stock.md): Sync prices and inventory levels to Base.com in bulk using updateInventoryProductsStock and updateInventoryProductsPrices. Up to 1000 products per call. - [Upload and Sync Product Cards to the Base.com Catalog](https://api.basedock.us/products/uploading-product-data.md): Create and update product cards in Base.com via XML feed import, the addInventoryProduct API method, or a hybrid approach for retrieving Base product IDs. - [Base.com Order Returns: Download, Status, and Refunds](https://api.basedock.us/returns/downloading-returns.md): Use getOrderReturns to sync return requests from Base.com. Covers statuses, refund recording, extra fields, and the return change journal. - [Get Listed in Base.com's Official Integration Directory](https://api.basedock.us/shops-api/activating-integration.md): Get your Shops API integration listed in Base.com's official directory. Four steps: build, create a test account, interim setup, then submit for approval. - [Base.com Shops API: Connect Your E-Commerce Platform](https://api.basedock.us/shops-api/how-to-connect.md): Build a Shops API integration so Base.com can call your server to sync orders, products, and stock — no inbound credentials required.