LogoLogo
  • General
    • Overview
    • Mode of Operation
    • Key Services and Logistics Requirements
  • Know Your Customer (KYC) FAQs
  • User Guide
    • General Product Information
    • Create Products
    • Product Image Requirements
    • Manage and Publish Products
    • Manage Stock and Prices
    • Orders and Shipments
    • User Management
  • API
    • Getting Started
      • API Authentication
      • Sandbox Environment
      • Make your first API request
    • Products
      • Get Products
      • Create and Update Products
      • Get Product Batch Results
      • Update Product Status (and Publish)
      • Get Product Status Update Batch Results
      • List Product Categories
      • List Product Attribute Groups
    • Stock and Prices
      • Update Stock
      • Get Stock Batch Results
      • Update Price
      • Get Price Batch Results
    • Orders and Shipment
      • Get Orders
      • Ship Order Items
      • Get Shipped Order Batch Results
      • Cancel Order Items
      • Get Cancelled Order Item Batch Results
      • Return Order Items
      • Get Returned Order Batch Results
    • Webhooks
      • Order Delegation Webhook
  • Shopify Plugin
    • Getting Started
      • Intro
      • Add Custom App to your Store
      • Sync your Shop in the Sellers Center
      • Product Preparations
      • Sync Products
      • Connect Products to the Seller Center
    • Order Handling
    • Additional Information
      • Permissions
      • Stock Safety Margin
      • Price Markup
On this page
  • Key Features
  • How to get started

Was this helpful?

Export as PDF
  1. API

Getting Started

Welcome to the Seller Center API! Our API allows seamless integration with your operations, enabling automation, data synchronization, and workflow customization beyond the user interface.

Key Features

  • Authentication & Security: Secured via API Key authentication, available only to Admin users.

  • Product & Order Management: Create, update, and retrieve products and orders programmatically.

  • Asynchronous Processing: Bulk operations and large data updates return a BatchRequestId for asynchronous processing. Use the results endpoint to track status and retrieve the final output.

  • Webhooks: Subscribe to real-time notifications for key events like order creation and status updates.

How to get started

To get started integrating and using the Seller Center API, there are two key components to set up: API Keys for authentication and the Sandbox Environment for safe testing and experimentation. Both features are exclusively available to Admin users, ensuring secure access and controlled testing.

PreviousUser ManagementNextAPI Authentication

Last updated 2 months ago

Was this helpful?