Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Shop ¶
type Shop struct {
Config *shopeeConfig.Config
}
Shop
func (*Shop) GetProfile ¶
func (m *Shop) GetProfile() shopEntity.GetProfileResult
GetProfile @Title This API support to get information of shop. @Description https://open.shopee.com/documents?module=92&type=1&id=584&version=2
func (*Shop) GetShopInfo ¶
func (m *Shop) GetShopInfo() shopEntity.GetShopInfoResult
GetShopInfo @Title Use this call to get information of shop @Description https://open.shopee.com/documents?module=92&type=1&id=536&version=2
func (*Shop) UpdateProfile ¶
func (m *Shop) UpdateProfile(shopName, shopLogo, description string) shopEntity.UpdateProfileResult
UpdateProfile @Title This API support to let sellers to update the shop name, shop logo, and shop description. @Description https://open.shopee.com/documents?module=92&type=1&id=585&version=2
Click to show internal directories.
Click to hide internal directories.