Tuhund - Cart order list API

API # : 8018 | API Name : cartorderlist

Get filtered and sort list of orders placed through shopping cart.

URL : <domain>/apic/cartorderlist
Methods Allowed : POST
Request Body : JSON Payload

Payload Structure :

Name Description Type
search Search text. String
itemid Company ID of the customer. String
show Status of the order String
pp Number of records per page.
All the matching records are split in sets similar to pages. This value tells the system how many records have to be grouped under each page. Default value is 100
Integer
page Page number. Default is 1 Integer
srt Sort by. Possible values are :
  • ORDERID : Order ID
  • ORDERNUMBER : Order number
  • ORDERDATE : Order Date
  • COMPANYID : Company ID
  • BUYERID : Buyer ID (Customer ID in case of cash sales. Contact person in case of B2B sales)
  • GROSSTOTAL : Gross Total
  • NETTOTAL : Net Total
  • CPONUMBER : Customer's Purchase Order Number
  • CPODATE : Customer's Purchase Order Date
  • COMPANYNAME : Company Name
  • COMPANYNUMBER : Company Number
String
order Sort Order. ASC or DESC String

Request Headers :

Name Description
device A short name of your application. Device is mandatory but any value between 3 and 20 characters is accepted.
Authentication Authentication code generated for API call.

Sample Payload :

Sample success response :

Sample failure response :

Tuhund Logo
TUHUND®
Home About us Modules CRM HR SALES BI SERVICES MANAGEMENT INVENTORY MANAGEMENT ACCOUNTING AND FINANCE PROCUREMENT PROJECT MANAGEMENT ERP ADMINISTRATION DATA REPOSITORY API & SUB PORTALS Careers Community Blog
M Home Schedule Demo About us Community Blog
CRM HR SALES BI SERVICES MANAGEMENT INVENTORY MANAGEMENT ACCOUNTING AND FINANCE PROCUREMENT PROJECT MANAGEMENT ERP ADMINISTRATION DATA REPOSITORY API & SUB PORTALS Careers
API Documents
Request Demo