Create shipment (v0.0.1)

POST request that will create a shipment for a specific order, identified by its orderId.

Overview

The CreateShipment message is a command used to create a shipment for a specific order, identified by its orderId. It provides information such as the order status (e.g., pending, completed, shipped), the items within the order, billing and shipping details, payment information, and the order’s total amount. This query is commonly used by systems managing order processing, customer service, or order tracking functionalities.

This command can be applied in e-commerce systems, marketplaces, or any platform where users and systems need real-time order data for tracking, auditing, or managing customer purchases.

JSON Schema

12 properties
shipmentId string
required

Unique identifier for the shipment

orderId string
required

Identifier for the associated order

address object
required
items array [object]
required
shippingMethod string
required

Method of shipping (e.g., standard, express)