Manage Sales
Last updated
Last updated
Retrieve a list of vendor orders with optional query parameters.
/admin-vendor-order
The number of orders to retrieve
The number of orders to skip before starting to collect the result set
Include the count of total records (1 for true, 0 for false)
Boolean flag to filter orders
Bearer token for authentication.
Retrieve detailed information for a specific vendor order using the provided orderId
.
/admin-vendor-order/order-detail
The ID of the order to retrieve details for
Bearer token for authentication.
Retrieve the order status log for a specific vendor order using the provided vendorOrderId
.
/admin-vendor-order/vendor-order-log-list
The ID of the vendor order to retrieve the log list for
Bearer token for authentication.
Retrieve a complete list of order statuses.
/order-status/order-status-list
Exports the details of a specific vendor order as a PDF file using the orderId
, vendorId
, and orderPrefixId
.
/admin-vendor-order/order-export-pdf
The ID of the order to be exported
The ID of the vendor associated with the order
The prefix ID of the order, typically for identifying the order uniquely
Bearer token for authentication.
Updates the payment status for a specific order using the orderId
and paymentStatusId
.
/order/update-payment-status
Bearer token for authentication.
1628
1
Retrieves the list of back orders, with options for pagination.
/order/back-order-list
The number of items to return per page
The offset for pagination
A flag to count the total number of back orders
Bearer token for authentication.
Retrieves the list of failed orders, with options for pagination.
/order/failed-order-list
The number of items to return per page
The offset for pagination
A flag to count the total number of failed orders
Bearer token for authentication.
Retrieves the details of a specific order by its ID.
/order/order-detail
The ID of the order to retrieve details for
Bearer token for authentication.
This API updates the main order's payment status and related details.
/order/update-main-order
Bearer token for authentication.
1619
2
1
2432345
ds
Retrieves a list of payments based on optional filters such as customer name, keyword, and date range.
/admin-vendor-payment/payment-list
The number of results to return
The offset from which to start retrieving the results
Whether to return the total count of items (0 or 1)
The name of the customer to filter the payments by
A keyword to filter the payments by (e.g., order ID, payment reference)
The start date for filtering payments
The end date for filtering payments
Bearer token for authentication.
Retrieves the list of live carts or the count based on the provided filters.
/admin-cart
The number of results to return
The offset from which to start retrieving the results
Whether to return the total count of items (0 or 1)
The type of cart (e.g., 'live')
Bearer token for authentication.
Retrieves the details of a specific cart by ID.
/admin-cart/{cartId}
The ID of the cart to retrieve
The type of cart (e.g., 'live')
Bearer token for authentication.
Sends an email notification to the customer regarding their abandoned cart.
/admin-cart/abandoned-cart-email
Bearer token for authentication.
The ID of the abandoned cart
The custom message to be sent with the email
Exports the cart details for a given customer.
/admin-cart/cart-export
Bearer token for authentication.
The ID of the customer whose cart needs to be exported.
Deletes abandoned cart entries for specific customers based on customerId
and guestIp
.
/admin-cart/abandoned
The action to be performed (e.g., delete).
Comma-separated list of customer IDs for whom the abandoned cart details should be deleted.
Comma-separated list of guest IP addresses for whom the abandoned cart details should be deleted.
Bearer token for authentication.