Skip to main content

CartDTO

Properties

NameTypeDescriptionNotes
itemsList[default to null]
delivery_optionCartDTO_delivery_option[optional] [default to null]
curbside_pickup_optionCartDTO_curbside_pickup_option[optional] [default to null]
third_party_pickup_optionCartDTO_third_party_pickup_option[optional] [default to null]
customerCartDTO_customer[optional] [default to null]
order_typeStringPickupPH supported order types, meal plan will be automatically changed to delivery (if not selected)[default to null]
order_dateStringISO8601 compliant date string, defaults to current server date[optional] [default to null]
order_timeStringOrder time in HH
format, void (omitting it) means order is ASAP (current system, or nearest available time slot). You can explicitly state that you want current time, just pass asap_order_time string
[optional] [default to null]
promo_codeStringPromo code[optional] [default to null]
payment_methodStringOptional for partner's that wishes to use their own checkout form/ui[optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]