Getting started

API Endpoint Base Address:
https://openapi.myglobalbazar.com
                      

My Global Bazar shipping APIs are designed to give you a seamless Logistics experience, it's super easy to integrate and most economical when it comes to shipping prices. We are focused on creating most simplified APIs that empower your logistics experience and help you in rapid growth.
API server is hosted on Highly performing ,highly secured AWS Mumbai Data Center with a highly secured Database managed by Amazon AWS Team. The platform is designed by the joint effort of Amazon AWS and My Global Bazar Architects. There are multiple intelligent Machine based algorithm silently working in the backend to reduce your logistics pain like RTO or Weight disputes related matters, you just offloads your logistics bourdain on the API, Our Robot like smart engine and back office team will maintain it for you with best operational service assurance.
In order to use these API you need to go through a KYC process that you can complete in just a few minutes through our APP Shipping App . Once KYC is verified, then add funds to your account and start placing orders through API. Our POST and GET APIs are functioning with JSON data exchange with a SSL enabled in-transit security and secured token based authentication.

Check Service Availibility with Pricing:


# Check Service Availibility & Price Calculator API
End point: https://openapi.myglobalbazar.com/openapi/myglobalbazarapis/serviceavailibility
Method: POST
                      

End Point:
https://openapi.myglobalbazar.com/openapi/myglobalbazarapis/serviceavailibility
Method: POST



Sample Request:-
{
  
  "pickupPinCode":700040,
  "deliveryPinCode":700156,
  "weight":0.5,
  "paymentMethod":"PPD",      
  "price":"500"  
}

Sample Respons:-

{
    "status": "SUCCESS",
    "data": [
        {
            "status": "SUCCESS",
            "distance": "16.26 KM",
            "gross_shipping_charge": "37.80",
            "vendor_name": "DELHIVERY",
            "courier_company_id": 2,
            "isServiceable": true,
            "codAvailable": true,
            "office": "CCU_Purbalok_CP (West Bengal)"
        },
        {
            "status": "SUCCESS",
            "distance": "16.26 KM",
            "gross_shipping_charge": "43.61",
            "vendor_name": "ECOM EXPRESS",
            "courier_company_id": 1,
            "isServiceable": true,
            "codAvailable": true
        },
        {
            "status": "SUCCESS",
            "distance": "16.26 KM",
            "gross_shipping_charge": "45.63",
            "vendor_name": "XPRESSBEES",
            "courier_company_id": 3,
            "isServiceable": true,
            "codAvailable": true
        },
        {
            "status": "SUCCESS",
            "distance": "16.26 KM",
            "gross_shipping_charge": "46.67",
            "vendor_name": "DTDC",
            "courier_company_id": 5,
            "isServiceable": true,
            "codAvailable": true
        },
        {
            "status": "SUCCESS",
            "distance": "16.26 KM",
            "gross_shipping_charge": "100.50",
            "vendor_name": "SHADOWFAX",
            "courier_company_id": 1,
            "isServiceable": true,
            "codAvailable": true
        }
    ]
}
                      

PAYLOAD DESCRIPTION

