@maxim_mazurok/gapi.client.merchantapi-accounts_v1beta
Advanced tools
Comparing version 0.0.20240614 to 0.0.20240709
{ | ||
"name": "@maxim_mazurok/gapi.client.merchantapi-accounts_v1beta", | ||
"version": "0.0.20240614", | ||
"version": "0.0.20240709", | ||
"description": "TypeScript typings for Merchant API accounts_v1beta", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -88,22 +88,2 @@ # TypeScript typings for Merchant API accounts_v1beta | ||
/* | ||
Retrieves the business identity of an account. | ||
*/ | ||
await gapi.client.merchantapi.accounts.getBusinessIdentity({name: 'name'}); | ||
/* | ||
Retrieves the business info of an account. | ||
*/ | ||
await gapi.client.merchantapi.accounts.getBusinessInfo({name: 'name'}); | ||
/* | ||
Retrieves a store's homepage. | ||
*/ | ||
await gapi.client.merchantapi.accounts.getHomepage({name: 'name'}); | ||
/* | ||
Retrieve shipping setting information. | ||
*/ | ||
await gapi.client.merchantapi.accounts.getShippingSettings({name: 'name'}); | ||
/* | ||
Lists accounts accessible to the calling user and matching the constraints of the request such as page size or filters. This is not just listing the sub-accounts of an MCA, but all accounts the calling user has access to including other MCAs, linked accounts, standalone accounts and so on. | ||
@@ -124,17 +104,2 @@ */ | ||
/* | ||
Updates the business identity of an account. Executing this method requires admin access. | ||
*/ | ||
await gapi.client.merchantapi.accounts.updateBusinessIdentity({name: 'name'}); | ||
/* | ||
Updates the business info of an account. Executing this method requires admin access. | ||
*/ | ||
await gapi.client.merchantapi.accounts.updateBusinessInfo({name: 'name'}); | ||
/* | ||
Updates a store's homepage. Executing this method requires admin access. | ||
*/ | ||
await gapi.client.merchantapi.accounts.updateHomepage({name: 'name'}); | ||
/* | ||
Accepts a `TermsOfService`. Executing this method requires admin access. | ||
@@ -141,0 +106,0 @@ */ |
Sorry, the diff of this file is too big to display
2524
148281
117