CreateFulfilmentChoiceWithOrderInput
Input type to create an FulfilmentChoice
with an Order
. Intended to be used as an inline input in the createOrder mutation.
Input Fields
String
)
External reference of the object. Recommended to be unique.
String
)
Type of the Fulfilment choice. Currently supports all values.
String
)
The type of currency, 3 letter ISO currency code.
String
)
Instruction provided by the customer (250 character limit).
String!
)
The type of delivery determined by retailers' shipping options. Example values are STANDARD, EXPRESS, OVERNIGHT, 3HOURS
Float
)
FulfilmentPrice refers to shipping and C&C fees.
Float
)
This refers to the tax cost associated with the fulfilment price.
String
)
Indicates the type of fulfilment.
String
)
Pickup location. Required if it is a click & collect.
String
)
First Name of delivery recipient.
String
)
Last Name of delivery recipient.
String
)
Mobile number of delivery recipient.
String
)
Email address to which e-delivery is made.
DateTime
)
Time of delivery selected by the customer at the time of order creation, specifies Deliver On date/time the customer will receive the order (package).
DateTime
)
Time of delivery selected by the customer at the time of order creation, specifies Deliver Till date/time the customer will receive the order (package).
DateTime
)
Time that indicates date of dispatch
[AttributeInput]
)
List of Attribute containing meta data information for an entity.
CreateCustomerAddressInput
)
Delivery address. Required if it is a home delivery.