LogisticsOrder API
Order
Create a new order
1min
POST
HEADER PARAMETERS
X-COREOS-REQUEST-ID
string
*Unique requestId
X-COREOS-TID
string
*Tenant id
X-COREOS-ACCESS
string
*core-os access token
X-COREOS-USERINFO
string
*core-os user info token
BODY PARAMETERS
body
CreateOrderEntityRequest
*dropDetails
DropDetails
*Drop details
orderSummary
OrderSummary
clientDetails
ClientDetails
Client details
mps
boolean
Flag to identity if order is a multi-piece shipment
productType
ProductType
*Type of the product in the order
planningMode
PlanningMode
Fulfillment Type
modeOfTransport
ModeOfTransport
Mode via which shipment will be moved
speedOfTransport
SpeedOfTransport
Speed of transfer of shipment
shipmentFlow
ShipmentFlow
*Nature of flow of shipment
pickupDetails
PickupDetails
*Pickup details
paymentInformation
PaymentInformation
Payment Information
deliveryDetails
DeliveryDetails
Delivery details
actions
DoorstepActions
Doorstep actions information
notificationDetails
NotificationDetails
Notification Information
returnDetails
ReturnDetails
Return details
priority
number
Priority level of the order
maxAttempts
number
Maximum number of attempts needed for servicing an order
teamId
string
*Team Id that given order belongs to
containers
ContainerDetails[]
Container Details
RESPONSES
202
Accepted
RequestProcessedSuccessResponse
error
Error
*Error Information
request
Request
*data
object
Example: [object Object]
400
Error Occurred
PostErrorResponse
error
Error
*Error Information
request
Request
*data
object
Example: [object Object]
401
Error Occurred
PostErrorResponse
error
Error
*Error Information
request
Request
*data
object
Example: [object Object]
404
Error Occurred
PostErrorResponse
error
Error
*Error Information
request
Request
*data
object
Example: [object Object]


Updated 03 Aug 2023
Did this page help you?