Skip to main content
POST
/
emails
/
fire
Fire order emails
curl --request POST \
  --url http://staging.qshop.ng/apiv2/emails/fire \
  --header 'Content-Type: application/json' \
  --data '
{
  "orders": [
    "648493ff5d6b4111d10e0942"
  ]
}
'

Query Parameters

status
string
Example:

"5f16398fcb6c97c0c8c8d7a0,5f16398fcb6c97c0c8c8d7a2"

whatsApp
string
Example:

"false"

total>40000
string
Example:

""

currency
string
Example:

"60aa6c829aed9f2aa1b677da,60aa6cd79aed9f2aa1b677db"

page
string
Example:

"2"

created>2022-06-30
string
Example:

""

created<%3D2022-07-05
string
Example:

""

paymentState
string
Example:

"unpaid"

orderNo
string
Example:

"2318-3"

email
string
source
string
Example:

"admin"

Body

application/json
orders
string[]
Example:
["648493ff5d6b4111d10e0942"]

Response

200 - undefined