Documentation
Overview ¶
Package content provides access to the Content API for Shopping.
For product documentation, see: https://developers.google.com/shopping-content/v2/
Creating a client ¶
Usage example:
import "google.golang.org/api/content/v2.1" ... ctx := context.Background() contentService, err := content.NewService(ctx)
In this example, Google Application Default Credentials are used for authentication.
For information on how to create and obtain Application Default Credentials, see https://developers.google.com/identity/protocols/application-default-credentials.
Other authentication options ¶
To use an API key for authentication (note: some APIs do not support API keys), use option.WithAPIKey:
contentService, err := content.NewService(ctx, option.WithAPIKey("AIza..."))
To use an OAuth token (e.g., a user token obtained via a three-legged OAuth flow), use option.WithTokenSource:
config := &oauth2.Config{...} // ... token, err := config.Exchange(ctx, ...) contentService, err := content.NewService(ctx, option.WithTokenSource(config.TokenSource(ctx, token)))
See https://godoc.org/google.golang.org/api/option/ for details on options.
Index ¶
- Constants
- type APIService
- type Account
- type AccountAddress
- type AccountAdsLink
- type AccountBusinessInformation
- type AccountCustomerService
- type AccountGoogleMyBusinessLink
- type AccountIdentifier
- type AccountLabel
- type AccountStatus
- type AccountStatusAccountLevelIssue
- type AccountStatusItemLevelIssue
- type AccountStatusProducts
- type AccountStatusStatistics
- type AccountTax
- type AccountTaxTaxRule
- type AccountUser
- type AccountYouTubeChannelLink
- type AccountsAuthInfoResponse
- type AccountsAuthinfoCall
- func (c *AccountsAuthinfoCall) Context(ctx context.Context) *AccountsAuthinfoCall
- func (c *AccountsAuthinfoCall) Do(opts ...googleapi.CallOption) (*AccountsAuthInfoResponse, error)
- func (c *AccountsAuthinfoCall) Fields(s ...googleapi.Field) *AccountsAuthinfoCall
- func (c *AccountsAuthinfoCall) Header() http.Header
- func (c *AccountsAuthinfoCall) IfNoneMatch(entityTag string) *AccountsAuthinfoCall
- type AccountsClaimWebsiteResponse
- type AccountsClaimwebsiteCall
- func (c *AccountsClaimwebsiteCall) Context(ctx context.Context) *AccountsClaimwebsiteCall
- func (c *AccountsClaimwebsiteCall) Do(opts ...googleapi.CallOption) (*AccountsClaimWebsiteResponse, error)
- func (c *AccountsClaimwebsiteCall) Fields(s ...googleapi.Field) *AccountsClaimwebsiteCall
- func (c *AccountsClaimwebsiteCall) Header() http.Header
- func (c *AccountsClaimwebsiteCall) Overwrite(overwrite bool) *AccountsClaimwebsiteCall
- type AccountsCustomBatchRequest
- type AccountsCustomBatchRequestEntry
- type AccountsCustomBatchRequestEntryLinkRequest
- type AccountsCustomBatchResponse
- type AccountsCustomBatchResponseEntry
- type AccountsCustombatchCall
- func (c *AccountsCustombatchCall) Context(ctx context.Context) *AccountsCustombatchCall
- func (c *AccountsCustombatchCall) Do(opts ...googleapi.CallOption) (*AccountsCustomBatchResponse, error)
- func (c *AccountsCustombatchCall) Fields(s ...googleapi.Field) *AccountsCustombatchCall
- func (c *AccountsCustombatchCall) Header() http.Header
- type AccountsDeleteCall
- func (c *AccountsDeleteCall) Context(ctx context.Context) *AccountsDeleteCall
- func (c *AccountsDeleteCall) Do(opts ...googleapi.CallOption) error
- func (c *AccountsDeleteCall) Fields(s ...googleapi.Field) *AccountsDeleteCall
- func (c *AccountsDeleteCall) Force(force bool) *AccountsDeleteCall
- func (c *AccountsDeleteCall) Header() http.Header
- type AccountsGetCall
- func (c *AccountsGetCall) Context(ctx context.Context) *AccountsGetCall
- func (c *AccountsGetCall) Do(opts ...googleapi.CallOption) (*Account, error)
- func (c *AccountsGetCall) Fields(s ...googleapi.Field) *AccountsGetCall
- func (c *AccountsGetCall) Header() http.Header
- func (c *AccountsGetCall) IfNoneMatch(entityTag string) *AccountsGetCall
- func (c *AccountsGetCall) View(view string) *AccountsGetCall
- type AccountsInsertCall
- type AccountsLabelsCreateCall
- func (c *AccountsLabelsCreateCall) Context(ctx context.Context) *AccountsLabelsCreateCall
- func (c *AccountsLabelsCreateCall) Do(opts ...googleapi.CallOption) (*AccountLabel, error)
- func (c *AccountsLabelsCreateCall) Fields(s ...googleapi.Field) *AccountsLabelsCreateCall
- func (c *AccountsLabelsCreateCall) Header() http.Header
- type AccountsLabelsDeleteCall
- func (c *AccountsLabelsDeleteCall) Context(ctx context.Context) *AccountsLabelsDeleteCall
- func (c *AccountsLabelsDeleteCall) Do(opts ...googleapi.CallOption) error
- func (c *AccountsLabelsDeleteCall) Fields(s ...googleapi.Field) *AccountsLabelsDeleteCall
- func (c *AccountsLabelsDeleteCall) Header() http.Header
- type AccountsLabelsListCall
- func (c *AccountsLabelsListCall) Context(ctx context.Context) *AccountsLabelsListCall
- func (c *AccountsLabelsListCall) Do(opts ...googleapi.CallOption) (*ListAccountLabelsResponse, error)
- func (c *AccountsLabelsListCall) Fields(s ...googleapi.Field) *AccountsLabelsListCall
- func (c *AccountsLabelsListCall) Header() http.Header
- func (c *AccountsLabelsListCall) IfNoneMatch(entityTag string) *AccountsLabelsListCall
- func (c *AccountsLabelsListCall) PageSize(pageSize int64) *AccountsLabelsListCall
- func (c *AccountsLabelsListCall) PageToken(pageToken string) *AccountsLabelsListCall
- func (c *AccountsLabelsListCall) Pages(ctx context.Context, f func(*ListAccountLabelsResponse) error) error
- type AccountsLabelsPatchCall
- func (c *AccountsLabelsPatchCall) Context(ctx context.Context) *AccountsLabelsPatchCall
- func (c *AccountsLabelsPatchCall) Do(opts ...googleapi.CallOption) (*AccountLabel, error)
- func (c *AccountsLabelsPatchCall) Fields(s ...googleapi.Field) *AccountsLabelsPatchCall
- func (c *AccountsLabelsPatchCall) Header() http.Header
- type AccountsLabelsService
- func (r *AccountsLabelsService) Create(accountId int64, accountlabel *AccountLabel) *AccountsLabelsCreateCall
- func (r *AccountsLabelsService) Delete(accountId int64, labelId int64) *AccountsLabelsDeleteCall
- func (r *AccountsLabelsService) List(accountId int64) *AccountsLabelsListCall
- func (r *AccountsLabelsService) Patch(accountId int64, labelId int64, accountlabel *AccountLabel) *AccountsLabelsPatchCall
- type AccountsLinkCall
- type AccountsLinkRequest
- type AccountsLinkResponse
- type AccountsListCall
- func (c *AccountsListCall) Context(ctx context.Context) *AccountsListCall
- func (c *AccountsListCall) Do(opts ...googleapi.CallOption) (*AccountsListResponse, error)
- func (c *AccountsListCall) Fields(s ...googleapi.Field) *AccountsListCall
- func (c *AccountsListCall) Header() http.Header
- func (c *AccountsListCall) IfNoneMatch(entityTag string) *AccountsListCall
- func (c *AccountsListCall) Label(label uint64) *AccountsListCall
- func (c *AccountsListCall) MaxResults(maxResults int64) *AccountsListCall
- func (c *AccountsListCall) PageToken(pageToken string) *AccountsListCall
- func (c *AccountsListCall) Pages(ctx context.Context, f func(*AccountsListResponse) error) error
- func (c *AccountsListCall) View(view string) *AccountsListCall
- type AccountsListLinksResponse
- type AccountsListResponse
- type AccountsListlinksCall
- func (c *AccountsListlinksCall) Context(ctx context.Context) *AccountsListlinksCall
- func (c *AccountsListlinksCall) Do(opts ...googleapi.CallOption) (*AccountsListLinksResponse, error)
- func (c *AccountsListlinksCall) Fields(s ...googleapi.Field) *AccountsListlinksCall
- func (c *AccountsListlinksCall) Header() http.Header
- func (c *AccountsListlinksCall) IfNoneMatch(entityTag string) *AccountsListlinksCall
- func (c *AccountsListlinksCall) MaxResults(maxResults int64) *AccountsListlinksCall
- func (c *AccountsListlinksCall) PageToken(pageToken string) *AccountsListlinksCall
- func (c *AccountsListlinksCall) Pages(ctx context.Context, f func(*AccountsListLinksResponse) error) error
- type AccountsService
- func (r *AccountsService) Authinfo() *AccountsAuthinfoCall
- func (r *AccountsService) Claimwebsite(merchantId uint64, accountId uint64) *AccountsClaimwebsiteCall
- func (r *AccountsService) Custombatch(accountscustombatchrequest *AccountsCustomBatchRequest) *AccountsCustombatchCall
- func (r *AccountsService) Delete(merchantId uint64, accountId uint64) *AccountsDeleteCall
- func (r *AccountsService) Get(merchantId uint64, accountId uint64) *AccountsGetCall
- func (r *AccountsService) Insert(merchantId uint64, account *Account) *AccountsInsertCall
- func (r *AccountsService) Link(merchantId uint64, accountId uint64, accountslinkrequest *AccountsLinkRequest) *AccountsLinkCall
- func (r *AccountsService) List(merchantId uint64) *AccountsListCall
- func (r *AccountsService) Listlinks(merchantId uint64, accountId uint64) *AccountsListlinksCall
- func (r *AccountsService) Update(merchantId uint64, accountId uint64, account *Account) *AccountsUpdateCall
- func (r *AccountsService) Updatelabels(merchantId uint64, accountId uint64, ...) *AccountsUpdatelabelsCall
- type AccountsUpdateCall
- type AccountsUpdateLabelsRequest
- type AccountsUpdateLabelsResponse
- type AccountsUpdatelabelsCall
- func (c *AccountsUpdatelabelsCall) Context(ctx context.Context) *AccountsUpdatelabelsCall
- func (c *AccountsUpdatelabelsCall) Do(opts ...googleapi.CallOption) (*AccountsUpdateLabelsResponse, error)
- func (c *AccountsUpdatelabelsCall) Fields(s ...googleapi.Field) *AccountsUpdatelabelsCall
- func (c *AccountsUpdatelabelsCall) Header() http.Header
- type AccountstatusesCustomBatchRequest
- type AccountstatusesCustomBatchRequestEntry
- type AccountstatusesCustomBatchResponse
- type AccountstatusesCustomBatchResponseEntry
- type AccountstatusesCustombatchCall
- func (c *AccountstatusesCustombatchCall) Context(ctx context.Context) *AccountstatusesCustombatchCall
- func (c *AccountstatusesCustombatchCall) Do(opts ...googleapi.CallOption) (*AccountstatusesCustomBatchResponse, error)
- func (c *AccountstatusesCustombatchCall) Fields(s ...googleapi.Field) *AccountstatusesCustombatchCall
- func (c *AccountstatusesCustombatchCall) Header() http.Header
- type AccountstatusesGetCall
- func (c *AccountstatusesGetCall) Context(ctx context.Context) *AccountstatusesGetCall
- func (c *AccountstatusesGetCall) Destinations(destinations ...string) *AccountstatusesGetCall
- func (c *AccountstatusesGetCall) Do(opts ...googleapi.CallOption) (*AccountStatus, error)
- func (c *AccountstatusesGetCall) Fields(s ...googleapi.Field) *AccountstatusesGetCall
- func (c *AccountstatusesGetCall) Header() http.Header
- func (c *AccountstatusesGetCall) IfNoneMatch(entityTag string) *AccountstatusesGetCall
- type AccountstatusesListCall
- func (c *AccountstatusesListCall) Context(ctx context.Context) *AccountstatusesListCall
- func (c *AccountstatusesListCall) Destinations(destinations ...string) *AccountstatusesListCall
- func (c *AccountstatusesListCall) Do(opts ...googleapi.CallOption) (*AccountstatusesListResponse, error)
- func (c *AccountstatusesListCall) Fields(s ...googleapi.Field) *AccountstatusesListCall
- func (c *AccountstatusesListCall) Header() http.Header
- func (c *AccountstatusesListCall) IfNoneMatch(entityTag string) *AccountstatusesListCall
- func (c *AccountstatusesListCall) MaxResults(maxResults int64) *AccountstatusesListCall
- func (c *AccountstatusesListCall) PageToken(pageToken string) *AccountstatusesListCall
- func (c *AccountstatusesListCall) Pages(ctx context.Context, f func(*AccountstatusesListResponse) error) error
- type AccountstatusesListResponse
- type AccountstatusesService
- func (r *AccountstatusesService) Custombatch(accountstatusescustombatchrequest *AccountstatusesCustomBatchRequest) *AccountstatusesCustombatchCall
- func (r *AccountstatusesService) Get(merchantId uint64, accountId uint64) *AccountstatusesGetCall
- func (r *AccountstatusesService) List(merchantId uint64) *AccountstatusesListCall
- type AccounttaxCustomBatchRequest
- type AccounttaxCustomBatchRequestEntry
- type AccounttaxCustomBatchResponse
- type AccounttaxCustomBatchResponseEntry
- type AccounttaxCustombatchCall
- func (c *AccounttaxCustombatchCall) Context(ctx context.Context) *AccounttaxCustombatchCall
- func (c *AccounttaxCustombatchCall) Do(opts ...googleapi.CallOption) (*AccounttaxCustomBatchResponse, error)
- func (c *AccounttaxCustombatchCall) Fields(s ...googleapi.Field) *AccounttaxCustombatchCall
- func (c *AccounttaxCustombatchCall) Header() http.Header
- type AccounttaxGetCall
- func (c *AccounttaxGetCall) Context(ctx context.Context) *AccounttaxGetCall
- func (c *AccounttaxGetCall) Do(opts ...googleapi.CallOption) (*AccountTax, error)
- func (c *AccounttaxGetCall) Fields(s ...googleapi.Field) *AccounttaxGetCall
- func (c *AccounttaxGetCall) Header() http.Header
- func (c *AccounttaxGetCall) IfNoneMatch(entityTag string) *AccounttaxGetCall
- type AccounttaxListCall
- func (c *AccounttaxListCall) Context(ctx context.Context) *AccounttaxListCall
- func (c *AccounttaxListCall) Do(opts ...googleapi.CallOption) (*AccounttaxListResponse, error)
- func (c *AccounttaxListCall) Fields(s ...googleapi.Field) *AccounttaxListCall
- func (c *AccounttaxListCall) Header() http.Header
- func (c *AccounttaxListCall) IfNoneMatch(entityTag string) *AccounttaxListCall
- func (c *AccounttaxListCall) MaxResults(maxResults int64) *AccounttaxListCall
- func (c *AccounttaxListCall) PageToken(pageToken string) *AccounttaxListCall
- func (c *AccounttaxListCall) Pages(ctx context.Context, f func(*AccounttaxListResponse) error) error
- type AccounttaxListResponse
- type AccounttaxService
- func (r *AccounttaxService) Custombatch(accounttaxcustombatchrequest *AccounttaxCustomBatchRequest) *AccounttaxCustombatchCall
- func (r *AccounttaxService) Get(merchantId uint64, accountId uint64) *AccounttaxGetCall
- func (r *AccounttaxService) List(merchantId uint64) *AccounttaxListCall
- func (r *AccounttaxService) Update(merchantId uint64, accountId uint64, accounttax *AccountTax) *AccounttaxUpdateCall
- type AccounttaxUpdateCall
- func (c *AccounttaxUpdateCall) Context(ctx context.Context) *AccounttaxUpdateCall
- func (c *AccounttaxUpdateCall) Do(opts ...googleapi.CallOption) (*AccountTax, error)
- func (c *AccounttaxUpdateCall) Fields(s ...googleapi.Field) *AccounttaxUpdateCall
- func (c *AccounttaxUpdateCall) Header() http.Header
- type Amount
- type BusinessDayConfig
- type CarrierRate
- type CarriersCarrier
- type Css
- type CssesGetCall
- func (c *CssesGetCall) Context(ctx context.Context) *CssesGetCall
- func (c *CssesGetCall) Do(opts ...googleapi.CallOption) (*Css, error)
- func (c *CssesGetCall) Fields(s ...googleapi.Field) *CssesGetCall
- func (c *CssesGetCall) Header() http.Header
- func (c *CssesGetCall) IfNoneMatch(entityTag string) *CssesGetCall
- type CssesListCall
- func (c *CssesListCall) Context(ctx context.Context) *CssesListCall
- func (c *CssesListCall) Do(opts ...googleapi.CallOption) (*ListCssesResponse, error)
- func (c *CssesListCall) Fields(s ...googleapi.Field) *CssesListCall
- func (c *CssesListCall) Header() http.Header
- func (c *CssesListCall) IfNoneMatch(entityTag string) *CssesListCall
- func (c *CssesListCall) PageSize(pageSize int64) *CssesListCall
- func (c *CssesListCall) PageToken(pageToken string) *CssesListCall
- func (c *CssesListCall) Pages(ctx context.Context, f func(*ListCssesResponse) error) error
- type CssesService
- type CssesUpdatelabelsCall
- type CustomAttribute
- type CustomerReturnReason
- type CutoffTime
- type Datafeed
- type DatafeedFetchSchedule
- type DatafeedFormat
- type DatafeedStatus
- type DatafeedStatusError
- type DatafeedStatusExample
- type DatafeedTarget
- type DatafeedsCustomBatchRequest
- type DatafeedsCustomBatchRequestEntry
- type DatafeedsCustomBatchResponse
- type DatafeedsCustomBatchResponseEntry
- type DatafeedsCustombatchCall
- func (c *DatafeedsCustombatchCall) Context(ctx context.Context) *DatafeedsCustombatchCall
- func (c *DatafeedsCustombatchCall) Do(opts ...googleapi.CallOption) (*DatafeedsCustomBatchResponse, error)
- func (c *DatafeedsCustombatchCall) Fields(s ...googleapi.Field) *DatafeedsCustombatchCall
- func (c *DatafeedsCustombatchCall) Header() http.Header
- type DatafeedsDeleteCall
- type DatafeedsFetchNowResponse
- type DatafeedsFetchnowCall
- func (c *DatafeedsFetchnowCall) Context(ctx context.Context) *DatafeedsFetchnowCall
- func (c *DatafeedsFetchnowCall) Do(opts ...googleapi.CallOption) (*DatafeedsFetchNowResponse, error)
- func (c *DatafeedsFetchnowCall) Fields(s ...googleapi.Field) *DatafeedsFetchnowCall
- func (c *DatafeedsFetchnowCall) Header() http.Header
- type DatafeedsGetCall
- func (c *DatafeedsGetCall) Context(ctx context.Context) *DatafeedsGetCall
- func (c *DatafeedsGetCall) Do(opts ...googleapi.CallOption) (*Datafeed, error)
- func (c *DatafeedsGetCall) Fields(s ...googleapi.Field) *DatafeedsGetCall
- func (c *DatafeedsGetCall) Header() http.Header
- func (c *DatafeedsGetCall) IfNoneMatch(entityTag string) *DatafeedsGetCall
- type DatafeedsInsertCall
- type DatafeedsListCall
- func (c *DatafeedsListCall) Context(ctx context.Context) *DatafeedsListCall
- func (c *DatafeedsListCall) Do(opts ...googleapi.CallOption) (*DatafeedsListResponse, error)
- func (c *DatafeedsListCall) Fields(s ...googleapi.Field) *DatafeedsListCall
- func (c *DatafeedsListCall) Header() http.Header
- func (c *DatafeedsListCall) IfNoneMatch(entityTag string) *DatafeedsListCall
- func (c *DatafeedsListCall) MaxResults(maxResults int64) *DatafeedsListCall
- func (c *DatafeedsListCall) PageToken(pageToken string) *DatafeedsListCall
- func (c *DatafeedsListCall) Pages(ctx context.Context, f func(*DatafeedsListResponse) error) error
- type DatafeedsListResponse
- type DatafeedsService
- func (r *DatafeedsService) Custombatch(datafeedscustombatchrequest *DatafeedsCustomBatchRequest) *DatafeedsCustombatchCall
- func (r *DatafeedsService) Delete(merchantId uint64, datafeedId uint64) *DatafeedsDeleteCall
- func (r *DatafeedsService) Fetchnow(merchantId uint64, datafeedId uint64) *DatafeedsFetchnowCall
- func (r *DatafeedsService) Get(merchantId uint64, datafeedId uint64) *DatafeedsGetCall
- func (r *DatafeedsService) Insert(merchantId uint64, datafeed *Datafeed) *DatafeedsInsertCall
- func (r *DatafeedsService) List(merchantId uint64) *DatafeedsListCall
- func (r *DatafeedsService) Update(merchantId uint64, datafeedId uint64, datafeed *Datafeed) *DatafeedsUpdateCall
- type DatafeedsUpdateCall
- type DatafeedstatusesCustomBatchRequest
- type DatafeedstatusesCustomBatchRequestEntry
- type DatafeedstatusesCustomBatchResponse
- type DatafeedstatusesCustomBatchResponseEntry
- type DatafeedstatusesCustombatchCall
- func (c *DatafeedstatusesCustombatchCall) Context(ctx context.Context) *DatafeedstatusesCustombatchCall
- func (c *DatafeedstatusesCustombatchCall) Do(opts ...googleapi.CallOption) (*DatafeedstatusesCustomBatchResponse, error)
- func (c *DatafeedstatusesCustombatchCall) Fields(s ...googleapi.Field) *DatafeedstatusesCustombatchCall
- func (c *DatafeedstatusesCustombatchCall) Header() http.Header
- type DatafeedstatusesGetCall
- func (c *DatafeedstatusesGetCall) Context(ctx context.Context) *DatafeedstatusesGetCall
- func (c *DatafeedstatusesGetCall) Country(country string) *DatafeedstatusesGetCall
- func (c *DatafeedstatusesGetCall) Do(opts ...googleapi.CallOption) (*DatafeedStatus, error)
- func (c *DatafeedstatusesGetCall) Fields(s ...googleapi.Field) *DatafeedstatusesGetCall
- func (c *DatafeedstatusesGetCall) Header() http.Header
- func (c *DatafeedstatusesGetCall) IfNoneMatch(entityTag string) *DatafeedstatusesGetCall
- func (c *DatafeedstatusesGetCall) Language(language string) *DatafeedstatusesGetCall
- type DatafeedstatusesListCall
- func (c *DatafeedstatusesListCall) Context(ctx context.Context) *DatafeedstatusesListCall
- func (c *DatafeedstatusesListCall) Do(opts ...googleapi.CallOption) (*DatafeedstatusesListResponse, error)
- func (c *DatafeedstatusesListCall) Fields(s ...googleapi.Field) *DatafeedstatusesListCall
- func (c *DatafeedstatusesListCall) Header() http.Header
- func (c *DatafeedstatusesListCall) IfNoneMatch(entityTag string) *DatafeedstatusesListCall
- func (c *DatafeedstatusesListCall) MaxResults(maxResults int64) *DatafeedstatusesListCall
- func (c *DatafeedstatusesListCall) PageToken(pageToken string) *DatafeedstatusesListCall
- func (c *DatafeedstatusesListCall) Pages(ctx context.Context, f func(*DatafeedstatusesListResponse) error) error
- type DatafeedstatusesListResponse
- type DatafeedstatusesService
- func (r *DatafeedstatusesService) Custombatch(datafeedstatusescustombatchrequest *DatafeedstatusesCustomBatchRequest) *DatafeedstatusesCustombatchCall
- func (r *DatafeedstatusesService) Get(merchantId uint64, datafeedId uint64) *DatafeedstatusesGetCall
- func (r *DatafeedstatusesService) List(merchantId uint64) *DatafeedstatusesListCall
- type DateTime
- type DeliveryTime
- type Error
- type Errors
- type GmbAccounts
- type GmbAccountsGmbAccount
- type Headers
- type HolidayCutoff
- type HolidaysHoliday
- type Installment
- type InvoiceSummary
- type InvoiceSummaryAdditionalChargeSummary
- type LabelIds
- type LiaAboutPageSettings
- type LiaCountrySettings
- type LiaInventorySettings
- type LiaOnDisplayToOrderSettings
- type LiaPosDataProvider
- type LiaSettings
- type LiasettingsCustomBatchRequest
- type LiasettingsCustomBatchRequestEntry
- type LiasettingsCustomBatchResponse
- type LiasettingsCustomBatchResponseEntry
- type LiasettingsCustombatchCall
- func (c *LiasettingsCustombatchCall) Context(ctx context.Context) *LiasettingsCustombatchCall
- func (c *LiasettingsCustombatchCall) Do(opts ...googleapi.CallOption) (*LiasettingsCustomBatchResponse, error)
- func (c *LiasettingsCustombatchCall) Fields(s ...googleapi.Field) *LiasettingsCustombatchCall
- func (c *LiasettingsCustombatchCall) Header() http.Header
- type LiasettingsGetAccessibleGmbAccountsResponse
- type LiasettingsGetCall
- func (c *LiasettingsGetCall) Context(ctx context.Context) *LiasettingsGetCall
- func (c *LiasettingsGetCall) Do(opts ...googleapi.CallOption) (*LiaSettings, error)
- func (c *LiasettingsGetCall) Fields(s ...googleapi.Field) *LiasettingsGetCall
- func (c *LiasettingsGetCall) Header() http.Header
- func (c *LiasettingsGetCall) IfNoneMatch(entityTag string) *LiasettingsGetCall
- type LiasettingsGetaccessiblegmbaccountsCall
- func (c *LiasettingsGetaccessiblegmbaccountsCall) Context(ctx context.Context) *LiasettingsGetaccessiblegmbaccountsCall
- func (c *LiasettingsGetaccessiblegmbaccountsCall) Do(opts ...googleapi.CallOption) (*LiasettingsGetAccessibleGmbAccountsResponse, error)
- func (c *LiasettingsGetaccessiblegmbaccountsCall) Fields(s ...googleapi.Field) *LiasettingsGetaccessiblegmbaccountsCall
- func (c *LiasettingsGetaccessiblegmbaccountsCall) Header() http.Header
- func (c *LiasettingsGetaccessiblegmbaccountsCall) IfNoneMatch(entityTag string) *LiasettingsGetaccessiblegmbaccountsCall
- type LiasettingsListCall
- func (c *LiasettingsListCall) Context(ctx context.Context) *LiasettingsListCall
- func (c *LiasettingsListCall) Do(opts ...googleapi.CallOption) (*LiasettingsListResponse, error)
- func (c *LiasettingsListCall) Fields(s ...googleapi.Field) *LiasettingsListCall
- func (c *LiasettingsListCall) Header() http.Header
- func (c *LiasettingsListCall) IfNoneMatch(entityTag string) *LiasettingsListCall
- func (c *LiasettingsListCall) MaxResults(maxResults int64) *LiasettingsListCall
- func (c *LiasettingsListCall) PageToken(pageToken string) *LiasettingsListCall
- func (c *LiasettingsListCall) Pages(ctx context.Context, f func(*LiasettingsListResponse) error) error
- type LiasettingsListPosDataProvidersResponse
- type LiasettingsListResponse
- type LiasettingsListposdataprovidersCall
- func (c *LiasettingsListposdataprovidersCall) Context(ctx context.Context) *LiasettingsListposdataprovidersCall
- func (c *LiasettingsListposdataprovidersCall) Do(opts ...googleapi.CallOption) (*LiasettingsListPosDataProvidersResponse, error)
- func (c *LiasettingsListposdataprovidersCall) Fields(s ...googleapi.Field) *LiasettingsListposdataprovidersCall
- func (c *LiasettingsListposdataprovidersCall) Header() http.Header
- func (c *LiasettingsListposdataprovidersCall) IfNoneMatch(entityTag string) *LiasettingsListposdataprovidersCall
- type LiasettingsRequestGmbAccessResponse
- type LiasettingsRequestInventoryVerificationResponse
- type LiasettingsRequestgmbaccessCall
- func (c *LiasettingsRequestgmbaccessCall) Context(ctx context.Context) *LiasettingsRequestgmbaccessCall
- func (c *LiasettingsRequestgmbaccessCall) Do(opts ...googleapi.CallOption) (*LiasettingsRequestGmbAccessResponse, error)
- func (c *LiasettingsRequestgmbaccessCall) Fields(s ...googleapi.Field) *LiasettingsRequestgmbaccessCall
- func (c *LiasettingsRequestgmbaccessCall) Header() http.Header
- type LiasettingsRequestinventoryverificationCall
- func (c *LiasettingsRequestinventoryverificationCall) Context(ctx context.Context) *LiasettingsRequestinventoryverificationCall
- func (c *LiasettingsRequestinventoryverificationCall) Do(opts ...googleapi.CallOption) (*LiasettingsRequestInventoryVerificationResponse, error)
- func (c *LiasettingsRequestinventoryverificationCall) Fields(s ...googleapi.Field) *LiasettingsRequestinventoryverificationCall
- func (c *LiasettingsRequestinventoryverificationCall) Header() http.Header
- type LiasettingsService
- func (r *LiasettingsService) Custombatch(liasettingscustombatchrequest *LiasettingsCustomBatchRequest) *LiasettingsCustombatchCall
- func (r *LiasettingsService) Get(merchantId uint64, accountId uint64) *LiasettingsGetCall
- func (r *LiasettingsService) Getaccessiblegmbaccounts(merchantId uint64, accountId uint64) *LiasettingsGetaccessiblegmbaccountsCall
- func (r *LiasettingsService) List(merchantId uint64) *LiasettingsListCall
- func (r *LiasettingsService) Listposdataproviders() *LiasettingsListposdataprovidersCall
- func (r *LiasettingsService) Requestgmbaccess(merchantId uint64, accountId uint64, gmbEmail string) *LiasettingsRequestgmbaccessCall
- func (r *LiasettingsService) Requestinventoryverification(merchantId uint64, accountId uint64, country string) *LiasettingsRequestinventoryverificationCall
- func (r *LiasettingsService) Setinventoryverificationcontact(merchantId uint64, accountId uint64, country string, language string, ...) *LiasettingsSetinventoryverificationcontactCall
- func (r *LiasettingsService) Setposdataprovider(merchantId uint64, accountId uint64, country string) *LiasettingsSetposdataproviderCall
- func (r *LiasettingsService) Update(merchantId uint64, accountId uint64, liasettings *LiaSettings) *LiasettingsUpdateCall
- type LiasettingsSetInventoryVerificationContactResponse
- type LiasettingsSetPosDataProviderResponse
- type LiasettingsSetinventoryverificationcontactCall
- func (c *LiasettingsSetinventoryverificationcontactCall) Context(ctx context.Context) *LiasettingsSetinventoryverificationcontactCall
- func (c *LiasettingsSetinventoryverificationcontactCall) Do(opts ...googleapi.CallOption) (*LiasettingsSetInventoryVerificationContactResponse, error)
- func (c *LiasettingsSetinventoryverificationcontactCall) Fields(s ...googleapi.Field) *LiasettingsSetinventoryverificationcontactCall
- func (c *LiasettingsSetinventoryverificationcontactCall) Header() http.Header
- type LiasettingsSetposdataproviderCall
- func (c *LiasettingsSetposdataproviderCall) Context(ctx context.Context) *LiasettingsSetposdataproviderCall
- func (c *LiasettingsSetposdataproviderCall) Do(opts ...googleapi.CallOption) (*LiasettingsSetPosDataProviderResponse, error)
- func (c *LiasettingsSetposdataproviderCall) Fields(s ...googleapi.Field) *LiasettingsSetposdataproviderCall
- func (c *LiasettingsSetposdataproviderCall) Header() http.Header
- func (c *LiasettingsSetposdataproviderCall) PosDataProviderId(posDataProviderId uint64) *LiasettingsSetposdataproviderCall
- func (c *LiasettingsSetposdataproviderCall) PosExternalAccountId(posExternalAccountId string) *LiasettingsSetposdataproviderCall
- type LiasettingsUpdateCall
- func (c *LiasettingsUpdateCall) Context(ctx context.Context) *LiasettingsUpdateCall
- func (c *LiasettingsUpdateCall) Do(opts ...googleapi.CallOption) (*LiaSettings, error)
- func (c *LiasettingsUpdateCall) Fields(s ...googleapi.Field) *LiasettingsUpdateCall
- func (c *LiasettingsUpdateCall) Header() http.Header
- type LinkService
- type LinkedAccount
- type ListAccountLabelsResponse
- type ListCssesResponse
- type ListRegionsResponse
- type ListRepricingRulesResponse
- type LocalInventory
- type LocalinventoryCustomBatchRequest
- type LocalinventoryCustomBatchRequestEntry
- type LocalinventoryCustomBatchResponse
- type LocalinventoryCustomBatchResponseEntry
- type LocalinventoryCustombatchCall
- func (c *LocalinventoryCustombatchCall) Context(ctx context.Context) *LocalinventoryCustombatchCall
- func (c *LocalinventoryCustombatchCall) Do(opts ...googleapi.CallOption) (*LocalinventoryCustomBatchResponse, error)
- func (c *LocalinventoryCustombatchCall) Fields(s ...googleapi.Field) *LocalinventoryCustombatchCall
- func (c *LocalinventoryCustombatchCall) Header() http.Header
- type LocalinventoryInsertCall
- func (c *LocalinventoryInsertCall) Context(ctx context.Context) *LocalinventoryInsertCall
- func (c *LocalinventoryInsertCall) Do(opts ...googleapi.CallOption) (*LocalInventory, error)
- func (c *LocalinventoryInsertCall) Fields(s ...googleapi.Field) *LocalinventoryInsertCall
- func (c *LocalinventoryInsertCall) Header() http.Header
- type LocalinventoryService
- type LocationIdSet
- type LoyaltyPoints
- type MerchantOrderReturn
- type MerchantOrderReturnItem
- type MerchantRejectionReason
- type MinimumOrderValueTable
- type MinimumOrderValueTableStoreCodeSetWithMov
- type MonetaryAmount
- type Order
- type OrderAddress
- type OrderCancellation
- type OrderCustomer
- type OrderCustomerLoyaltyInfo
- type OrderCustomerMarketingRightsInfo
- type OrderDeliveryDetails
- type OrderLineItem
- type OrderLineItemAdjustment
- type OrderLineItemProduct
- type OrderLineItemProductFee
- type OrderLineItemProductVariantAttribute
- type OrderLineItemReturnInfo
- type OrderLineItemShippingDetails
- type OrderLineItemShippingDetailsMethod
- type OrderMerchantProvidedAnnotation
- type OrderOrderAnnotation
- type OrderPickupDetails
- type OrderPickupDetailsCollector
- type OrderPromotion
- type OrderPromotionItem
- type OrderRefund
- type OrderReportDisbursement
- type OrderReportTransaction
- type OrderReturn
- type OrderShipment
- type OrderShipmentLineItemShipment
- type OrderShipmentScheduledDeliveryDetails
- type OrderTrackingSignal
- type OrderTrackingSignalLineItemDetails
- type OrderTrackingSignalShipmentLineItemMapping
- type OrderTrackingSignalShippingInfo
- type OrderinvoicesCreateChargeInvoiceRequest
- type OrderinvoicesCreateChargeInvoiceResponse
- type OrderinvoicesCreateRefundInvoiceRequest
- type OrderinvoicesCreateRefundInvoiceResponse
- type OrderinvoicesCreatechargeinvoiceCall
- func (c *OrderinvoicesCreatechargeinvoiceCall) Context(ctx context.Context) *OrderinvoicesCreatechargeinvoiceCall
- func (c *OrderinvoicesCreatechargeinvoiceCall) Do(opts ...googleapi.CallOption) (*OrderinvoicesCreateChargeInvoiceResponse, error)
- func (c *OrderinvoicesCreatechargeinvoiceCall) Fields(s ...googleapi.Field) *OrderinvoicesCreatechargeinvoiceCall
- func (c *OrderinvoicesCreatechargeinvoiceCall) Header() http.Header
- type OrderinvoicesCreaterefundinvoiceCall
- func (c *OrderinvoicesCreaterefundinvoiceCall) Context(ctx context.Context) *OrderinvoicesCreaterefundinvoiceCall
- func (c *OrderinvoicesCreaterefundinvoiceCall) Do(opts ...googleapi.CallOption) (*OrderinvoicesCreateRefundInvoiceResponse, error)
- func (c *OrderinvoicesCreaterefundinvoiceCall) Fields(s ...googleapi.Field) *OrderinvoicesCreaterefundinvoiceCall
- func (c *OrderinvoicesCreaterefundinvoiceCall) Header() http.Header
- type OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption
- type OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption
- type OrderinvoicesService
- type OrderreportsListDisbursementsResponse
- type OrderreportsListTransactionsResponse
- type OrderreportsListdisbursementsCall
- func (c *OrderreportsListdisbursementsCall) Context(ctx context.Context) *OrderreportsListdisbursementsCall
- func (c *OrderreportsListdisbursementsCall) DisbursementEndDate(disbursementEndDate string) *OrderreportsListdisbursementsCall
- func (c *OrderreportsListdisbursementsCall) DisbursementStartDate(disbursementStartDate string) *OrderreportsListdisbursementsCall
- func (c *OrderreportsListdisbursementsCall) Do(opts ...googleapi.CallOption) (*OrderreportsListDisbursementsResponse, error)
- func (c *OrderreportsListdisbursementsCall) Fields(s ...googleapi.Field) *OrderreportsListdisbursementsCall
- func (c *OrderreportsListdisbursementsCall) Header() http.Header
- func (c *OrderreportsListdisbursementsCall) IfNoneMatch(entityTag string) *OrderreportsListdisbursementsCall
- func (c *OrderreportsListdisbursementsCall) MaxResults(maxResults int64) *OrderreportsListdisbursementsCall
- func (c *OrderreportsListdisbursementsCall) PageToken(pageToken string) *OrderreportsListdisbursementsCall
- func (c *OrderreportsListdisbursementsCall) Pages(ctx context.Context, f func(*OrderreportsListDisbursementsResponse) error) error
- type OrderreportsListtransactionsCall
- func (c *OrderreportsListtransactionsCall) Context(ctx context.Context) *OrderreportsListtransactionsCall
- func (c *OrderreportsListtransactionsCall) Do(opts ...googleapi.CallOption) (*OrderreportsListTransactionsResponse, error)
- func (c *OrderreportsListtransactionsCall) Fields(s ...googleapi.Field) *OrderreportsListtransactionsCall
- func (c *OrderreportsListtransactionsCall) Header() http.Header
- func (c *OrderreportsListtransactionsCall) IfNoneMatch(entityTag string) *OrderreportsListtransactionsCall
- func (c *OrderreportsListtransactionsCall) MaxResults(maxResults int64) *OrderreportsListtransactionsCall
- func (c *OrderreportsListtransactionsCall) PageToken(pageToken string) *OrderreportsListtransactionsCall
- func (c *OrderreportsListtransactionsCall) Pages(ctx context.Context, f func(*OrderreportsListTransactionsResponse) error) error
- func (c *OrderreportsListtransactionsCall) TransactionEndDate(transactionEndDate string) *OrderreportsListtransactionsCall
- func (c *OrderreportsListtransactionsCall) TransactionStartDate(transactionStartDate string) *OrderreportsListtransactionsCall
- type OrderreportsService
- type OrderreturnsAcknowledgeCall
- func (c *OrderreturnsAcknowledgeCall) Context(ctx context.Context) *OrderreturnsAcknowledgeCall
- func (c *OrderreturnsAcknowledgeCall) Do(opts ...googleapi.CallOption) (*OrderreturnsAcknowledgeResponse, error)
- func (c *OrderreturnsAcknowledgeCall) Fields(s ...googleapi.Field) *OrderreturnsAcknowledgeCall
- func (c *OrderreturnsAcknowledgeCall) Header() http.Header
- type OrderreturnsAcknowledgeRequest
- type OrderreturnsAcknowledgeResponse
- type OrderreturnsCreateOrderReturnRequest
- type OrderreturnsCreateOrderReturnResponse
- type OrderreturnsCreateorderreturnCall
- func (c *OrderreturnsCreateorderreturnCall) Context(ctx context.Context) *OrderreturnsCreateorderreturnCall
- func (c *OrderreturnsCreateorderreturnCall) Do(opts ...googleapi.CallOption) (*OrderreturnsCreateOrderReturnResponse, error)
- func (c *OrderreturnsCreateorderreturnCall) Fields(s ...googleapi.Field) *OrderreturnsCreateorderreturnCall
- func (c *OrderreturnsCreateorderreturnCall) Header() http.Header
- type OrderreturnsGetCall
- func (c *OrderreturnsGetCall) Context(ctx context.Context) *OrderreturnsGetCall
- func (c *OrderreturnsGetCall) Do(opts ...googleapi.CallOption) (*MerchantOrderReturn, error)
- func (c *OrderreturnsGetCall) Fields(s ...googleapi.Field) *OrderreturnsGetCall
- func (c *OrderreturnsGetCall) Header() http.Header
- func (c *OrderreturnsGetCall) IfNoneMatch(entityTag string) *OrderreturnsGetCall
- type OrderreturnsLineItem
- type OrderreturnsListCall
- func (c *OrderreturnsListCall) Acknowledged(acknowledged bool) *OrderreturnsListCall
- func (c *OrderreturnsListCall) Context(ctx context.Context) *OrderreturnsListCall
- func (c *OrderreturnsListCall) CreatedEndDate(createdEndDate string) *OrderreturnsListCall
- func (c *OrderreturnsListCall) CreatedStartDate(createdStartDate string) *OrderreturnsListCall
- func (c *OrderreturnsListCall) Do(opts ...googleapi.CallOption) (*OrderreturnsListResponse, error)
- func (c *OrderreturnsListCall) Fields(s ...googleapi.Field) *OrderreturnsListCall
- func (c *OrderreturnsListCall) GoogleOrderIds(googleOrderIds ...string) *OrderreturnsListCall
- func (c *OrderreturnsListCall) Header() http.Header
- func (c *OrderreturnsListCall) IfNoneMatch(entityTag string) *OrderreturnsListCall
- func (c *OrderreturnsListCall) MaxResults(maxResults int64) *OrderreturnsListCall
- func (c *OrderreturnsListCall) OrderBy(orderBy string) *OrderreturnsListCall
- func (c *OrderreturnsListCall) PageToken(pageToken string) *OrderreturnsListCall
- func (c *OrderreturnsListCall) Pages(ctx context.Context, f func(*OrderreturnsListResponse) error) error
- func (c *OrderreturnsListCall) ShipmentStates(shipmentStates ...string) *OrderreturnsListCall
- func (c *OrderreturnsListCall) ShipmentStatus(shipmentStatus ...string) *OrderreturnsListCall
- func (c *OrderreturnsListCall) ShipmentTrackingNumbers(shipmentTrackingNumbers ...string) *OrderreturnsListCall
- func (c *OrderreturnsListCall) ShipmentTypes(shipmentTypes ...string) *OrderreturnsListCall
- type OrderreturnsListResponse
- type OrderreturnsPartialRefund
- type OrderreturnsProcessCall
- func (c *OrderreturnsProcessCall) Context(ctx context.Context) *OrderreturnsProcessCall
- func (c *OrderreturnsProcessCall) Do(opts ...googleapi.CallOption) (*OrderreturnsProcessResponse, error)
- func (c *OrderreturnsProcessCall) Fields(s ...googleapi.Field) *OrderreturnsProcessCall
- func (c *OrderreturnsProcessCall) Header() http.Header
- type OrderreturnsProcessRequest
- type OrderreturnsProcessResponse
- type OrderreturnsRefundOperation
- type OrderreturnsRejectOperation
- type OrderreturnsReturnItem
- type OrderreturnsService
- func (r *OrderreturnsService) Acknowledge(merchantId uint64, returnId string, ...) *OrderreturnsAcknowledgeCall
- func (r *OrderreturnsService) Createorderreturn(merchantId uint64, ...) *OrderreturnsCreateorderreturnCall
- func (r *OrderreturnsService) Get(merchantId uint64, returnId string) *OrderreturnsGetCall
- func (r *OrderreturnsService) List(merchantId uint64) *OrderreturnsListCall
- func (r *OrderreturnsService) Process(merchantId uint64, returnId string, ...) *OrderreturnsProcessCall
- type OrdersAcknowledgeCall
- func (c *OrdersAcknowledgeCall) Context(ctx context.Context) *OrdersAcknowledgeCall
- func (c *OrdersAcknowledgeCall) Do(opts ...googleapi.CallOption) (*OrdersAcknowledgeResponse, error)
- func (c *OrdersAcknowledgeCall) Fields(s ...googleapi.Field) *OrdersAcknowledgeCall
- func (c *OrdersAcknowledgeCall) Header() http.Header
- type OrdersAcknowledgeRequest
- type OrdersAcknowledgeResponse
- type OrdersAdvanceTestOrderResponse
- type OrdersAdvancetestorderCall
- func (c *OrdersAdvancetestorderCall) Context(ctx context.Context) *OrdersAdvancetestorderCall
- func (c *OrdersAdvancetestorderCall) Do(opts ...googleapi.CallOption) (*OrdersAdvanceTestOrderResponse, error)
- func (c *OrdersAdvancetestorderCall) Fields(s ...googleapi.Field) *OrdersAdvancetestorderCall
- func (c *OrdersAdvancetestorderCall) Header() http.Header
- type OrdersCancelCall
- type OrdersCancelLineItemRequest
- type OrdersCancelLineItemResponse
- type OrdersCancelRequest
- type OrdersCancelResponse
- type OrdersCancelTestOrderByCustomerRequest
- type OrdersCancelTestOrderByCustomerResponse
- type OrdersCancellineitemCall
- func (c *OrdersCancellineitemCall) Context(ctx context.Context) *OrdersCancellineitemCall
- func (c *OrdersCancellineitemCall) Do(opts ...googleapi.CallOption) (*OrdersCancelLineItemResponse, error)
- func (c *OrdersCancellineitemCall) Fields(s ...googleapi.Field) *OrdersCancellineitemCall
- func (c *OrdersCancellineitemCall) Header() http.Header
- type OrdersCanceltestorderbycustomerCall
- func (c *OrdersCanceltestorderbycustomerCall) Context(ctx context.Context) *OrdersCanceltestorderbycustomerCall
- func (c *OrdersCanceltestorderbycustomerCall) Do(opts ...googleapi.CallOption) (*OrdersCancelTestOrderByCustomerResponse, error)
- func (c *OrdersCanceltestorderbycustomerCall) Fields(s ...googleapi.Field) *OrdersCanceltestorderbycustomerCall
- func (c *OrdersCanceltestorderbycustomerCall) Header() http.Header
- type OrdersCreateTestOrderRequest
- type OrdersCreateTestOrderResponse
- type OrdersCreateTestReturnRequest
- type OrdersCreateTestReturnResponse
- type OrdersCreatetestorderCall
- func (c *OrdersCreatetestorderCall) Context(ctx context.Context) *OrdersCreatetestorderCall
- func (c *OrdersCreatetestorderCall) Do(opts ...googleapi.CallOption) (*OrdersCreateTestOrderResponse, error)
- func (c *OrdersCreatetestorderCall) Fields(s ...googleapi.Field) *OrdersCreatetestorderCall
- func (c *OrdersCreatetestorderCall) Header() http.Header
- type OrdersCreatetestreturnCall
- func (c *OrdersCreatetestreturnCall) Context(ctx context.Context) *OrdersCreatetestreturnCall
- func (c *OrdersCreatetestreturnCall) Do(opts ...googleapi.CallOption) (*OrdersCreateTestReturnResponse, error)
- func (c *OrdersCreatetestreturnCall) Fields(s ...googleapi.Field) *OrdersCreatetestreturnCall
- func (c *OrdersCreatetestreturnCall) Header() http.Header
- type OrdersCustomBatchRequestEntryCreateTestReturnReturnItem
- type OrdersCustomBatchRequestEntryRefundItemItem
- type OrdersCustomBatchRequestEntryRefundItemShipping
- type OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo
- type OrdersGetByMerchantOrderIdResponse
- type OrdersGetCall
- func (c *OrdersGetCall) Context(ctx context.Context) *OrdersGetCall
- func (c *OrdersGetCall) Do(opts ...googleapi.CallOption) (*Order, error)
- func (c *OrdersGetCall) Fields(s ...googleapi.Field) *OrdersGetCall
- func (c *OrdersGetCall) Header() http.Header
- func (c *OrdersGetCall) IfNoneMatch(entityTag string) *OrdersGetCall
- type OrdersGetTestOrderTemplateResponse
- type OrdersGetbymerchantorderidCall
- func (c *OrdersGetbymerchantorderidCall) Context(ctx context.Context) *OrdersGetbymerchantorderidCall
- func (c *OrdersGetbymerchantorderidCall) Do(opts ...googleapi.CallOption) (*OrdersGetByMerchantOrderIdResponse, error)
- func (c *OrdersGetbymerchantorderidCall) Fields(s ...googleapi.Field) *OrdersGetbymerchantorderidCall
- func (c *OrdersGetbymerchantorderidCall) Header() http.Header
- func (c *OrdersGetbymerchantorderidCall) IfNoneMatch(entityTag string) *OrdersGetbymerchantorderidCall
- type OrdersGettestordertemplateCall
- func (c *OrdersGettestordertemplateCall) Context(ctx context.Context) *OrdersGettestordertemplateCall
- func (c *OrdersGettestordertemplateCall) Country(country string) *OrdersGettestordertemplateCall
- func (c *OrdersGettestordertemplateCall) Do(opts ...googleapi.CallOption) (*OrdersGetTestOrderTemplateResponse, error)
- func (c *OrdersGettestordertemplateCall) Fields(s ...googleapi.Field) *OrdersGettestordertemplateCall
- func (c *OrdersGettestordertemplateCall) Header() http.Header
- func (c *OrdersGettestordertemplateCall) IfNoneMatch(entityTag string) *OrdersGettestordertemplateCall
- type OrdersInStoreRefundLineItemRequest
- type OrdersInStoreRefundLineItemResponse
- type OrdersInstorerefundlineitemCall
- func (c *OrdersInstorerefundlineitemCall) Context(ctx context.Context) *OrdersInstorerefundlineitemCall
- func (c *OrdersInstorerefundlineitemCall) Do(opts ...googleapi.CallOption) (*OrdersInStoreRefundLineItemResponse, error)
- func (c *OrdersInstorerefundlineitemCall) Fields(s ...googleapi.Field) *OrdersInstorerefundlineitemCall
- func (c *OrdersInstorerefundlineitemCall) Header() http.Header
- type OrdersListCall
- func (c *OrdersListCall) Acknowledged(acknowledged bool) *OrdersListCall
- func (c *OrdersListCall) Context(ctx context.Context) *OrdersListCall
- func (c *OrdersListCall) Do(opts ...googleapi.CallOption) (*OrdersListResponse, error)
- func (c *OrdersListCall) Fields(s ...googleapi.Field) *OrdersListCall
- func (c *OrdersListCall) Header() http.Header
- func (c *OrdersListCall) IfNoneMatch(entityTag string) *OrdersListCall
- func (c *OrdersListCall) MaxResults(maxResults int64) *OrdersListCall
- func (c *OrdersListCall) OrderBy(orderBy string) *OrdersListCall
- func (c *OrdersListCall) PageToken(pageToken string) *OrdersListCall
- func (c *OrdersListCall) Pages(ctx context.Context, f func(*OrdersListResponse) error) error
- func (c *OrdersListCall) PlacedDateEnd(placedDateEnd string) *OrdersListCall
- func (c *OrdersListCall) PlacedDateStart(placedDateStart string) *OrdersListCall
- func (c *OrdersListCall) Statuses(statuses ...string) *OrdersListCall
- type OrdersListResponse
- type OrdersRefundItemRequest
- type OrdersRefundItemResponse
- type OrdersRefundOrderRequest
- type OrdersRefundOrderResponse
- type OrdersRefunditemCall
- func (c *OrdersRefunditemCall) Context(ctx context.Context) *OrdersRefunditemCall
- func (c *OrdersRefunditemCall) Do(opts ...googleapi.CallOption) (*OrdersRefundItemResponse, error)
- func (c *OrdersRefunditemCall) Fields(s ...googleapi.Field) *OrdersRefunditemCall
- func (c *OrdersRefunditemCall) Header() http.Header
- type OrdersRefundorderCall
- func (c *OrdersRefundorderCall) Context(ctx context.Context) *OrdersRefundorderCall
- func (c *OrdersRefundorderCall) Do(opts ...googleapi.CallOption) (*OrdersRefundOrderResponse, error)
- func (c *OrdersRefundorderCall) Fields(s ...googleapi.Field) *OrdersRefundorderCall
- func (c *OrdersRefundorderCall) Header() http.Header
- type OrdersRejectReturnLineItemRequest
- type OrdersRejectReturnLineItemResponse
- type OrdersRejectreturnlineitemCall
- func (c *OrdersRejectreturnlineitemCall) Context(ctx context.Context) *OrdersRejectreturnlineitemCall
- func (c *OrdersRejectreturnlineitemCall) Do(opts ...googleapi.CallOption) (*OrdersRejectReturnLineItemResponse, error)
- func (c *OrdersRejectreturnlineitemCall) Fields(s ...googleapi.Field) *OrdersRejectreturnlineitemCall
- func (c *OrdersRejectreturnlineitemCall) Header() http.Header
- type OrdersReturnRefundLineItemRequest
- type OrdersReturnRefundLineItemResponse
- type OrdersReturnrefundlineitemCall
- func (c *OrdersReturnrefundlineitemCall) Context(ctx context.Context) *OrdersReturnrefundlineitemCall
- func (c *OrdersReturnrefundlineitemCall) Do(opts ...googleapi.CallOption) (*OrdersReturnRefundLineItemResponse, error)
- func (c *OrdersReturnrefundlineitemCall) Fields(s ...googleapi.Field) *OrdersReturnrefundlineitemCall
- func (c *OrdersReturnrefundlineitemCall) Header() http.Header
- type OrdersService
- func (r *OrdersService) Acknowledge(merchantId uint64, orderId string, ...) *OrdersAcknowledgeCall
- func (r *OrdersService) Advancetestorder(merchantId uint64, orderId string) *OrdersAdvancetestorderCall
- func (r *OrdersService) Cancel(merchantId uint64, orderId string, orderscancelrequest *OrdersCancelRequest) *OrdersCancelCall
- func (r *OrdersService) Cancellineitem(merchantId uint64, orderId string, ...) *OrdersCancellineitemCall
- func (r *OrdersService) Canceltestorderbycustomer(merchantId uint64, orderId string, ...) *OrdersCanceltestorderbycustomerCall
- func (r *OrdersService) Createtestorder(merchantId uint64, orderscreatetestorderrequest *OrdersCreateTestOrderRequest) *OrdersCreatetestorderCall
- func (r *OrdersService) Createtestreturn(merchantId uint64, orderId string, ...) *OrdersCreatetestreturnCall
- func (r *OrdersService) Get(merchantId uint64, orderId string) *OrdersGetCall
- func (r *OrdersService) Getbymerchantorderid(merchantId uint64, merchantOrderId string) *OrdersGetbymerchantorderidCall
- func (r *OrdersService) Gettestordertemplate(merchantId uint64, templateName string) *OrdersGettestordertemplateCall
- func (r *OrdersService) Instorerefundlineitem(merchantId uint64, orderId string, ...) *OrdersInstorerefundlineitemCall
- func (r *OrdersService) List(merchantId uint64) *OrdersListCall
- func (r *OrdersService) Refunditem(merchantId uint64, orderId string, ...) *OrdersRefunditemCall
- func (r *OrdersService) Refundorder(merchantId uint64, orderId string, ...) *OrdersRefundorderCall
- func (r *OrdersService) Rejectreturnlineitem(merchantId uint64, orderId string, ...) *OrdersRejectreturnlineitemCall
- func (r *OrdersService) Returnrefundlineitem(merchantId uint64, orderId string, ...) *OrdersReturnrefundlineitemCall
- func (r *OrdersService) Setlineitemmetadata(merchantId uint64, orderId string, ...) *OrdersSetlineitemmetadataCall
- func (r *OrdersService) Shiplineitems(merchantId uint64, orderId string, ...) *OrdersShiplineitemsCall
- func (r *OrdersService) Updatelineitemshippingdetails(merchantId uint64, orderId string, ...) *OrdersUpdatelineitemshippingdetailsCall
- func (r *OrdersService) Updatemerchantorderid(merchantId uint64, orderId string, ...) *OrdersUpdatemerchantorderidCall
- func (r *OrdersService) Updateshipment(merchantId uint64, orderId string, ...) *OrdersUpdateshipmentCall
- type OrdersSetLineItemMetadataRequest
- type OrdersSetLineItemMetadataResponse
- type OrdersSetlineitemmetadataCall
- func (c *OrdersSetlineitemmetadataCall) Context(ctx context.Context) *OrdersSetlineitemmetadataCall
- func (c *OrdersSetlineitemmetadataCall) Do(opts ...googleapi.CallOption) (*OrdersSetLineItemMetadataResponse, error)
- func (c *OrdersSetlineitemmetadataCall) Fields(s ...googleapi.Field) *OrdersSetlineitemmetadataCall
- func (c *OrdersSetlineitemmetadataCall) Header() http.Header
- type OrdersShipLineItemsRequest
- type OrdersShipLineItemsResponse
- type OrdersShiplineitemsCall
- func (c *OrdersShiplineitemsCall) Context(ctx context.Context) *OrdersShiplineitemsCall
- func (c *OrdersShiplineitemsCall) Do(opts ...googleapi.CallOption) (*OrdersShipLineItemsResponse, error)
- func (c *OrdersShiplineitemsCall) Fields(s ...googleapi.Field) *OrdersShiplineitemsCall
- func (c *OrdersShiplineitemsCall) Header() http.Header
- type OrdersUpdateLineItemShippingDetailsRequest
- type OrdersUpdateLineItemShippingDetailsResponse
- type OrdersUpdateMerchantOrderIdRequest
- type OrdersUpdateMerchantOrderIdResponse
- type OrdersUpdateShipmentRequest
- type OrdersUpdateShipmentResponse
- type OrdersUpdatelineitemshippingdetailsCall
- func (c *OrdersUpdatelineitemshippingdetailsCall) Context(ctx context.Context) *OrdersUpdatelineitemshippingdetailsCall
- func (c *OrdersUpdatelineitemshippingdetailsCall) Do(opts ...googleapi.CallOption) (*OrdersUpdateLineItemShippingDetailsResponse, error)
- func (c *OrdersUpdatelineitemshippingdetailsCall) Fields(s ...googleapi.Field) *OrdersUpdatelineitemshippingdetailsCall
- func (c *OrdersUpdatelineitemshippingdetailsCall) Header() http.Header
- type OrdersUpdatemerchantorderidCall
- func (c *OrdersUpdatemerchantorderidCall) Context(ctx context.Context) *OrdersUpdatemerchantorderidCall
- func (c *OrdersUpdatemerchantorderidCall) Do(opts ...googleapi.CallOption) (*OrdersUpdateMerchantOrderIdResponse, error)
- func (c *OrdersUpdatemerchantorderidCall) Fields(s ...googleapi.Field) *OrdersUpdatemerchantorderidCall
- func (c *OrdersUpdatemerchantorderidCall) Header() http.Header
- type OrdersUpdateshipmentCall
- func (c *OrdersUpdateshipmentCall) Context(ctx context.Context) *OrdersUpdateshipmentCall
- func (c *OrdersUpdateshipmentCall) Do(opts ...googleapi.CallOption) (*OrdersUpdateShipmentResponse, error)
- func (c *OrdersUpdateshipmentCall) Fields(s ...googleapi.Field) *OrdersUpdateshipmentCall
- func (c *OrdersUpdateshipmentCall) Header() http.Header
- type OrdertrackingsignalsCreateCall
- func (c *OrdertrackingsignalsCreateCall) Context(ctx context.Context) *OrdertrackingsignalsCreateCall
- func (c *OrdertrackingsignalsCreateCall) Do(opts ...googleapi.CallOption) (*OrderTrackingSignal, error)
- func (c *OrdertrackingsignalsCreateCall) Fields(s ...googleapi.Field) *OrdertrackingsignalsCreateCall
- func (c *OrdertrackingsignalsCreateCall) Header() http.Header
- type OrdertrackingsignalsService
- type PickupCarrierService
- type PickupServicesPickupService
- type PosCustomBatchRequest
- type PosCustomBatchRequestEntry
- type PosCustomBatchResponse
- type PosCustomBatchResponseEntry
- type PosCustombatchCall
- func (c *PosCustombatchCall) Context(ctx context.Context) *PosCustombatchCall
- func (c *PosCustombatchCall) Do(opts ...googleapi.CallOption) (*PosCustomBatchResponse, error)
- func (c *PosCustombatchCall) Fields(s ...googleapi.Field) *PosCustombatchCall
- func (c *PosCustombatchCall) Header() http.Header
- type PosDataProviders
- type PosDataProvidersPosDataProvider
- type PosDeleteCall
- type PosGetCall
- func (c *PosGetCall) Context(ctx context.Context) *PosGetCall
- func (c *PosGetCall) Do(opts ...googleapi.CallOption) (*PosStore, error)
- func (c *PosGetCall) Fields(s ...googleapi.Field) *PosGetCall
- func (c *PosGetCall) Header() http.Header
- func (c *PosGetCall) IfNoneMatch(entityTag string) *PosGetCall
- type PosInsertCall
- type PosInventory
- type PosInventoryCall
- type PosInventoryRequest
- type PosInventoryResponse
- type PosListCall
- func (c *PosListCall) Context(ctx context.Context) *PosListCall
- func (c *PosListCall) Do(opts ...googleapi.CallOption) (*PosListResponse, error)
- func (c *PosListCall) Fields(s ...googleapi.Field) *PosListCall
- func (c *PosListCall) Header() http.Header
- func (c *PosListCall) IfNoneMatch(entityTag string) *PosListCall
- type PosListResponse
- type PosSale
- type PosSaleCall
- type PosSaleRequest
- type PosSaleResponse
- type PosService
- func (r *PosService) Custombatch(poscustombatchrequest *PosCustomBatchRequest) *PosCustombatchCall
- func (r *PosService) Delete(merchantId uint64, targetMerchantId uint64, storeCode string) *PosDeleteCall
- func (r *PosService) Get(merchantId uint64, targetMerchantId uint64, storeCode string) *PosGetCall
- func (r *PosService) Insert(merchantId uint64, targetMerchantId uint64, posstore *PosStore) *PosInsertCall
- func (r *PosService) Inventory(merchantId uint64, targetMerchantId uint64, ...) *PosInventoryCall
- func (r *PosService) List(merchantId uint64, targetMerchantId uint64) *PosListCall
- func (r *PosService) Sale(merchantId uint64, targetMerchantId uint64, possalerequest *PosSaleRequest) *PosSaleCall
- type PosStore
- type PostalCodeGroup
- type PostalCodeRange
- type Price
- type PriceAmount
- type Product
- type ProductAmount
- type ProductProductDetail
- type ProductShipping
- type ProductShippingDimension
- type ProductShippingWeight
- type ProductStatus
- type ProductStatusDestinationStatus
- type ProductStatusItemLevelIssue
- type ProductSubscriptionCost
- type ProductTax
- type ProductUnitPricingBaseMeasure
- type ProductUnitPricingMeasure
- type ProductsCustomBatchRequest
- type ProductsCustomBatchRequestEntry
- type ProductsCustomBatchResponse
- type ProductsCustomBatchResponseEntry
- type ProductsCustombatchCall
- func (c *ProductsCustombatchCall) Context(ctx context.Context) *ProductsCustombatchCall
- func (c *ProductsCustombatchCall) Do(opts ...googleapi.CallOption) (*ProductsCustomBatchResponse, error)
- func (c *ProductsCustombatchCall) Fields(s ...googleapi.Field) *ProductsCustombatchCall
- func (c *ProductsCustombatchCall) Header() http.Header
- type ProductsDeleteCall
- func (c *ProductsDeleteCall) Context(ctx context.Context) *ProductsDeleteCall
- func (c *ProductsDeleteCall) Do(opts ...googleapi.CallOption) error
- func (c *ProductsDeleteCall) FeedId(feedId uint64) *ProductsDeleteCall
- func (c *ProductsDeleteCall) Fields(s ...googleapi.Field) *ProductsDeleteCall
- func (c *ProductsDeleteCall) Header() http.Header
- type ProductsGetCall
- func (c *ProductsGetCall) Context(ctx context.Context) *ProductsGetCall
- func (c *ProductsGetCall) Do(opts ...googleapi.CallOption) (*Product, error)
- func (c *ProductsGetCall) Fields(s ...googleapi.Field) *ProductsGetCall
- func (c *ProductsGetCall) Header() http.Header
- func (c *ProductsGetCall) IfNoneMatch(entityTag string) *ProductsGetCall
- type ProductsInsertCall
- func (c *ProductsInsertCall) Context(ctx context.Context) *ProductsInsertCall
- func (c *ProductsInsertCall) Do(opts ...googleapi.CallOption) (*Product, error)
- func (c *ProductsInsertCall) FeedId(feedId uint64) *ProductsInsertCall
- func (c *ProductsInsertCall) Fields(s ...googleapi.Field) *ProductsInsertCall
- func (c *ProductsInsertCall) Header() http.Header
- type ProductsListCall
- func (c *ProductsListCall) Context(ctx context.Context) *ProductsListCall
- func (c *ProductsListCall) Do(opts ...googleapi.CallOption) (*ProductsListResponse, error)
- func (c *ProductsListCall) Fields(s ...googleapi.Field) *ProductsListCall
- func (c *ProductsListCall) Header() http.Header
- func (c *ProductsListCall) IfNoneMatch(entityTag string) *ProductsListCall
- func (c *ProductsListCall) MaxResults(maxResults int64) *ProductsListCall
- func (c *ProductsListCall) PageToken(pageToken string) *ProductsListCall
- func (c *ProductsListCall) Pages(ctx context.Context, f func(*ProductsListResponse) error) error
- type ProductsListResponse
- type ProductsService
- func (r *ProductsService) Custombatch(productscustombatchrequest *ProductsCustomBatchRequest) *ProductsCustombatchCall
- func (r *ProductsService) Delete(merchantId uint64, productId string) *ProductsDeleteCall
- func (r *ProductsService) Get(merchantId uint64, productId string) *ProductsGetCall
- func (r *ProductsService) Insert(merchantId uint64, product *Product) *ProductsInsertCall
- func (r *ProductsService) List(merchantId uint64) *ProductsListCall
- type ProductstatusesCustomBatchRequest
- type ProductstatusesCustomBatchRequestEntry
- type ProductstatusesCustomBatchResponse
- type ProductstatusesCustomBatchResponseEntry
- type ProductstatusesCustombatchCall
- func (c *ProductstatusesCustombatchCall) Context(ctx context.Context) *ProductstatusesCustombatchCall
- func (c *ProductstatusesCustombatchCall) Do(opts ...googleapi.CallOption) (*ProductstatusesCustomBatchResponse, error)
- func (c *ProductstatusesCustombatchCall) Fields(s ...googleapi.Field) *ProductstatusesCustombatchCall
- func (c *ProductstatusesCustombatchCall) Header() http.Header
- type ProductstatusesGetCall
- func (c *ProductstatusesGetCall) Context(ctx context.Context) *ProductstatusesGetCall
- func (c *ProductstatusesGetCall) Destinations(destinations ...string) *ProductstatusesGetCall
- func (c *ProductstatusesGetCall) Do(opts ...googleapi.CallOption) (*ProductStatus, error)
- func (c *ProductstatusesGetCall) Fields(s ...googleapi.Field) *ProductstatusesGetCall
- func (c *ProductstatusesGetCall) Header() http.Header
- func (c *ProductstatusesGetCall) IfNoneMatch(entityTag string) *ProductstatusesGetCall
- type ProductstatusesListCall
- func (c *ProductstatusesListCall) Context(ctx context.Context) *ProductstatusesListCall
- func (c *ProductstatusesListCall) Destinations(destinations ...string) *ProductstatusesListCall
- func (c *ProductstatusesListCall) Do(opts ...googleapi.CallOption) (*ProductstatusesListResponse, error)
- func (c *ProductstatusesListCall) Fields(s ...googleapi.Field) *ProductstatusesListCall
- func (c *ProductstatusesListCall) Header() http.Header
- func (c *ProductstatusesListCall) IfNoneMatch(entityTag string) *ProductstatusesListCall
- func (c *ProductstatusesListCall) MaxResults(maxResults int64) *ProductstatusesListCall
- func (c *ProductstatusesListCall) PageToken(pageToken string) *ProductstatusesListCall
- func (c *ProductstatusesListCall) Pages(ctx context.Context, f func(*ProductstatusesListResponse) error) error
- type ProductstatusesListResponse
- type ProductstatusesService
- func (r *ProductstatusesService) Custombatch(productstatusescustombatchrequest *ProductstatusesCustomBatchRequest) *ProductstatusesCustombatchCall
- func (r *ProductstatusesService) Get(merchantId uint64, productId string) *ProductstatusesGetCall
- func (r *ProductstatusesService) List(merchantId uint64) *ProductstatusesListCall
- type PubsubNotificationSettings
- type PubsubnotificationsettingsGetCall
- func (c *PubsubnotificationsettingsGetCall) Context(ctx context.Context) *PubsubnotificationsettingsGetCall
- func (c *PubsubnotificationsettingsGetCall) Do(opts ...googleapi.CallOption) (*PubsubNotificationSettings, error)
- func (c *PubsubnotificationsettingsGetCall) Fields(s ...googleapi.Field) *PubsubnotificationsettingsGetCall
- func (c *PubsubnotificationsettingsGetCall) Header() http.Header
- func (c *PubsubnotificationsettingsGetCall) IfNoneMatch(entityTag string) *PubsubnotificationsettingsGetCall
- type PubsubnotificationsettingsService
- type PubsubnotificationsettingsUpdateCall
- func (c *PubsubnotificationsettingsUpdateCall) Context(ctx context.Context) *PubsubnotificationsettingsUpdateCall
- func (c *PubsubnotificationsettingsUpdateCall) Do(opts ...googleapi.CallOption) (*PubsubNotificationSettings, error)
- func (c *PubsubnotificationsettingsUpdateCall) Fields(s ...googleapi.Field) *PubsubnotificationsettingsUpdateCall
- func (c *PubsubnotificationsettingsUpdateCall) Header() http.Header
- type RateGroup
- type RefundReason
- type Region
- type RegionGeoTargetArea
- type RegionPostalCodeArea
- type RegionPostalCodeAreaPostalCodeRange
- type RegionalInventory
- type RegionalinventoryCustomBatchRequest
- type RegionalinventoryCustomBatchRequestEntry
- type RegionalinventoryCustomBatchResponse
- type RegionalinventoryCustomBatchResponseEntry
- type RegionalinventoryCustombatchCall
- func (c *RegionalinventoryCustombatchCall) Context(ctx context.Context) *RegionalinventoryCustombatchCall
- func (c *RegionalinventoryCustombatchCall) Do(opts ...googleapi.CallOption) (*RegionalinventoryCustomBatchResponse, error)
- func (c *RegionalinventoryCustombatchCall) Fields(s ...googleapi.Field) *RegionalinventoryCustombatchCall
- func (c *RegionalinventoryCustombatchCall) Header() http.Header
- type RegionalinventoryInsertCall
- func (c *RegionalinventoryInsertCall) Context(ctx context.Context) *RegionalinventoryInsertCall
- func (c *RegionalinventoryInsertCall) Do(opts ...googleapi.CallOption) (*RegionalInventory, error)
- func (c *RegionalinventoryInsertCall) Fields(s ...googleapi.Field) *RegionalinventoryInsertCall
- func (c *RegionalinventoryInsertCall) Header() http.Header
- type RegionalinventoryService
- func (r *RegionalinventoryService) Custombatch(regionalinventorycustombatchrequest *RegionalinventoryCustomBatchRequest) *RegionalinventoryCustombatchCall
- func (r *RegionalinventoryService) Insert(merchantId uint64, productId string, regionalinventory *RegionalInventory) *RegionalinventoryInsertCall
- type RegionsCreateCall
- func (c *RegionsCreateCall) Context(ctx context.Context) *RegionsCreateCall
- func (c *RegionsCreateCall) Do(opts ...googleapi.CallOption) (*Region, error)
- func (c *RegionsCreateCall) Fields(s ...googleapi.Field) *RegionsCreateCall
- func (c *RegionsCreateCall) Header() http.Header
- func (c *RegionsCreateCall) RegionId(regionId string) *RegionsCreateCall
- type RegionsDeleteCall
- type RegionsGetCall
- func (c *RegionsGetCall) Context(ctx context.Context) *RegionsGetCall
- func (c *RegionsGetCall) Do(opts ...googleapi.CallOption) (*Region, error)
- func (c *RegionsGetCall) Fields(s ...googleapi.Field) *RegionsGetCall
- func (c *RegionsGetCall) Header() http.Header
- func (c *RegionsGetCall) IfNoneMatch(entityTag string) *RegionsGetCall
- type RegionsListCall
- func (c *RegionsListCall) Context(ctx context.Context) *RegionsListCall
- func (c *RegionsListCall) Do(opts ...googleapi.CallOption) (*ListRegionsResponse, error)
- func (c *RegionsListCall) Fields(s ...googleapi.Field) *RegionsListCall
- func (c *RegionsListCall) Header() http.Header
- func (c *RegionsListCall) IfNoneMatch(entityTag string) *RegionsListCall
- func (c *RegionsListCall) PageSize(pageSize int64) *RegionsListCall
- func (c *RegionsListCall) PageToken(pageToken string) *RegionsListCall
- func (c *RegionsListCall) Pages(ctx context.Context, f func(*ListRegionsResponse) error) error
- type RegionsPatchCall
- func (c *RegionsPatchCall) Context(ctx context.Context) *RegionsPatchCall
- func (c *RegionsPatchCall) Do(opts ...googleapi.CallOption) (*Region, error)
- func (c *RegionsPatchCall) Fields(s ...googleapi.Field) *RegionsPatchCall
- func (c *RegionsPatchCall) Header() http.Header
- func (c *RegionsPatchCall) UpdateMask(updateMask string) *RegionsPatchCall
- type RegionsService
- func (r *RegionsService) Create(merchantId int64, region *Region) *RegionsCreateCall
- func (r *RegionsService) Delete(merchantId int64, regionId string) *RegionsDeleteCall
- func (r *RegionsService) Get(merchantId int64, regionId string) *RegionsGetCall
- func (r *RegionsService) List(merchantId int64) *RegionsListCall
- func (r *RegionsService) Patch(merchantId int64, regionId string, region *Region) *RegionsPatchCall
- type RepricingRule
- type RepricingRuleEffectiveTime
- type RepricingRuleEffectiveTimeFixedTimePeriod
- type RepricingRuleEligibleOfferMatcher
- type RepricingRuleEligibleOfferMatcherStringMatcher
- type RepricingRuleRestriction
- type RepricingRuleRestrictionBoundary
- type RepricingrulesCreateCall
- func (c *RepricingrulesCreateCall) Context(ctx context.Context) *RepricingrulesCreateCall
- func (c *RepricingrulesCreateCall) Do(opts ...googleapi.CallOption) (*RepricingRule, error)
- func (c *RepricingrulesCreateCall) Fields(s ...googleapi.Field) *RepricingrulesCreateCall
- func (c *RepricingrulesCreateCall) Header() http.Header
- func (c *RepricingrulesCreateCall) RuleId(ruleId string) *RepricingrulesCreateCall
- type RepricingrulesDeleteCall
- func (c *RepricingrulesDeleteCall) Context(ctx context.Context) *RepricingrulesDeleteCall
- func (c *RepricingrulesDeleteCall) Do(opts ...googleapi.CallOption) error
- func (c *RepricingrulesDeleteCall) Fields(s ...googleapi.Field) *RepricingrulesDeleteCall
- func (c *RepricingrulesDeleteCall) Header() http.Header
- type RepricingrulesGetCall
- func (c *RepricingrulesGetCall) Context(ctx context.Context) *RepricingrulesGetCall
- func (c *RepricingrulesGetCall) Do(opts ...googleapi.CallOption) (*RepricingRule, error)
- func (c *RepricingrulesGetCall) Fields(s ...googleapi.Field) *RepricingrulesGetCall
- func (c *RepricingrulesGetCall) Header() http.Header
- func (c *RepricingrulesGetCall) IfNoneMatch(entityTag string) *RepricingrulesGetCall
- type RepricingrulesListCall
- func (c *RepricingrulesListCall) Context(ctx context.Context) *RepricingrulesListCall
- func (c *RepricingrulesListCall) CountryCode(countryCode string) *RepricingrulesListCall
- func (c *RepricingrulesListCall) Do(opts ...googleapi.CallOption) (*ListRepricingRulesResponse, error)
- func (c *RepricingrulesListCall) Fields(s ...googleapi.Field) *RepricingrulesListCall
- func (c *RepricingrulesListCall) Header() http.Header
- func (c *RepricingrulesListCall) IfNoneMatch(entityTag string) *RepricingrulesListCall
- func (c *RepricingrulesListCall) LanguageCode(languageCode string) *RepricingrulesListCall
- func (c *RepricingrulesListCall) PageSize(pageSize int64) *RepricingrulesListCall
- func (c *RepricingrulesListCall) PageToken(pageToken string) *RepricingrulesListCall
- func (c *RepricingrulesListCall) Pages(ctx context.Context, f func(*ListRepricingRulesResponse) error) error
- type RepricingrulesPatchCall
- func (c *RepricingrulesPatchCall) Context(ctx context.Context) *RepricingrulesPatchCall
- func (c *RepricingrulesPatchCall) Do(opts ...googleapi.CallOption) (*RepricingRule, error)
- func (c *RepricingrulesPatchCall) Fields(s ...googleapi.Field) *RepricingrulesPatchCall
- func (c *RepricingrulesPatchCall) Header() http.Header
- type RepricingrulesService
- func (r *RepricingrulesService) Create(merchantId int64, repricingrule *RepricingRule) *RepricingrulesCreateCall
- func (r *RepricingrulesService) Delete(merchantId int64, ruleId string) *RepricingrulesDeleteCall
- func (r *RepricingrulesService) Get(merchantId int64, ruleId string) *RepricingrulesGetCall
- func (r *RepricingrulesService) List(merchantId int64) *RepricingrulesListCall
- func (r *RepricingrulesService) Patch(merchantId int64, ruleId string, repricingrule *RepricingRule) *RepricingrulesPatchCall
- type ReturnAddress
- type ReturnAddressAddress
- type ReturnPolicy
- type ReturnPolicyPolicy
- type ReturnPolicySeasonalOverride
- type ReturnPricingInfo
- type ReturnShipment
- type ReturnaddressCustomBatchRequest
- type ReturnaddressCustomBatchRequestEntry
- type ReturnaddressCustomBatchResponse
- type ReturnaddressCustomBatchResponseEntry
- type ReturnaddressCustombatchCall
- func (c *ReturnaddressCustombatchCall) Context(ctx context.Context) *ReturnaddressCustombatchCall
- func (c *ReturnaddressCustombatchCall) Do(opts ...googleapi.CallOption) (*ReturnaddressCustomBatchResponse, error)
- func (c *ReturnaddressCustombatchCall) Fields(s ...googleapi.Field) *ReturnaddressCustombatchCall
- func (c *ReturnaddressCustombatchCall) Header() http.Header
- type ReturnaddressDeleteCall
- func (c *ReturnaddressDeleteCall) Context(ctx context.Context) *ReturnaddressDeleteCall
- func (c *ReturnaddressDeleteCall) Do(opts ...googleapi.CallOption) error
- func (c *ReturnaddressDeleteCall) Fields(s ...googleapi.Field) *ReturnaddressDeleteCall
- func (c *ReturnaddressDeleteCall) Header() http.Header
- type ReturnaddressGetCall
- func (c *ReturnaddressGetCall) Context(ctx context.Context) *ReturnaddressGetCall
- func (c *ReturnaddressGetCall) Do(opts ...googleapi.CallOption) (*ReturnAddress, error)
- func (c *ReturnaddressGetCall) Fields(s ...googleapi.Field) *ReturnaddressGetCall
- func (c *ReturnaddressGetCall) Header() http.Header
- func (c *ReturnaddressGetCall) IfNoneMatch(entityTag string) *ReturnaddressGetCall
- type ReturnaddressInsertCall
- func (c *ReturnaddressInsertCall) Context(ctx context.Context) *ReturnaddressInsertCall
- func (c *ReturnaddressInsertCall) Do(opts ...googleapi.CallOption) (*ReturnAddress, error)
- func (c *ReturnaddressInsertCall) Fields(s ...googleapi.Field) *ReturnaddressInsertCall
- func (c *ReturnaddressInsertCall) Header() http.Header
- type ReturnaddressListCall
- func (c *ReturnaddressListCall) Context(ctx context.Context) *ReturnaddressListCall
- func (c *ReturnaddressListCall) Country(country string) *ReturnaddressListCall
- func (c *ReturnaddressListCall) Do(opts ...googleapi.CallOption) (*ReturnaddressListResponse, error)
- func (c *ReturnaddressListCall) Fields(s ...googleapi.Field) *ReturnaddressListCall
- func (c *ReturnaddressListCall) Header() http.Header
- func (c *ReturnaddressListCall) IfNoneMatch(entityTag string) *ReturnaddressListCall
- func (c *ReturnaddressListCall) MaxResults(maxResults int64) *ReturnaddressListCall
- func (c *ReturnaddressListCall) PageToken(pageToken string) *ReturnaddressListCall
- func (c *ReturnaddressListCall) Pages(ctx context.Context, f func(*ReturnaddressListResponse) error) error
- type ReturnaddressListResponse
- type ReturnaddressService
- func (r *ReturnaddressService) Custombatch(returnaddresscustombatchrequest *ReturnaddressCustomBatchRequest) *ReturnaddressCustombatchCall
- func (r *ReturnaddressService) Delete(merchantId uint64, returnAddressId string) *ReturnaddressDeleteCall
- func (r *ReturnaddressService) Get(merchantId uint64, returnAddressId string) *ReturnaddressGetCall
- func (r *ReturnaddressService) Insert(merchantId uint64, returnaddress *ReturnAddress) *ReturnaddressInsertCall
- func (r *ReturnaddressService) List(merchantId uint64) *ReturnaddressListCall
- type ReturnpolicyCustomBatchRequest
- type ReturnpolicyCustomBatchRequestEntry
- type ReturnpolicyCustomBatchResponse
- type ReturnpolicyCustomBatchResponseEntry
- type ReturnpolicyCustombatchCall
- func (c *ReturnpolicyCustombatchCall) Context(ctx context.Context) *ReturnpolicyCustombatchCall
- func (c *ReturnpolicyCustombatchCall) Do(opts ...googleapi.CallOption) (*ReturnpolicyCustomBatchResponse, error)
- func (c *ReturnpolicyCustombatchCall) Fields(s ...googleapi.Field) *ReturnpolicyCustombatchCall
- func (c *ReturnpolicyCustombatchCall) Header() http.Header
- type ReturnpolicyDeleteCall
- type ReturnpolicyGetCall
- func (c *ReturnpolicyGetCall) Context(ctx context.Context) *ReturnpolicyGetCall
- func (c *ReturnpolicyGetCall) Do(opts ...googleapi.CallOption) (*ReturnPolicy, error)
- func (c *ReturnpolicyGetCall) Fields(s ...googleapi.Field) *ReturnpolicyGetCall
- func (c *ReturnpolicyGetCall) Header() http.Header
- func (c *ReturnpolicyGetCall) IfNoneMatch(entityTag string) *ReturnpolicyGetCall
- type ReturnpolicyInsertCall
- func (c *ReturnpolicyInsertCall) Context(ctx context.Context) *ReturnpolicyInsertCall
- func (c *ReturnpolicyInsertCall) Do(opts ...googleapi.CallOption) (*ReturnPolicy, error)
- func (c *ReturnpolicyInsertCall) Fields(s ...googleapi.Field) *ReturnpolicyInsertCall
- func (c *ReturnpolicyInsertCall) Header() http.Header
- type ReturnpolicyListCall
- func (c *ReturnpolicyListCall) Context(ctx context.Context) *ReturnpolicyListCall
- func (c *ReturnpolicyListCall) Do(opts ...googleapi.CallOption) (*ReturnpolicyListResponse, error)
- func (c *ReturnpolicyListCall) Fields(s ...googleapi.Field) *ReturnpolicyListCall
- func (c *ReturnpolicyListCall) Header() http.Header
- func (c *ReturnpolicyListCall) IfNoneMatch(entityTag string) *ReturnpolicyListCall
- type ReturnpolicyListResponse
- type ReturnpolicyService
- func (r *ReturnpolicyService) Custombatch(returnpolicycustombatchrequest *ReturnpolicyCustomBatchRequest) *ReturnpolicyCustombatchCall
- func (r *ReturnpolicyService) Delete(merchantId uint64, returnPolicyId string) *ReturnpolicyDeleteCall
- func (r *ReturnpolicyService) Get(merchantId uint64, returnPolicyId string) *ReturnpolicyGetCall
- func (r *ReturnpolicyService) Insert(merchantId uint64, returnpolicy *ReturnPolicy) *ReturnpolicyInsertCall
- func (r *ReturnpolicyService) List(merchantId uint64) *ReturnpolicyListCall
- type Row
- type Service
- type SettlementReport
- type SettlementTransaction
- type SettlementTransactionAmount
- type SettlementTransactionAmountCommission
- type SettlementTransactionIdentifiers
- type SettlementTransactionTransaction
- type SettlementreportsGetCall
- func (c *SettlementreportsGetCall) Context(ctx context.Context) *SettlementreportsGetCall
- func (c *SettlementreportsGetCall) Do(opts ...googleapi.CallOption) (*SettlementReport, error)
- func (c *SettlementreportsGetCall) Fields(s ...googleapi.Field) *SettlementreportsGetCall
- func (c *SettlementreportsGetCall) Header() http.Header
- func (c *SettlementreportsGetCall) IfNoneMatch(entityTag string) *SettlementreportsGetCall
- type SettlementreportsListCall
- func (c *SettlementreportsListCall) Context(ctx context.Context) *SettlementreportsListCall
- func (c *SettlementreportsListCall) Do(opts ...googleapi.CallOption) (*SettlementreportsListResponse, error)
- func (c *SettlementreportsListCall) Fields(s ...googleapi.Field) *SettlementreportsListCall
- func (c *SettlementreportsListCall) Header() http.Header
- func (c *SettlementreportsListCall) IfNoneMatch(entityTag string) *SettlementreportsListCall
- func (c *SettlementreportsListCall) MaxResults(maxResults int64) *SettlementreportsListCall
- func (c *SettlementreportsListCall) PageToken(pageToken string) *SettlementreportsListCall
- func (c *SettlementreportsListCall) Pages(ctx context.Context, f func(*SettlementreportsListResponse) error) error
- func (c *SettlementreportsListCall) TransferEndDate(transferEndDate string) *SettlementreportsListCall
- func (c *SettlementreportsListCall) TransferStartDate(transferStartDate string) *SettlementreportsListCall
- type SettlementreportsListResponse
- type SettlementreportsService
- type SettlementtransactionsListCall
- func (c *SettlementtransactionsListCall) Context(ctx context.Context) *SettlementtransactionsListCall
- func (c *SettlementtransactionsListCall) Do(opts ...googleapi.CallOption) (*SettlementtransactionsListResponse, error)
- func (c *SettlementtransactionsListCall) Fields(s ...googleapi.Field) *SettlementtransactionsListCall
- func (c *SettlementtransactionsListCall) Header() http.Header
- func (c *SettlementtransactionsListCall) IfNoneMatch(entityTag string) *SettlementtransactionsListCall
- func (c *SettlementtransactionsListCall) MaxResults(maxResults int64) *SettlementtransactionsListCall
- func (c *SettlementtransactionsListCall) PageToken(pageToken string) *SettlementtransactionsListCall
- func (c *SettlementtransactionsListCall) Pages(ctx context.Context, f func(*SettlementtransactionsListResponse) error) error
- func (c *SettlementtransactionsListCall) TransactionIds(transactionIds ...string) *SettlementtransactionsListCall
- type SettlementtransactionsListResponse
- type SettlementtransactionsService
- type ShipmentInvoice
- type ShipmentInvoiceLineItemInvoice
- type ShipmentTrackingInfo
- type ShippingSettings
- type ShippingsettingsCustomBatchRequest
- type ShippingsettingsCustomBatchRequestEntry
- type ShippingsettingsCustomBatchResponse
- type ShippingsettingsCustomBatchResponseEntry
- type ShippingsettingsCustombatchCall
- func (c *ShippingsettingsCustombatchCall) Context(ctx context.Context) *ShippingsettingsCustombatchCall
- func (c *ShippingsettingsCustombatchCall) Do(opts ...googleapi.CallOption) (*ShippingsettingsCustomBatchResponse, error)
- func (c *ShippingsettingsCustombatchCall) Fields(s ...googleapi.Field) *ShippingsettingsCustombatchCall
- func (c *ShippingsettingsCustombatchCall) Header() http.Header
- type ShippingsettingsGetCall
- func (c *ShippingsettingsGetCall) Context(ctx context.Context) *ShippingsettingsGetCall
- func (c *ShippingsettingsGetCall) Do(opts ...googleapi.CallOption) (*ShippingSettings, error)
- func (c *ShippingsettingsGetCall) Fields(s ...googleapi.Field) *ShippingsettingsGetCall
- func (c *ShippingsettingsGetCall) Header() http.Header
- func (c *ShippingsettingsGetCall) IfNoneMatch(entityTag string) *ShippingsettingsGetCall
- type ShippingsettingsGetSupportedCarriersResponse
- type ShippingsettingsGetSupportedHolidaysResponse
- type ShippingsettingsGetSupportedPickupServicesResponse
- type ShippingsettingsGetsupportedcarriersCall
- func (c *ShippingsettingsGetsupportedcarriersCall) Context(ctx context.Context) *ShippingsettingsGetsupportedcarriersCall
- func (c *ShippingsettingsGetsupportedcarriersCall) Do(opts ...googleapi.CallOption) (*ShippingsettingsGetSupportedCarriersResponse, error)
- func (c *ShippingsettingsGetsupportedcarriersCall) Fields(s ...googleapi.Field) *ShippingsettingsGetsupportedcarriersCall
- func (c *ShippingsettingsGetsupportedcarriersCall) Header() http.Header
- func (c *ShippingsettingsGetsupportedcarriersCall) IfNoneMatch(entityTag string) *ShippingsettingsGetsupportedcarriersCall
- type ShippingsettingsGetsupportedholidaysCall
- func (c *ShippingsettingsGetsupportedholidaysCall) Context(ctx context.Context) *ShippingsettingsGetsupportedholidaysCall
- func (c *ShippingsettingsGetsupportedholidaysCall) Do(opts ...googleapi.CallOption) (*ShippingsettingsGetSupportedHolidaysResponse, error)
- func (c *ShippingsettingsGetsupportedholidaysCall) Fields(s ...googleapi.Field) *ShippingsettingsGetsupportedholidaysCall
- func (c *ShippingsettingsGetsupportedholidaysCall) Header() http.Header
- func (c *ShippingsettingsGetsupportedholidaysCall) IfNoneMatch(entityTag string) *ShippingsettingsGetsupportedholidaysCall
- type ShippingsettingsGetsupportedpickupservicesCall
- func (c *ShippingsettingsGetsupportedpickupservicesCall) Context(ctx context.Context) *ShippingsettingsGetsupportedpickupservicesCall
- func (c *ShippingsettingsGetsupportedpickupservicesCall) Do(opts ...googleapi.CallOption) (*ShippingsettingsGetSupportedPickupServicesResponse, error)
- func (c *ShippingsettingsGetsupportedpickupservicesCall) Fields(s ...googleapi.Field) *ShippingsettingsGetsupportedpickupservicesCall
- func (c *ShippingsettingsGetsupportedpickupservicesCall) Header() http.Header
- func (c *ShippingsettingsGetsupportedpickupservicesCall) IfNoneMatch(entityTag string) *ShippingsettingsGetsupportedpickupservicesCall
- type ShippingsettingsListCall
- func (c *ShippingsettingsListCall) Context(ctx context.Context) *ShippingsettingsListCall
- func (c *ShippingsettingsListCall) Do(opts ...googleapi.CallOption) (*ShippingsettingsListResponse, error)
- func (c *ShippingsettingsListCall) Fields(s ...googleapi.Field) *ShippingsettingsListCall
- func (c *ShippingsettingsListCall) Header() http.Header
- func (c *ShippingsettingsListCall) IfNoneMatch(entityTag string) *ShippingsettingsListCall
- func (c *ShippingsettingsListCall) MaxResults(maxResults int64) *ShippingsettingsListCall
- func (c *ShippingsettingsListCall) PageToken(pageToken string) *ShippingsettingsListCall
- func (c *ShippingsettingsListCall) Pages(ctx context.Context, f func(*ShippingsettingsListResponse) error) error
- type ShippingsettingsListResponse
- type ShippingsettingsService
- func (r *ShippingsettingsService) Custombatch(shippingsettingscustombatchrequest *ShippingsettingsCustomBatchRequest) *ShippingsettingsCustombatchCall
- func (r *ShippingsettingsService) Get(merchantId uint64, accountId uint64) *ShippingsettingsGetCall
- func (r *ShippingsettingsService) Getsupportedcarriers(merchantId uint64) *ShippingsettingsGetsupportedcarriersCall
- func (r *ShippingsettingsService) Getsupportedholidays(merchantId uint64) *ShippingsettingsGetsupportedholidaysCall
- func (r *ShippingsettingsService) Getsupportedpickupservices(merchantId uint64) *ShippingsettingsGetsupportedpickupservicesCall
- func (r *ShippingsettingsService) List(merchantId uint64) *ShippingsettingsListCall
- func (r *ShippingsettingsService) Update(merchantId uint64, accountId uint64, shippingsettings *ShippingSettings) *ShippingsettingsUpdateCall
- type ShippingsettingsUpdateCall
- func (c *ShippingsettingsUpdateCall) Context(ctx context.Context) *ShippingsettingsUpdateCall
- func (c *ShippingsettingsUpdateCall) Do(opts ...googleapi.CallOption) (*ShippingSettings, error)
- func (c *ShippingsettingsUpdateCall) Fields(s ...googleapi.Field) *ShippingsettingsUpdateCall
- func (c *ShippingsettingsUpdateCall) Header() http.Header
- type Table
- type TestOrder
- type TestOrderAddress
- type TestOrderDeliveryDetails
- type TestOrderLineItem
- type TestOrderLineItemProduct
- type TestOrderPickupDetails
- type TestOrderPickupDetailsPickupPerson
- type TimeZone
- type TransitTable
- type TransitTableTransitTimeRow
- type TransitTableTransitTimeRowTransitTimeValue
- type UnitInvoice
- type UnitInvoiceAdditionalCharge
- type UnitInvoiceTaxLine
- type Value
- type Weight
Constants ¶
const (
// Manage your product listings and accounts for Google Shopping
ContentScope = "https://www.googleapis.com/auth/content"
)
OAuth2 scopes used by this API.
Variables ¶
Functions ¶
Types ¶
type APIService ¶
type APIService struct { BasePath string // API endpoint base URL UserAgent string // optional additional User-Agent fragment Accounts *AccountsService Accountstatuses *AccountstatusesService Accounttax *AccounttaxService Csses *CssesService Datafeeds *DatafeedsService Datafeedstatuses *DatafeedstatusesService Liasettings *LiasettingsService Localinventory *LocalinventoryService Orderinvoices *OrderinvoicesService Orderreports *OrderreportsService Orderreturns *OrderreturnsService Orders *OrdersService Ordertrackingsignals *OrdertrackingsignalsService Pos *PosService Products *ProductsService Productstatuses *ProductstatusesService Pubsubnotificationsettings *PubsubnotificationsettingsService Regionalinventory *RegionalinventoryService Regions *RegionsService Repricingrules *RepricingrulesService Returnaddress *ReturnaddressService Returnpolicy *ReturnpolicyService Settlementreports *SettlementreportsService Settlementtransactions *SettlementtransactionsService Shippingsettings *ShippingsettingsService // contains filtered or unexported fields }
func New ¶
func New(client *http.Client) (*APIService, error)
New creates a new APIService. It uses the provided http.Client for requests.
Deprecated: please use NewService instead. To provide a custom HTTP client, use option.WithHTTPClient. If you are using google.golang.org/api/googleapis/transport.APIKey, use option.WithAPIKey with NewService instead.
func NewService ¶
func NewService(ctx context.Context, opts ...option.ClientOption) (*APIService, error)
NewService creates a new APIService.