DistruDistru / Create Order

appKey: distru
actionKey: create-order

Action Inputs

The following parameters are available when configuring this action:
dueDatetime
Due Datetime
The datetime by which the order should be completed for the customer e.g. 2023-12-30T00:00:00.000000Z
string
orderDatetime
Order Datetime
The datetime on which the order was placed e.g. 2023-12-29T00:00:00.000000Z
string
billingLocationId
Billing Location Id
The billing location's ID
string | undefined
charges
Charges
| (
| string
| Array<{
name?: string
percent?: string
price?: string
type?: string
unitType?: string
}>
)
| undefined
companyId
Company Id
string | undefined
deliveryDatetime
Delivery Datetime
The datetime on which the order was / will be delivered e.g. 2023-12-30T00:00:00.000000Z
string | undefined
items
Items
| (
| string
| Array<{
locationId?: string
price?: string
productId?: string
quantity?: string
batchId?: string
}>
)
| undefined
shippingLocationId
Shipping Location Id
The shipping location's ID
string | undefined
status
Status
Order Status
string | undefined