Skip to main content

v2.logistics.get_operating_hours

GET /api/v2/logistics/get_operating_hours

This API is utilized to retrieve the existing operating hours of sellers including Pickup Operating Hours, Special Hours, Instant Operating Hours, and Shop Collection Operating Hours.

Endpoint URL

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

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
request_idstring3dad66f43b8447d282ae6da36626c6b7The identifier for an API request for error tracking.
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.
repsonseobject
regular_operating_hourobjectThe details of Pickup Operating Hours/Preferred Pickup Hours
mondayobjectThe Operating hours for Monday
start_timestring09:00Start time for Monday
end_timestring18:30End time for Monday
tuesdayobjectThe Operating hours for Tuesday
start_timestring09:00Start time for Tuesday
end_timestring18:30End time for Tuesday
wednesdayobjectThe Operating hours for Wednesday
start_timestring09:00Start time for Wednesday
end_timestring18:30End time for Wednesday
thursdayobjectThe Operating hours for Thursday
start_timestring09:00Start time for Thursday
end_timestring18:30End time for Thursday
fridayobjectThe Operating hours for Friday
start_timestring09:00Start time for Friday
end_timestring18:30End time for Friday
saturdayobjectThe Operating hours for Saturday
start_timestring09:00Start time for Saturday
end_timestring18:30End time for Saturday
sundayobjectThe Operating hours for Sunday
start_timestring09:00Start time for Sunday
end_timestring18:30End time for Sunday
public_holidayobjectThe Operating hours for Public Holiday
start_timestring09:00Start time for Public Holiday
end_timestring18:30End time for Public Holiday
instant_operating_hourobjectThe details of Instant Operating Hours
mondayobjectThe Operating hours for Monday
start_timestring09:00Start time for Monday
end_timestring18:30End time for Monday
tuesdayobjectThe Operating hours for Tuesday
start_timestring09:00Start time for Tuesday
end_timestring18:30End time for Tuesday
wednesdayobjectThe Operating hours for Wednesday
start_timestring09:00Start time for Wednesday
end_timestring18:30End time for Wednesday
thursdayobjectThe Operating hours for Thursday
start_timestring09:00Start time for Thursday
end_timestring18:30End time for Thursday
fridayobjectThe Operating hours for Friday
start_timestring09:00Start time for Friday
end_timestring18:30End time for Friday
saturdayobjectThe Operating hours for Saturday
start_timestring09:00Start time for Saturday
end_timestring18:30End time for Saturday
sundayobjectThe Operating hours for Sunday
start_timestring09:00Start time for Sunday
end_timestring18:30End time for Sunday
public_holidayobjectThe Operating hours for Public Holiday
start_timestring09:00Start time for Public Holiday
end_timestring18:30End time for Public Holiday
special_operating_hourobjectThe details of Special Operating Hours <path></path>
namestring9.9 CampaignThe name of Special Operating Hours
start_datestringYYYY-MM-DDThe start date of special operating hours
end_datestringYYYY-MM-DDThe end date of special operating hours
operating_hoursobject[]
datestringYYYY-MM-DDDate: it should include all date from start_date until end_date
start_timestring09:00Start time for that date <path></path>
end_timestring18:30End time for that date
enablebooleanfalseTrue: If it is open on that date. False: If it is closed on that date.
shop_collection_operating_hourobjectThe details of Shop Collection Operating Hours
mondayobjectThe Operating hours for Monday
start_timestring09:00Start time for Monday
end_timestring18:30End time for Monday
tuesdayobjectThe Operating hours for Tuesday
start_timestring09:00Start time for Tuesday
end_timestring18:30End time for Tuesday
wednesdayobjectThe Operating hours for Wednesday
start_timestring09:00Start time for Wednesday
end_timestring18:30End time for Wednesday
thursdayobjectThe Operating hours for Thursday
start_timestring09:00Start time for Thursday
end_timestring18:30End time for Thursday
fridayobjectThe Operating hours for Friday
start_timestring09:00Start time for Friday
end_timestring18:30End time for Friday
saturdayobjectThe Operating hours for Saturday
start_timestring09:00Start time for Saturday
end_timestring18:30End time for Saturday
sundayobjectThe Operating hours for Sunday
start_timestring09:00Start time for Sunday
end_timestring18:30End time for Sunday
public_holidayobjectThe Operating hours for Public Holiday
start_timestring09:00Start time for Public Holiday
end_timestring18:30End time for Public Holiday