All URIs are relative to https://ads-search.yahooapis.jp/api/v1
Method | HTTP request | Description |
---|---|---|
feedItemServiceAddPost | POST /FeedItemService/add | |
feedItemServiceGetPost | POST /FeedItemService/get | |
feedItemServiceRemovePost | POST /FeedItemService/remove | |
feedItemServiceSetPost | POST /FeedItemService/set | |
feedItemServiceSetTrademarkStatusPost | POST /FeedItemService/setTrademarkStatus |
\Yahoo\Model\FeedItemServiceMutateResponse feedItemServiceAddPost($feedItemServiceOperation)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure OAuth2 access token for authorization: oAuth
$config = Yahoo\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new Yahoo\Api\FeedItemServiceApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$feedItemServiceOperation = new \Yahoo\Model\FeedItemServiceOperation(); // \Yahoo\Model\FeedItemServiceOperation |
try {
$result = $apiInstance->feedItemServiceAddPost($feedItemServiceOperation);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling FeedItemServiceApi->feedItemServiceAddPost: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
feedItemServiceOperation | \Yahoo\Model\FeedItemServiceOperation | [optional] |
\Yahoo\Model\FeedItemServiceMutateResponse
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
\Yahoo\Model\FeedItemServiceGetResponse feedItemServiceGetPost($feedItemServiceSelector)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure OAuth2 access token for authorization: oAuth
$config = Yahoo\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new Yahoo\Api\FeedItemServiceApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$feedItemServiceSelector = new \Yahoo\Model\FeedItemServiceSelector(); // \Yahoo\Model\FeedItemServiceSelector |
try {
$result = $apiInstance->feedItemServiceGetPost($feedItemServiceSelector);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling FeedItemServiceApi->feedItemServiceGetPost: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
feedItemServiceSelector | \Yahoo\Model\FeedItemServiceSelector | [optional] |
\Yahoo\Model\FeedItemServiceGetResponse
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
\Yahoo\Model\FeedItemServiceMutateResponse feedItemServiceRemovePost($feedItemServiceOperation)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure OAuth2 access token for authorization: oAuth
$config = Yahoo\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new Yahoo\Api\FeedItemServiceApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$feedItemServiceOperation = new \Yahoo\Model\FeedItemServiceOperation(); // \Yahoo\Model\FeedItemServiceOperation |
try {
$result = $apiInstance->feedItemServiceRemovePost($feedItemServiceOperation);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling FeedItemServiceApi->feedItemServiceRemovePost: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
feedItemServiceOperation | \Yahoo\Model\FeedItemServiceOperation | [optional] |
\Yahoo\Model\FeedItemServiceMutateResponse
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
\Yahoo\Model\FeedItemServiceMutateResponse feedItemServiceSetPost($feedItemServiceOperation)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure OAuth2 access token for authorization: oAuth
$config = Yahoo\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new Yahoo\Api\FeedItemServiceApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$feedItemServiceOperation = new \Yahoo\Model\FeedItemServiceOperation(); // \Yahoo\Model\FeedItemServiceOperation |
try {
$result = $apiInstance->feedItemServiceSetPost($feedItemServiceOperation);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling FeedItemServiceApi->feedItemServiceSetPost: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
feedItemServiceOperation | \Yahoo\Model\FeedItemServiceOperation | [optional] |
\Yahoo\Model\FeedItemServiceMutateResponse
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
\Yahoo\Model\FeedItemServiceSetTrademarkStatusResponse feedItemServiceSetTrademarkStatusPost($feedItemServiceSetTrademarkStatusOperation)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure OAuth2 access token for authorization: oAuth
$config = Yahoo\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
$apiInstance = new Yahoo\Api\FeedItemServiceApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client(),
$config
);
$feedItemServiceSetTrademarkStatusOperation = new \Yahoo\Model\FeedItemServiceSetTrademarkStatusOperation(); // \Yahoo\Model\FeedItemServiceSetTrademarkStatusOperation |
try {
$result = $apiInstance->feedItemServiceSetTrademarkStatusPost($feedItemServiceSetTrademarkStatusOperation);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling FeedItemServiceApi->feedItemServiceSetTrademarkStatusPost: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
feedItemServiceSetTrademarkStatusOperation | \Yahoo\Model\FeedItemServiceSetTrademarkStatusOperation | [optional] |
\Yahoo\Model\FeedItemServiceSetTrademarkStatusResponse
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]