Manage Settlements
Last updated
Last updated
Retrieve a complete list of order statuses.
/order-status/order-status-list
This endpoint retrieves a list of vendors (sellers) based on the specified status.
/admin-vendor
Filter sellers based on their status
Bearer token for authentication.
This endpoint retrieves a list of orders placed by vendors based on the given query parameters.
/admin-vendor-order/vendor-order-list
The number of orders to return
The offset of orders to retrieve
Count of orders (0 or 1)
Bearer token for authentication.
This endpoint retrieves a list of settlements with pagination options.
/settlement
Limit the number of results returned
Skip a certain number of records before starting the results
Include count in the response to show the total number of settlements
Bearer token for authentication.
This endpoint allows you to create a new settlement for a vendor order.
/settlement
Bearer token for authentication.
Title of the settlement
List of vendor order IDs associated with the settlement
This endpoint retrieves the details of a specific settlement by its unique identifier.
/settlement/settlement/{settlementId}
ID of the settlement to retrieve details for
Bearer token for authentication.
This endpoint allows downloading the settlement data in Excel format based on the provided settlement ID.
/settlement/settlement-export-excel-download
ID of the settlement to export in Excel format
Bearer token for authentication.