Skip to content

Commit 6137ef7

Browse files
authored
chore: promote Shopping Merchant APIs to GA (#8529)
1 parent c840968 commit 6137ef7

13 files changed

Lines changed: 71 additions & 59 deletions

File tree

.repo-metadata-full.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1381,94 +1381,94 @@
13811381
"ShoppingMerchantAccounts": {
13821382
"language": "php",
13831383
"distribution_name": "google/shopping-merchant-accounts",
1384-
"release_level": "preview",
1384+
"release_level": "stable",
13851385
"client_documentation": "https://cloud.google.com/php/docs/reference/shopping-merchant-accounts/latest",
13861386
"library_type": "GAPIC_AUTO",
13871387
"api_shortname": "merchantapi"
13881388
},
13891389
"ShoppingMerchantConversions": {
13901390
"language": "php",
13911391
"distribution_name": "google/shopping-merchant-conversions",
1392-
"release_level": "preview",
1392+
"release_level": "stable",
13931393
"client_documentation": "https://cloud.google.com/php/docs/reference/shopping-merchant-conversions/latest",
13941394
"library_type": "GAPIC_AUTO",
13951395
"api_shortname": "merchantapi"
13961396
},
13971397
"ShoppingMerchantDataSources": {
13981398
"language": "php",
13991399
"distribution_name": "google/shopping-merchant-datasources",
1400-
"release_level": "preview",
1400+
"release_level": "stable",
14011401
"client_documentation": "https://cloud.google.com/php/docs/reference/shopping-merchant-datasources/latest",
14021402
"library_type": "GAPIC_AUTO",
14031403
"api_shortname": "merchantapi"
14041404
},
14051405
"ShoppingMerchantInventories": {
14061406
"distribution_name": "google/shopping-merchant-inventories",
1407-
"release_level": "preview",
1407+
"release_level": "stable",
14081408
"client_documentation": "https://cloud.google.com/php/docs/reference/shopping-merchant-inventories/latest",
14091409
"library_type": "GAPIC_AUTO",
14101410
"api_shortname": "merchantapi"
14111411
},
14121412
"ShoppingMerchantIssueResolution": {
14131413
"language": "php",
14141414
"distribution_name": "google/shopping-merchant-issueresolution",
1415-
"release_level": "preview",
1415+
"release_level": "stable",
14161416
"client_documentation": "https://cloud.google.com/php/docs/reference/shopping-merchant-issueresolution/latest",
14171417
"library_type": "GAPIC_AUTO",
14181418
"api_shortname": "merchantapi"
14191419
},
14201420
"ShoppingMerchantLfp": {
14211421
"language": "php",
14221422
"distribution_name": "google/shopping-merchant-lfp",
1423-
"release_level": "preview",
1423+
"release_level": "stable",
14241424
"client_documentation": "https://cloud.google.com/php/docs/reference/shopping-merchant-lfp/latest",
14251425
"library_type": "GAPIC_AUTO",
14261426
"api_shortname": "merchantapi"
14271427
},
14281428
"ShoppingMerchantNotifications": {
14291429
"language": "php",
14301430
"distribution_name": "google/shopping-merchant-notifications",
1431-
"release_level": "preview",
1431+
"release_level": "stable",
14321432
"client_documentation": "https://cloud.google.com/php/docs/reference/shopping-merchant-notifications/latest",
14331433
"library_type": "GAPIC_AUTO",
14341434
"api_shortname": "merchantapi"
14351435
},
14361436
"ShoppingMerchantOrderTracking": {
14371437
"language": "php",
14381438
"distribution_name": "google/shopping-merchant-ordertracking",
1439-
"release_level": "preview",
1439+
"release_level": "stable",
14401440
"client_documentation": "https://cloud.google.com/php/docs/reference/shopping-merchant-ordertracking/latest",
14411441
"library_type": "GAPIC_AUTO",
14421442
"api_shortname": "merchantapi"
14431443
},
14441444
"ShoppingMerchantProducts": {
14451445
"language": "php",
14461446
"distribution_name": "google/shopping-merchant-products",
1447-
"release_level": "preview",
1447+
"release_level": "stable",
14481448
"client_documentation": "https://cloud.google.com/php/docs/reference/shopping-merchant-products/latest",
14491449
"library_type": "GAPIC_AUTO",
14501450
"api_shortname": "merchantapi"
14511451
},
14521452
"ShoppingMerchantPromotions": {
14531453
"language": "php",
14541454
"distribution_name": "google/shopping-merchant-promotions",
1455-
"release_level": "preview",
1455+
"release_level": "stable",
14561456
"client_documentation": "https://cloud.google.com/php/docs/reference/shopping-merchant-promotions/latest",
14571457
"library_type": "GAPIC_AUTO",
14581458
"api_shortname": "merchantapi"
14591459
},
14601460
"ShoppingMerchantQuota": {
14611461
"language": "php",
14621462
"distribution_name": "google/shopping-merchant-quota",
1463-
"release_level": "preview",
1463+
"release_level": "stable",
14641464
"client_documentation": "https://cloud.google.com/php/docs/reference/shopping-merchant-quota/latest",
14651465
"library_type": "GAPIC_AUTO",
14661466
"api_shortname": "merchantapi"
14671467
},
14681468
"ShoppingMerchantReports": {
14691469
"language": "php",
14701470
"distribution_name": "google/shopping-merchant-reports",
1471-
"release_level": "preview",
1471+
"release_level": "stable",
14721472
"client_documentation": "https://cloud.google.com/php/docs/reference/shopping-merchant-reports/latest",
14731473
"library_type": "GAPIC_AUTO",
14741474
"api_shortname": "merchantapi"

ShoppingMerchantAccounts/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ on authenticating your client. Once authenticated, you'll be ready to start maki
3636

3737
```php
3838
Google\ApiCore\ApiException;
39-
Google\Shopping\Merchant\Accounts\V1beta\AccountTax;
40-
Google\Shopping\Merchant\Accounts\V1beta\Client\AccountTaxServiceClient;
41-
Google\Shopping\Merchant\Accounts\V1beta\GetAccountTaxRequest;
39+
Google\Shopping\Merchant\Accounts\V1\AccountTax;
40+
Google\Shopping\Merchant\Accounts\V1\Client\AccountTaxServiceClient;
41+
Google\Shopping\Merchant\Accounts\V1\GetAccountTaxRequest;
4242

4343
// Create a client.
4444
$accountTaxServiceClient = new AccountTaxServiceClient();
@@ -66,7 +66,8 @@ for more information about the debugging tools.
6666

6767
### Version
6868

69-
This component is considered alpha. As such, it is still a work-in-progress and is more likely to get backwards-incompatible updates.
69+
This component is considered GA (generally available). As such, it will not introduce backwards-incompatible changes in
70+
any minor or patch releases. We will address issues and requests with the highest priority.
7071

7172
### Next Steps
7273

ShoppingMerchantConversions/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ on authenticating your client. Once authenticated, you'll be ready to start maki
3636

3737
```php
3838
Google\ApiCore\ApiException;
39-
Google\Shopping\Merchant\Conversions\V1beta\Client\ConversionSourcesServiceClient;
40-
Google\Shopping\Merchant\Conversions\V1beta\ConversionSource;
41-
Google\Shopping\Merchant\Conversions\V1beta\GetConversionSourceRequest;
39+
Google\Shopping\Merchant\Conversions\V1\Client\ConversionSourcesServiceClient;
40+
Google\Shopping\Merchant\Conversions\V1\ConversionSource;
41+
Google\Shopping\Merchant\Conversions\V1\GetConversionSourceRequest;
4242

4343
// Create a client.
4444
$conversionSourcesServiceClient = new ConversionSourcesServiceClient();
@@ -66,7 +66,8 @@ for more information about the debugging tools.
6666

6767
### Version
6868

69-
This component is considered alpha. As such, it is still a work-in-progress and is more likely to get backwards-incompatible updates.
69+
This component is considered GA (generally available). As such, it will not introduce backwards-incompatible changes in
70+
any minor or patch releases. We will address issues and requests with the highest priority.
7071

7172
### Next Steps
7273

ShoppingMerchantDataSources/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ on authenticating your client. Once authenticated, you'll be ready to start maki
3636

3737
```php
3838
Google\ApiCore\ApiException;
39-
Google\Shopping\Merchant\DataSources\V1beta\Client\DataSourcesServiceClient;
40-
Google\Shopping\Merchant\DataSources\V1beta\DataSource;
41-
Google\Shopping\Merchant\DataSources\V1beta\GetDataSourceRequest;
39+
Google\Shopping\Merchant\DataSources\V1\Client\DataSourcesServiceClient;
40+
Google\Shopping\Merchant\DataSources\V1\DataSource;
41+
Google\Shopping\Merchant\DataSources\V1\GetDataSourceRequest;
4242

4343
// Create a client.
4444
$dataSourcesServiceClient = new DataSourcesServiceClient();
@@ -66,7 +66,8 @@ for more information about the debugging tools.
6666

6767
### Version
6868

69-
This component is considered alpha. As such, it is still a work-in-progress and is more likely to get backwards-incompatible updates.
69+
This component is considered GA (generally available). As such, it will not introduce backwards-incompatible changes in
70+
any minor or patch releases. We will address issues and requests with the highest priority.
7071

7172
### Next Steps
7273

ShoppingMerchantInventories/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ on authenticating your client. Once authenticated, you'll be ready to start maki
3636

3737
```php
3838
Google\ApiCore\ApiException;
39-
Google\Shopping\Merchant\Inventories\V1beta\Client\LocalInventoryServiceClient;
40-
Google\Shopping\Merchant\Inventories\V1beta\DeleteLocalInventoryRequest;
39+
Google\Shopping\Merchant\Inventories\V1\Client\LocalInventoryServiceClient;
40+
Google\Shopping\Merchant\Inventories\V1\DeleteLocalInventoryRequest;
4141

4242
// Create a client.
4343
$localInventoryServiceClient = new LocalInventoryServiceClient();
@@ -64,7 +64,8 @@ for more information about the debugging tools.
6464

6565
### Version
6666

67-
This component is considered alpha. As such, it is still a work-in-progress and is more likely to get backwards-incompatible updates.
67+
This component is considered GA (generally available). As such, it will not introduce backwards-incompatible changes in
68+
any minor or patch releases. We will address issues and requests with the highest priority.
6869

6970
### Next Steps
7071

ShoppingMerchantIssueResolution/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ for more information about the debugging tools.
6666

6767
### Version
6868

69-
This component is considered alpha. As such, it is still a work-in-progress and is more likely to get backwards-incompatible updates.
69+
This component is considered GA (generally available). As such, it will not introduce backwards-incompatible changes in
70+
any minor or patch releases. We will address issues and requests with the highest priority.
7071

7172
### Next Steps
7273

ShoppingMerchantLfp/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ on authenticating your client. Once authenticated, you'll be ready to start maki
3636

3737
```php
3838
Google\ApiCore\ApiException;
39-
Google\Shopping\Merchant\Lfp\V1beta\Client\LfpStoreServiceClient;
40-
Google\Shopping\Merchant\Lfp\V1beta\GetLfpStoreRequest;
41-
Google\Shopping\Merchant\Lfp\V1beta\LfpStore;
39+
Google\Shopping\Merchant\Lfp\V1\Client\LfpStoreServiceClient;
40+
Google\Shopping\Merchant\Lfp\V1\GetLfpStoreRequest;
41+
Google\Shopping\Merchant\Lfp\V1\LfpStore;
4242

4343
// Create a client.
4444
$lfpStoreServiceClient = new LfpStoreServiceClient();
@@ -66,7 +66,8 @@ for more information about the debugging tools.
6666

6767
### Version
6868

69-
This component is considered alpha. As such, it is still a work-in-progress and is more likely to get backwards-incompatible updates.
69+
This component is considered GA (generally available). As such, it will not introduce backwards-incompatible changes in
70+
any minor or patch releases. We will address issues and requests with the highest priority.
7071

7172
### Next Steps
7273

ShoppingMerchantNotifications/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ on authenticating your client. Once authenticated, you'll be ready to start maki
3636

3737
```php
3838
Google\ApiCore\ApiException;
39-
Google\Shopping\Merchant\Notifications\V1beta\Client\NotificationsApiServiceClient;
40-
Google\Shopping\Merchant\Notifications\V1beta\GetNotificationSubscriptionRequest;
41-
Google\Shopping\Merchant\Notifications\V1beta\NotificationSubscription;
39+
Google\Shopping\Merchant\Notifications\V1\Client\NotificationsApiServiceClient;
40+
Google\Shopping\Merchant\Notifications\V1\GetNotificationSubscriptionRequest;
41+
Google\Shopping\Merchant\Notifications\V1\NotificationSubscription;
4242

4343
// Create a client.
4444
$notificationsApiServiceClient = new NotificationsApiServiceClient();
@@ -66,7 +66,8 @@ for more information about the debugging tools.
6666

6767
### Version
6868

69-
This component is considered alpha. As such, it is still a work-in-progress and is more likely to get backwards-incompatible updates.
69+
This component is considered GA (generally available). As such, it will not introduce backwards-incompatible changes in
70+
any minor or patch releases. We will address issues and requests with the highest priority.
7071

7172
### Next Steps
7273

ShoppingMerchantOrderTracking/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ on authenticating your client. Once authenticated, you'll be ready to start maki
3636

3737
```php
3838
Google\ApiCore\ApiException;
39-
Google\Shopping\Merchant\OrderTracking\V1beta\Client\OrderTrackingSignalsServiceClient;
40-
Google\Shopping\Merchant\OrderTracking\V1beta\CreateOrderTrackingSignalRequest;
41-
Google\Shopping\Merchant\OrderTracking\V1beta\OrderTrackingSignal;
42-
Google\Shopping\Merchant\OrderTracking\V1beta\OrderTrackingSignal\LineItemDetails;
43-
Google\Shopping\Merchant\OrderTracking\V1beta\OrderTrackingSignal\ShippingInfo;
44-
Google\Shopping\Merchant\OrderTracking\V1beta\OrderTrackingSignal\ShippingInfo\ShippingState;
39+
Google\Shopping\Merchant\OrderTracking\V1\Client\OrderTrackingSignalsServiceClient;
40+
Google\Shopping\Merchant\OrderTracking\V1\CreateOrderTrackingSignalRequest;
41+
Google\Shopping\Merchant\OrderTracking\V1\OrderTrackingSignal;
42+
Google\Shopping\Merchant\OrderTracking\V1\OrderTrackingSignal\LineItemDetails;
43+
Google\Shopping\Merchant\OrderTracking\V1\OrderTrackingSignal\ShippingInfo;
44+
Google\Shopping\Merchant\OrderTracking\V1\OrderTrackingSignal\ShippingInfo\ShippingState;
4545
Google\Type\DateTime;
4646

4747
$formattedParent = OrderTrackingSignalsServiceClient::accountName('[ACCOUNT]');
@@ -76,7 +76,8 @@ for more information about the debugging tools.
7676

7777
### Version
7878

79-
This component is considered alpha. As such, it is still a work-in-progress and is more likely to get backwards-incompatible updates.
79+
This component is considered GA (generally available). As such, it will not introduce backwards-incompatible changes in
80+
any minor or patch releases. We will address issues and requests with the highest priority.
8081

8182
### Next Steps
8283

ShoppingMerchantProducts/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ on authenticating your client. Once authenticated, you'll be ready to start maki
3636

3737
```php
3838
Google\ApiCore\ApiException;
39-
Google\Shopping\Merchant\Products\V1beta\Client\ProductsServiceClient;
40-
Google\Shopping\Merchant\Products\V1beta\GetProductRequest;
41-
Google\Shopping\Merchant\Products\V1beta\Product;
39+
Google\Shopping\Merchant\Products\V1\Client\ProductsServiceClient;
40+
Google\Shopping\Merchant\Products\V1\GetProductRequest;
41+
Google\Shopping\Merchant\Products\V1\Product;
4242

4343
// Create a client.
4444
$productsServiceClient = new ProductsServiceClient();
@@ -66,7 +66,8 @@ for more information about the debugging tools.
6666

6767
### Version
6868

69-
This component is considered alpha. As such, it is still a work-in-progress and is more likely to get backwards-incompatible updates.
69+
This component is considered GA (generally available). As such, it will not introduce backwards-incompatible changes in
70+
any minor or patch releases. We will address issues and requests with the highest priority.
7071

7172
### Next Steps
7273

0 commit comments

Comments
 (0)