id | String | A unique identifier for the branch. It serves as a reference to distinguish the branch from other branches in the system. |
shop_name | String | The name of the store branch in English language of the system. It represents the name of the branch. |
shop_name_ar | String | The name of the store branch in Arabic language (in this case, Arabic). |
address | String | The address of the branch in English language. |
address_ar | String | The address of the branch in Arabic language. |
area | String | The area where the branch is situated, specified in English language. |
area_ar | String | The area of the branch in Arabic language. |
lat | String | The latitude coordinate of the branch's location. |
lng | String | The longitude coordinate of the branch's location. |
phone | String | An array that could contain one or more contact numbers for the branch. |
images | String | An array that could contain URLs of images associated with the branch. |
email | String | The email address associated with the branch. |
type | String | The type of the branch. it will be shown as a separate tab in the menu. This allows users to easily navigate and access branches based on their different types or purposes. |
order | String | The order or sequence in which this branch appears in a list. |
active | String | A boolean value that indicates whether the branch is currently active or not. |
direction_link | String | The URL that provides a link to the branch's location on a map service, such as Google Maps. It allows users to access directions to the branch. |