Object contains store status info
Name | Type | Description | Notes |
---|---|---|---|
closeReason | CloseReasonEnum | The code of store close reason. Blank indicates store is currently open. | |
isInSpecialOpeningHourRange | Boolean | Indicate whether the store is in special opening hour range. | |
isOpen | Boolean | Indicate whether the store is open. |
Name | Value |
---|---|
MEX_PAUSED | "mex_paused" |
OPS_PAUSED | "ops_paused" |
OUT_OF_SPECIAL_OPENING_HOURS | "out_of_special_opening_hours" |
OUT_OF_OPENING_HOURS | "out_of_opening_hours" |
INACTIVE | "inactive" |
OPS_PAUSED_WITHOUT_COMM | "ops_paused_without_comm" |
RESTRICTED | "restricted" |
SUSPENDED | "suspended" |
PARSE_DATA_FAIL | "parse_data_fail" |
EMPTY | "" |
UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |