CreateOrderAndCustomerInput
Input type to create an Order
while creating a new Customer
in a single request
Input Fields
String!
)
External reference for the order. Must be unique.
String!
)
Type of the Order
, typically used by the Orchestration Engine to determine the workflow that should be applied. Unless stated otherwise, no values are enforced by the platform.
Type of the Order, typically used by the Orchestration Engine to determine the workflow
that should be applied. Unless stated otherwise, no values are enforced by the platform. Currently supports all values.
[AttributeInput]
)
List of order's attribute
s
RetailerId!
)
Retailer
for the order
Float
)
Total price
Float
)
Total tax price
PaymentKey
)
The 'Payment' associated with this Order
CreateFulfilmentChoiceWithOrderInput
)
FulfilmentChoice
for the order
[CreateFulfilmentChoiceWithOrderInput]
)
FulfilmentChoices
for the order
CreateCustomerInput!
)
Customer
for the order
[CreateOrderItemWithOrderInput]!
)
A list of OrderItem
s for this order