{
	"info": {
		"_postman_id": "204f41b6-b40a-43f8-bc73-9675271e8ae6",
		"name": "Merchant API Official",
		"description": "To test set account variable with your Merchant Center Account ID",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "44873232",
		"_collection_link": "https://efrisontest.postman.co/workspace/Efrison-Test's-Workspace~40a75459-22f9-4103-8457-851c077ecc62/collection/44873232-204f41b6-b40a-43f8-bc73-9675271e8ae6?action=share&source=collection_link&creator=44873232"
	},
	"item": [
		{
			"name": "accounts_v1",
			"item": [
				{
					"name": "accounts",
					"item": [
						{
							"name": "createAndConfigure",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"account\": {\n    object (Account)\n    },\n    \"user\": [\n        {\n      object (AddUser)\n        }\n    ],\n    \"service\": [\n        {\n      object (AddAccountService)\n        }\n    ],\n    \"setAlias\": [\n        {\n      object (SetAliasForRelationship)\n        }\n    ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts:createAndConfigure",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts:createAndConfigure"
									]
								}
							},
							"response": []
						},
						{
							"name": "delete",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								},
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}"
									]
								}
							},
							"response": []
						},
						{
							"name": "get",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								},
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}"
									]
								}
							},
							"response": []
						},
						{
							"name": "list",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								},
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts"
									]
								}
							},
							"response": []
						},
						{
							"name": "listSubaccounts",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								},
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{accountId}:listSubaccounts",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{accountId}:listSubaccounts"
									]
								}
							},
							"response": []
						},
						{
							"name": "patch",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								},
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"accountName\": string,\n  \"timeZone\": {\n    object (TimeZone)\n  },\n  \"languageCode\": string,\n  \"adultContent\": boolean\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.autoFeedSettings",
					"item": [
						{
							"name": "getAutofeedSettings",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/autofeedSettings",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"autofeedSettings"
									]
								}
							},
							"response": []
						},
						{
							"name": "updateAutofeedSettings",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"name\": \"accounts/{{accountsId}}/autofeedSetting\",\n  \"enableProducts\": true\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/autofeedSettings?updateMask=name",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"autofeedSettings"
									],
									"query": [
										{
											"key": "updateMask",
											"value": "name"
										}
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.automaticImprovements",
					"item": [
						{
							"name": "getAutomaticImprovements",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/automaticImprovements",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"automaticImprovements"
									]
								}
							},
							"response": []
						},
						{
							"name": "updateAutomaticImprovements",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"itemUpdates\": {\n    object (AutomaticItemUpdates)\n    },\n    \"imageImprovements\": {\n    object (AutomaticImageImprovements)\n    },\n    \"shippingImprovements\": {\n    object (AutomaticShippingImprovements)\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/automaticImprovements?updateMask={FieldMask}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"automaticImprovements"
									],
									"query": [
										{
											"key": "updateMask",
											"value": "{FieldMask}"
										}
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.businessIdentity",
					"item": [
						{
							"name": "getBusinessIdentity",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{accounts}/businessIdentity",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{accounts}",
										"businessIdentity"
									]
								}
							},
							"response": []
						},
						{
							"name": "updateBusinessIdentity",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"promotionsConsent\": enum (PromotionsConsent),\n    \"blackOwned\": {\n    object (IdentityAttribute)\n    },\n    \"womenOwned\": {\n    object (IdentityAttribute)\n    },\n    \"veteranOwned\": {\n    object (IdentityAttribute)\n    },\n    \"latinoOwned\": {\n    object (IdentityAttribute)\n    },\n    \"smallBusiness\": {\n    object (IdentityAttribute)\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/businessIdentity",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"businessIdentity"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.businessInfo",
					"item": [
						{
							"name": "getBusinessInfo",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/businessInfo",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"businessInfo"
									]
								}
							},
							"response": []
						},
						{
							"name": "updateBusinessInfo",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"address\": {\n    object (PostalAddress)\n    },\n    \"phone\": {\n    object (PhoneNumber)\n    },\n    \"phoneVerificationState\": enum (PhoneVerificationState),\n    \"customerService\": {\n    object (CustomerService)\n    },\n    \"koreanBusinessRegistrationNumber\": string\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/businessInfo",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"businessInfo"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.developerRegistration",
					"item": [
						{
							"name": "getAccountForGcpRegistration",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts:getAccountForGcpRegistration",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts:getAccountForGcpRegistration"
									]
								}
							},
							"response": []
						},
						{
							"name": "getDeveloperRegistration",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/developerRegistration",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"developerRegistration"
									]
								}
							},
							"response": []
						},
						{
							"name": "registerGcp",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"developerEmail\": \"{email}\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/developerRegistration:registerGcp",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"developerRegistration:registerGcp"
									]
								}
							},
							"response": []
						},
						{
							"name": "unregisterGcp",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{accountsId}/developerRegistration:unregisterGcp",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{accountsId}",
										"developerRegistration:unregisterGcp"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.emailPreferences",
					"item": [
						{
							"name": "getEmailPreferences",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/users/{email}/emailPreferences",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"users",
										"{email}",
										"emailPreferences"
									]
								}
							},
							"response": []
						},
						{
							"name": "updateEmailPreferences",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"name\": string,\n  \"newsAndTips\": enum (OptInState)\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/users/{email}/emailPreferences?updateMask={FieldMask}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"users",
										"{email}",
										"emailPreferences"
									],
									"query": [
										{
											"key": "updateMask",
											"value": "{FieldMask}"
										}
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.gbpAccounts",
					"item": [
						{
							"name": "linkGbpAccount",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"gbpEmail\": string\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/gbpAccounts:linkGbpAccount",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"gbpAccounts:linkGbpAccount"
									]
								}
							},
							"response": []
						},
						{
							"name": "list",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/gbpAccounts",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"gbpAccounts"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.homepage",
					"item": [
						{
							"name": "claim",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/homepage:claim",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"homepage:claim"
									]
								}
							},
							"response": []
						},
						{
							"name": "getHomepage",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/homepage",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"homepage"
									]
								}
							},
							"response": []
						},
						{
							"name": "unclaim",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/homepage:unclaim",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"homepage:unclaim"
									]
								}
							},
							"response": []
						},
						{
							"name": "updateHomePage",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"uri\": string\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/homepage",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"homepage"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.issues",
					"item": [
						{
							"name": "list",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{accountsId}/issues",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{accountsId}",
										"issues"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.omnichannelSettings",
					"item": [
						{
							"name": "create",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"name\": string,\n  \"regionCode\": string,\n  \"lsfType\": enum (LsfType),\n  \"inStock\": {\n    object (InStock)\n  },\n  \"pickup\": {\n    object (Pickup)\n  },\n  \"lfpLink\": {\n    object (LfpLink)\n  },\n  \"odo\": {\n    object (OnDisplayToOrder)\n  },\n  \"about\": {\n    object (About)\n  },\n  \"inventoryVerification\": {\n    object (InventoryVerification)\n  }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/omnichannelSettings",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"omnichannelSettings"
									]
								}
							},
							"response": []
						},
						{
							"name": "get",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/omnichannelSettings/{omnichannelSetting}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"omnichannelSettings",
										"{omnichannelSetting}"
									]
								}
							},
							"response": []
						},
						{
							"name": "list",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{accountsId}/omnichannelSettings",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{accountsId}",
										"omnichannelSettings"
									]
								}
							},
							"response": []
						},
						{
							"name": "patch",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"regionCode\": string,\n  \"lsfType\": enum (LsfType),\n  \"inStock\": {\n    object (InStock)\n  },\n  \"pickup\": {\n    object (Pickup)\n  },\n  \"lfpLink\": {\n    object (LfpLink)\n  },\n  \"odo\": {\n    object (OnDisplayToOrder)\n  },\n  \"about\": {\n    object (About)\n  },\n  \"inventoryVerification\": {\n    object (InventoryVerification)\n  }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{accountsId}/omnichannelSettings/{omnichannelSetting}?updateMask={FieldMask}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{accountsId}",
										"omnichannelSettings",
										"{omnichannelSetting}"
									],
									"query": [
										{
											"key": "updateMask",
											"value": "{FieldMask}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "requestInventoryVerification",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/omnichannelSettings/{omnichannelSetting}:requestInventoryVerification",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"omnichannelSettings",
										"{omnichannelSetting}:requestInventoryVerification"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.omnichannelSettings.lfpProviders",
					"item": [
						{
							"name": "find",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/omnichannelSettings/{omnichannelSetting}/lfpProviders:find",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"omnichannelSettings",
										"{omnichannelSetting}",
										"lfpProviders:find"
									]
								}
							},
							"response": []
						},
						{
							"name": "linkLfpProvider",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"externalAccountId\": string\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/omnichannelSettings/{omnichannelSetting}/lfpProviders/{lfpProvider}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"omnichannelSettings",
										"{omnichannelSetting}",
										"lfpProviders",
										"{lfpProvider}"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.onlineReturnPolicies",
					"item": [
						{
							"name": "create",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"const responseData = pm.response.json();",
											"const policyId = responseData.returnPolicyId;",
											"if (policyId) {",
											"    pm.environment.set(\"returnPolicyId\", policyId);",
											"}"
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"name\": \"accounts/{{accountsId}}/onlineReturnPolicies/{return_policy}\",\n    \"countries\": [\n        \"US\"\n    ],\n    \"returnPolicyUri\": \"https://example.com\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/onlineReturnPolicies",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"onlineReturnPolicies"
									]
								}
							},
							"response": []
						},
						{
							"name": "delete",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/onlineReturnPolicies/{returnPolicyId}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"onlineReturnPolicies",
										"{returnPolicyId}"
									]
								}
							},
							"response": []
						},
						{
							"name": "get",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{accountsId}/onlineReturnPolicies/{returnPolicyId}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{accountsId}",
										"onlineReturnPolicies",
										"{returnPolicyId}"
									]
								}
							},
							"response": []
						},
						{
							"name": "list",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{accountsId}/onlineReturnPolicies",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{accountsId}",
										"onlineReturnPolicies"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.programs",
					"item": [
						{
							"name": "disable",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/programs/{program}:disable",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"programs",
										"{program}:disable"
									]
								}
							},
							"response": []
						},
						{
							"name": "enable",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/programs/{program}:enable",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"programs",
										"{program}:enable"
									]
								}
							},
							"response": []
						},
						{
							"name": "get",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/programs/{program}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"programs",
										"{program}"
									]
								}
							},
							"response": []
						},
						{
							"name": "list",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/programs",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"programs"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.programs.checkoutSettings",
					"item": [
						{
							"name": "create",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"name\": string,\n  \"eligibleDestinations\": [\n    enum (DestinationEnum)\n  ],\n  \"uriSettings\": {\n    object (UriSettings)\n  }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{accountsId}/programs/checkout/checkoutSettings",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{accountsId}",
										"programs",
										"checkout",
										"checkoutSettings"
									]
								}
							},
							"response": []
						},
						{
							"name": "deleteCheckoutSettings",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "DELETE",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/programs/{program}/checkoutSettings",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"programs",
										"{program}",
										"checkoutSettings"
									]
								}
							},
							"response": []
						},
						{
							"name": "getCheckoutSettings",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/programs/{program}/checkoutSettings",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"programs",
										"{program}",
										"checkoutSettings"
									]
								}
							},
							"response": []
						},
						{
							"name": "updateCheckoutSettings",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"name\": string,\n  \"eligibleDestinations\": [\n    enum (DestinationEnum)\n  ],\n  \"effectiveUriSettings\": {\n    object (UriSettings)\n  },\n  \"uriSettings\": {\n    object (UriSettings)\n  },\n  \"enrollmentState\": enum (CheckoutEnrollmentState),\n  \"reviewState\": enum (CheckoutReviewState),\n  \"effectiveEnrollmentState\": enum (CheckoutEnrollmentState),\n  \"effectiveReviewState\": enum (CheckoutReviewState)\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/programs/{program}/checkoutSettings?updateMask={FieldMask}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"programs",
										"{program}",
										"checkoutSettings"
									],
									"query": [
										{
											"key": "updateMask",
											"value": "{FieldMask}"
										}
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.regions",
					"item": [
						{
							"name": "batchCreate",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"requests\": [\n    {\n      object (CreateRegionRequest)\n    }\n  ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/regions:batchCreate",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"regions:batchCreate"
									]
								}
							},
							"response": []
						},
						{
							"name": "batchDelete",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"requests\": [\n    {\n      object (DeleteRegionRequest)\n    }\n  ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/regions:batchDelete",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"regions:batchDelete"
									]
								}
							},
							"response": []
						},
						{
							"name": "batchUpdate",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"requests\": [\n    {\n      object (UpdateRegionRequest)\n    }\n  ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/regions:batchUpdate",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"regions:batchUpdate"
									]
								}
							},
							"response": []
						},
						{
							"name": "create",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"name\": string,\n  \"postalCodeArea\": {\n    object (PostalCodeArea)\n  },\n  \"geotargetArea\": {\n    object (GeoTargetArea)\n  },\n  \"displayName\": string\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/regions?regionId={region}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"regions"
									],
									"query": [
										{
											"key": "regionId",
											"value": "{region}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "delete",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/regions/{region}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"regions",
										"{region}"
									]
								}
							},
							"response": []
						},
						{
							"name": "get",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/regions/{region}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"regions",
										"{region}"
									]
								}
							},
							"response": []
						},
						{
							"name": "list",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/regions",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"regions"
									]
								}
							},
							"response": []
						},
						{
							"name": "patch",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"postalCodeArea\": {\n    object (PostalCodeArea)\n  },\n  \"geotargetArea\": {\n    object (GeoTargetArea)\n  },\n  \"displayName\": string\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/regions/{region}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"regions",
										"{region}"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.relationship",
					"item": [
						{
							"name": "get",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/relationships/{relationship}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"relationships",
										"{relationship}"
									]
								}
							},
							"response": []
						},
						{
							"name": "list",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/relationships",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"relationships"
									]
								}
							},
							"response": []
						},
						{
							"name": "patch",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"accountIdAlias\": string\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/relationships/{relationship}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"relationships",
										"{relationship}"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.services",
					"item": [
						{
							"name": "approve",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/services/{service}:approve",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"services",
										"{service}:approve"
									]
								}
							},
							"response": []
						},
						{
							"name": "get",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/services/{service}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"services",
										"{service}"
									]
								}
							},
							"response": []
						},
						{
							"name": "list",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/services",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"services"
									]
								}
							},
							"response": []
						},
						{
							"name": "propose",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"provider\": \"providers/GOOGLE_BUSINESS_PROFILE\",\n    \"accountService\": {\n        \"externalAccountId\": \"{shop_id_123456}\",\n        // Union field service_type can be only one of the following:\n        \"productsManagement\": {},\n        // End of list of possible types for union field service_type.\n        \"provider\": \"{provider}\"\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/services:propose",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"services:propose"
									]
								}
							},
							"response": []
						},
						{
							"name": "reject",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/accounts/{account}/services/{service}:reject",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"accounts",
										"{account}",
										"services",
										"{service}:reject"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.shippingSettings",
					"item": [
						{
							"name": "getShippingSettings",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/shippingsettings",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"shippingsettings"
									]
								}
							},
							"response": []
						},
						{
							"name": "insert",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"services\": [\n    {\n      object (Service)\n    }\n  ],\n  \"warehouses\": [\n    {\n      object (Warehouse)\n    }\n  ],\n  \"etag\": string\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{ACCOUNT_ID}/shippingSettings:insert",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{ACCOUNT_ID}",
										"shippingSettings:insert"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.termsOfServiceAgreementStates",
					"item": [
						{
							"name": "get",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/termsOfServiceAgreementStates/{identifier}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"termsOfServiceAgreementStates",
										"{identifier}"
									]
								}
							},
							"response": []
						},
						{
							"name": "retrieveForApplication",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/termsOfServiceAgreementStates:retrieveForApplication",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"termsOfServiceAgreementStates:retrieveForApplication"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.users",
					"item": [
						{
							"name": "create",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"name\": string,\n  \"accessRights\": [\n    enum (AccessRight)\n  ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/users?userId={email}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"users"
									],
									"query": [
										{
											"key": "userId",
											"value": "{email}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "delete",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/users/{email}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"users",
										"{email}"
									]
								}
							},
							"response": []
						},
						{
							"name": "get",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/users/{email}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"users",
										"{email}"
									]
								}
							},
							"response": []
						},
						{
							"name": "list",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}"
									]
								}
							},
							"response": []
						},
						{
							"name": "patch",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"accessRights\": [\n    enum (AccessRight)\n  ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/accounts/{account}/user/{email}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"accounts",
										"{account}",
										"user",
										"{email}"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "termsOfService",
					"item": [
						{
							"name": "accept",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/termsOfService/{version}?account={account}&regionCode={regionCode}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"termsOfService",
										"{version}"
									],
									"query": [
										{
											"key": "account",
											"value": "{account}"
										},
										{
											"key": "regionCode",
											"value": "{regionCode}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "get",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/termsOfService/{version}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"termsOfService",
										"{version}"
									]
								}
							},
							"response": []
						},
						{
							"name": "retrieveLatest",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/accounts/v1/termsOfService:retrieveLatest?kind={TermsOfServiceKind}&regionCode={regionCode}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"accounts",
										"v1",
										"termsOfService:retrieveLatest"
									],
									"query": [
										{
											"key": "kind",
											"value": "{TermsOfServiceKind}"
										},
										{
											"key": "regionCode",
											"value": "{regionCode}"
										}
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "conversion_v1",
			"item": [
				{
					"name": "create",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  // Union field source_data can be only one of the following:\n  \"googleAnalyticsLink\": {\n    object (GoogleAnalyticsLink)\n  },\n  \"merchantCenterDestination\": {\n    object (MerchantCenterDestination)\n  }\n  // End of list of possible types for union field source_data.\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://merchantapi.googleapis.com/conversions/v1/accounts/{account}/conversionSources",
							"protocol": "https",
							"host": [
								"merchantapi",
								"googleapis",
								"com"
							],
							"path": [
								"conversions",
								"v1",
								"accounts",
								"{account}",
								"conversionSources"
							]
						}
					},
					"response": []
				},
				{
					"name": "delete",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "DELETE",
						"header": [],
						"url": {
							"raw": "https://merchantapi.googleapis.com/conversions/v1/accounts/{account}/conversionSources/{conversionSource}",
							"protocol": "https",
							"host": [
								"merchantapi",
								"googleapis",
								"com"
							],
							"path": [
								"conversions",
								"v1",
								"accounts",
								"{account}",
								"conversionSources",
								"{conversionSource}"
							]
						}
					},
					"response": []
				},
				{
					"name": "get",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://merchantapi.googleapis.com/conversions/v1/accounts/{account}/conversionSources/{conversionSource}",
							"protocol": "https",
							"host": [
								"merchantapi",
								"googleapis",
								"com"
							],
							"path": [
								"conversions",
								"v1",
								"accounts",
								"{account}",
								"conversionSources",
								"{conversionSource}"
							]
						}
					},
					"response": []
				},
				{
					"name": "list",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://merchantapi.googleapis.com/conversions/v1/accounts/{account}/conversionSources",
							"protocol": "https",
							"host": [
								"merchantapi",
								"googleapis",
								"com"
							],
							"path": [
								"conversions",
								"v1",
								"accounts",
								"{account}",
								"conversionSources"
							]
						}
					},
					"response": []
				},
				{
					"name": "patch",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "PATCH",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\n  // Union field source_data can be only one of the following:\n  \"googleAnalyticsLink\": {\n    object (GoogleAnalyticsLink)\n  },\n  \"merchantCenterDestination\": {\n    object (MerchantCenterDestination)\n  }\n  ",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://merchantapi.googleapis.com/conversions/v1/accounts/{account}/conversionSources/{conversionSource}",
							"protocol": "https",
							"host": [
								"merchantapi",
								"googleapis",
								"com"
							],
							"path": [
								"conversions",
								"v1",
								"accounts",
								"{account}",
								"conversionSources",
								"{conversionSource}"
							]
						}
					},
					"response": []
				},
				{
					"name": "undelete",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"url": {
							"raw": "https://merchantapi.googleapis.com/conversions/v1/accounts/accounts/{account}/conversionSources/{conversionSource}:undelete",
							"protocol": "https",
							"host": [
								"merchantapi",
								"googleapis",
								"com"
							],
							"path": [
								"conversions",
								"v1",
								"accounts",
								"accounts",
								"{account}",
								"conversionSources",
								"{conversionSource}:undelete"
							]
						}
					},
					"response": []
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "datasources_v1",
			"item": [
				{
					"name": "dataSources",
					"item": [
						{
							"name": "create",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"displayName\": string,\n  \"fileInput\": {\n    object (FileInput)\n  },\n\n  // Union field Type can be only one of the following:\n  \"primaryProductDataSource\": {\n    object (PrimaryProductDataSource)\n  },\n  \"supplementalProductDataSource\": {\n    object (SupplementalProductDataSource)\n  },\n  \"localInventoryDataSource\": {\n    object (LocalInventoryDataSource)\n  },\n  \"regionalInventoryDataSource\": {\n    object (RegionalInventoryDataSource)\n  },\n  \"promotionDataSource\": {\n    object (PromotionDataSource)\n  },\n  \"productReviewDataSource\": {\n    object (ProductReviewDataSource)\n  },\n  \"merchantReviewDataSource\": {\n    object (MerchantReviewDataSource)\n  }\n  // End of list of possible types for union field Type.\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/datasources/v1/accounts/{account}/dataSources",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"datasources",
										"v1",
										"accounts",
										"{account}",
										"dataSources"
									]
								}
							},
							"response": []
						},
						{
							"name": "delete",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/datasources/v1/accounts/{account}/dataSources/{datasource}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"datasources",
										"v1",
										"accounts",
										"{account}",
										"dataSources",
										"{datasource}"
									]
								}
							},
							"response": []
						},
						{
							"name": "fetch",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/datasources/v1/accounts/{account}/dataSources/{datasource}:fetch",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"datasources",
										"v1",
										"accounts",
										"{account}",
										"dataSources",
										"{datasource}:fetch"
									]
								}
							},
							"response": []
						},
						{
							"name": "get",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/datasources/v1/accounts/{account}/dataSources/{datasource}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"datasources",
										"v1",
										"accounts",
										"{account}",
										"dataSources",
										"{datasource}"
									]
								}
							},
							"response": []
						},
						{
							"name": "list",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/datasources/v1/accounts/{account}/dataSources",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"datasources",
										"v1",
										"accounts",
										"{account}",
										"dataSources"
									]
								}
							},
							"response": []
						},
						{
							"name": "patch",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"displayName\": string,\n  \"fileInput\": {\n    object (FileInput)\n  },\n\n  // Union field Type can be only one of the following:\n  \"primaryProductDataSource\": {\n    object (PrimaryProductDataSource)\n  },\n  \"supplementalProductDataSource\": {\n    object (SupplementalProductDataSource)\n  },\n  \"localInventoryDataSource\": {\n    object (LocalInventoryDataSource)\n  },\n  \"regionalInventoryDataSource\": {\n    object (RegionalInventoryDataSource)\n  },\n  \"promotionDataSource\": {\n    object (PromotionDataSource)\n  },\n  \"productReviewDataSource\": {\n    object (ProductReviewDataSource)\n  },\n  \"merchantReviewDataSource\": {\n    object (MerchantReviewDataSource)\n  }\n  // End of list of possible types for union field Type.\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/datasources/v1/accounts/{{accountsId}}}/dataSources/{datasource}?updateMask={FieldMask}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"datasources",
										"v1",
										"accounts",
										"{{accountsId}}}",
										"dataSources",
										"{datasource}"
									],
									"query": [
										{
											"key": "updateMask",
											"value": "{FieldMask}"
										}
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "dataSources.fileUploads",
					"item": [
						{
							"name": "get",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/{{sub-api-url}}accounts/{{accountsId}}/dataSources/10529419644/fileUploads/latest",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"{{sub-api-url}}accounts",
										"{{accountsId}}",
										"dataSources",
										"10529419644",
										"fileUploads",
										"latest"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "inventories_v1",
			"item": [
				{
					"name": "localInventories",
					"item": [
						{
							"name": "delete",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/inventories/v1/accounts/accounts/{account}/products/{product}/localInventories/{storeCode}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"inventories",
										"v1",
										"accounts",
										"accounts",
										"{account}",
										"products",
										"{product}",
										"localInventories",
										"{storeCode}"
									]
								}
							},
							"response": []
						},
						{
							"name": "insert",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"storeCode\": string,\n  \"localInventoryAttributes\": {\n    object (LocalInventoryAttributes)\n  }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/inventories/v1/accounts/accounts/{account}/products/{product}:insert",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"inventories",
										"v1",
										"accounts",
										"accounts",
										"{account}",
										"products",
										"{product}:insert"
									]
								}
							},
							"response": []
						},
						{
							"name": "list",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/inventories/v1/accounts/accounts/{account}/products/{product}/localInventories",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"inventories",
										"v1",
										"accounts",
										"accounts",
										"{account}",
										"products",
										"{product}",
										"localInventories"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "regional",
					"item": [
						{
							"name": "delete",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "DELETE",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"region\": \"???\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/inventories/v1/accounts/{account}/products/{product}/regionalInventories/{region}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"inventories",
										"v1",
										"accounts",
										"{account}",
										"products",
										"{product}",
										"regionalInventories",
										"{region}"
									]
								}
							},
							"response": []
						},
						{
							"name": "insert",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"region\": string,\n  \"regionalInventoryAttributes\": {\n    object (RegionalInventoryAttributes)\n  }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/inventories/v1/accounts/{account}/products/{product}/regionalInventories:insert",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"inventories",
										"v1",
										"accounts",
										"{account}",
										"products",
										"{product}",
										"regionalInventories:insert"
									]
								}
							},
							"response": []
						},
						{
							"name": "list",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/inventories/v1/accounts/{account}/products/{product}/regionalInventories",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"inventories",
										"v1",
										"accounts",
										"{account}",
										"products",
										"{product}",
										"regionalInventories"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "issue_resolution_v1",
			"item": [
				{
					"name": "aggregateProductStatuses",
					"item": [
						{
							"name": "list",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/issueresolution/v1/accounts/{account}/aggregateProductStatuses",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"issueresolution",
										"v1",
										"accounts",
										"{account}",
										"aggregateProductStatuses"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "issueresolution",
					"item": [
						{
							"name": "renderaccountissues",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"contentOption\": enum (ContentOption),\n  \"userInputActionOption\": enum (UserInputActionRenderingOption)\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/issueresolution/v1/accounts/{account}:renderaccountissues",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"issueresolution",
										"v1",
										"accounts",
										"{account}:renderaccountissues"
									]
								}
							},
							"response": []
						},
						{
							"name": "renderproductissues",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"contentOption\": enum (ContentOption),\n  \"userInputActionOption\": enum (UserInputActionRenderingOption)\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/issueresolution/v1/accounts/{account}/products/{product}:renderproductissues",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"issueresolution",
										"v1",
										"accounts",
										"{account}",
										"products",
										"{product}:renderproductissues"
									]
								}
							},
							"response": []
						},
						{
							"name": "triggeraction",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"actionContext\": string,\n  \"actionInput\": {\n    object (ActionInput)\n  }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/issueresolution/v1/accounts/{account}:triggeraction",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"issueresolution",
										"v1",
										"accounts",
										"{account}:triggeraction"
									]
								}
							},
							"response": []
						}
					]
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "local_feeds_partnership_v1",
			"item": [
				{
					"name": "accounts.lfpInventories",
					"item": [
						{
							"name": "insert",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"targetAccount\": {{accountsId}},\n  \"storeCode\": \"???\",\n  \"offerId\": \"GooglePixeltb-CH\",\n  \"regionCode\": \"US\",\n  \"contentLanguage\": \"en\",\n  \"availability\": \"In stock\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/lfp/v1/accounts/{account}/lfpInventories:insert",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"lfp",
										"v1",
										"accounts",
										"{account}",
										"lfpInventories:insert"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.lfpMerchantStates",
					"item": [
						{
							"name": "get",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/lfp/v1/accounts/{account}/lfpMerchantStates/{target_merchant}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"lfp",
										"v1",
										"accounts",
										"{account}",
										"lfpMerchantStates",
										"{target_merchant}"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.lfpSales",
					"item": [
						{
							"name": "insert",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"targetAccount\": string,\n  \"storeCode\": string,\n  \"offerId\": string,\n  \"regionCode\": string,\n  \"contentLanguage\": string,\n  \"gtin\": string,\n  \"price\": {\n    object (Price)\n  },\n  \"quantity\": string,\n  \"saleTime\": string,\n  \"feedLabel\": string\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/lfp/v1/accounts/accounts/{lfp_partner}:insert",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"lfp",
										"v1",
										"accounts",
										"accounts",
										"{lfp_partner}:insert"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.lfpStores",
					"item": [
						{
							"name": "delete",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "DELETE",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": ""
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/lfp/v1/accounts/{account}/lfpStores/{target_merchant}~{storeCode}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"lfp",
										"v1",
										"accounts",
										"{account}",
										"lfpStores",
										"{target_merchant}~{storeCode}"
									]
								}
							},
							"response": []
						},
						{
							"name": "get",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": ""
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/lfp/v1/accounts/{account}/lfpStores/{target_merchant}~{storeCode}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"lfp",
										"v1",
										"accounts",
										"{account}",
										"lfpStores",
										"{target_merchant}~{storeCode}"
									]
								}
							},
							"response": []
						},
						{
							"name": "insert",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"targetAccount\": string,\n  \"storeCode\": string,\n  \"storeAddress\": string,\n  \"gcidCategory\": [\n    string\n  ],\n  \"matchingState\": enum (StoreMatchingState),\n  \"storeName\": string,\n  \"phoneNumber\": string,\n  \"websiteUri\": string,\n  \"placeId\": string,\n  \"matchingStateHint\": string\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/lfp/v1/accounts/{account}/lfpStores:insert",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"lfp",
										"v1",
										"accounts",
										"{account}",
										"lfpStores:insert"
									]
								}
							},
							"response": []
						},
						{
							"name": "list",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": ""
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/lfp/v1/accounts/{account}/lfpStores",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"lfp",
										"v1",
										"accounts",
										"{account}",
										"lfpStores"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "notifications_v1",
			"item": [
				{
					"name": "accounts.notificationsubscriptions",
					"item": [
						{
							"name": "create",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"registeredEvent\": enum (NotificationEventType),\n  \"callBackUri\": string,\n\n  // Union field interested_in can be only one of the following:\n  \"allManagedAccounts\": boolean,\n  \"targetAccount\": string\n  // End of list of possible types for union field interested_in.\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/notifications/v1/accounts/{account}/notificationsubscriptions",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"notifications",
										"v1",
										"accounts",
										"{account}",
										"notificationsubscriptions"
									]
								}
							},
							"response": []
						},
						{
							"name": "delete",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/notifications/v1/accounts/{account}/notificationsubscriptions/{notificationSubscription}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"notifications",
										"v1",
										"accounts",
										"{account}",
										"notificationsubscriptions",
										"{notificationSubscription}"
									]
								}
							},
							"response": []
						},
						{
							"name": "get",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/notifications/v1/accounts/{account}/notificationsubscriptions/{notificationSubscription}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"notifications",
										"v1",
										"accounts",
										"{account}",
										"notificationsubscriptions",
										"{notificationSubscription}"
									]
								}
							},
							"response": []
						},
						{
							"name": "list",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/notifications/v1/accounts/{account}/notificationsubscriptions",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"notifications",
										"v1",
										"accounts",
										"{account}",
										"notificationsubscriptions"
									]
								}
							},
							"response": []
						},
						{
							"name": "patch",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"registeredEvent\": enum (NotificationEventType),\n  \"callBackUri\": string,\n\n  // Union field interested_in can be only one of the following:\n  \"allManagedAccounts\": boolean,\n  \"targetAccount\": string\n  // End of list of possible types for union field interested_in.\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/notifications/v1/accounts/{account}/notificationsubscriptions/{notificationSubscription}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"notifications",
										"v1",
										"accounts",
										"{account}",
										"notificationsubscriptions",
										"{notificationSubscription}"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "(order_tracking_v1",
			"item": [
				{
					"name": "accounts.orderTrackingSignals",
					"item": [
						{
							"name": "create",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"merchantId\": string,\n  \"orderCreatedTime\": {\n    object (DateTime)\n  },\n  \"orderId\": string,\n  \"shippingInfo\": [\n    {\n      object (ShippingInfo)\n    }\n  ],\n  \"lineItems\": [\n    {\n      object (LineItemDetails)\n    }\n  ],\n  \"shipmentLineItemMapping\": [\n    {\n      object (ShipmentLineItemMapping)\n    }\n  ],\n  \"deliveryPostalCode\": string,\n  \"deliveryRegionCode\": string,\n  \"customerShippingFee\": {\n    object (Price)\n  }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/ordertracking/v1/accounts/{account}/orderTrackingSignals",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"ordertracking",
										"v1",
										"accounts",
										"{account}",
										"orderTrackingSignals"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "products_v1",
			"item": [
				{
					"name": "productInputs",
					"item": [
						{
							"name": "delete",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "DELETE",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/products/v1/accounts/{account}/productInputs/{productInput}?dataSource=accounts/{account}/dataSources/{datasource}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"products",
										"v1",
										"accounts",
										"{account}",
										"productInputs",
										"{productInput}"
									],
									"query": [
										{
											"key": "dataSource",
											"value": "accounts/{account}/dataSources/{datasource}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "insert",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"offerId\": string,\n  \"contentLanguage\": string,\n  \"feedLabel\": string,\n  \"productAttributes\": {\n    object (ProductAttributes)\n  },\n  \"customAttributes\": [\n    {\n      object (CustomAttribute)\n    }\n  ],\n  \"versionNumber\": string\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/products/v1/accounts/{account}/productInputs:insert?dataSource=accounts/{account}/dataSources/{datasource}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"products",
										"v1",
										"accounts",
										"{account}",
										"productInputs:insert"
									],
									"query": [
										{
											"key": "dataSource",
											"value": "accounts/{account}/dataSources/{datasource}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "patch",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"offerId\": string,\n  \"contentLanguage\": string,\n  \"feedLabel\": string,\n  \"productAttributes\": {\n    object (ProductAttributes)\n  },\n  \"customAttributes\": [\n    {\n      object (CustomAttribute)\n    }\n  ],\n  \"versionNumber\": string\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/products/v1/accounts/{account}/productInputs/{productInput}?dataSource=accounts/{account}/dataSources/{datasource}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"products",
										"v1",
										"accounts",
										"{account}",
										"productInputs",
										"{productInput}"
									],
									"query": [
										{
											"key": "dataSource",
											"value": "accounts/{account}/dataSources/{datasource}"
										}
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "products",
					"item": [
						{
							"name": "get",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/products/v1/accounts/{account}/products/{product}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"products",
										"v1",
										"accounts",
										"{account}",
										"products",
										"{product}"
									]
								}
							},
							"response": []
						},
						{
							"name": "list",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/products/v1/accounts/{account}/products",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"products",
										"v1",
										"accounts",
										"{account}",
										"products"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "product_studio_v1alpha",
			"item": [
				{
					"name": "accounts.generatedImages",
					"item": [
						{
							"name": "generateProductImageBackground",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"outputConfig\": {\n    object (OutputImageConfig)\n  },\n  \"inputImage\": {\n    object (InputImage)\n  },\n  \"config\": {\n    object (GenerateImageBackgroundConfig)\n  }\n}\n",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/productstudio/v1alpha/accounts/{account}/generatedImages:generateProductImageBackground",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"productstudio",
										"v1alpha",
										"accounts",
										"{account}",
										"generatedImages:generateProductImageBackground"
									]
								}
							},
							"response": []
						},
						{
							"name": "removeProductImageBackground",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"outputConfig\": {\n    object (OutputImageConfig)\n  },\n  \"inputImage\": {\n    object (InputImage)\n  },\n  \"config\": {\n    object (RemoveImageBackgroundConfig)\n  }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/productstudio/v1alpha/accounts/{account}/generatedImages:removeProductImageBackground",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"productstudio",
										"v1alpha",
										"accounts",
										"{account}",
										"generatedImages:removeProductImageBackground"
									]
								}
							},
							"response": []
						},
						{
							"name": "upscaleProductImage",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"outputConfig\": {\n    object (OutputImageConfig)\n  },\n  \"inputImage\": {\n    object (InputImage)\n  }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/productstudio/v1alpha/accounts/{account}/generatedImages:upscaleProductImage",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"productstudio",
										"v1alpha",
										"accounts",
										"{account}",
										"generatedImages:upscaleProductImage"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.textSuggestions",
					"item": [
						{
							"name": "generateProductTextSuggestions",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"productInfo\": {\n    object (ProductInfo)\n  },\n  \"titleExamples\": [\n    {\n      object (TitleExample)\n    }\n  ],\n  \"outputSpec\": {\n    object (OutputSpec)\n  }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/productstudio/v1alpha/accounts/{account}:generateProductTextSuggestions",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"productstudio",
										"v1alpha",
										"accounts",
										"{account}:generateProductTextSuggestions"
									]
								}
							},
							"response": []
						}
					]
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "promotions_v1",
			"item": [
				{
					"name": "accounts.promotions",
					"item": [
						{
							"name": "get",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/promotions/v1/accounts/{account}/promotions/{promotions}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"promotions",
										"v1",
										"accounts",
										"{account}",
										"promotions",
										"{promotions}"
									]
								}
							},
							"response": []
						},
						{
							"name": "insert",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"promotion\": {\n    object (Promotion)\n  },\n  \"dataSource\": string\n}\n",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/promotions/v1/accounts/{account}/promotions:insert",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"promotions",
										"v1",
										"accounts",
										"{account}",
										"promotions:insert"
									]
								}
							},
							"response": []
						},
						{
							"name": "list",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/promotions/v1/accounts/{account}/promotions",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"promotions",
										"v1",
										"accounts",
										"{account}",
										"promotions"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "quota_v1",
			"item": [
				{
					"name": "accounts.limits",
					"item": [
						{
							"name": "get",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								},
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/quota/v1/accounts/{account}/limits/{limit}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"quota",
										"v1",
										"accounts",
										"{account}",
										"limits",
										"{limit}"
									]
								}
							},
							"response": []
						},
						{
							"name": "list",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								},
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/quota/v1/accounts/{account}/limits",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"quota",
										"v1",
										"accounts",
										"{account}",
										"limits"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.quotas",
					"item": [
						{
							"name": "list",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								},
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://merchantapi.googleapis.com/quota/v1/accounts/{account}/quotas",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"quota",
										"v1",
										"accounts",
										"{account}",
										"quotas"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "reports_v1",
			"item": [
				{
					"name": "accounts.reports",
					"item": [
						{
							"name": "search",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"query\": string,\n  \"pageSize\": integer,\n  \"pageToken\": string\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/reports/v1/accounts/{account}/report:search",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"reports",
										"v1",
										"accounts",
										"{account}",
										"report:search"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "reviews_v1beta",
			"item": [
				{
					"name": "accounts.merchantReviews",
					"item": [
						{
							"name": "delete",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "DELETE",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": ""
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/reviews/v1beta/accounts/{account}/merchantReviews/{merchantReview}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"reviews",
										"v1beta",
										"accounts",
										"{account}",
										"merchantReviews",
										"{merchantReview}"
									]
								}
							},
							"response": []
						},
						{
							"name": "get",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": ""
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/reviews/v1beta/accounts/{account}/merchantReviews/{merchantReview}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"reviews",
										"v1beta",
										"accounts",
										"{account}",
										"merchantReviews",
										"{merchantReview}"
									]
								}
							},
							"response": []
						},
						{
							"name": "insert",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"merchantReviewId\": string,\n  \"merchantReviewAttributes\": {\n    object (MerchantReviewAttributes)\n  },\n  \"customAttributes\": [\n    {\n      object (CustomAttribute)\n    }\n  ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/reviews/v1beta/accounts/{account}/merchantReviews:insert?dataSource=accounts/{account}/dataSources/{datasource}.",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"reviews",
										"v1beta",
										"accounts",
										"{account}",
										"merchantReviews:insert"
									],
									"query": [
										{
											"key": "dataSource",
											"value": "accounts/{account}/dataSources/{datasource}."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "list",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": ""
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/reviews/v1beta/accounts/{account}/merchantReviews",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"reviews",
										"v1beta",
										"accounts",
										"{account}",
										"merchantReviews"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "accounts.productReviews",
					"item": [
						{
							"name": "delete",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "DELETE",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": ""
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/reviews/v1beta/accounts/{account}/productReviews/{productReview}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"reviews",
										"v1beta",
										"accounts",
										"{account}",
										"productReviews",
										"{productReview}"
									]
								}
							},
							"response": []
						},
						{
							"name": "get",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": ""
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/reviews/v1beta/accounts/{account}/productReviews/{productReview}",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"reviews",
										"v1beta",
										"accounts",
										"{account}",
										"productReviews",
										"{productReview}"
									]
								}
							},
							"response": []
						},
						{
							"name": "insert",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"productReviewId\": string,\n  \"productReviewAttributes\": {\n    object (ProductReviewAttributes)\n  },\n  \"customAttributes\": [\n    {\n      object (CustomAttribute)\n    }\n  ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/reviews/v1beta/accounts/{account}/productReviews:insert?dataSource=accounts/{account}/dataSources/{datasource}.",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"reviews",
										"v1beta",
										"accounts",
										"{account}",
										"productReviews:insert"
									],
									"query": [
										{
											"key": "dataSource",
											"value": "accounts/{account}/dataSources/{datasource}."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "list",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{accessToken}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": ""
								},
								"url": {
									"raw": "https://merchantapi.googleapis.com/reviews/v1beta/accounts/{account}/productReviews",
									"protocol": "https",
									"host": [
										"merchantapi",
										"googleapis",
										"com"
									],
									"path": [
										"reviews",
										"v1beta",
										"accounts",
										"{account}",
										"productReviews"
									]
								}
							},
							"response": []
						}
					],
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"packages": {},
								"requests": {},
								"exec": [
									""
								]
							}
						}
					]
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"requests": {},
						"exec": [
							""
						]
					}
				}
			]
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"requests": {},
				"exec": [
					"const ENV_SERVICE_ACCOUNT_KEY = 'serviceAccountKey';",
					"const ENV_JS_RSA_SIGN = 'jsrsasign';",
					"const ENV_TOKEN_EXPIRES_AT = 'tokenExpiresAt';",
					"const ENV_ACCESS_TOKEN = 'accessToken';",
					"",
					"const JS_RSA_SIGN_SRC = 'https://kjur.github.io/jsrsasign/jsrsasign-latest-all-min.js';",
					"const GOOGLE_OAUTH = 'https://www.googleapis.com/oauth2/v4/token';",
					"",
					"// add/remove your own scopes as needed",
					"const SCOPES = [",
					"    'https://www.googleapis.com/auth/content'",
					"];",
					"",
					"const EXPIRES_MARGIN = 300; // seconds before expiration",
					"",
					"const getEnv = name =>",
					"    pm.environment.get(name);",
					"",
					"const setEnv = (name, value) =>",
					"    pm.environment.set(name, value);",
					"",
					"const getJWS = callback => {",
					"    // workaround for compatibility with jsrsasign",
					"    const navigator = {};",
					"    const window = {};",
					"",
					"    let jsrsasign = getEnv(ENV_JS_RSA_SIGN);",
					"    if (jsrsasign) {",
					"        eval(jsrsasign);",
					"        return callback(null, KJUR.jws.JWS);",
					"    }",
					"",
					"    pm.sendRequest(JS_RSA_SIGN_SRC, (err, res) => {",
					"        if (err) return callback(err);",
					"",
					"        jsrsasign = res.text();",
					"        setEnv(ENV_JS_RSA_SIGN, jsrsasign);",
					"        eval(jsrsasign);",
					"        callback(null, KJUR.jws.JWS);",
					"    });",
					"};",
					"",
					"const getJwt = ({ client_email, private_key }, iat, callback) => {",
					"    getJWS((err, JWS) => {",
					"        if (err) return callback(err);",
					"",
					"        const header = {",
					"            typ: 'JWT',",
					"            alg: 'RS256',",
					"        };",
					"",
					"        const exp = iat + 3600;",
					"        const payload = {",
					"            aud: GOOGLE_OAUTH,",
					"            iss: client_email,",
					"            scope: SCOPES.join(' '),",
					"            iat,",
					"            exp,",
					"        };",
					"",
					"        const jwt = JWS.sign(null, header, payload, private_key);",
					"        callback(null, jwt, exp);",
					"    });",
					"};",
					"",
					"const getToken = (serviceAccountKey, callback) => {",
					"    const now = Math.floor(Date.now() / 1000);",
					"    if (now + EXPIRES_MARGIN < getEnv(ENV_TOKEN_EXPIRES_AT)) {",
					"        return callback();",
					"    }",
					"",
					"    getJwt(serviceAccountKey, now, (err, jwt, exp) => {",
					"        if (err) return callback(err);",
					"",
					"        const req = {",
					"            url: GOOGLE_OAUTH,",
					"            method: 'POST',",
					"            header: {",
					"                'Content-Type': 'application/x-www-form-urlencoded',",
					"            },",
					"            body: {",
					"              mode: 'urlencoded',",
					"              urlencoded: [{",
					"                  key: 'grant_type',",
					"                  value: 'urn:ietf:params:oauth:grant-type:jwt-bearer',",
					"              },{",
					"                  key: 'assertion',",
					"                  value: jwt,",
					"              }],",
					"            },",
					"        };",
					"",
					"        pm.sendRequest(req, (err, res) => {",
					"            if (err) return callback(err);",
					"",
					"            const accessToken = res.json().access_token;",
					"            setEnv(ENV_ACCESS_TOKEN, accessToken);",
					"            setEnv(ENV_TOKEN_EXPIRES_AT, exp);",
					"            callback();",
					"        });",
					"    });",
					"};",
					"",
					"const getServiceAccountKey = callback => {",
					"    try {",
					"        const keyMaterial = getEnv(ENV_SERVICE_ACCOUNT_KEY);",
					"        const serviceAccountKey = JSON.parse(keyMaterial);",
					"        callback(null, serviceAccountKey);",
					"    } catch (err) {",
					"        callback(err);",
					"    }",
					"};",
					"",
					"getServiceAccountKey((err, serviceAccountKey) => {",
					"    if (err) throw err;",
					"",
					"    getToken(serviceAccountKey, err => {",
					"        if (err) throw err;",
					"    });",
					"});"
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"requests": {},
				"exec": [
					""
				]
			}
		}
	]
}