Documentation ¶
Index ¶
- type Seller
- func (s *Seller) GetMultiWarehouseBySeller(addressTypes string) sellerentity.GetMultiWarehouseBySellerResult
- func (s *Seller) GetSeller() sellerentity.GetSellerResult
- func (s *Seller) GetSellerMetricsById() sellerentity.GetSellerMetricsByIdResult
- func (s *Seller) GetSellerPerformance(language string) sellerentity.GetSellerPerformanceResult
- func (s *Seller) UpdateSeller(payload string) sellerentity.UpdateSellerResult
- func (s *Seller) UpdateUser(payload string) sellerentity.UpdateUserResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Seller ¶
type Seller struct {
Config *lazadaConfig.Config
}
Seller
func (*Seller) GetMultiWarehouseBySeller ¶
func (s *Seller) GetMultiWarehouseBySeller(addressTypes string) sellerentity.GetMultiWarehouseBySellerResult
GetMultiWarehouseBySeller @Title Provide seller multi warehouse address data of the specific seller, like warehouse code and warehouse name and etc. @Description https://open.lazada.com/doc/api.htm?spm=a2o9m.11193531.0.0.78de6bbeqtnjmQ#/api?cid=2&path=/seller/warehouse/get
func (*Seller) GetSeller ¶
func (s *Seller) GetSeller() sellerentity.GetSellerResult
GetSeller @Title Get seller information by current seller ID. @Description https://open.lazada.com/doc/api.htm?spm=a2o9m.11193531.0.0.78de6bbeqtnjmQ#/api?cid=2&path=/seller/get
func (*Seller) GetSellerMetricsById ¶
func (s *Seller) GetSellerMetricsById() sellerentity.GetSellerMetricsByIdResult
GetSellerMetricsById @Title Provide seller metrics data of the specific seller, like positive seller rating, ship on time rate and etc. @Description https://open.lazada.com/doc/api.htm?spm=a2o9m.11193531.0.0.78de6bbeqtnjmQ#/api?cid=2&path=/seller/metrics/get
func (*Seller) GetSellerPerformance ¶
func (s *Seller) GetSellerPerformance(language string) sellerentity.GetSellerPerformanceResult
GetSellerPerformance @Title Provide the performance metrics of the current seller, such as positive seller rating, ship on time, etc. @Description https://open.lazada.com/doc/api.htm?spm=a2o9m.11193531.0.0.78de6bbeqtnjmQ#/api?cid=2&path=/seller/performance/get
func (*Seller) UpdateSeller ¶
func (s *Seller) UpdateSeller(payload string) sellerentity.UpdateSellerResult
UpdateSeller @Title Use this API to update the email address of the seller who makes the call. @Description https://open.lazada.com/doc/api.htm?spm=a2o9m.11193531.0.0.78de6bbeqtnjmQ#/api?cid=2&path=/seller/update
func (*Seller) UpdateUser ¶
func (s *Seller) UpdateUser(payload string) sellerentity.UpdateUserResult
UpdateUser @Title Use this API to update the email address of a user under the seller account. @Description https://open.lazada.com/doc/api.htm?spm=a2o9m.11193531.0.0.78de6bbeqtnjmQ#/api?cid=2&path=/user/update