The response contains a JSON object with the following properties:
status (boolean) - Indicates the status of the request.
message (string) - A message related to the request.
data (object) - Contains the order details including:
order (object) - Details of the order including order ID, name, business ID, society ID, service charge, delivery charge, user details, order status, order time, delivery time, and order items.
id (string) - The ID of the order.
ordername (string) - The name of the order.
bizid (string) - The ID of the business.
societyid (string) - The ID of the society.
service_charge (string) - The service charge for the order.
delivery_charge (string) - The delivery charge for the order.
user_name (string) - The name of the user placing the order.
cityname (string) - The name of the city for delivery.
statename (string) - The name of the state for delivery.
useraddress (string) - The address of the user.
userphone (string) - The phone number of the user.
username (string) - The username of the user.
useremail (string) - The email of the user.
userid (string) - The ID of the user.
email (string) - The email of the user.
societyaddress (string) - The address of the society.
status (string) - The status of the order.
ordertime (string) - The time when the order was placed.
deliverytime (string) - The expected delivery time.
orderitem (array) - An array of order items, each containing:
id (string) - The ID of the order item.
orderid (string) - The ID of the order.
item_id (string) - The ID of the item.
item_name (string) - The name of the item.
item_price (string) - The price of the item.
item_qty (string) - The quantity of the item.
Request
Query Params
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/api/orders/orderdata/?orderid=1&bizid=1' \
--header'api-key: 64cbb7-6888e6-da3baf-6567a0-d12f66' \
--header'marchant-id: BIZ12354124'