Field Type Description
pickupPinCode Integer Pickup Location pincode.
deliveryPinCode Integer Delivery Location pincode.
weight Float Product weight(For Volumetric Weight, Pls Enter[IN centimeter (LENGTH*BREADTH*HEIGHT)/4000].
paymentMethod String PPD: For Prepaid parcel
COD: For Cash on Delivery
price String Product price.
@REM Generate token

Check Service Availibility with Pricing:


# Check Service Availibility & Price Calculator API
End point: https://openapi.myglobalbazar.com/openapi/myglobalbazarapis/createToken
Method: POST
                      

End Point:
https://openapi.myglobalbazar.com/openapi/myglobalbazarapis/createToken
Method: POST



Sample Request:-
{
"merchant_email": "contact@myglobalbazar.com"
}

Sample Respons:-
{
    "status": "SUCCESS",
    "message": "Your Token has been sent to your email:contact@myglobalbazar.com"
}

                      

PAYLOAD DESCRIPTION

Field Type Description
merchant_email String Your Login Email Address.
@REM Add secondary Pickup Location

Add New pickup Location from where you want us to Pickup parcels:


End point: https://openapi.myglobalbazar.com/openapi/myglobalbazarapis/registerSecondaryPickupLocation
Method: POST
Pass Token you got in your email.

End Point:
https://openapi.myglobalbazar.com/openapi/myglobalbazarapis/registerSecondaryPickupLocation
Method: POST
Pass the token in the Header as you got in your Email.


Sample Request:-
{
"seller_id": "Z5a3nLbHacP5eUT25EpaMFTsUeX2",
"contactPerson_FullName": "Raj Kumar",
"contactPerson_Phone_No":"1234321234",
"Email_Address":"support@myglobalbazar.com",
"Adress_ln_1":"172 PG Road",
"Adress_ln_2":"Adress_ln_2",
"pin_code":"721129"
}

Sample Respons:-
{
    "status": "SUCCESS",
    "data": "Congratulations!! Your pickup Location is now succesfully registered with with all of our courior partners!!"
}
                      

PAYLOAD DESCRIPTION

Field Type Description Requirement
seller_id String Your seller_id // Refer KNOW YOUR SELLER_ID ID AND PRIMARY PROFILE DATA. Mandatory
contactPerson_FullName String Person who will hand over to parcel to our Pickup Executive. Mandatory
contactPerson_Phone_No String Phone No of the person who will handover to parcel to our Pickup Executive. Mandatory
pin_code string Pickup Location pincode. Mandatory
Adress_ln_1 text Address of the Pickup Location. Mandatory
Adress_ln_2 text Additional Address/Landmark of the Pickup Location. Mandatory
Email_Address String Email Address of the person who will hand over to parcel. Optional
@REM Fetch all secondary Pickup Location

Find all your registered from where you want us to Pickup parcels:


End point: https://openapi.myglobalbazar.com/openapi/myglobalbazarapis/fetchSecondaryPickupLocation
Method: POST
Pass Token you got in your email.

End Point:
https://openapi.myglobalbazar.com/openapi/myglobalbazarapis/fetchSecondaryPickupLocation
Method: POST
Pass the token in the Header as you got in your Email.


Sample Request:-
{
"seller_id": "Z5a3nLbHacP5eUT25EpaMFTsUeX2"
}

Sample Respons:-
{
    "status": "SUCCESS",
    "data": [
        {
            "pickup_location_id": "Kuma2829",
            "contactPerson_FullName": "Kumar Kumar",
            "Phone_No": "1234321234",
            "Email_Address": "support@myglobalbazar.com",
            "Adress_ln_1": "172 PG Road",
            "Adress_ln_2": "Adress_ln_2",
            "city": "West Midnapore",
            "state": "WEST BENGAL",
            "pin_code": "721129",
            "Added_Date": "2022-03-02T05:20:12.000Z"
        },
        {
            "pickup_location_id": "Raj1",
            "contactPerson_FullName": "Raj Kumar",
            "Phone_No": "1234321234",
            "Email_Address": "support@myglobalbazar.com",
            "Adress_ln_1": "172 PG Road",
            "Adress_ln_2": "Adress_ln_2",
            "city": "West Midnapore",
            "state": "WEST BENGAL",
            "pin_code": "721129",
            "Added_Date": "2022-03-02T04:57:36.000Z"
        },
        {
            "pickup_location_id": "Raj2827",
            "contactPerson_FullName": "Raj Kumar",
            "Phone_No": "1234321234",
            "Email_Address": "support@myglobalbazar.com",
            "Adress_ln_1": "172 PG Road",
            "Adress_ln_2": "Adress_ln_2",
            "city": "West Midnapore",
            "state": "WEST BENGAL",
            "pin_code": "721129",
            "Added_Date": "2022-03-02T05:00:14.000Z"
        },
        {
            "pickup_location_id": "Raj2828",
            "contactPerson_FullName": "Raj Kumar",
            "Phone_No": "1234321234",
            "Email_Address": "support@myglobalbazar.com",
            "Adress_ln_1": "172 PG Road",
            "Adress_ln_2": "Adress_ln_2",
            "city": "West Midnapore",
            "state": "WEST BENGAL",
            "pin_code": "721129",
            "Added_Date": "2022-03-02T05:19:53.000Z"
        }
    ]
}
                      

PAYLOAD DESCRIPTION

Field Type Description Requirement
seller_id String Your seller_id // Refer KNOW YOUR SELLER_ID ID AND PRIMARY PROFILE DATA. Mandatory

Create order and get shipping label


# Create order and get shipping label API
End point: https://openapi.myglobalbazar.com/openapi/myglobalbazarapis/generateorderpickupapi
Method: POST
                      

To create order and get shipping label, this API will also confirm your parcel pickup:
https://openapi.myglobalbazar.com/openapi/myglobalbazarapis/generateorderpickupapi
Method:POST
Pass token in header: "authorization": "XXXXXXXXXXXXXXXXXXXXXYYYYYYYYYYYYYYYYYYYYYYYYYYYY"



Sample Request:
{
    "seller_id": "XXXXXXXXXXXXXXXXXXXXX",
    "courier_company_id":1,
    "pickup_location_id":"",
    "order_id":"1236545343",
    "customerFirstName":"customerFirstName",
    "customerLastName":"customerLastName",
    "delivery_addressLine1":"delivery_addressLine1",
    "delivery_addressLine2":"delivery_addressLine2",
    "delivery_pinCode":"721129",
    "customerEmail":"customerEmail",
    "customerPhoneNumber":"8017625345",
    "orderDetails":[
        {
            "title": "title",
            "sku": "sku",
            "quantity": 2,
            "price": 123,
            "discount": "",
            "tax": "",
            "hsn": ""
        },
        {
            "title": "title2",
            "sku": "sku2",
            "quantity": 23,
            "price": 123,
            "discount": "",
            "tax": "",
            "hsn": ""
        }
    ],
    "paymentMode":"Prepaid",
    "total_order_amount":400,
    "length":9,
    "breadth":8,
    "height":7,
    "weight":0.4,
    "order_amount":400
    
}

Sample Response:
{
    "status": "SUCCESS",
    "data": "https://invoice-stored.s3.amazonaws.com/4710310451371.pdf",
    "message": "Thanks For Shipping with MYGLOBALBAZAR!, Our Partner Delhivery Executive will Reach you soon, Please keep your Parcel Ready, Attach one copy to the Product Package keeping it visible, and Make sure you get one copy signed by the Executive!!"
}
                      

PAYLOAD DESCRIPTION

Field Type Description Importance
seller_id String Your Account Email. Madatory.
courier_company_id String Your preferred Couried parner ID, Pls Refer serviceavailibility API for the value, Madatory.
pickup_location_id String Pickup Location ID you get from getPickup location API, When Empty default picup location will be taken . Optional.
order_id String If you wish maintain your own system uniquie ID. Optional.
customerFirstName String PcustomerFirstName. Madatory.
pcustomerLastName String customerLastName. Madatory.
delivery_addressLine1 text Destination Address. Madatory.
delivery_addressLine2 text Destination Address ln 2 / Landmark etc. Optional.
delivery_pinCode String Destination Pincode. Madatory.
customerEmail String customerEmail. Optinal.
customerPhoneNumber String customerPhoneNumber. Mandatory
orderDetails List Orders-if you have multiple products in a order. Optinal.
paymentMode String paymentMode--For Prepaid Write "Prepaid" and COD for post paid. Mandatory
total_order_amount Numeric Price of the product. Mandatory.
length Numeric Length in Centimeter. Mandatory.
Breadth Numeric Breadth in Centimeter. Mandatory.
height Numeric Breadth in Centimeter. Mandatory.
weight Numeric Weight in "KG", Please enter Volumetric weight when its higher than Dead Weight. Volumetric Weight = (L*B*H)/4000 Mandatory.

Cancel Order


# Cancel Order API
End point: https://openapi.myglobalbazar.com/openapi/myglobalbazarapis/cancelorder
Method: POST
                      

To Cancel Order you need to make a POST call to the following url :
https://openapi.myglobalbazar.com/openapi/myglobalbazarapis/cancelorder
Method: POST
Pass token in header: "authorization": "XXXXXXXXXXXXXXXXXXXXXYYYYYYYYYYYYYYYYYYYYYYYYYYYY"



Request 
{
   "awb_number":"2922621190",
   "seller_id":"XXXXXXXXXXXXXXXXXXXXXY"
}

Response
{
    "status": "SUCCESS",
    "data": "Order Cancelled, charged amound refunded in your Wallet!!"
}
                      

QUERY PARAMETERS

Field Type Description
awb_number String Order AWB number.

Track your shipment


# Track your shipment API
End point: https://openapi.myglobalbazar.com/openapi/myglobalbazarapis/trackshipment?awb_number=2903104567
Method: GET
                      

To Track your shipment you need to make a GET call to the following url :
https://openapi.myglobalbazar.com/openapi/myglobalbazarapis/trackshipment?awb_number=2903104567
Method: GET



Response
{
    "status": "SUCCESS",
    "service_provider": "ECOMM_EXP",
    "trackData": {
        "awb_number": "2903104567",
        "channel_order_id": "Supa2194_301_67326",
        "current_location_name": "MUMBAI-BOT",
        "pickupdate": "31-Jan-2022",
        "shipment_status": "Delivered / Closed",
        "last_update_date": "04-Feb-2022",
        "status": "SUCCESS"
    },
    "traceData": [
        {
            "channel_order_id": "Supa2194_301_67326",
            "Awb_Number": "2903104567",
            "location": "KOLKATA",
            "dateTime": "31 Jan, 2022, 22:51 ",
            "status": "Bag scanned at Hub",
            "Employee": "Tanmay  Banerjee - O194770"
        },
        {
            "channel_order_id": "Supa2194_301_67326",
            "Awb_Number": "2903104567",
            "location": "KOLKATA",
            "dateTime": "31 Jan, 2022, 22:36 ",
            "status": "Shipment in-scan",
            "Employee": "NITISH  SHAW - 77393"
        }
    ]
}
                      

QUERY PARAMETERS

Field Type Description
awb_number string AWB

To know your seller_id id and primary profile data


# To know seller_id and profile data API
End point: https://openapi.myglobalbazar.com/openapi/myglobalbazarapis/viewmyprofile?merchant_email=xyz@myglobalbazar.com
Method: GET
Pass token in Header

To To know seller id and profile data you need to make a GET call to the following url :
https://openapi.myglobalbazar.com/openapi/myglobalbazarapis/viewmyprofile?merchant_email=xyz@myglobalbazar.com
Pass token in header: "authorization": "XXXXXXXXXXXXXXXXXXXXXYYYYYYYYYYYYYYYYYYYYYYYYYYYY"



Response
{
    "status": "SUCCESS",
    "data": [
        {
            "id": 153,
            "seller_id": "XXXXXXXXXXXXXXXXXXXXXXXXXX",
            "pickup_location": "Shah1",
            "is_pickup_active": 1,
            "Seller_Name": "XXXXXX XXXXXXX",
            "Phone_No": "XXXXXXXXXX",
            "Email_Address": "XXXXX@myglobalbazar.com",
            "Adress_ln_1": "172 pg road Rani bala apt",
            "Adress_ln_2": "Ranibala",
            "city": "South 24 Parganas",
            "state": "West Bengal",
            "pin_code": "700039",
            "Bank_Name": "XXXX",
            "Beneficiary_Name": "",
            "IFSC_CODE": "XXX",
            "gst_no": "XXX",
            "pan_no": "XXX",
            "seller_type": "2022-02-06",
            "lat": "",
            "lng": "",
            "last_upd_date": "0000-00-00 00:00:00",
            "joining_date": "2022-02-06T08:55:07.000Z",
            "is_conduct_consent_accepted": 1,
            "conduct_consent_accepted`_date": "2022-02-06T15:04:56.000Z",
            "isTandCaccepted": null,
            "TandCaccepted_date": null,
            "last_login": "2022-02-06T15:44:27.000Z",
            "login_source": "mobileApp",
            "app_version": "0.0.19",
            "lattitude": null,
            "longitude": null
        }
    ]
}
                      

QUERY PARAMETERS

Field Type Description
merchant_email String Your Accont Email

Get all orders


# Get all orders API
End point: https://openapi.myglobalbazar.com/openapi/myglobalbazarapis/orders/all?seller_id=Z5a3nLbHacP5eUT25EpaMFTsUeX2
Method: GET 
Pass token in header "authorization":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

To Get all orders you need to make a GET call to the following url :
https://openapi.myglobalbazar.com/openapi/myglobalbazarapis/orders/all?seller_id=Z5a3nLbHacP5eUT25EpaMFTsUeX2



Response
{
    "status": "SUCCESS",
    "data": [
        {
            "id": 60573,
            "order_date": "2022-02-20T18:38:42.000Z",
            "channel_order_id": "Shah1_212_60573",
            "Awb_Number": null,
            "service_provider": null,
            "order_item_name": "title:2,title2:23,",
            "sub_total": "400",
            "order_item_sku": "sku:sku2:",
            "order_item_units": "25",
            "billing_customer_name": "customerFirstName",
            "billing_phone": "XXXXXXXX",
            "length": "9",
            "breadth": "8",
            "height": "7",
            "weight": "0.4",
            "status": "NEW",
            "new_label_pdf_url": "",
            "payment_method": "Prepaid",
            "canBeCancelled": false,
            "shipNowFlag": true,
            "labelPinrtFlag": false
        },
           {
            "id": 60517,
            "order_date": "2022-02-16T18:48:00.000Z",
            "channel_order_id": "Shah1_172_18",
            "Awb_Number": null,
            "service_provider": null,
            "order_item_name": "xxx",
            "sub_total": "11",
            "order_item_sku": "Shah10",
            "order_item_units": "1",
            "billing_customer_name": "Shahid",
            "billing_phone": "8017625345",
            "length": "9",
            "breadth": "8",
            "height": "7",
            "weight": "0.5",
            "status": "NEW",
            "new_label_pdf_url": "",
            "payment_method": "Prepaid",
            "canBeCancelled": false,
            "shipNowFlag": true,
            "labelPinrtFlag": false
        }
    ]
}
                      

QUERY PARAMETERS

Field Type Description
seller_id string Never Changes, Refer viewmyprofile API

Fetch orders with pagination and filter-PageNo,Cutomer Name, Cutomer PhoneNo


# Fetch orders with pagination and filter-PageNo,Cutomer Name, Cutomer PhoneNo API
End point: https://openapi.myglobalbazar.com/openapi/myglobalbazarapis/orders/paginated?seller_id=Z5a3nLbHacP5eUT25EpaMFTsUeX2&page_no=1&billing_customer_name=customer&billing_phone
Method: GET

Pass token in header "authorization":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

To Fetch orders with pagination and filter-PageNo,Cutomer Name, Cutomer PhoneNo you need to make a GET call to the following url :
https://openapi.myglobalbazar.com/openapi/myglobalbazarapis/orders/paginated?seller_id=Z5a3nLbHacP5eUT25EpaMFTsUeX2&page_no=1&billing_customer_name=customer&billing_phone



Response
{
    "status": "SUCCESS",
    "data": [
        {
            "id": 60573,
            "order_date": "2022-02-20T18:38:42.000Z",
            "channel_order_id": "Shah1_212_60573",
            "Awb_Number": null,
            "service_provider": null,
            "order_item_name": "title:2,title2:23,",
            "sub_total": "400",
            "order_item_sku": "sku:sku2:",
            "order_item_units": "25",
            "billing_customer_name": "customerFirstName",
            "billing_phone": "XXXXXXXXXXXX",
            "length": "9",
            "breadth": "8",
            "height": "7",
            "weight": "0.4",
            "status": "NEW",
            "new_label_pdf_url": "",
            "payment_method": "Prepaid",
            "canBeCancelled": false,
            "shipNowFlag": true,
            "labelPinrtFlag": false
        },
        {
            "id": 60572,
            "order_date": "2022-02-18T10:26:32.000Z",
            "channel_order_id": "Shah1_182_60572",
            "Awb_Number": "4710310451371",
            "service_provider": "DELHIVERY",
            "order_item_name": "title:2,title2:23,",
            "sub_total": "400",
            "order_item_sku": "sku:sku2:",
            "order_item_units": "25",
            "billing_customer_name": "customerFirstName",
            "billing_phone": "XXXXXXXXXXXX",
            "length": "9",
            "breadth": "8",
            "height": "7",
            "weight": "0.4",
            "status": "CANCELLED",
            "new_label_pdf_url": "https://invoice-stored.s3.amazonaws.com/4710310451371.pdf",
            "payment_method": "Prepaid",
            "canBeCancelled": false,
            "shipNowFlag": false,
            "labelPinrtFlag": true
        }
    ]
}
                      

QUERY PARAMETERS

Field Type Description
seller_id string Your Seller ID: Refer Profile API.
page_no Integer For pagination for purpose.
billing_customer_name string Filter with customer name customer name(Filter-Optional)
billing_phone string filter with phone number.(Filter-Optional)

Get your wallet statement


# Get your wallet statement API
End point: https://openapi.myglobalbazar.com/openapi/myglobalbazarapis/fetchwalletstatement?seller_id=Z5a3nLbHacP5eUT25EpaMFTsUeX2
Method: GET

Pass token in header "authorization":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

To get your wallet statement you need to make a GET call to the following url :
https://openapi.myglobalbazar.com/openapi/myglobalbazarapis/fetchwalletstatement?seller_id=Z5a3nLbHacP5eUT25EpaMFTsUeX2



Response
{
    "status": "SUCCESS",
    "data": [
        {
            "trx_id": "Shah1_182_60557_CAN",
            "seller_id": "k8jfp9Ns7YdKekq25baDYVny5Fa2",
            "trx_dt": "2022-02-20T18:31:40.000Z",
            "last_upd_dt": "2022-02-20T18:31:40.000Z",
            "trx_amt": 44.32,
            "opening_balance": 3683.92,
            "closing_balance": 3728.24,
            "vendor_name": "DELHIVERY",
            "vendro_trx_id": "4710310451290",
            "trx_type": "CREDIT",
            "trx_state": "COMPLETED"
        },
        {
            "trx_id": "Shah1_182_60556_CAN",
            "seller_id": "k8jfp9Ns7YdKekq25baDYVny5Fa2",
            "trx_dt": "2022-02-20T18:31:22.000Z",
            "last_upd_dt": "2022-02-20T18:31:22.000Z",
            "trx_amt": 44.32,
            "opening_balance": 3639.6,
            "closing_balance": 3683.92,
            "vendor_name": "DELHIVERY",
            "vendro_trx_id": "4710310451286",
            "trx_type": "CREDIT",
            "trx_state": "COMPLETED"
        }
    ]
}
                      

QUERY PARAMETERS

Field Type Description
seller_id string Your Seller ID

Get your wallet statement with pagination


# Get your wallet statement with pagination API
End point: https://openapi.myglobalbazar.com/openapi/myglobalbazarapis/fetchwalletstatement?seller_id=XXXXXXXXXXXXXXXXXXXXXXXXXX&page_no=100
Method: GET

Pass token in header "authorization":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

To get your wallet statement with pagination you need to make a GET call to the following url :
https://openapi.myglobalbazar.com/openapi/myglobalbazarapis/fetchwalletstatement?seller_id=XXXXXXXXXXXXXXXXXXXXXXXXXX&page_no=100



Response
{
    "status": "SUCCESS",
    "data": [
        {
            "trx_id": "Shah1_182_60557_CAN",
            "seller_id": "k8jfp9Ns7YdKekq25baDYVny5Fa2",
            "trx_dt": "2022-02-20T18:31:40.000Z",
            "last_upd_dt": "2022-02-20T18:31:40.000Z",
            "trx_amt": 44.32,
            "opening_balance": 3683.92,
            "closing_balance": 3728.24,
            "vendor_name": "DELHIVERY",
            "vendro_trx_id": "4710310451290",
            "trx_type": "CREDIT",
            "trx_state": "COMPLETED"
        },
        {
            "trx_id": "Shah1_182_60556_CAN",
            "seller_id": "k8jfp9Ns7YdKekq25baDYVny5Fa2",
            "trx_dt": "2022-02-20T18:31:22.000Z",
            "last_upd_dt": "2022-02-20T18:31:22.000Z",
            "trx_amt": 44.32,
            "opening_balance": 3639.6,
            "closing_balance": 3683.92,
            "vendor_name": "DELHIVERY",
            "vendro_trx_id": "4710310451286",
            "trx_type": "CREDIT",
            "trx_state": "COMPLETED"
        },
        {
            "trx_id": "Shah1_182_60564_CAN",
            "seller_id": "k8jfp9Ns7YdKekq25baDYVny5Fa2",
            "trx_dt": "2022-02-18T10:32:00.000Z",
            "last_upd_dt": "2022-02-18T10:32:00.000Z",
            "trx_amt": 100.5,
            "opening_balance": 3539.1,
            "closing_balance": 3639.6,
            "vendor_name": "ECOMM_EXP",
            "vendro_trx_id": "2915518674",
            "trx_type": "CREDIT",
            "trx_state": "COMPLETED"
        }
    ]
}
                      

QUERY PARAMETERS

Field Type Description
seller_id string page_no