Here's the translation in English:
SBMerchant
This object represents a merchant. A merchant is a business that sells products to consumers.
Attribute | Description | Type | Required |
---|---|---|---|
logo | URL of the merchant's logo | string | No |
isActive | Indicates if the merchant is active | bool | No |
name | Name of the merchant | string | Required |
description | Description of the merchant | string | No |
address | Address of the merchant | SBAddress | Required |
phoneNumber | Phone number of the merchant | string | No |
locale | Language of the merchant | string | No |
currency | Currency used | string | Required |
facebookUrl | URL of the merchant's Facebook page | string | No |
twitterUsername | Twitter username of the merchant | string | No |
instagramUsername | Instagram username of the merchant | string | No |
merchantCategoryCode | Merchant category code | string | No |
timezone | Timezone of the merchant | string | Required |
images | List of images associated with the merchant | List<Image> | No |
createdAt | Creation date of the merchant | DateTimeOffset | Required |
updatedAt | Update date of the merchant | DateTimeOffset? | No |
If you need any further assistance, feel free to ask!