1 | <?php |
||
26 | class OfferClient extends ContentClient |
||
27 | { |
||
28 | /** |
||
29 | * Get offer information |
||
30 | * |
||
31 | * Returns offer of Yandex.Market service according to params. |
||
32 | * |
||
33 | * @see https://tech.yandex.ru/market/content-data/doc/dg/reference/offer-id-docpage/ |
||
34 | * |
||
35 | * @param string $offerId |
||
36 | * @param array $params |
||
37 | * |
||
38 | * @return Models\ResponseOfferGet |
||
39 | */ |
||
40 | 1 | public function get($offerId, $params = array()) |
|
50 | } |
||
51 |