Update April 16, 2024 (#78)

This commit is contained in:
Kirill
2024-04-18 16:39:33 +03:00
committed by GitHub
parent 25051ee802
commit 8a6ca3b2eb
4 changed files with 109 additions and 1 deletions

View File

@@ -377,6 +377,7 @@ type GetCompetitorPriceResult struct {
StrategyCompetitorProductURL string `json:"strategy_competitor_product_url"`
}
// If you add a product to your pricing strategy, the method returns you the price and a link to the competitor's product
func (c Strategies) GetCompetitorPrice(ctx context.Context, params *GetCompetitorPriceParams) (*GetCompetitorPriceResponse, error) {
url := "/v1/pricing-strategy/product/info"