Created
September 13, 2022 08:34
-
-
Save arif98741/bda8d13c654146de8ff574d9e4a18a70 to your computer and use it in GitHub Desktop.
Single Order Json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": "success", | |
"code": 200, | |
"orders": { | |
"orders_data": [ | |
{ | |
"orders_id": 92, | |
"orders_numbers": "00000092", | |
"total_tax": "188.00", | |
"customers_id": 60, | |
"customers_name": "Test Order By Developer", | |
"customers_company": null, | |
"customers_street_address": "Mediasoft DBBL", | |
"customers_suburb": "", | |
"customers_city": "Dhaka", | |
"customers_postcode": "", | |
"customers_state": "other", | |
"customers_country": "Bangladesh", | |
"customers_telephone": "", | |
"email": "[email protected]", | |
"customers_address_format_id": null, | |
"delivery_name": "Test Order By Developer", | |
"delivery_company": null, | |
"delivery_street_address": "Mediasoft DBBL", | |
"delivery_suburb": "", | |
"delivery_city": "Dhaka", | |
"delivery_postcode": "", | |
"delivery_state": "other", | |
"delivery_country": "Bangladesh", | |
"delivery_address_format_id": null, | |
"billing_name": "Test Order By Developer Ariful Islam", | |
"billing_company": null, | |
"billing_street_address": "Mediasoft DBBL", | |
"billing_suburb": "", | |
"billing_city": "Dhaka", | |
"billing_postcode": "", | |
"billing_state": "1", | |
"billing_country": "Bangladesh", | |
"billing_address_format_id": 0, | |
"payment_method": "ssl_commerze", | |
"paymentStatus": "Pending", | |
"cc_type": "", | |
"cc_owner": "", | |
"cc_number": "", | |
"cc_expires": "", | |
"last_modified": "2022-02-08 11:58:28", | |
"date_purchased": "2022-02-08 11:58:28", | |
"orders_date_finished": null, | |
"currency": "TK", | |
"currency_value": "1.000000", | |
"order_products_price": 2495, | |
"order_price": "2753.00", | |
"shipping_cost": "70.00", | |
"shipping_method": "Inside Dhaka - Regular Delivery", | |
"shipping_duration": null, | |
"order_information": "{\"order_number\":\"00000092\",\"transaction_id\":\"62020684986a5\",\"amount\":2753,\"Purchase Date\":\"2022-02-08 11:58:28\",\"Address\":\"Mediasoft DBBL\",\"Customer Name\":\"Test Order By Developer\",\"Phone_Number\":\"01733499574\"}", | |
"order_notes": null, | |
"is_seen": 1, | |
"coupon_code": "", | |
"coupon_amount": 0, | |
"loyality_discount_amount": 0, | |
"special_discount": "0", | |
"exclude_product_ids": "", | |
"product_categories": "", | |
"excluded_product_categories": "", | |
"free_shipping": 0, | |
"product_ids": "", | |
"ordered_source": 1, | |
"delivery_phone": "01733499574", | |
"billing_phone": "01733499574", | |
"transaction_id": "62020684986a5", | |
"is_sync": 1, | |
"created_at": null, | |
"updated_at": null, | |
"delivery_time": "", | |
"delivery_latitude": null, | |
"delivery_longitude": null, | |
"orders_status_id": 3, | |
"orders_status": "Cancel", | |
"data": [ | |
{ | |
"orders_products_id": 187, | |
"orders_id": 92, | |
"products_id": 9073, | |
"products_model": "RD-1121-5164 CA", | |
"products_name": "Mens Denim Pant", | |
"bar_code": "A040065", | |
"size_values_id": 99, | |
"color_values_id": 515, | |
"products_price": "2495.00", | |
"order_product_discount": 0, | |
"final_price": "2682.13", | |
"products_tax": "187", | |
"products_quantity": 1, | |
"image": "images/media/2022/01/nqOmO30504.JPG", | |
"products_tax_rate": 7.5, | |
"attribute": [] | |
} | |
], | |
"total_discount": 0, | |
"total_price": 2495, | |
"subtotal": "2753.00" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment