Order Search
DevelopingPOST
/api/v0/partner/search-orderRequest
Query Params
limit
string
required
Example:
10
offset
string
required
Example:
0
Header Params
authorization
string
required
Example:
Bearer 23R9NAVSAH9-ApAfRx_6nSoy1LY
Content-Type
string
required
Example:
application/json
Body Params application/json
aggregator
string
required
aggregatorDiscountFrom
integer
required
aggregatorDiscountTo
integer
required
aggregatorOrderId
string
required
aggregatorProductId
string
required
amountFrom
integer
required
amountTo
integer
required
brand
array[string]
required
category
array[string]
required
companyId
string
required
createdOnFrom
string
required
createdOnTo
string
required
direction
string
required
ekUserId
string
required
email
string
required
enkashDiscountFrom
integer
required
enkashDiscountTo
integer
required
mobile
string
required
orderAmountFrom
integer
required
orderAmountTo
integer
required
orderDetailsId
string
required
orderId
string
required
orderIds
array[string]
required
orderStatus
string
required
paidAmountFrom
integer
required
paidAmountTo
integer
required
paymentStatus
string
required
product
string
required
profitPayoutFlag
boolean
required
purchaseDateFrom
string
required
purchaseDateTo
string
required
refundDateFrom
string
required
refundDateTo
string
required
totalDiscountFrom
integer
required
totalDiscountTo
integer
required
transactionId
string
required
utmSource
string
required
voucherMrpFrom
integer
required
voucherMrpTo
integer
required
voucherQuantityFrom
integer
required
voucherQuantityTo
integer
required
Example
{
"aggregator": "ADVANTAGE_CLUB",
"aggregatorDiscountFrom": 0,
"aggregatorDiscountTo": 0,
"aggregatorOrderId": "string",
"aggregatorProductId": "string",
"amountFrom": 0,
"amountTo": 0,
"brand": [
"string"
],
"category": [
"string"
],
"companyId": "string",
"createdOnFrom": "yyyy-MM-dd",
"createdOnTo": "yyyy-MM-dd",
"direction": "ASC",
"ekUserId": "string",
"email": "string",
"enkashDiscountFrom": 0,
"enkashDiscountTo": 0,
"limit": 0,
"mobile": "string",
"offset": 0,
"orderAmountFrom": 0,
"orderAmountTo": 0,
"orderDetailsId": "string",
"orderId": "string",
"orderIds": [
"string"
],
"orderStatus": "APPROVAL_PENDING",
"paidAmountFrom": 0,
"paidAmountTo": 0,
"paymentStatus": "AUTHENTICATION_IN_PROCESS",
"product": "CHANNEL_OPEN_VOUCHER",
"profitPayoutFlag": true,
"purchaseDateFrom": "yyyy-MM-dd",
"purchaseDateTo": "yyyy-MM-dd",
"refundDateFrom": "yyyy-MM-dd",
"refundDateTo": "yyyy-MM-dd",
"totalDiscountFrom": 0,
"totalDiscountTo": 0,
"transactionId": "string",
"utmSource": "string",
"voucherMrpFrom": 0,
"voucherMrpTo": 0,
"voucherQuantityFrom": 0,
"voucherQuantityTo": 0
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 4 months ago