Manage Settlements
Last updated
Last updated
This endpoint retrieves a list of vendors (sellers) based on the specified status.
Filter sellers based on their status
Bearer token for authentication.
Successfully got seller list
This endpoint retrieves a list of orders placed by vendors based on the given query parameters.
The number of orders to return
The offset of orders to retrieve
Count of orders (0 or 1)
Bearer token for authentication.
Successfully got the complete order list
This endpoint retrieves a list of settlements with pagination options.
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.
Successfully retrieved settlement list
This endpoint retrieves the details of a specific settlement by its unique identifier.
ID of the settlement to retrieve details for
Bearer token for authentication.
Successfully retrieved settlement details
This endpoint allows downloading the settlement data in Excel format based on the provided settlement ID.
ID of the settlement to export in Excel format
Bearer token for authentication.
Excel file generated successfully
This endpoint allows you to create a new settlement for a vendor order.
Bearer token for authentication.
Title of the settlement
List of vendor order IDs associated with the settlement
Successfully created new settlement