Skip to main content
PATCH
Update cart
When you set outlet_id, the API auto-derives brand_id from the outlet’s branded ChannelLink configuration — you don’t need to (and shouldn’t) set brand_id manually.

Authorizations

X-Channel-Id
string
header
required

Merchant storefront identifier. Provided during onboarding.

X-Session-Id
string
header
required

Diner session identifier. Created by GET /channel and returned in the X-Session-Id response header.

Body

application/json
outlet_id
integer
brand_id
integer
fulfilment_type
enum<string>
Available options:
delivery,
pickup
serving_date
string<date>
timeslot_start
integer
timeslot_end
integer
timeslot_type
enum<string>
Available options:
asap,
available_timeslots
contact_name
string
contact_email
string<email>
contact_number
string
address_line1
string
address_line2
string
address_latitude
number<double>
address_longitude
number<double>
postal_code
string

6-digit Singapore postal code

is_gift
boolean
recipient_name
string
recipient_contact_number
string
gift_message
string
notes
string

Response

Updated cart

id
integer
channel_id
integer
outlet_id
integer | null
brand_id
integer | null
user_id
integer | null
timeslot_start
integer | null
timeslot_end
integer | null
timeslot_type
enum<string>
Available options:
asap,
available_timeslots
timeslot_range
string | null
fulfilment_type
enum<string>
Available options:
delivery,
pickup
serving_date
string<date>
contact_name
string | null
contact_email
string | null
contact_number
string | null
address_line1
string | null
address_line2
string | null
address_latitude
number<double> | null
address_longitude
number<double> | null
postal_code
string | null
notes
string | null
is_gift
boolean
recipient_name
string | null
recipient_contact_number
string | null
gift_message
string | null
promo_code
string | null
is_checked_out
boolean
use_points
boolean
brand
object | null
cart_items
object[]