📄️ Order API Overview
Create and retrieve orders for a customer. All order endpoints require authentication.
📄️ Create Order Flow
This document provides a comprehensive guide on integrating Create Order Api along with Razorpay integration in your React application.
📄️ Create Order
Creates a new order based on a cart and customer information, including shipping and payment details.
📄️ List Orders
Retrieve a paginated list of orders for a specific store.
📄️ Get Order Details
Retrieve detailed information about a specific order by its ID.
📄️ Order API Response
Detailed breakdown of the JSON request and response structure returned by order-related API endpoints.