Skip to content

Getting Started with BebasKirim Partner API

Welcome to the BebasKirim Partner API documentation. This guide will help you integrate your system with our platform to manage products, inventory, orders, and logistics seamlessly.

Overview

The BebasKirim Partner API provides a comprehensive set of endpoints for:

  • Account Management: Register and manage your partner account
  • Product Management: Create, update, and manage your product catalog
  • Inventory Control: Track and update inventory levels in real-time
  • Order Processing: Handle customer orders from creation to fulfillment
  • Logistics Integration: Calculate shipping rates, create shipments, and track packages
  • Monitoring & Configuration: Set up notifications and monitor your operations

Quick Start

1. Account Registration

Before you can start using the API, you need to register as a partner:

  1. Visit our Partner Registration page
  2. Fill in your business details
  3. Submit required documents for verification
  4. Receive your API credentials upon approval

2. Authentication

All API requests require authentication using API keys passed in the header:

bash
curl -H "Authorization: YOUR_API_KEY" \
     -H "X-Tenant-Id: Tenant-ID" \
     -H "Content-Type: application/json" \
     https://api.bebaskirim.com/v1/products

3. Base URL

All API endpoints use the following base URL:

https://open.bebaskirim.com/api/partner

4. Sandbox Tenant

Currently we are not provide test environment for Partner API. You can use sandbox tenant to test your integration.

To use sandbox tenant, you need to request the tenant as detailed in the Partner Registration page.

Next Steps

Support

Need help? Contact our support team at partner-support@bebaskirim.com