Create Order
This API is offering to create Order for Physical products.
Name
Value
{
"entity": {
"base_currency_code": "INR",
"base_discount_amount": 0,
"base_grand_total": 1018.00,
"base_shipping_amount": 0,
"base_subtotal": 1018.00,
"base_tax_amount": 0,
"customer_email": "qa@zrpl.co.in",
"customer_firstname": "Surya",
"created_at": "2025-1-02 4:14:17",
"customer_group_id": 1,
"customer_id": 980,
"customer_is_guest": 0,
"customer_lastname": "U",
"customer_note_notify": 0,
"discount_amount": 0,
"email_sent": 0,
"coupon_code": "",
"discount_description": "",
"grand_total": 1018.00,
"is_virtual": 0,
"order_currency_code": "INR",
"shipping_amount": 0,
"shipping_description": "Flat Rate - Fixed",
"state": "new",
"status": "processing",
"store_currency_code": "INR",
"store_id": 14,
"store_name": "Main Website\nMain Website Store\n",
"subtotal": 1018.00,
"subtotal_incl_tax": 1018.00,
"tax_amount": 0,
"total_item_count": 1,
"total_qty_ordered": 1,
"weight": 1,
"items": [{
"base_discount_amount": 0,
"base_original_price": 1018.00,
"base_price": 1018.00,
"base_price_incl_tax": 1018.00,
"base_row_invoiced": 0,
"base_row_total": 1018.00,
"base_tax_amount": 0,
"base_tax_invoiced": 0,
"discount_amount": 1018.00,
"discount_percent": 1018.00,
"free_shipping": 0,
"is_virtual": 0,
"name": "iFrogz Audio- Ear Pollution Plugz with Mic - Blue",
"original_price": 1018.00,
"price": 1018.00,
"price_incl_tax": 1018.00,
"product_id": 404,
"product_type": "simple",
"qty_ordered": 1,
"row_total": 1018.00,
"row_total_incl_tax": 1018.00,
"sku": "IFPZMB-BL0",
"store_id": 28
}],
"billing_address": {
"address_type": "billing",
"city": "Bengaluru",
"company": "ZRPL",
"country_id": "IN",
"email": "qa@zrpl.co.in",
"firstname": "Surya",
"lastname": "U",
"postcode": "560032",
"region": "Karnataka",
"region_code": "KA",
"region_id": 19,
"street": [
"Street 1",
"Street 2"
],
"telephone": "1234567890"
},
"payment": {
"method": "razorpay"
},
"extension_attributes": {
"shipping_assignments": [{
"shipping": {
"address": {
"address_type": "shipping",
"city": "Bengaluru",
"company": "ZRPL",
"country_id": "IN",
"customer_address_id": 2,
"email": "qa@zrpl.co.in",
"firstname": "Surya",
"lastname": "U",
"postcode": "560032",
"region": "Karnataka",
"region_code": "KA",
"region_id": 19,
"street": [
"HSR Layout",
"Street 2"
],
"telephone": "1234567890"
},
"method": "flatrate_flatrate"
}
}]
},
"status_histories": [
{
"comment": "This is a test comment",
"created_at": "",
"entity_id": 0,
"entity_name": "",
"is_customer_notified": 0,
"is_visible_on_front": 0,
"parent_id": 0,
"status": "processing",
"extension_attributes": {}
}
]
}
}Order Overview:
Order Information:
Order Items (Items Array):
Billing Address (billing_address):
Payment Method (payment):
Shipping Assignments (extension_attributes):
Status Histories (status_histories):
Last updated