Set delivery time
Deprecated
Set merchant delivery time (If it is delivered through a platform, it is usually the same as the business hours.)
Request
Body Params application/x-www-form-urlencodedRequired
Request Code Samples
curl --location '/api.php?API=biz%2Fshop%2Fshop%2Fupdate_ps_time' \
--header 'Authorization: {{bearerToken}}' \
--data-urlencode 'data={"pstime_type":0,"ps_time":"03:00-06:00,09:00-15:00"}' \
--data-urlencode 'CLIENT_API=BIZ' \
--data-urlencode 'openid={{openid}}'
Responses
This response does not have a body.
Modified at 2026-06-23 02:00:30