|
574 | 574 | }
|
575 | 575 | },
|
576 | 576 | "resources": {
|
577 |
| -"businessmessageslinks": { |
578 |
| -"methods": { |
579 |
| -"create": { |
580 |
| -"description": "Creates a `BusinessMessagesLink` in Merchant Center account.", |
581 |
| -"flatPath": "accounts/{accountId}/businessmessageslinks", |
582 |
| -"httpMethod": "POST", |
583 |
| -"id": "content.accounts.businessmessageslinks.create", |
584 |
| -"parameterOrder": [ |
585 |
| -"accountId" |
586 |
| -], |
587 |
| -"parameters": { |
588 |
| -"accountId": { |
589 |
| -"description": "Required. The ID of the Merchant Center account.", |
590 |
| -"format": "int64", |
591 |
| -"location": "path", |
592 |
| -"required": true, |
593 |
| -"type": "string" |
594 |
| -} |
595 |
| -}, |
596 |
| -"path": "accounts/{accountId}/businessmessageslinks", |
597 |
| -"request": { |
598 |
| -"$ref": "BusinessMessagesLink" |
599 |
| -}, |
600 |
| -"response": { |
601 |
| -"$ref": "BusinessMessagesLink" |
602 |
| -}, |
603 |
| -"scopes": [ |
604 |
| -"https://www.googleapis.com/auth/content" |
605 |
| -] |
606 |
| -}, |
607 |
| -"delete": { |
608 |
| -"description": "Deletes the specified `BusinessMessagesLink` resource from Merchant Center account.", |
609 |
| -"flatPath": "accounts/{accountId}/businessmessageslinks/{businessMessagesLinkId}", |
610 |
| -"httpMethod": "DELETE", |
611 |
| -"id": "content.accounts.businessmessageslinks.delete", |
612 |
| -"parameterOrder": [ |
613 |
| -"accountId", |
614 |
| -"businessMessagesLinkId" |
615 |
| -], |
616 |
| -"parameters": { |
617 |
| -"accountId": { |
618 |
| -"description": "Required. The ID of the Merchant Center account.", |
619 |
| -"format": "int64", |
620 |
| -"location": "path", |
621 |
| -"required": true, |
622 |
| -"type": "string" |
623 |
| -}, |
624 |
| -"businessMessagesLinkId": { |
625 |
| -"description": "Required. The identifier for the Business Messages Link.", |
626 |
| -"location": "path", |
627 |
| -"required": true, |
628 |
| -"type": "string" |
629 |
| -} |
630 |
| -}, |
631 |
| -"path": "accounts/{accountId}/businessmessageslinks/{businessMessagesLinkId}", |
632 |
| -"scopes": [ |
633 |
| -"https://www.googleapis.com/auth/content" |
634 |
| -] |
635 |
| -}, |
636 |
| -"get": { |
637 |
| -"description": "Retrieves `BusinessMessagesLink` in Merchant Center account.", |
638 |
| -"flatPath": "accounts/{accountId}/businessmessageslinks/{businessMessagesLinkId}", |
639 |
| -"httpMethod": "GET", |
640 |
| -"id": "content.accounts.businessmessageslinks.get", |
641 |
| -"parameterOrder": [ |
642 |
| -"accountId", |
643 |
| -"businessMessagesLinkId" |
644 |
| -], |
645 |
| -"parameters": { |
646 |
| -"accountId": { |
647 |
| -"description": "Required. The ID of the Merchant Center account.", |
648 |
| -"format": "int64", |
649 |
| -"location": "path", |
650 |
| -"required": true, |
651 |
| -"type": "string" |
652 |
| -}, |
653 |
| -"businessMessagesLinkId": { |
654 |
| -"description": "Required. The identifier for the Business Messages Link.", |
655 |
| -"location": "path", |
656 |
| -"required": true, |
657 |
| -"type": "string" |
658 |
| -} |
659 |
| -}, |
660 |
| -"path": "accounts/{accountId}/businessmessageslinks/{businessMessagesLinkId}", |
661 |
| -"response": { |
662 |
| -"$ref": "BusinessMessagesLink" |
663 |
| -}, |
664 |
| -"scopes": [ |
665 |
| -"https://www.googleapis.com/auth/content" |
666 |
| -] |
667 |
| -}, |
668 |
| -"list": { |
669 |
| -"description": "Lists the `BusinessMessagesLink` resources for Merchant Center account.", |
670 |
| -"flatPath": "accounts/{accountId}/businessmessageslinks", |
671 |
| -"httpMethod": "GET", |
672 |
| -"id": "content.accounts.businessmessageslinks.list", |
673 |
| -"parameterOrder": [ |
674 |
| -"accountId" |
675 |
| -], |
676 |
| -"parameters": { |
677 |
| -"accountId": { |
678 |
| -"description": "Required. The ID of the account.", |
679 |
| -"format": "int64", |
680 |
| -"location": "path", |
681 |
| -"required": true, |
682 |
| -"type": "string" |
683 |
| -}, |
684 |
| -"pageSize": { |
685 |
| -"description": "Optional. The maximum number of `BusinessMessagesLink` resources for the Merchant Center account to return. Defaults to 50; values above 1000 will be coerced to 1000.", |
686 |
| -"format": "int32", |
687 |
| -"location": "query", |
688 |
| -"type": "integer" |
689 |
| -}, |
690 |
| -"pageToken": { |
691 |
| -"description": "Optional. A page token, received from a previous `ListBusinessMessagesLinks` call. Provide the page token to retrieve the subsequent page. When paginating, all other parameters provided to `ListBusinessMessagesLinks` must match the call that provided the page token.", |
692 |
| -"location": "query", |
693 |
| -"type": "string" |
694 |
| -} |
695 |
| -}, |
696 |
| -"path": "accounts/{accountId}/businessmessageslinks", |
697 |
| -"response": { |
698 |
| -"$ref": "ListBusinessMessagesLinksResponse" |
699 |
| -}, |
700 |
| -"scopes": [ |
701 |
| -"https://www.googleapis.com/auth/content" |
702 |
| -] |
703 |
| -} |
704 |
| -} |
705 |
| -}, |
706 | 577 | "credentials": {
|
707 | 578 | "methods": {
|
708 | 579 | "create": {
|
|
6315 | 6186 | }
|
6316 | 6187 | }
|
6317 | 6188 | },
|
6318 |
| -"revision": "20240120", |
| 6189 | +"revision": "20240124", |
6319 | 6190 | "rootUrl": "https://shoppingcontent.googleapis.com/",
|
6320 | 6191 | "schemas": {
|
6321 | 6192 | "Account": {
|
@@ -7997,22 +7868,6 @@ false
|
7997 | 7868 | },
|
7998 | 7869 | "type": "object"
|
7999 | 7870 | },
|
8000 |
| -"BusinessMessagesLink": { |
8001 |
| -"description": "A Link from a [Business Messages](https://businessmessages.google) Agent Id to the Merchant Center account. You can create multiple `BusinessMessagesLink` to Merchant Center Account. Only available to selected merchants. See [Create agents to manage brands](https://developers.google.com/business-communications/business-messages/guides/how-to/agents) for more information.", |
8002 |
| -"id": "BusinessMessagesLink", |
8003 |
| -"properties": { |
8004 |
| -"agentId": { |
8005 |
| -"description": "Required. Agent ID from Business Messages to link to the Merchant Center account. The Agent ID can be found in the [Business Communications Developer Console](https://developers.google.com/business-communications/business-messages/guides/concepts/developer-console#agent_selection).", |
8006 |
| -"type": "string" |
8007 |
| -}, |
8008 |
| -"businessMessagesLinkId": { |
8009 |
| -"description": "Output only. Immutable. The ID uniquely identifying each `BusinessMessagesLink`.", |
8010 |
| -"readOnly": true, |
8011 |
| -"type": "string" |
8012 |
| -} |
8013 |
| -}, |
8014 |
| -"type": "object" |
8015 |
| -}, |
8016 | 7871 | "BuyOnGoogleProgramStatus": {
|
8017 | 7872 | "description": "Response message for the GetProgramStatus method.",
|
8018 | 7873 | "id": "BuyOnGoogleProgramStatus",
|
@@ -10326,24 +10181,6 @@ false
|
10326 | 10181 | },
|
10327 | 10182 | "type": "object"
|
10328 | 10183 | },
|
10329 |
| -"ListBusinessMessagesLinksResponse": { |
10330 |
| -"description": "Response message for the `ListBusinessMessagesLinks` method.", |
10331 |
| -"id": "ListBusinessMessagesLinksResponse", |
10332 |
| -"properties": { |
10333 |
| -"businessMessagesLinks": { |
10334 |
| -"description": "The `BusinessMessagesLink` resources for the given Merchant Center account.", |
10335 |
| -"items": { |
10336 |
| -"$ref": "BusinessMessagesLink" |
10337 |
| -}, |
10338 |
| -"type": "array" |
10339 |
| -}, |
10340 |
| -"nextPageToken": { |
10341 |
| -"description": "A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted, there are no subsequent pages.", |
10342 |
| -"type": "string" |
10343 |
| -} |
10344 |
| -}, |
10345 |
| -"type": "object" |
10346 |
| -}, |
10347 | 10184 | "ListCollectionStatusesResponse": {
|
10348 | 10185 | "description": "Response message for the ListCollectionStatuses method.",
|
10349 | 10186 | "id": "ListCollectionStatusesResponse",
|
|
0 commit comments