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 AccountReturnCarrier
- 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 AccountsReturncarrierCreateCall
- func (c *AccountsReturncarrierCreateCall) Context(ctx context.Context) *AccountsReturncarrierCreateCall
- func (c *AccountsReturncarrierCreateCall) Do(opts ...googleapi.CallOption) (*AccountReturnCarrier, error)
- func (c *AccountsReturncarrierCreateCall) Fields(s ...googleapi.Field) *AccountsReturncarrierCreateCall
- func (c *AccountsReturncarrierCreateCall) Header() http.Header
- type AccountsReturncarrierDeleteCall
- func (c *AccountsReturncarrierDeleteCall) Context(ctx context.Context) *AccountsReturncarrierDeleteCall
- func (c *AccountsReturncarrierDeleteCall) Do(opts ...googleapi.CallOption) error
- func (c *AccountsReturncarrierDeleteCall) Fields(s ...googleapi.Field) *AccountsReturncarrierDeleteCall
- func (c *AccountsReturncarrierDeleteCall) Header() http.Header
- type AccountsReturncarrierListCall
- func (c *AccountsReturncarrierListCall) Context(ctx context.Context) *AccountsReturncarrierListCall
- func (c *AccountsReturncarrierListCall) Do(opts ...googleapi.CallOption) (*ListAccountReturnCarrierResponse, error)
- func (c *AccountsReturncarrierListCall) Fields(s ...googleapi.Field) *AccountsReturncarrierListCall
- func (c *AccountsReturncarrierListCall) Header() http.Header
- func (c *AccountsReturncarrierListCall) IfNoneMatch(entityTag string) *AccountsReturncarrierListCall
- type AccountsReturncarrierPatchCall
- func (c *AccountsReturncarrierPatchCall) Context(ctx context.Context) *AccountsReturncarrierPatchCall
- func (c *AccountsReturncarrierPatchCall) Do(opts ...googleapi.CallOption) (*AccountReturnCarrier, error)
- func (c *AccountsReturncarrierPatchCall) Fields(s ...googleapi.Field) *AccountsReturncarrierPatchCall
- func (c *AccountsReturncarrierPatchCall) Header() http.Header
- type AccountsReturncarrierService
- func (r *AccountsReturncarrierService) Create(accountId int64, accountreturncarrier *AccountReturnCarrier) *AccountsReturncarrierCreateCall
- func (r *AccountsReturncarrierService) Delete(accountId int64, carrierAccountId int64) *AccountsReturncarrierDeleteCall
- func (r *AccountsReturncarrierService) List(accountId int64) *AccountsReturncarrierListCall
- func (r *AccountsReturncarrierService) Patch(accountId int64, carrierAccountId int64, ...) *AccountsReturncarrierPatchCall
- 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 Collection
- type CollectionFeaturedProduct
- type CollectionStatus
- type CollectionStatusDestinationStatus
- type CollectionStatusItemLevelIssue
- type CollectionsCreateCall
- func (c *CollectionsCreateCall) Context(ctx context.Context) *CollectionsCreateCall
- func (c *CollectionsCreateCall) Do(opts ...googleapi.CallOption) (*Collection, error)
- func (c *CollectionsCreateCall) Fields(s ...googleapi.Field) *CollectionsCreateCall
- func (c *CollectionsCreateCall) Header() http.Header
- type CollectionsDeleteCall
- type CollectionsGetCall
- func (c *CollectionsGetCall) Context(ctx context.Context) *CollectionsGetCall
- func (c *CollectionsGetCall) Do(opts ...googleapi.CallOption) (*Collection, error)
- func (c *CollectionsGetCall) Fields(s ...googleapi.Field) *CollectionsGetCall
- func (c *CollectionsGetCall) Header() http.Header
- func (c *CollectionsGetCall) IfNoneMatch(entityTag string) *CollectionsGetCall
- type CollectionsListCall
- func (c *CollectionsListCall) Context(ctx context.Context) *CollectionsListCall
- func (c *CollectionsListCall) Do(opts ...googleapi.CallOption) (*ListCollectionsResponse, error)
- func (c *CollectionsListCall) Fields(s ...googleapi.Field) *CollectionsListCall
- func (c *CollectionsListCall) Header() http.Header
- func (c *CollectionsListCall) IfNoneMatch(entityTag string) *CollectionsListCall
- func (c *CollectionsListCall) PageSize(pageSize int64) *CollectionsListCall
- func (c *CollectionsListCall) PageToken(pageToken string) *CollectionsListCall
- func (c *CollectionsListCall) Pages(ctx context.Context, f func(*ListCollectionsResponse) error) error
- type CollectionsService
- func (r *CollectionsService) Create(merchantId int64, collection *Collection) *CollectionsCreateCall
- func (r *CollectionsService) Delete(merchantId int64, collectionId string) *CollectionsDeleteCall
- func (r *CollectionsService) Get(merchantId int64, collectionId string) *CollectionsGetCall
- func (r *CollectionsService) List(merchantId int64) *CollectionsListCall
- type CollectionstatusesGetCall
- func (c *CollectionstatusesGetCall) Context(ctx context.Context) *CollectionstatusesGetCall
- func (c *CollectionstatusesGetCall) Do(opts ...googleapi.CallOption) (*CollectionStatus, error)
- func (c *CollectionstatusesGetCall) Fields(s ...googleapi.Field) *CollectionstatusesGetCall
- func (c *CollectionstatusesGetCall) Header() http.Header
- func (c *CollectionstatusesGetCall) IfNoneMatch(entityTag string) *CollectionstatusesGetCall
- type CollectionstatusesListCall
- func (c *CollectionstatusesListCall) Context(ctx context.Context) *CollectionstatusesListCall
- func (c *CollectionstatusesListCall) Do(opts ...googleapi.CallOption) (*ListCollectionStatusesResponse, error)
- func (c *CollectionstatusesListCall) Fields(s ...googleapi.Field) *CollectionstatusesListCall
- func (c *CollectionstatusesListCall) Header() http.Header
- func (c *CollectionstatusesListCall) IfNoneMatch(entityTag string) *CollectionstatusesListCall
- func (c *CollectionstatusesListCall) PageSize(pageSize int64) *CollectionstatusesListCall
- func (c *CollectionstatusesListCall) PageToken(pageToken string) *CollectionstatusesListCall
- func (c *CollectionstatusesListCall) Pages(ctx context.Context, f func(*ListCollectionStatusesResponse) error) error
- type CollectionstatusesService
- 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 Date
- type DateTime
- type DeliveryTime
- type Error
- type Errors
- type GmbAccounts
- type GmbAccountsGmbAccount
- type Headers
- type HolidayCutoff
- type HolidaysHoliday
- type InapplicabilityDetails
- 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 ListAccountReturnCarrierResponse
- type ListCollectionStatusesResponse
- type ListCollectionsResponse
- type ListCssesResponse
- type ListRegionsResponse
- type ListRepricingProductReportsResponse
- type ListRepricingRuleReportsResponse
- 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 OrdersCustomBatchRequestEntryUpdateShipmentScheduledDeliveryDetails
- 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