Company
The company entity represent a business that sells products through online or physical stores.
SBCompany
Property | Type | Description |
Name | string | Name of the comp |
HQAddress | SBAddress | HQ Address of the company |
HQPhoneNumber | string | Phone number of the company |
Stores | SBStore[] | List the company physical locations. |
Owner | string | Name of the owner of the company |
Domain | string | Url of the company's website |
Products | Products offered by the company | |
Slug | string | URL Friendly |
Last updated