Manage sales
List of recent order
success response
GET /vendor-order/recent-order-list HTTP/1.1
Host:
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully got count. \" or \" Successfully got the complete order list."
}
Get detail of vendor order
success response
error response
GET /vendor-order/order-detail/{vendorOrderId} HTTP/1.1
Host:
Authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully shown the order Detail."
}
Get detail of vendor archive order.
success response
error response
GET /vendor-order/archive-order-detail/{vendorOrderArchiveId} HTTP/1.1
Host:
Authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully shown the archive order Detail."
}
Get count of today vendor order
success response
GET /vendor-order/today-vendor-order-count HTTP/1.1
Host:
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully get Today order count"
}
Delete a vendor order
success response
error response
DELETE /vendor-order/delete-vendor-order/{id} HTTP/1.1
Host:
Authorization: text
Accept: */*
{
"status": 1,
"message": "Order Deleted Successfully"
}
Update a vendor order status
success response
error response
PUT /vendor-order/update-order-status/{vendorOrderId} HTTP/1.1
Host:
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 22
"subOrderStatusId=1"
{
"createdBy": 1,
"createdDate": 1,
"modifiedBy": 1,
"modifiedDate": 1,
"vendorOrderId": 1,
"subOrderId": "text",
"vendorId": 1,
"subOrderStatusId": 1,
"orderProductId": 1,
"orderId": 1,
"total": "text",
"commission": 1,
"trackingUrl": "text",
"trackingNo": "text",
"makeSettlement": 1,
"name": "text"
}
Vendor order status list
success response
error response
GET /vendor-order/vendor-order-status-list HTTP/1.1
Host:
Authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully got the complete order status list."
}
Get list of vendor orders based status.
success response
GET /vendor-order/vendor-orders-based-status-list HTTP/1.1
Host:
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully got the complete order status list."
}
Get detail of vendor order based status.
success response
GET /vendor-order/vendor-orders-based-status-details/{orderStatusId} HTTP/1.1
Host:
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully got the vendor order count \" or \" Successfully got the vendor order details."
}
Get count of vendor based status
success response
GET /vendor-order/vendor-orders-based-status-count HTTP/1.1
Host:
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully got the vendor order status count."
}
Get list of vendor log
success response
GET /vendor-order/vendorOrderLoglist?vendorOrderId=1 HTTP/1.1
Host:
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "vendorOrderId"
}
Get list of top selling product
success response
GET /vendor-order/top-selling-productlist?duration=text HTTP/1.1
Host:
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully get Top Selling Product..!"
}
Update shipping information
success response
error response
POST /vendor-order/update-shipping-information HTTP/1.1
Host:
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 60
"vendorOrderId=1&trackingUrl='text'&trackingNo='text'"
{
"createdBy": 1,
"createdDate": "2025-08-30T04:02:11.731Z",
"modifiedBy": 1,
"modifiedDate": "2025-08-30T04:02:11.731Z",
"vendorOrderId": 1,
"subOrderId": "text",
"vendorId": 1,
"subOrderStatusId": 1,
"orderProductId": 1,
"orderId": 1,
"total": "text",
"commission": 1,
"trackingUrl": "text",
"trackingNo": "text",
"makeSettlement": 1
}
Order export pdf
success response
error response
GET /vendor-order/order-export-pdf?vendorOrderId=1 HTTP/1.1
Host:
Authorization: text
Accept: */*
{
"status": 1,
"message": "pdf exported"
}
Make vendor order archive
success response
error response
POST /vendor-order/make-vendor-order-archive HTTP/1.1
Host:
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 19
"vendorOrderId=1"
{
"status": 1,
"message": "Successfully revoked archived order"
}
Revoke the archive order of vendor
success response
error response
POST /vendor-order/revoke-vendor-order-archive HTTP/1.1
Host:
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 26
"vendorOrderArchiveId=1"
{
"status": 1,
"message": "Successfully archived"
}
Get list of vendor archive order
success response
GET /vendor-order/archive-order-list HTTP/1.1
Host:
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully got the complete order archive list."
}
Get count of vendor order list
success response
GET /vendor-order/archive-order-list-count HTTP/1.1
Host:
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully got the complete order archive list count."
}
Get list of vendor order list
success response
GET /vendor-order/order-list HTTP/1.1
Host:
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully got the vendor orders count"
}
Export the bulk archive order
success response
GET /vendor-order/bulk-archive-order-export?vendorId=1 HTTP/1.1
Host:
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully archive order exported"
}
Export the archive order
error response
GET /vendor-order/archive-order-export?vendorOrderArchiveId=1 HTTP/1.1
Host:
Authorization: text
Accept: */*
error response
{
"status": 1,
"message": "Invalid ArchiveId"
}
Get list of cancel order
success response
GET /vendor-order/cancel-order-list HTTP/1.1
Host:
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully got the cancel request count. \" Successfully got the complete cancel order list."
}
Update the vendor order cancel request
success response
error response
PUT /vendor-order/update-vendor-order-cancel-request/{orderProductId} HTTP/1.1
Host:
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 20
"cancelStatusId=1"
{
"createdBy": 1,
"createdDate": "2025-08-30T04:02:11.731Z",
"modifiedBy": 1,
"modifiedDate": "2025-08-30T04:02:11.731Z",
"orderProductId": 1,
"productId": 1,
"orderProductPrefixId": "text",
"orderId": 1,
"name": "text",
"model": "text",
"quantity": 1,
"productPrice": "text",
"discountAmount": "text",
"basePrice": "text",
"taxType": 1,
"taxValue": 1,
"total": "text",
"discountedAmount": 1,
"orderStatusId": 1,
"trackingUrl": "text",
"trackingNo": "text",
"trace": "text",
"tax": "text",
"cancelRequest": 1,
"cancelRequestStatus": 1,
"cancelReason": "text",
"cancelReasonDescription": "text",
"isActive": 1,
"skuName": "text",
"couponDiscountAmount": "text"
}
Update bulk vendor order cancel request
success response
error response
GET /vendor-order/update-bulk-vendor-order-cancel-request?cancelStatusId=1&orderProductId=text HTTP/1.1
Host:
Authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully updated the order cancel status."
}
Get excel list of vendor order cancel
error response
GET /vendor-order/vendor-order-cancel-excel-list?orderProductId=text HTTP/1.1
Host:
Authorization: text
Accept: */*
error response
{
"status": 1,
"message": "Invalid orderProductId"
}
Get excel list of cancel bulk vendor order
success response
GET /vendor-order/bulk-vendor-order-cancel-excel-list HTTP/1.1
Host:
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully got the list"
}
Get list of vendor invoice
success response
error response
GET /vendor-order/vendor-invoice-list HTTP/1.1
Host:
Authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully got the cancel request count. \" or \" Successfully got the vendor invoice list."
}
Export pdf of order invoice
success response
error response
GET /vendor-order/order-invoice-export-pdf?orderId=1 HTTP/1.1
Host:
Authorization: text
Accept: */*
{
"status": 1,
"message": "pdf exported"
}
Get list of salse report
success response
error response
GET /vendor-order/sales-report-list HTTP/1.1
Host:
Authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully got vendor sales count. \" or \" Successfully got vendor sales list."
}
Get list of sales report export
success response
GET /vendor-order/sales-report-export-list HTTP/1.1
Host:
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully get the list of sales report export"
}
Order invoice export send email pdf
success response
error response
POST /vendor-order/order-invoice-export-send-email-pdf HTTP/1.1
Host:
Authorization: text
Accept: */*
{
"status": 1,
"message": "Mail sent to you"
}
Get list of back order
success response
error response
GET /vendor-order/back-order-list HTTP/1.1
Host:
Authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully get Count. \" or \" Successfully shown the Back Order list."
}
Get list of vendor failed order
success response
error response
GET /vendor-order/vendor-failed-order-list HTTP/1.1
Host:
Authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully got the cancel request count. \" or \" Successfully got the vendor failed Order list."
}
Get excel list of bulk back order
error response
GET /vendor-order/bulk-back-order-excel-list HTTP/1.1
Host:
Authorization: text
Accept: */*
error response
{
"status": 1,
"message": "file is empty"
}
Back order excel list
error response
GET /vendor-order/back-order-excel-list HTTP/1.1
Host:
Authorization: text
Accept: */*
error response
{
"status": 1,
"message": "file is empty"
}
Failed order excel list
success response
GET /vendor-order/failed-order-excel-list HTTP/1.1
Host:
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully get the failed order excel list"
}
Bulk failed order excel list
success response
GET /vendor-order/bulk-failed-order-excel-list HTTP/1.1
Host:
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully get the bulk failed order excel list"
}
Vendor order status list based on parent
success response
error response
GET /vendor-order/vendor-order-status-list-based-on-parent HTTP/1.1
Host:
Authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully got order status list based on parent."
}
List of vendor payment
success response
GET /vendor-sales/payment-list HTTP/1.1
Host:
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully got the complete payment list."
}
Count of vendor payment
success response
GET /vendor-sales/payment-list-count HTTP/1.1
Host:
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully got the complete payment list count."
}
Get excel export of vendor sales
error response
GET /vendor-sales/vendor-sales-export HTTP/1.1
Host:
Authorization: text
Accept: */*
error response
{
"status": 1,
"message": "No data found"
}
Make vendor archive payment
success response
error response
POST /vendor-sales/make-vendor-payment-archive HTTP/1.1
Host:
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 21
"vendorPaymentId=1"
{
"status": 1,
"message": "Successfully archived your payments"
}
Get list of archive payment
success response
GET /vendor-sales/archive-payment-list HTTP/1.1
Host:
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully got the complete payment list."
}
Get count list of archive payment
success response
GET /vendor-sales/archive-payment-list-count HTTP/1.1
Host:
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully got the complete payment list count."
}
Bulk archive payment export
success response
GET /vendor-sales/bulk-archive-payment-export HTTP/1.1
Host:
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully get bulk archive payment export"
}
Get archive payment export
error response
GET /vendor-sales/archive-payment-export HTTP/1.1
Host:
Authorization: text
Accept: */*
error response
{
"status": 1,
"message": "Invalid ArchiveId"
}
Last updated