Versions in this module Expand all Collapse all v0 v0.0.2 Nov 22, 2021 v0.0.1 Nov 22, 2021 Changes in this version + func NewCommunityClient(config Config) (*client.MagentoCommunity, error) + type Config struct + AccessToken string + Debug bool + Host string + Path string + Scheme string + type MagentoApi struct + func NewMagentoApi(mc *client.MagentoCommunity, timeout int64) *MagentoApi + func (a *MagentoApi) GetAllProducts(currentPage, pageSize int64) ([]*models.CatalogDataProductInterface, error) + func (a *MagentoApi) GetProductBySku(sku string) (*models.CatalogDataProductInterface, error)