Skip to main content

v2.logistics.get_operating_hour_restrictions

GET /api/v2/logistics/get_operating_hour_restrictions

This API is designed to retrieve all restrictions related to inputting operating hours for the v2.logistics.update_operating_hours function. This API ensures that user are aware of any limitations or conditions that may affect their operating hours.

Endpoint URL

URL: https://partner.shopeemobile.com/api/v2/logistics/get_operating_hour_restrictions

Common Request Parameters

NameTypeSampleDescription
partner_idint1Partner ID is assigned upon registration is successful. Required for all requests.
timestamptimestamp1610000000This is to indicate the timestamp of the request. Required for all requests. Expires in 5 minutes.
access_tokenstringc09222e3fc40ffb25fc947f738b1abf1The token for API access, using to identify your permission to the api. Valid for multiple use and expires in 4 hours.
shop_idint600000Shopee's unique identifier for a shop. Required param for most APIs.
signstringe318d3e932719916a9f9ebb57e2011961bd47abfa54a36e040d050d8931596e2Signature generated by partner_id, api path, timestamp, access_token, shop_id and partner_key via HMAC-SHA256 hashing algorithm. More details: https://open.shopee.com/documents?module=87&type=2&id=58&version=2

No Request Parameters Set.

Response Parameters

NameTypeSampleDescription
errorstringerror_authIndicate error type if hit error. Empty if no error happened.
messagestringInvalid access_token.Indicate error details if hit error. Empty if no error happened.
request_idstring3dad66f43b8447d282ae6da36626c6b7The identifier for an API request for error tracking.
responseobject
regular_operating_hour_restrictionsobjectThe restrictions for Pickup Operating Hours / Preferred Pickup Hours
minimum_working_days_in_weekint645Minimum number of days the seller needs to designate as working days per week (including Monday to Sunday, but excluding public holidays from the count).
working_day_configobjectThe restrictions specific to each day
mondayobjectThe restrictions specific for Monday
mandatorybooleantrueIf the value is true, this day must be marked as open.
minimum_operating_hourint646Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglebooleanfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.
tuesdayobjectThe restrictions specific for Tuesday
mandatorybooleantrueIf the value is true, this day must be marked as open.
minimum_operating_hourint646Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglebooleanfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.
wednesdayobjectThe restrictions specific for Wednesday
mandatorybooleantrueIf the value is true, this day must be marked as open.
minimum_operating_hourint646Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglebooleanfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.
thursdayobjectThe restrictions specific for Thursday
mandatorybooleantrueIf the value is true, this day must be marked as open.
minimum_operating_hourint646Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglebooleanfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.
fridayobjectThe restrictions specific for Friday
mandatorybooleantrueIf the value is true, this day must be marked as open.
minimum_operating_hourint646Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglebooleanfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.
saturdayobjectThe restrictions specific for Saturday
mandatorybooleanfalseIf the value is true, this day must be marked as open.
minimum_operating_hourint640Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglebooleanfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.
sundayobjectThe restrictions specific for Sunday
mandatorybooleanfalseIf the value is true, this day must be marked as open.
minimum_operating_hourint640Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglebooleanfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.
public_holidayobjectThe restrictions specific for public holiday
mandatorybooleanfalseIf the value is true, this day must be marked as open.
minimum_operating_hourint640Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglebooleanfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.
instant_operating_hour_restrictionsobjectThe restrictions for Instant Operating Hours
minimum_working_days_in_weekint645Minimum number of days the seller needs to designate as working days per week (including Monday to Sunday, but excluding public holidays from the count).
working_day_configobjectThe restrictions specific to each day
mondayobjectThe restrictions specific for Monday
mandatorybooleantrueIf the value is true, this day must be marked as open.
minimum_operating_hourint646Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglebooleanfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.
tuesdayobjectThe restrictions specific for Tuesday
mandatorybooleantrueIf the value is true, this day must be marked as open.
minimum_operating_hourint646Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglebooleanfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.
wednesdayobjectThe restrictions specific for Wednesday
mandatorybooleantrueIf the value is true, this day must be marked as open.
minimum_operating_hourint646Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglebooleanfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.
thursdayobjectThe restrictions specific for Thursday
mandatorybooleantrueIf the value is true, this day must be marked as open.
minimum_operating_hourint646Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglebooleanfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.
fridayobjectThe restrictions specific for Friday
mandatorybooleantrueIf the value is true, this day must be marked as open.
minimum_operating_hourint646Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglebooleanfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.
saturdayobjectThe restrictions specific for Saturday
mandatorybooleanfalseIf the value is true, this day must be marked as open.
minimum_operating_hourint646Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglebooleanfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.
sundayobjectThe restrictions specific for Sunday
mandatorybooleanfalseIf the value is true, this day must be marked as open.
minimum_operating_hourint646Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglebooleanfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.
public_holidayobjectThe restrictions specific for public holiday
mandatorybooleanfalseIf the value is true, this day must be marked as open.
minimum_operating_hourint646Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglebooleanfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.
special_operating_hour_restrictionsobjectThe restrictions for Special Operating Hours
special_dayobject
mandatorybooleanfalseIf the value is true, this day must be marked as open.
minimum_operating_hourint646Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglebooleanfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.
shop_collection_operating_hour_restrictionsobjectThe restrictions for Shop Collection Operating Hours
minimum_working_days_in_weekint645Minimum number of days the seller needs to designate as working days per week (including Monday to Sunday, but excluding public holidays from the count).
working_day_configobjectThe restrictions specific to each day
mondayobjectThe restrictions specific for Monday
mandatorybooleantrueIf the value is true, this day must be marked as open.
minimum_operating_hourint646Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglebooleanfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.
tuesdayobjectThe restrictions specific for Tuesday
mandatorybooleantrueIf the value is true, this day must be marked as open.
minimum_operating_hourint646Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglestringfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.
wednesdayobjectThe restrictions specific for Wednesday
mandatorybooleantrueIf the value is true, this day must be marked as open.
minimum_operating_hourint646Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglebooleanfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.
thursdayobjectThe restrictions specific for Thursday
mandatorybooleantrueIf the value is true, this day must be marked as open.
minimum_operating_hourint646Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglebooleanfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.
fridayobjectThe restrictions specific for Friday
mandatorybooleantrueIf the value is true, this day must be marked as open.
minimum_operating_hourint646Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglebooleanfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.
saturdayobjectThe restrictions specific for Saturday
mandatorybooleantrueIf the value is true, this day must be marked as open.
minimum_operating_hourint646Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglebooleanfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.
sundayobjectThe restrictions specific for Sunday
mandatorybooleantrueIf the value is true, this day must be marked as open.
minimum_operating_hourint646Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglebooleanfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.
public_holidayobjectThe restrictions specific for Public Holiday
mandatorybooleantrueIf the value is true, this day must be marked as open.
minimum_operating_hourint646Minimum number of hours required for the seller to operate on that day.
minimum_start_timestring07:00The start hour for that day should not be set earlier than this time.
maximum_start_timestring10:00The start hour for that day should not be set later than this time.
minimum_end_timestring16:00The end hour for that day should not be set earlier than this time.
maximum_end_timestring21:00The end hour for that day should not be set later than this time.
operating_24_hour_togglebooleanfalseIf the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.