Set Busy Mode

POST {{base_url}}/v1/delivery/store/{{store_id}}/update-store-prep-time

Sets the store on Busy mode

Request Body

{"delay_config"=>{"delay_until"=>"2024-02-08T10:00:00-06:00", "delay_duration"=>600}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring
User-Agentstring

RESPONSES

status: OK

{"prep_times":{"default_value":600,"delay":{"status":{"type":"BUSY","is_active_until":"2024-02-08T11:00:00-05:00","delay_duration":600},"allowed":true}}}