Manage Sales
Get list of vendor order.
success response
Successfully got count. " or " Successfully got the complete order list.GET /admin-vendor-order HTTP/1.1
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully got count. \" or \" Successfully got the complete order list."
}Get a detail of vendor order
success response
Successfully shown the order Detail. GET /admin-vendor-order/order-detail?orderid=text HTTP/1.1
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully shown the order Detail. "
}Get log list vendor order.
success response
Successfully got the complete Vendor Order Status Log list.GET /admin-vendor-order/vendor-order-log-list?vendorOrderId=text HTTP/1.1
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully got the complete Vendor Order Status Log list."
}Update archive flag
success response
Successfully Revoked this order. " or " Successfully Archived this product.error response
PUT /admin-vendor-order/{orderId} HTTP/1.1
Authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully Revoked this order. \" or \" Successfully Archived this product."
}Get order export pdf.
success response
pdf exportederror response
GET /admin-vendor-order/order-export-pdf HTTP/1.1
Authorization: text
Accept: */*
{
"status": 1,
"message": "pdf exported"
}Get vendor order list.
success response
Successfully got the complete order list.GET /admin-vendor-order/vendor-order-list HTTP/1.1
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully got the complete order list."
}Get list of vendor payment
success response
Successfully got the complete payment list.GET /admin-vendor-payment/payment-list HTTP/1.1
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully got the complete payment list."
}Get list of payment count
success response
Successfully got the complete payment list.GET /admin-vendor-payment/payment-list-count HTTP/1.1
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully got the complete payment list."
}Get detail of payment list
success response
Successfully shown the order Detail. GET /admin-vendor-payment/payment-detail HTTP/1.1
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully shown the order Detail. "
}Get count of payment dashboard.
success response
Successfully shown the order Detail. GET /admin-vendor-payment/payment-dashboard-count HTTP/1.1
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully shown the order Detail. "
}Export the vendor order payment.
success response
Successfully export the vendor order payment list.GET /admin-vendor-payment/vendor-order-payment-export HTTP/1.1
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully export the vendor order payment list."
}Export bulk order payment list
success response
Successfully export the vendor bulk order payment list.GET /admin-vendor-payment/export-bulk-order-payment-list HTTP/1.1
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully export the vendor bulk order payment list."
}Make vendor payment archive.
success response
Successfully archived this payment.error response
POST /admin-vendor-payment/make-vendor-payment-archive HTTP/1.1
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 21
"vendorPaymentId=1"{
"status": 1,
"message": "Successfully archived this payment."
}Get list of vendor archive payment list
success response
Successfully got the complete payment list.GET /admin-vendor-payment/payment-archive-list HTTP/1.1
Authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully got the complete payment list."
}Last updated

