Loading

Chat List

Show All

  • A
  • B
  • D
  • J
  • O
Chat with Khelesh

Online

Hi, how are you samim? 8:40 AM, Today
Hi Khalid i am good tnx how about you? 8:55 AM, Today
I am good too, thank you for your chat template 9:00 AM, Today
You are welcome 9:05 AM, Today
I am looking for your next templates 9:07 AM, Today
Ok, thank you have a good day 9:10 AM, Today
Bye, see you 9:12 AM, Today
Hi, how are you samim? 8:40 AM, Today
Hi Khalid i am good tnx how about you? 8:55 AM, Today
I am good too, thank you for your chat template 9:00 AM, Today
You are welcome 9:05 AM, Today
I am looking for your next templates 9:07 AM, Today
Ok, thank you have a good day 9:10 AM, Today
Bye, see you 9:12 AM, Today
Notications

Show All

  • SEVER STATUS
  • KK
  • SOCIAL
  • RU
  • SEVER STATUS
  • AU
  • MO
Notes

Add New Nots

Integrations Control Panel

Configure, manage, and monitor all your platform integrations

8
Total Integrations
6
Active Integrations
1,234
Total Syncs (24h)
2
Errors (24h)
Integration Platforms & Configuration
WooCommerce Integration Guide
Quick Setup: Follow these steps to integrate your WooCommerce store with our platform.
Step 1: Install Plugin

Download and install our WooCommerce integration plugin from your WordPress admin panel.

WordPress Admin β†’ Plugins β†’ Add New β†’ Upload Plugin
Step 2: Generate API Credentials

Create API keys in your WooCommerce store:

  1. Go to WooCommerce β†’ Settings β†’ Advanced β†’ REST API
  2. Click "Add Key"
  3. Set description: "BMS Integration"
  4. Set permissions: "Read/Write"
  5. Click "Generate API Key"
Step 3: Configure Integration
Generated Integration Script
// Click "Generate Integration Script" to see the code
Shopify Integration Guide
Quick Setup: Connect your Shopify store using our API integration.
Step 1: Create Private App
  1. Go to Shopify Admin β†’ Apps β†’ App and sales channel settings
  2. Click "Develop apps" β†’ "Create an app"
  3. Name your app: "BMS Integration"
  4. Configure Admin API scopes:
    • read_products, write_products
    • read_orders, write_orders
    • read_inventory, write_inventory
  5. Install the app and get API credentials
Step 2: Configure Integration
Configure this in Shopify webhook settings
Generated Integration Script
// Click "Generate Integration Script" to see the code
Easy Orders Integration Guide
Quick Setup: Connect your Easy Orders platform.
Configure Integration
Generated Integration Script
// Click "Generate Integration Script" to see the code
Custom Integration Guide
Custom Integration: Use our REST API to integrate any platform or custom application.
Step 1: Get API Credentials

Generate API credentials from Settings β†’ API Keys

API Base URL: https://yourdomain.com/api/v1
API Key: [Your API Key]
API Secret: [Your API Secret]
Step 2: Configure Custom Integration
Generated Integration Script
// Click "Generate Integration Script" to see the code
API Documentation & Endpoints
Endpoint Method Description Authentication
/api/v1/products GET Retrieve products list Bearer Token
/api/v1/products POST Create new product Bearer Token
/api/v1/orders GET Retrieve orders list Bearer Token
/api/v1/orders POST Create new order Bearer Token
/api/v1/inventory GET Get inventory status Bearer Token
/api/v1/inventory PUT Update inventory Bearer Token
/api/v1/webhooks POST Receive webhook events Signature Verification