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
Unique identifier for the shipment
Identifier for the associated order
Street address for the shipment
City for the shipment
State for the shipment
Postal code for the shipment
Country for the shipment
Identifier for the item
Quantity of the item
Method of shipping (e.g., standard, express)
No properties match your search
Try a different search term or clear the search to see all properties