📄️ Introduction
Comprehensive REST API for orders management in the e-commerce platform.
📄️ Create a new order
Creates a new order with items, addresses, payment, and shipping information.
📄️ Get order by ID
Retrieves a single order by its unique numeric identifier with optional data expansion for related entities.
📄️ Update an existing order
Updates an existing order with new information using partial update semantics.
📄️ Search and filter orders
Retrieves a paginated list of orders based on specified search criteria with optional data expansion.
📄️ Get order items
Retrieves all items associated with a specific order, including product details, quantities, and pricing information.
🗃️ Order Addresses
3 items
🗃️ Order Shipments
11 items
🗃️ Order Track and Traces
5 items