Versions in this module Expand all Collapse all v0 v0.25.2 May 21, 2020 Changes in this version + const ContentScope + type APIService struct + Accounts *AccountsService + Accountstatuses *AccountstatusesService + Accounttax *AccounttaxService + BasePath string + Datafeeds *DatafeedsService + Datafeedstatuses *DatafeedstatusesService + Inventory *InventoryService + Liasettings *LiasettingsService + Orderinvoices *OrderinvoicesService + Orderreports *OrderreportsService + Orderreturns *OrderreturnsService + Orders *OrdersService + Pos *PosService + Products *ProductsService + Productstatuses *ProductstatusesService + Shippingsettings *ShippingsettingsService + UserAgent string + func New(client *http.Client) (*APIService, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*APIService, error) + type Account struct + AdultContent bool + AdwordsLinks []*AccountAdwordsLink + BusinessInformation *AccountBusinessInformation + ForceSendFields []string + GoogleMyBusinessLink *AccountGoogleMyBusinessLink + Id uint64 + Kind string + Name string + NullFields []string + ReviewsUrl string + SellerId string + Users []*AccountUser + WebsiteUrl string + YoutubeChannelLinks []*AccountYouTubeChannelLink + func (s *Account) MarshalJSON() ([]byte, error) + type AccountAddress struct + Country string + ForceSendFields []string + Locality string + NullFields []string + PostalCode string + Region string + StreetAddress string + func (s *AccountAddress) MarshalJSON() ([]byte, error) + type AccountAdwordsLink struct + AdwordsId uint64 + ForceSendFields []string + NullFields []string + Status string + func (s *AccountAdwordsLink) MarshalJSON() ([]byte, error) + type AccountBusinessInformation struct + Address *AccountAddress + CustomerService *AccountCustomerService + ForceSendFields []string + NullFields []string + PhoneNumber string + func (s *AccountBusinessInformation) MarshalJSON() ([]byte, error) + type AccountCustomerService struct + Email string + ForceSendFields []string + NullFields []string + PhoneNumber string + Url string + func (s *AccountCustomerService) MarshalJSON() ([]byte, error) + type AccountGoogleMyBusinessLink struct + ForceSendFields []string + GmbEmail string + NullFields []string + Status string + func (s *AccountGoogleMyBusinessLink) MarshalJSON() ([]byte, error) + type AccountIdentifier struct + AggregatorId uint64 + ForceSendFields []string + MerchantId uint64 + NullFields []string + func (s *AccountIdentifier) MarshalJSON() ([]byte, error) + type AccountStatus struct + AccountId string + AccountLevelIssues []*AccountStatusAccountLevelIssue + DataQualityIssues []*AccountStatusDataQualityIssue + ForceSendFields []string + Kind string + NullFields []string + Products []*AccountStatusProducts + WebsiteClaimed bool + func (s *AccountStatus) MarshalJSON() ([]byte, error) + type AccountStatusAccountLevelIssue struct + Country string + Destination string + Detail string + Documentation string + ForceSendFields []string + Id string + NullFields []string + Severity string + Title string + func (s *AccountStatusAccountLevelIssue) MarshalJSON() ([]byte, error) + type AccountStatusDataQualityIssue struct + Country string + Destination string + Detail string + DisplayedValue string + ExampleItems []*AccountStatusExampleItem + ForceSendFields []string + Id string + LastChecked string + Location string + NullFields []string + NumItems int64 + Severity string + SubmittedValue string + func (s *AccountStatusDataQualityIssue) MarshalJSON() ([]byte, error) + type AccountStatusExampleItem struct + ForceSendFields []string + ItemId string + Link string + NullFields []string + SubmittedValue string + Title string + ValueOnLandingPage string + func (s *AccountStatusExampleItem) MarshalJSON() ([]byte, error) + type AccountStatusItemLevelIssue struct + AttributeName string + Code string + Description string + Detail string + Documentation string + ForceSendFields []string + NullFields []string + NumItems int64 + Resolution string + Servability string + func (s *AccountStatusItemLevelIssue) MarshalJSON() ([]byte, error) + type AccountStatusProducts struct + Channel string + Country string + Destination string + ForceSendFields []string + ItemLevelIssues []*AccountStatusItemLevelIssue + NullFields []string + Statistics *AccountStatusStatistics + func (s *AccountStatusProducts) MarshalJSON() ([]byte, error) + type AccountStatusStatistics struct + Active int64 + Disapproved int64 + Expiring int64 + ForceSendFields []string + NullFields []string + Pending int64 + func (s *AccountStatusStatistics) MarshalJSON() ([]byte, error) + type AccountTax struct + AccountId uint64 + ForceSendFields []string + Kind string + NullFields []string + Rules []*AccountTaxTaxRule + func (s *AccountTax) MarshalJSON() ([]byte, error) + type AccountTaxTaxRule struct + Country string + ForceSendFields []string + LocationId uint64 + NullFields []string + RatePercent string + ShippingTaxed bool + UseGlobalRate bool + func (s *AccountTaxTaxRule) MarshalJSON() ([]byte, error) + type AccountUser struct + Admin *bool + EmailAddress string + ForceSendFields []string + NullFields []string + OrderManager bool + PaymentsAnalyst bool + PaymentsManager bool + func (s *AccountUser) MarshalJSON() ([]byte, error) + type AccountYouTubeChannelLink struct + ChannelId string + ForceSendFields []string + NullFields []string + Status string + func (s *AccountYouTubeChannelLink) MarshalJSON() ([]byte, error) + type AccountsAuthInfoResponse struct + AccountIdentifiers []*AccountIdentifier + ForceSendFields []string + Kind string + NullFields []string + func (s *AccountsAuthInfoResponse) MarshalJSON() ([]byte, error) + type AccountsAuthinfoCall struct + 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 struct + ForceSendFields []string + Kind string + NullFields []string + func (s *AccountsClaimWebsiteResponse) MarshalJSON() ([]byte, error) + type AccountsClaimwebsiteCall struct + 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 struct + Entries []*AccountsCustomBatchRequestEntry + ForceSendFields []string + NullFields []string + func (s *AccountsCustomBatchRequest) MarshalJSON() ([]byte, error) + type AccountsCustomBatchRequestEntry struct + Account *Account + AccountId uint64 + BatchId int64 + Force bool + ForceSendFields []string + LinkRequest *AccountsCustomBatchRequestEntryLinkRequest + MerchantId uint64 + Method string + NullFields []string + Overwrite bool + func (s *AccountsCustomBatchRequestEntry) MarshalJSON() ([]byte, error) + type AccountsCustomBatchRequestEntryLinkRequest struct + Action string + ForceSendFields []string + LinkType string + LinkedAccountId string + NullFields []string + func (s *AccountsCustomBatchRequestEntryLinkRequest) MarshalJSON() ([]byte, error) + type AccountsCustomBatchResponse struct + Entries []*AccountsCustomBatchResponseEntry + ForceSendFields []string + Kind string + NullFields []string + func (s *AccountsCustomBatchResponse) MarshalJSON() ([]byte, error) + type AccountsCustomBatchResponseEntry struct + Account *Account + BatchId int64 + Errors *Errors + ForceSendFields []string + Kind string + LinkStatus string + NullFields []string + func (s *AccountsCustomBatchResponseEntry) MarshalJSON() ([]byte, error) + type AccountsCustombatchCall struct + func (c *AccountsCustombatchCall) Context(ctx context.Context) *AccountsCustombatchCall + func (c *AccountsCustombatchCall) Do(opts ...googleapi.CallOption) (*AccountsCustomBatchResponse, error) + func (c *AccountsCustombatchCall) DryRun(dryRun bool) *AccountsCustombatchCall + func (c *AccountsCustombatchCall) Fields(s ...googleapi.Field) *AccountsCustombatchCall + func (c *AccountsCustombatchCall) Header() http.Header + type AccountsDeleteCall struct + func (c *AccountsDeleteCall) Context(ctx context.Context) *AccountsDeleteCall + func (c *AccountsDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *AccountsDeleteCall) DryRun(dryRun bool) *AccountsDeleteCall + func (c *AccountsDeleteCall) Fields(s ...googleapi.Field) *AccountsDeleteCall + func (c *AccountsDeleteCall) Force(force bool) *AccountsDeleteCall + func (c *AccountsDeleteCall) Header() http.Header + type AccountsGetCall struct + 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 + type AccountsInsertCall struct + func (c *AccountsInsertCall) Context(ctx context.Context) *AccountsInsertCall + func (c *AccountsInsertCall) Do(opts ...googleapi.CallOption) (*Account, error) + func (c *AccountsInsertCall) DryRun(dryRun bool) *AccountsInsertCall + func (c *AccountsInsertCall) Fields(s ...googleapi.Field) *AccountsInsertCall + func (c *AccountsInsertCall) Header() http.Header + type AccountsLinkCall struct + func (c *AccountsLinkCall) Context(ctx context.Context) *AccountsLinkCall + func (c *AccountsLinkCall) Do(opts ...googleapi.CallOption) (*AccountsLinkResponse, error) + func (c *AccountsLinkCall) Fields(s ...googleapi.Field) *AccountsLinkCall + func (c *AccountsLinkCall) Header() http.Header + type AccountsLinkRequest struct + Action string + ForceSendFields []string + LinkType string + LinkedAccountId string + NullFields []string + func (s *AccountsLinkRequest) MarshalJSON() ([]byte, error) + type AccountsLinkResponse struct + ForceSendFields []string + Kind string + NullFields []string + func (s *AccountsLinkResponse) MarshalJSON() ([]byte, error) + type AccountsListCall struct + 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) MaxResults(maxResults int64) *AccountsListCall + func (c *AccountsListCall) PageToken(pageToken string) *AccountsListCall + func (c *AccountsListCall) Pages(ctx context.Context, f func(*AccountsListResponse) error) error + type AccountsListResponse struct + ForceSendFields []string + Kind string + NextPageToken string + NullFields []string + Resources []*Account + func (s *AccountsListResponse) MarshalJSON() ([]byte, error) + type AccountsService struct + func NewAccountsService(s *APIService) *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) Update(merchantId uint64, accountId uint64, account *Account) *AccountsUpdateCall + type AccountsUpdateCall struct + func (c *AccountsUpdateCall) Context(ctx context.Context) *AccountsUpdateCall + func (c *AccountsUpdateCall) Do(opts ...googleapi.CallOption) (*Account, error) + func (c *AccountsUpdateCall) DryRun(dryRun bool) *AccountsUpdateCall + func (c *AccountsUpdateCall) Fields(s ...googleapi.Field) *AccountsUpdateCall + func (c *AccountsUpdateCall) Header() http.Header + type AccountstatusesCustomBatchRequest struct + Entries []*AccountstatusesCustomBatchRequestEntry + ForceSendFields []string + NullFields []string + func (s *AccountstatusesCustomBatchRequest) MarshalJSON() ([]byte, error) + type AccountstatusesCustomBatchRequestEntry struct + AccountId uint64 + BatchId int64 + Destinations []string + ForceSendFields []string + MerchantId uint64 + Method string + NullFields []string + func (s *AccountstatusesCustomBatchRequestEntry) MarshalJSON() ([]byte, error) + type AccountstatusesCustomBatchResponse struct + Entries []*AccountstatusesCustomBatchResponseEntry + ForceSendFields []string + Kind string + NullFields []string + func (s *AccountstatusesCustomBatchResponse) MarshalJSON() ([]byte, error) + type AccountstatusesCustomBatchResponseEntry struct + AccountStatus *AccountStatus + BatchId int64 + Errors *Errors + ForceSendFields []string + NullFields []string + func (s *AccountstatusesCustomBatchResponseEntry) MarshalJSON() ([]byte, error) + type AccountstatusesCustombatchCall struct + 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 struct + 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 struct + 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 struct + ForceSendFields []string + Kind string + NextPageToken string + NullFields []string + Resources []*AccountStatus + func (s *AccountstatusesListResponse) MarshalJSON() ([]byte, error) + type AccountstatusesService struct + func NewAccountstatusesService(s *APIService) *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 struct + Entries []*AccounttaxCustomBatchRequestEntry + ForceSendFields []string + NullFields []string + func (s *AccounttaxCustomBatchRequest) MarshalJSON() ([]byte, error) + type AccounttaxCustomBatchRequestEntry struct + AccountId uint64 + AccountTax *AccountTax + BatchId int64 + ForceSendFields []string + MerchantId uint64 + Method string + NullFields []string + func (s *AccounttaxCustomBatchRequestEntry) MarshalJSON() ([]byte, error) + type AccounttaxCustomBatchResponse struct + Entries []*AccounttaxCustomBatchResponseEntry + ForceSendFields []string + Kind string + NullFields []string + func (s *AccounttaxCustomBatchResponse) MarshalJSON() ([]byte, error) + type AccounttaxCustomBatchResponseEntry struct + AccountTax *AccountTax + BatchId int64 + Errors *Errors + ForceSendFields []string + Kind string + NullFields []string + func (s *AccounttaxCustomBatchResponseEntry) MarshalJSON() ([]byte, error) + type AccounttaxCustombatchCall struct + func (c *AccounttaxCustombatchCall) Context(ctx context.Context) *AccounttaxCustombatchCall + func (c *AccounttaxCustombatchCall) Do(opts ...googleapi.CallOption) (*AccounttaxCustomBatchResponse, error) + func (c *AccounttaxCustombatchCall) DryRun(dryRun bool) *AccounttaxCustombatchCall + func (c *AccounttaxCustombatchCall) Fields(s ...googleapi.Field) *AccounttaxCustombatchCall + func (c *AccounttaxCustombatchCall) Header() http.Header + type AccounttaxGetCall struct + 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 struct + 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 struct + ForceSendFields []string + Kind string + NextPageToken string + NullFields []string + Resources []*AccountTax + func (s *AccounttaxListResponse) MarshalJSON() ([]byte, error) + type AccounttaxService struct + func NewAccounttaxService(s *APIService) *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 struct + func (c *AccounttaxUpdateCall) Context(ctx context.Context) *AccounttaxUpdateCall + func (c *AccounttaxUpdateCall) Do(opts ...googleapi.CallOption) (*AccountTax, error) + func (c *AccounttaxUpdateCall) DryRun(dryRun bool) *AccounttaxUpdateCall + func (c *AccounttaxUpdateCall) Fields(s ...googleapi.Field) *AccounttaxUpdateCall + func (c *AccounttaxUpdateCall) Header() http.Header + type Amount struct + ForceSendFields []string + NullFields []string + Pretax *Price + Tax *Price + func (s *Amount) MarshalJSON() ([]byte, error) + type BusinessDayConfig struct + BusinessDays []string + ForceSendFields []string + NullFields []string + func (s *BusinessDayConfig) MarshalJSON() ([]byte, error) + type CarrierRate struct + CarrierName string + CarrierService string + FlatAdjustment *Price + ForceSendFields []string + Name string + NullFields []string + OriginPostalCode string + PercentageAdjustment string + func (s *CarrierRate) MarshalJSON() ([]byte, error) + type CarriersCarrier struct + Country string + ForceSendFields []string + Name string + NullFields []string + Services []string + func (s *CarriersCarrier) MarshalJSON() ([]byte, error) + type CustomAttribute struct + ForceSendFields []string + Name string + NullFields []string + Type string + Unit string + Value string + func (s *CustomAttribute) MarshalJSON() ([]byte, error) + type CustomGroup struct + Attributes []*CustomAttribute + ForceSendFields []string + Name string + NullFields []string + func (s *CustomGroup) MarshalJSON() ([]byte, error) + type CustomerReturnReason struct + Description string + ForceSendFields []string + NullFields []string + ReasonCode string + func (s *CustomerReturnReason) MarshalJSON() ([]byte, error) + type CutoffTime struct + ForceSendFields []string + Hour int64 + Minute int64 + NullFields []string + Timezone string + func (s *CutoffTime) MarshalJSON() ([]byte, error) + type Datafeed struct + AttributeLanguage string + ContentLanguage string + ContentType string + FetchSchedule *DatafeedFetchSchedule + FileName string + ForceSendFields []string + Format *DatafeedFormat + Id int64 + IntendedDestinations []string + Kind string + Name string + NullFields []string + TargetCountry string + Targets []*DatafeedTarget + func (s *Datafeed) MarshalJSON() ([]byte, error) + type DatafeedFetchSchedule struct + DayOfMonth int64 + FetchUrl string + ForceSendFields []string + Hour int64 + MinuteOfHour int64 + NullFields []string + Password string + Paused bool + TimeZone string + Username string + Weekday string + func (s *DatafeedFetchSchedule) MarshalJSON() ([]byte, error) + type DatafeedFormat struct + ColumnDelimiter string + FileEncoding string + ForceSendFields []string + NullFields []string + QuotingMode string + func (s *DatafeedFormat) MarshalJSON() ([]byte, error) + type DatafeedStatus struct + Country string + DatafeedId uint64 + Errors []*DatafeedStatusError + ForceSendFields []string + ItemsTotal uint64 + ItemsValid uint64 + Kind string + Language string + LastUploadDate string + NullFields []string + ProcessingStatus string + Warnings []*DatafeedStatusError + func (s *DatafeedStatus) MarshalJSON() ([]byte, error) + type DatafeedStatusError struct + Code string + Count uint64 + Examples []*DatafeedStatusExample + ForceSendFields []string + Message string + NullFields []string + func (s *DatafeedStatusError) MarshalJSON() ([]byte, error) + type DatafeedStatusExample struct + ForceSendFields []string + ItemId string + LineNumber uint64 + NullFields []string + Value string + func (s *DatafeedStatusExample) MarshalJSON() ([]byte, error) + type DatafeedTarget struct + Country string + ExcludedDestinations []string + ForceSendFields []string + IncludedDestinations []string + Language string + NullFields []string + func (s *DatafeedTarget) MarshalJSON() ([]byte, error) + type DatafeedsCustomBatchRequest struct + Entries []*DatafeedsCustomBatchRequestEntry + ForceSendFields []string + NullFields []string + func (s *DatafeedsCustomBatchRequest) MarshalJSON() ([]byte, error) + type DatafeedsCustomBatchRequestEntry struct + BatchId int64 + Datafeed *Datafeed + DatafeedId uint64 + ForceSendFields []string + MerchantId uint64 + Method string + NullFields []string + func (s *DatafeedsCustomBatchRequestEntry) MarshalJSON() ([]byte, error) + type DatafeedsCustomBatchResponse struct + Entries []*DatafeedsCustomBatchResponseEntry + ForceSendFields []string + Kind string + NullFields []string + func (s *DatafeedsCustomBatchResponse) MarshalJSON() ([]byte, error) + type DatafeedsCustomBatchResponseEntry struct + BatchId int64 + Datafeed *Datafeed + Errors *Errors + ForceSendFields []string + NullFields []string + func (s *DatafeedsCustomBatchResponseEntry) MarshalJSON() ([]byte, error) + type DatafeedsCustombatchCall struct + func (c *DatafeedsCustombatchCall) Context(ctx context.Context) *DatafeedsCustombatchCall + func (c *DatafeedsCustombatchCall) Do(opts ...googleapi.CallOption) (*DatafeedsCustomBatchResponse, error) + func (c *DatafeedsCustombatchCall) DryRun(dryRun bool) *DatafeedsCustombatchCall + func (c *DatafeedsCustombatchCall) Fields(s ...googleapi.Field) *DatafeedsCustombatchCall + func (c *DatafeedsCustombatchCall) Header() http.Header + type DatafeedsDeleteCall struct + func (c *DatafeedsDeleteCall) Context(ctx context.Context) *DatafeedsDeleteCall + func (c *DatafeedsDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *DatafeedsDeleteCall) DryRun(dryRun bool) *DatafeedsDeleteCall + func (c *DatafeedsDeleteCall) Fields(s ...googleapi.Field) *DatafeedsDeleteCall + func (c *DatafeedsDeleteCall) Header() http.Header + type DatafeedsFetchNowResponse struct + ForceSendFields []string + Kind string + NullFields []string + func (s *DatafeedsFetchNowResponse) MarshalJSON() ([]byte, error) + type DatafeedsFetchnowCall struct + func (c *DatafeedsFetchnowCall) Context(ctx context.Context) *DatafeedsFetchnowCall + func (c *DatafeedsFetchnowCall) Do(opts ...googleapi.CallOption) (*DatafeedsFetchNowResponse, error) + func (c *DatafeedsFetchnowCall) DryRun(dryRun bool) *DatafeedsFetchnowCall + func (c *DatafeedsFetchnowCall) Fields(s ...googleapi.Field) *DatafeedsFetchnowCall + func (c *DatafeedsFetchnowCall) Header() http.Header + type DatafeedsGetCall struct + 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 struct + func (c *DatafeedsInsertCall) Context(ctx context.Context) *DatafeedsInsertCall + func (c *DatafeedsInsertCall) Do(opts ...googleapi.CallOption) (*Datafeed, error) + func (c *DatafeedsInsertCall) DryRun(dryRun bool) *DatafeedsInsertCall + func (c *DatafeedsInsertCall) Fields(s ...googleapi.Field) *DatafeedsInsertCall + func (c *DatafeedsInsertCall) Header() http.Header + type DatafeedsListCall struct + 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 struct + ForceSendFields []string + Kind string + NextPageToken string + NullFields []string + Resources []*Datafeed + func (s *DatafeedsListResponse) MarshalJSON() ([]byte, error) + type DatafeedsService struct + func NewDatafeedsService(s *APIService) *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 struct + func (c *DatafeedsUpdateCall) Context(ctx context.Context) *DatafeedsUpdateCall + func (c *DatafeedsUpdateCall) Do(opts ...googleapi.CallOption) (*Datafeed, error) + func (c *DatafeedsUpdateCall) DryRun(dryRun bool) *DatafeedsUpdateCall + func (c *DatafeedsUpdateCall) Fields(s ...googleapi.Field) *DatafeedsUpdateCall + func (c *DatafeedsUpdateCall) Header() http.Header + type DatafeedstatusesCustomBatchRequest struct + Entries []*DatafeedstatusesCustomBatchRequestEntry + ForceSendFields []string + NullFields []string + func (s *DatafeedstatusesCustomBatchRequest) MarshalJSON() ([]byte, error) + type DatafeedstatusesCustomBatchRequestEntry struct + BatchId int64 + Country string + DatafeedId uint64 + ForceSendFields []string + Language string + MerchantId uint64 + Method string + NullFields []string + func (s *DatafeedstatusesCustomBatchRequestEntry) MarshalJSON() ([]byte, error) + type DatafeedstatusesCustomBatchResponse struct + Entries []*DatafeedstatusesCustomBatchResponseEntry + ForceSendFields []string + Kind string + NullFields []string + func (s *DatafeedstatusesCustomBatchResponse) MarshalJSON() ([]byte, error) + type DatafeedstatusesCustomBatchResponseEntry struct + BatchId int64 + DatafeedStatus *DatafeedStatus + Errors *Errors + ForceSendFields []string + NullFields []string + func (s *DatafeedstatusesCustomBatchResponseEntry) MarshalJSON() ([]byte, error) + type DatafeedstatusesCustombatchCall struct + 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 struct + 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 struct + 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 struct + ForceSendFields []string + Kind string + NextPageToken string + NullFields []string + Resources []*DatafeedStatus + func (s *DatafeedstatusesListResponse) MarshalJSON() ([]byte, error) + type DatafeedstatusesService struct + func NewDatafeedstatusesService(s *APIService) *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 DeliveryTime struct + CutoffTime *CutoffTime + ForceSendFields []string + HandlingBusinessDayConfig *BusinessDayConfig + HolidayCutoffs []*HolidayCutoff + MaxHandlingTimeInDays int64 + MaxTransitTimeInDays int64 + MinHandlingTimeInDays int64 + MinTransitTimeInDays int64 + NullFields []string + TransitBusinessDayConfig *BusinessDayConfig + TransitTimeTable *TransitTable + func (s *DeliveryTime) MarshalJSON() ([]byte, error) + type Error struct + Domain string + ForceSendFields []string + Message string + NullFields []string + Reason string + func (s *Error) MarshalJSON() ([]byte, error) + type Errors struct + Code int64 + Errors []*Error + ForceSendFields []string + Message string + NullFields []string + func (s *Errors) MarshalJSON() ([]byte, error) + type GmbAccounts struct + AccountId uint64 + ForceSendFields []string + GmbAccounts []*GmbAccountsGmbAccount + NullFields []string + func (s *GmbAccounts) MarshalJSON() ([]byte, error) + type GmbAccountsGmbAccount struct + Email string + ForceSendFields []string + ListingCount uint64 + Name string + NullFields []string + Type string + func (s *GmbAccountsGmbAccount) MarshalJSON() ([]byte, error) + type Headers struct + ForceSendFields []string + Locations []*LocationIdSet + NullFields []string + NumberOfItems []string + PostalCodeGroupNames []string + Prices []*Price + Weights []*Weight + func (s *Headers) MarshalJSON() ([]byte, error) + type HolidayCutoff struct + DeadlineDate string + DeadlineHour int64 + DeadlineTimezone string + ForceSendFields []string + HolidayId string + NullFields []string + VisibleFromDate string + func (s *HolidayCutoff) MarshalJSON() ([]byte, error) + type HolidaysHoliday struct + CountryCode string + Date string + DeliveryGuaranteeDate string + DeliveryGuaranteeHour uint64 + ForceSendFields []string + Id string + NullFields []string + Type string + func (s *HolidaysHoliday) MarshalJSON() ([]byte, error) + type Installment struct + Amount *Price + ForceSendFields []string + Months int64 + NullFields []string + func (s *Installment) MarshalJSON() ([]byte, error) + type Inventory struct + Availability string + CustomLabel0 string + CustomLabel1 string + CustomLabel2 string + CustomLabel3 string + CustomLabel4 string + ForceSendFields []string + Installment *Installment + InstoreProductLocation string + Kind string + LoyaltyPoints *LoyaltyPoints + NullFields []string + Pickup *InventoryPickup + Price *Price + Quantity int64 + SalePrice *Price + SalePriceEffectiveDate string + SellOnGoogleQuantity int64 + func (s *Inventory) MarshalJSON() ([]byte, error) + type InventoryCustomBatchRequest struct + Entries []*InventoryCustomBatchRequestEntry + ForceSendFields []string + NullFields []string + func (s *InventoryCustomBatchRequest) MarshalJSON() ([]byte, error) + type InventoryCustomBatchRequestEntry struct + BatchId int64 + ForceSendFields []string + Inventory *Inventory + MerchantId uint64 + NullFields []string + ProductId string + StoreCode string + func (s *InventoryCustomBatchRequestEntry) MarshalJSON() ([]byte, error) + type InventoryCustomBatchResponse struct + Entries []*InventoryCustomBatchResponseEntry + ForceSendFields []string + Kind string + NullFields []string + func (s *InventoryCustomBatchResponse) MarshalJSON() ([]byte, error) + type InventoryCustomBatchResponseEntry struct + BatchId int64 + Errors *Errors + ForceSendFields []string + Kind string + NullFields []string + func (s *InventoryCustomBatchResponseEntry) MarshalJSON() ([]byte, error) + type InventoryCustombatchCall struct + func (c *InventoryCustombatchCall) Context(ctx context.Context) *InventoryCustombatchCall + func (c *InventoryCustombatchCall) Do(opts ...googleapi.CallOption) (*InventoryCustomBatchResponse, error) + func (c *InventoryCustombatchCall) DryRun(dryRun bool) *InventoryCustombatchCall + func (c *InventoryCustombatchCall) Fields(s ...googleapi.Field) *InventoryCustombatchCall + func (c *InventoryCustombatchCall) Header() http.Header + type InventoryPickup struct + ForceSendFields []string + NullFields []string + PickupMethod string + PickupSla string + func (s *InventoryPickup) MarshalJSON() ([]byte, error) + type InventoryService struct + func NewInventoryService(s *APIService) *InventoryService + func (r *InventoryService) Custombatch(inventorycustombatchrequest *InventoryCustomBatchRequest) *InventoryCustombatchCall + func (r *InventoryService) Set(merchantId uint64, storeCode string, productId string, ...) *InventorySetCall + type InventorySetCall struct + func (c *InventorySetCall) Context(ctx context.Context) *InventorySetCall + func (c *InventorySetCall) Do(opts ...googleapi.CallOption) (*InventorySetResponse, error) + func (c *InventorySetCall) DryRun(dryRun bool) *InventorySetCall + func (c *InventorySetCall) Fields(s ...googleapi.Field) *InventorySetCall + func (c *InventorySetCall) Header() http.Header + type InventorySetRequest struct + Availability string + CustomLabel0 string + CustomLabel1 string + CustomLabel2 string + CustomLabel3 string + CustomLabel4 string + ForceSendFields []string + Installment *Installment + InstoreProductLocation string + LoyaltyPoints *LoyaltyPoints + NullFields []string + Pickup *InventoryPickup + Price *Price + Quantity int64 + SalePrice *Price + SalePriceEffectiveDate string + SellOnGoogleQuantity int64 + func (s *InventorySetRequest) MarshalJSON() ([]byte, error) + type InventorySetResponse struct + ForceSendFields []string + Kind string + NullFields []string + func (s *InventorySetResponse) MarshalJSON() ([]byte, error) + type InvoiceSummary struct + AdditionalChargeSummaries []*InvoiceSummaryAdditionalChargeSummary + CustomerBalance *Amount + ForceSendFields []string + GoogleBalance *Amount + MerchantBalance *Amount + NullFields []string + ProductTotal *Amount + PromotionSummaries []*Promotion + func (s *InvoiceSummary) MarshalJSON() ([]byte, error) + type InvoiceSummaryAdditionalChargeSummary struct + ForceSendFields []string + NullFields []string + TotalAmount *Amount + Type string + func (s *InvoiceSummaryAdditionalChargeSummary) MarshalJSON() ([]byte, error) + type LiaAboutPageSettings struct + ForceSendFields []string + NullFields []string + Status string + Url string + func (s *LiaAboutPageSettings) MarshalJSON() ([]byte, error) + type LiaCountrySettings struct + About *LiaAboutPageSettings + Country string + ForceSendFields []string + HostedLocalStorefrontActive bool + Inventory *LiaInventorySettings + NullFields []string + OnDisplayToOrder *LiaOnDisplayToOrderSettings + PosDataProvider *LiaPosDataProvider + StorePickupActive bool + func (s *LiaCountrySettings) MarshalJSON() ([]byte, error) + type LiaInventorySettings struct + ForceSendFields []string + InventoryVerificationContactEmail string + InventoryVerificationContactName string + InventoryVerificationContactStatus string + NullFields []string + Status string + func (s *LiaInventorySettings) MarshalJSON() ([]byte, error) + type LiaOnDisplayToOrderSettings struct + ForceSendFields []string + NullFields []string + ShippingCostPolicyUrl string + Status string + func (s *LiaOnDisplayToOrderSettings) MarshalJSON() ([]byte, error) + type LiaPosDataProvider struct + ForceSendFields []string + NullFields []string + PosDataProviderId uint64 + PosExternalAccountId string + func (s *LiaPosDataProvider) MarshalJSON() ([]byte, error) + type LiaSettings struct + AccountId uint64 + CountrySettings []*LiaCountrySettings + ForceSendFields []string + Kind string + NullFields []string + func (s *LiaSettings) MarshalJSON() ([]byte, error) + type LiasettingsCustomBatchRequest struct + Entries []*LiasettingsCustomBatchRequestEntry + ForceSendFields []string + NullFields []string + func (s *LiasettingsCustomBatchRequest) MarshalJSON() ([]byte, error) + type LiasettingsCustomBatchRequestEntry struct + AccountId uint64 + BatchId int64 + ContactEmail string + ContactName string + Country string + ForceSendFields []string + GmbEmail string + LiaSettings *LiaSettings + MerchantId uint64 + Method string + NullFields []string + PosDataProviderId uint64 + PosExternalAccountId string + func (s *LiasettingsCustomBatchRequestEntry) MarshalJSON() ([]byte, error) + type LiasettingsCustomBatchResponse struct + Entries []*LiasettingsCustomBatchResponseEntry + ForceSendFields []string + Kind string + NullFields []string + func (s *LiasettingsCustomBatchResponse) MarshalJSON() ([]byte, error) + type LiasettingsCustomBatchResponseEntry struct + BatchId int64 + Errors *Errors + ForceSendFields []string + GmbAccounts *GmbAccounts + Kind string + LiaSettings *LiaSettings + NullFields []string + PosDataProviders []*PosDataProviders + func (s *LiasettingsCustomBatchResponseEntry) MarshalJSON() ([]byte, error) + type LiasettingsCustombatchCall struct + func (c *LiasettingsCustombatchCall) Context(ctx context.Context) *LiasettingsCustombatchCall + func (c *LiasettingsCustombatchCall) Do(opts ...googleapi.CallOption) (*LiasettingsCustomBatchResponse, error) + func (c *LiasettingsCustombatchCall) DryRun(dryRun bool) *LiasettingsCustombatchCall + func (c *LiasettingsCustombatchCall) Fields(s ...googleapi.Field) *LiasettingsCustombatchCall + func (c *LiasettingsCustombatchCall) Header() http.Header + type LiasettingsGetAccessibleGmbAccountsResponse struct + AccountId uint64 + ForceSendFields []string + GmbAccounts []*GmbAccountsGmbAccount + Kind string + NullFields []string + func (s *LiasettingsGetAccessibleGmbAccountsResponse) MarshalJSON() ([]byte, error) + type LiasettingsGetCall struct + 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 struct + 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 struct + 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 struct + ForceSendFields []string + Kind string + NullFields []string + PosDataProviders []*PosDataProviders + func (s *LiasettingsListPosDataProvidersResponse) MarshalJSON() ([]byte, error) + type LiasettingsListResponse struct + ForceSendFields []string + Kind string + NextPageToken string + NullFields []string + Resources []*LiaSettings + func (s *LiasettingsListResponse) MarshalJSON() ([]byte, error) + type LiasettingsListposdataprovidersCall struct + 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 struct + ForceSendFields []string + Kind string + NullFields []string + func (s *LiasettingsRequestGmbAccessResponse) MarshalJSON() ([]byte, error) + type LiasettingsRequestInventoryVerificationResponse struct + ForceSendFields []string + Kind string + NullFields []string + func (s *LiasettingsRequestInventoryVerificationResponse) MarshalJSON() ([]byte, error) + type LiasettingsRequestgmbaccessCall struct + 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 struct + 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 struct + func NewLiasettingsService(s *APIService) *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, contactEmail string, contactName 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 struct + ForceSendFields []string + Kind string + NullFields []string + func (s *LiasettingsSetInventoryVerificationContactResponse) MarshalJSON() ([]byte, error) + type LiasettingsSetPosDataProviderResponse struct + ForceSendFields []string + Kind string + NullFields []string + func (s *LiasettingsSetPosDataProviderResponse) MarshalJSON() ([]byte, error) + type LiasettingsSetinventoryverificationcontactCall struct + 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 struct + 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 struct + func (c *LiasettingsUpdateCall) Context(ctx context.Context) *LiasettingsUpdateCall + func (c *LiasettingsUpdateCall) Do(opts ...googleapi.CallOption) (*LiaSettings, error) + func (c *LiasettingsUpdateCall) DryRun(dryRun bool) *LiasettingsUpdateCall + func (c *LiasettingsUpdateCall) Fields(s ...googleapi.Field) *LiasettingsUpdateCall + func (c *LiasettingsUpdateCall) Header() http.Header + type LocationIdSet struct + ForceSendFields []string + LocationIds []string + NullFields []string + func (s *LocationIdSet) MarshalJSON() ([]byte, error) + type LoyaltyPoints struct + ForceSendFields []string + Name string + NullFields []string + PointsValue int64 + Ratio float64 + func (s *LoyaltyPoints) MarshalJSON() ([]byte, error) + func (s *LoyaltyPoints) UnmarshalJSON(data []byte) error + type MerchantOrderReturn struct + CreationDate string + ForceSendFields []string + MerchantOrderId string + NullFields []string + OrderId string + OrderReturnId string + ReturnItems []*MerchantOrderReturnItem + ReturnShipments []*ReturnShipment + func (s *MerchantOrderReturn) MarshalJSON() ([]byte, error) + type MerchantOrderReturnItem struct + CustomerReturnReason *CustomerReturnReason + ForceSendFields []string + ItemId string + MerchantReturnReason *RefundReason + NullFields []string + Product *OrderLineItemProduct + ReturnShipmentIds []string + State string + func (s *MerchantOrderReturnItem) MarshalJSON() ([]byte, error) + type MinimumOrderValueTable struct + ForceSendFields []string + NullFields []string + StoreCodeSetWithMovs []*MinimumOrderValueTableStoreCodeSetWithMov + func (s *MinimumOrderValueTable) MarshalJSON() ([]byte, error) + type MinimumOrderValueTableStoreCodeSetWithMov struct + ForceSendFields []string + NullFields []string + StoreCodes []string + Value *Price + func (s *MinimumOrderValueTableStoreCodeSetWithMov) MarshalJSON() ([]byte, error) + type Order struct + Acknowledged bool + ChannelType string + Customer *OrderCustomer + DeliveryDetails *OrderDeliveryDetails + ForceSendFields []string + Id string + Kind string + LineItems []*OrderLineItem + MerchantId uint64 + MerchantOrderId string + NetAmount *Price + NullFields []string + PaymentMethod *OrderPaymentMethod + PaymentStatus string + PickupDetails *OrderPickupDetails + PlacedDate string + Promotions []*OrderLegacyPromotion + Refunds []*OrderRefund + Shipments []*OrderShipment + ShippingCost *Price + ShippingCostTax *Price + ShippingOption string + Status string + TaxCollector string + func (s *Order) MarshalJSON() ([]byte, error) + type OrderAddress struct + Country string + ForceSendFields []string + FullAddress []string + IsPostOfficeBox bool + Locality string + NullFields []string + PostalCode string + RecipientName string + Region string + StreetAddress []string + func (s *OrderAddress) MarshalJSON() ([]byte, error) + type OrderCancellation struct + Actor string + CreationDate string + ForceSendFields []string + NullFields []string + Quantity int64 + Reason string + ReasonText string + func (s *OrderCancellation) MarshalJSON() ([]byte, error) + type OrderCustomer struct + Email string + ExplicitMarketingPreference bool + ForceSendFields []string + FullName string + InvoiceReceivingEmail string + MarketingRightsInfo *OrderCustomerMarketingRightsInfo + NullFields []string + func (s *OrderCustomer) MarshalJSON() ([]byte, error) + type OrderCustomerMarketingRightsInfo struct + ExplicitMarketingPreference string + ForceSendFields []string + LastUpdatedTimestamp string + MarketingEmailAddress string + NullFields []string + func (s *OrderCustomerMarketingRightsInfo) MarshalJSON() ([]byte, error) + type OrderDeliveryDetails struct + Address *OrderAddress + ForceSendFields []string + NullFields []string + PhoneNumber string + func (s *OrderDeliveryDetails) MarshalJSON() ([]byte, error) + type OrderLegacyPromotion struct + Benefits []*OrderLegacyPromotionBenefit + EffectiveDates string + ForceSendFields []string + GenericRedemptionCode string + Id string + LongTitle string + NullFields []string + ProductApplicability string + RedemptionChannel string + func (s *OrderLegacyPromotion) MarshalJSON() ([]byte, error) + type OrderLegacyPromotionBenefit struct + Discount *Price + ForceSendFields []string + NullFields []string + OfferIds []string + SubType string + TaxImpact *Price + Type string + func (s *OrderLegacyPromotionBenefit) MarshalJSON() ([]byte, error) + type OrderLineItem struct + Annotations []*OrderMerchantProvidedAnnotation + Cancellations []*OrderCancellation + ForceSendFields []string + Id string + NullFields []string + Price *Price + Product *OrderLineItemProduct + QuantityCanceled int64 + QuantityDelivered int64 + QuantityOrdered int64 + QuantityPending int64 + QuantityReadyForPickup int64 + QuantityReturned int64 + QuantityShipped int64 + ReturnInfo *OrderLineItemReturnInfo + Returns []*OrderReturn + ShippingDetails *OrderLineItemShippingDetails + Tax *Price + func (s *OrderLineItem) MarshalJSON() ([]byte, error) + type OrderLineItemProduct struct + Brand string + Channel string + Condition string + ContentLanguage string + Fees []*OrderLineItemProductFee + ForceSendFields []string + Gtin string + Id string + ImageLink string + ItemGroupId string + Mpn string + NullFields []string + OfferId string + Price *Price + ShownImage string + TargetCountry string + Title string + VariantAttributes []*OrderLineItemProductVariantAttribute + func (s *OrderLineItemProduct) MarshalJSON() ([]byte, error) + type OrderLineItemProductFee struct + Amount *Price + ForceSendFields []string + Name string + NullFields []string + func (s *OrderLineItemProductFee) MarshalJSON() ([]byte, error) + type OrderLineItemProductVariantAttribute struct + Dimension string + ForceSendFields []string + NullFields []string + Value string + func (s *OrderLineItemProductVariantAttribute) MarshalJSON() ([]byte, error) + type OrderLineItemReturnInfo struct + DaysToReturn int64 + ForceSendFields []string + IsReturnable bool + NullFields []string + PolicyUrl string + func (s *OrderLineItemReturnInfo) MarshalJSON() ([]byte, error) + type OrderLineItemShippingDetails struct + DeliverByDate string + ForceSendFields []string + Method *OrderLineItemShippingDetailsMethod + NullFields []string + ShipByDate string + Type string + func (s *OrderLineItemShippingDetails) MarshalJSON() ([]byte, error) + type OrderLineItemShippingDetailsMethod struct + Carrier string + ForceSendFields []string + MaxDaysInTransit int64 + MethodName string + MinDaysInTransit int64 + NullFields []string + func (s *OrderLineItemShippingDetailsMethod) MarshalJSON() ([]byte, error) + type OrderMerchantProvidedAnnotation struct + ForceSendFields []string + Key string + NullFields []string + Value string + func (s *OrderMerchantProvidedAnnotation) MarshalJSON() ([]byte, error) + type OrderPaymentMethod struct + BillingAddress *OrderAddress + ExpirationMonth int64 + ExpirationYear int64 + ForceSendFields []string + LastFourDigits string + NullFields []string + PhoneNumber string + Type string + func (s *OrderPaymentMethod) MarshalJSON() ([]byte, error) + type OrderPickupDetails struct + Address *OrderAddress + Collectors []*OrderPickupDetailsCollector + ForceSendFields []string + LocationId string + NullFields []string + func (s *OrderPickupDetails) MarshalJSON() ([]byte, error) + type OrderPickupDetailsCollector struct + ForceSendFields []string + Name string + NullFields []string + PhoneNumber string + func (s *OrderPickupDetailsCollector) MarshalJSON() ([]byte, error) + type OrderRefund struct + Actor string + Amount *Price + CreationDate string + ForceSendFields []string + NullFields []string + Reason string + ReasonText string + func (s *OrderRefund) MarshalJSON() ([]byte, error) + type OrderReportDisbursement struct + DisbursementAmount *Price + DisbursementCreationDate string + DisbursementDate string + DisbursementId string + ForceSendFields []string + MerchantId uint64 + NullFields []string + func (s *OrderReportDisbursement) MarshalJSON() ([]byte, error) + type OrderReportTransaction struct + DisbursementAmount *Price + DisbursementCreationDate string + DisbursementDate string + DisbursementId string + ForceSendFields []string + MerchantId uint64 + MerchantOrderId string + NullFields []string + OrderId string + ProductAmount *Amount + ProductAmountWithRemittedTax *ProductAmount + TransactionDate string + func (s *OrderReportTransaction) MarshalJSON() ([]byte, error) + type OrderReturn struct + Actor string + CreationDate string + ForceSendFields []string + NullFields []string + Quantity int64 + Reason string + ReasonText string + func (s *OrderReturn) MarshalJSON() ([]byte, error) + type OrderShipment struct + Carrier string + CreationDate string + DeliveryDate string + ForceSendFields []string + Id string + LineItems []*OrderShipmentLineItemShipment + NullFields []string + Status string + TrackingId string + func (s *OrderShipment) MarshalJSON() ([]byte, error) + type OrderShipmentLineItemShipment struct + ForceSendFields []string + LineItemId string + NullFields []string + ProductId string + Quantity int64 + func (s *OrderShipmentLineItemShipment) MarshalJSON() ([]byte, error) + type OrderinvoicesCreateChargeInvoiceRequest struct + ForceSendFields []string + InvoiceId string + InvoiceSummary *InvoiceSummary + LineItemInvoices []*ShipmentInvoiceLineItemInvoice + NullFields []string + OperationId string + ShipmentGroupId string + func (s *OrderinvoicesCreateChargeInvoiceRequest) MarshalJSON() ([]byte, error) + type OrderinvoicesCreateChargeInvoiceResponse struct + ExecutionStatus string + ForceSendFields []string + Kind string + NullFields []string + func (s *OrderinvoicesCreateChargeInvoiceResponse) MarshalJSON() ([]byte, error) + type OrderinvoicesCreateRefundInvoiceRequest struct + ForceSendFields []string + InvoiceId string + NullFields []string + OperationId string + RefundOnlyOption *OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption + ReturnOption *OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption + ShipmentInvoices []*ShipmentInvoice + func (s *OrderinvoicesCreateRefundInvoiceRequest) MarshalJSON() ([]byte, error) + type OrderinvoicesCreateRefundInvoiceResponse struct + ExecutionStatus string + ForceSendFields []string + Kind string + NullFields []string + func (s *OrderinvoicesCreateRefundInvoiceResponse) MarshalJSON() ([]byte, error) + type OrderinvoicesCreatechargeinvoiceCall struct + 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 struct + 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 struct + Description string + ForceSendFields []string + NullFields []string + Reason string + func (s *OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption) MarshalJSON() ([]byte, error) + type OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption struct + Description string + ForceSendFields []string + NullFields []string + Reason string + func (s *OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption) MarshalJSON() ([]byte, error) + type OrderinvoicesService struct + func NewOrderinvoicesService(s *APIService) *OrderinvoicesService + func (r *OrderinvoicesService) Createchargeinvoice(merchantId uint64, orderId string, ...) *OrderinvoicesCreatechargeinvoiceCall + func (r *OrderinvoicesService) Createrefundinvoice(merchantId uint64, orderId string, ...) *OrderinvoicesCreaterefundinvoiceCall + type OrderreportsListDisbursementsResponse struct + Disbursements []*OrderReportDisbursement + ForceSendFields []string + Kind string + NextPageToken string + NullFields []string + func (s *OrderreportsListDisbursementsResponse) MarshalJSON() ([]byte, error) + type OrderreportsListTransactionsResponse struct + ForceSendFields []string + Kind string + NextPageToken string + NullFields []string + Transactions []*OrderReportTransaction + func (s *OrderreportsListTransactionsResponse) MarshalJSON() ([]byte, error) + type OrderreportsListdisbursementsCall struct + func (c *OrderreportsListdisbursementsCall) Context(ctx context.Context) *OrderreportsListdisbursementsCall + func (c *OrderreportsListdisbursementsCall) DisbursementEndDate(disbursementEndDate 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 struct + 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 + type OrderreportsService struct + func NewOrderreportsService(s *APIService) *OrderreportsService + func (r *OrderreportsService) Listdisbursements(merchantId uint64, disbursementStartDate string) *OrderreportsListdisbursementsCall + func (r *OrderreportsService) Listtransactions(merchantId uint64, disbursementId string, transactionStartDate string) *OrderreportsListtransactionsCall + type OrderreturnsGetCall struct + 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 OrderreturnsListCall struct + 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) 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 + type OrderreturnsListResponse struct + ForceSendFields []string + Kind string + NextPageToken string + NullFields []string + Resources []*MerchantOrderReturn + func (s *OrderreturnsListResponse) MarshalJSON() ([]byte, error) + type OrderreturnsService struct + func NewOrderreturnsService(s *APIService) *OrderreturnsService + func (r *OrderreturnsService) Get(merchantId uint64, returnId string) *OrderreturnsGetCall + func (r *OrderreturnsService) List(merchantId uint64) *OrderreturnsListCall + type OrdersAcknowledgeCall struct + 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 struct + ForceSendFields []string + NullFields []string + OperationId string + func (s *OrdersAcknowledgeRequest) MarshalJSON() ([]byte, error) + type OrdersAcknowledgeResponse struct + ExecutionStatus string + ForceSendFields []string + Kind string + NullFields []string + func (s *OrdersAcknowledgeResponse) MarshalJSON() ([]byte, error) + type OrdersAdvanceTestOrderResponse struct + ForceSendFields []string + Kind string + NullFields []string + func (s *OrdersAdvanceTestOrderResponse) MarshalJSON() ([]byte, error) + type OrdersAdvancetestorderCall struct + 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 struct + func (c *OrdersCancelCall) Context(ctx context.Context) *OrdersCancelCall + func (c *OrdersCancelCall) Do(opts ...googleapi.CallOption) (*OrdersCancelResponse, error) + func (c *OrdersCancelCall) Fields(s ...googleapi.Field) *OrdersCancelCall + func (c *OrdersCancelCall) Header() http.Header + type OrdersCancelLineItemRequest struct + Amount *Price + AmountPretax *Price + AmountTax *Price + ForceSendFields []string + LineItemId string + NullFields []string + OperationId string + ProductId string + Quantity int64 + Reason string + ReasonText string + func (s *OrdersCancelLineItemRequest) MarshalJSON() ([]byte, error) + type OrdersCancelLineItemResponse struct + ExecutionStatus string + ForceSendFields []string + Kind string + NullFields []string + func (s *OrdersCancelLineItemResponse) MarshalJSON() ([]byte, error) + type OrdersCancelRequest struct + ForceSendFields []string + NullFields []string + OperationId string + Reason string + ReasonText string + func (s *OrdersCancelRequest) MarshalJSON() ([]byte, error) + type OrdersCancelResponse struct + ExecutionStatus string + ForceSendFields []string + Kind string + NullFields []string + func (s *OrdersCancelResponse) MarshalJSON() ([]byte, error) + type OrdersCancelTestOrderByCustomerRequest struct + ForceSendFields []string + NullFields []string + Reason string + func (s *OrdersCancelTestOrderByCustomerRequest) MarshalJSON() ([]byte, error) + type OrdersCancelTestOrderByCustomerResponse struct + ForceSendFields []string + Kind string + NullFields []string + func (s *OrdersCancelTestOrderByCustomerResponse) MarshalJSON() ([]byte, error) + type OrdersCancellineitemCall struct + 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 struct + 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 struct + Country string + ForceSendFields []string + NullFields []string + TemplateName string + TestOrder *TestOrder + func (s *OrdersCreateTestOrderRequest) MarshalJSON() ([]byte, error) + type OrdersCreateTestOrderResponse struct + ForceSendFields []string + Kind string + NullFields []string + OrderId string + func (s *OrdersCreateTestOrderResponse) MarshalJSON() ([]byte, error) + type OrdersCreateTestReturnRequest struct + ForceSendFields []string + Items []*OrdersCustomBatchRequestEntryCreateTestReturnReturnItem + NullFields []string + func (s *OrdersCreateTestReturnRequest) MarshalJSON() ([]byte, error) + type OrdersCreateTestReturnResponse struct + ForceSendFields []string + Kind string + NullFields []string + ReturnId string + func (s *OrdersCreateTestReturnResponse) MarshalJSON() ([]byte, error) + type OrdersCreatetestorderCall struct + 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 struct + 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 OrdersCustomBatchRequest struct + Entries []*OrdersCustomBatchRequestEntry + ForceSendFields []string + NullFields []string + func (s *OrdersCustomBatchRequest) MarshalJSON() ([]byte, error) + type OrdersCustomBatchRequestEntry struct + BatchId int64 + Cancel *OrdersCustomBatchRequestEntryCancel + CancelLineItem *OrdersCustomBatchRequestEntryCancelLineItem + ForceSendFields []string + InStoreRefundLineItem *OrdersCustomBatchRequestEntryInStoreRefundLineItem + MerchantId uint64 + MerchantOrderId string + Method string + NullFields []string + OperationId string + OrderId string + Refund *OrdersCustomBatchRequestEntryRefund + RejectReturnLineItem *OrdersCustomBatchRequestEntryRejectReturnLineItem + ReturnLineItem *OrdersCustomBatchRequestEntryReturnLineItem + ReturnRefundLineItem *OrdersCustomBatchRequestEntryReturnRefundLineItem + SetLineItemMetadata *OrdersCustomBatchRequestEntrySetLineItemMetadata + ShipLineItems *OrdersCustomBatchRequestEntryShipLineItems + UpdateLineItemShippingDetails *OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails + UpdateShipment *OrdersCustomBatchRequestEntryUpdateShipment + func (s *OrdersCustomBatchRequestEntry) MarshalJSON() ([]byte, error) + type OrdersCustomBatchRequestEntryCancel struct + ForceSendFields []string + NullFields []string + Reason string + ReasonText string + func (s *OrdersCustomBatchRequestEntryCancel) MarshalJSON() ([]byte, error) + type OrdersCustomBatchRequestEntryCancelLineItem struct + Amount *Price + AmountPretax *Price + AmountTax *Price + ForceSendFields []string + LineItemId string + NullFields []string + ProductId string + Quantity int64 + Reason string + ReasonText string + func (s *OrdersCustomBatchRequestEntryCancelLineItem) MarshalJSON() ([]byte, error) + type OrdersCustomBatchRequestEntryCreateTestReturnReturnItem struct + ForceSendFields []string + LineItemId string + NullFields []string + Quantity int64 + func (s *OrdersCustomBatchRequestEntryCreateTestReturnReturnItem) MarshalJSON() ([]byte, error) + type OrdersCustomBatchRequestEntryInStoreRefundLineItem struct + AmountPretax *Price + AmountTax *Price + ForceSendFields []string + LineItemId string + NullFields []string + ProductId string + Quantity int64 + Reason string + ReasonText string + func (s *OrdersCustomBatchRequestEntryInStoreRefundLineItem) MarshalJSON() ([]byte, error) + type OrdersCustomBatchRequestEntryRefund struct + Amount *Price + AmountPretax *Price + AmountTax *Price + ForceSendFields []string + NullFields []string + Reason string + ReasonText string + func (s *OrdersCustomBatchRequestEntryRefund) MarshalJSON() ([]byte, error) + type OrdersCustomBatchRequestEntryRejectReturnLineItem struct + ForceSendFields []string + LineItemId string + NullFields []string + ProductId string + Quantity int64 + Reason string + ReasonText string + func (s *OrdersCustomBatchRequestEntryRejectReturnLineItem) MarshalJSON() ([]byte, error) + type OrdersCustomBatchRequestEntryReturnLineItem struct + ForceSendFields []string + LineItemId string + NullFields []string + ProductId string + Quantity int64 + Reason string + ReasonText string + func (s *OrdersCustomBatchRequestEntryReturnLineItem) MarshalJSON() ([]byte, error) + type OrdersCustomBatchRequestEntryReturnRefundLineItem struct + AmountPretax *Price + AmountTax *Price + ForceSendFields []string + LineItemId string + NullFields []string + ProductId string + Quantity int64 + Reason string + ReasonText string + func (s *OrdersCustomBatchRequestEntryReturnRefundLineItem) MarshalJSON() ([]byte, error) + type OrdersCustomBatchRequestEntrySetLineItemMetadata struct + Annotations []*OrderMerchantProvidedAnnotation + ForceSendFields []string + LineItemId string + NullFields []string + ProductId string + func (s *OrdersCustomBatchRequestEntrySetLineItemMetadata) MarshalJSON() ([]byte, error) + type OrdersCustomBatchRequestEntryShipLineItems struct + Carrier string + ForceSendFields []string + LineItems []*OrderShipmentLineItemShipment + NullFields []string + ShipmentGroupId string + ShipmentId string + ShipmentInfos []*OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo + TrackingId string + func (s *OrdersCustomBatchRequestEntryShipLineItems) MarshalJSON() ([]byte, error) + type OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo struct + Carrier string + ForceSendFields []string + NullFields []string + ShipmentId string + TrackingId string + func (s *OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo) MarshalJSON() ([]byte, error) + type OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails struct + DeliverByDate string + ForceSendFields []string + LineItemId string + NullFields []string + ProductId string + ShipByDate string + func (s *OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails) MarshalJSON() ([]byte, error) + type OrdersCustomBatchRequestEntryUpdateShipment struct + Carrier string + DeliveryDate string + ForceSendFields []string + NullFields []string + ShipmentId string + Status string + TrackingId string + func (s *OrdersCustomBatchRequestEntryUpdateShipment) MarshalJSON() ([]byte, error) + type OrdersCustomBatchResponse struct + Entries []*OrdersCustomBatchResponseEntry + ForceSendFields []string + Kind string + NullFields []string + func (s *OrdersCustomBatchResponse) MarshalJSON() ([]byte, error) + type OrdersCustomBatchResponseEntry struct + BatchId int64 + Errors *Errors + ExecutionStatus string + ForceSendFields []string + Kind string + NullFields []string + Order *Order + func (s *OrdersCustomBatchResponseEntry) MarshalJSON() ([]byte, error) + type OrdersCustombatchCall struct + func (c *OrdersCustombatchCall) Context(ctx context.Context) *OrdersCustombatchCall + func (c *OrdersCustombatchCall) Do(opts ...googleapi.CallOption) (*OrdersCustomBatchResponse, error) + func (c *OrdersCustombatchCall) Fields(s ...googleapi.Field) *OrdersCustombatchCall + func (c *OrdersCustombatchCall) Header() http.Header + type OrdersGetByMerchantOrderIdResponse struct + ForceSendFields []string + Kind string + NullFields []string + Order *Order + func (s *OrdersGetByMerchantOrderIdResponse) MarshalJSON() ([]byte, error) + type OrdersGetCall struct + 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 struct + ForceSendFields []string + Kind string + NullFields []string + Template *TestOrder + func (s *OrdersGetTestOrderTemplateResponse) MarshalJSON() ([]byte, error) + type OrdersGetbymerchantorderidCall struct + 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 struct + 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 struct + AmountPretax *Price + AmountTax *Price + ForceSendFields []string + LineItemId string + NullFields []string + OperationId string + ProductId string + Quantity int64 + Reason string + ReasonText string + func (s *OrdersInStoreRefundLineItemRequest) MarshalJSON() ([]byte, error) + type OrdersInStoreRefundLineItemResponse struct + ExecutionStatus string + ForceSendFields []string + Kind string + NullFields []string + func (s *OrdersInStoreRefundLineItemResponse) MarshalJSON() ([]byte, error) + type OrdersInstorerefundlineitemCall struct + 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 struct + 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 struct + ForceSendFields []string + Kind string + NextPageToken string + NullFields []string + Resources []*Order + func (s *OrdersListResponse) MarshalJSON() ([]byte, error) + type OrdersRefundCall struct + func (c *OrdersRefundCall) Context(ctx context.Context) *OrdersRefundCall + func (c *OrdersRefundCall) Do(opts ...googleapi.CallOption) (*OrdersRefundResponse, error) + func (c *OrdersRefundCall) Fields(s ...googleapi.Field) *OrdersRefundCall + func (c *OrdersRefundCall) Header() http.Header + type OrdersRefundRequest struct + Amount *Price + AmountPretax *Price + AmountTax *Price + ForceSendFields []string + NullFields []string + OperationId string + Reason string + ReasonText string + func (s *OrdersRefundRequest) MarshalJSON() ([]byte, error) + type OrdersRefundResponse struct + ExecutionStatus string + ForceSendFields []string + Kind string + NullFields []string + func (s *OrdersRefundResponse) MarshalJSON() ([]byte, error) + type OrdersRejectReturnLineItemRequest struct + ForceSendFields []string + LineItemId string + NullFields []string + OperationId string + ProductId string + Quantity int64 + Reason string + ReasonText string + func (s *OrdersRejectReturnLineItemRequest) MarshalJSON() ([]byte, error) + type OrdersRejectReturnLineItemResponse struct + ExecutionStatus string + ForceSendFields []string + Kind string + NullFields []string + func (s *OrdersRejectReturnLineItemResponse) MarshalJSON() ([]byte, error) + type OrdersRejectreturnlineitemCall struct + 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 OrdersReturnLineItemRequest struct + ForceSendFields []string + LineItemId string + NullFields []string + OperationId string + ProductId string + Quantity int64 + Reason string + ReasonText string + func (s *OrdersReturnLineItemRequest) MarshalJSON() ([]byte, error) + type OrdersReturnLineItemResponse struct + ExecutionStatus string + ForceSendFields []string + Kind string + NullFields []string + func (s *OrdersReturnLineItemResponse) MarshalJSON() ([]byte, error) + type OrdersReturnRefundLineItemRequest struct + AmountPretax *Price + AmountTax *Price + ForceSendFields []string + LineItemId string + NullFields []string + OperationId string + ProductId string + Quantity int64 + Reason string + ReasonText string + func (s *OrdersReturnRefundLineItemRequest) MarshalJSON() ([]byte, error) + type OrdersReturnRefundLineItemResponse struct + ExecutionStatus string + ForceSendFields []string + Kind string + NullFields []string + func (s *OrdersReturnRefundLineItemResponse) MarshalJSON() ([]byte, error) + type OrdersReturnlineitemCall struct + func (c *OrdersReturnlineitemCall) Context(ctx context.Context) *OrdersReturnlineitemCall + func (c *OrdersReturnlineitemCall) Do(opts ...googleapi.CallOption) (*OrdersReturnLineItemResponse, error) + func (c *OrdersReturnlineitemCall) Fields(s ...googleapi.Field) *OrdersReturnlineitemCall + func (c *OrdersReturnlineitemCall) Header() http.Header + type OrdersReturnrefundlineitemCall struct + 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 struct + func NewOrdersService(s *APIService) *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) Custombatch(orderscustombatchrequest *OrdersCustomBatchRequest) *OrdersCustombatchCall + 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) Refund(merchantId uint64, orderId string, ordersrefundrequest *OrdersRefundRequest) *OrdersRefundCall + func (r *OrdersService) Rejectreturnlineitem(merchantId uint64, orderId string, ...) *OrdersRejectreturnlineitemCall + func (r *OrdersService) Returnlineitem(merchantId uint64, orderId string, ...) *OrdersReturnlineitemCall + 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 struct + Annotations []*OrderMerchantProvidedAnnotation + ForceSendFields []string + LineItemId string + NullFields []string + OperationId string + ProductId string + func (s *OrdersSetLineItemMetadataRequest) MarshalJSON() ([]byte, error) + type OrdersSetLineItemMetadataResponse struct + ExecutionStatus string + ForceSendFields []string + Kind string + NullFields []string + func (s *OrdersSetLineItemMetadataResponse) MarshalJSON() ([]byte, error) + type OrdersSetlineitemmetadataCall struct + 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 struct + Carrier string + ForceSendFields []string + LineItems []*OrderShipmentLineItemShipment + NullFields []string + OperationId string + ShipmentGroupId string + ShipmentId string + ShipmentInfos []*OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo + TrackingId string + func (s *OrdersShipLineItemsRequest) MarshalJSON() ([]byte, error) + type OrdersShipLineItemsResponse struct + ExecutionStatus string + ForceSendFields []string + Kind string + NullFields []string + func (s *OrdersShipLineItemsResponse) MarshalJSON() ([]byte, error) + type OrdersShiplineitemsCall struct + 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 struct + DeliverByDate string + ForceSendFields []string + LineItemId string + NullFields []string + OperationId string + ProductId string + ShipByDate string + func (s *OrdersUpdateLineItemShippingDetailsRequest) MarshalJSON() ([]byte, error) + type OrdersUpdateLineItemShippingDetailsResponse struct + ExecutionStatus string + ForceSendFields []string + Kind string + NullFields []string + func (s *OrdersUpdateLineItemShippingDetailsResponse) MarshalJSON() ([]byte, error) + type OrdersUpdateMerchantOrderIdRequest struct + ForceSendFields []string + MerchantOrderId string + NullFields []string + OperationId string + func (s *OrdersUpdateMerchantOrderIdRequest) MarshalJSON() ([]byte, error) + type OrdersUpdateMerchantOrderIdResponse struct + ExecutionStatus string + ForceSendFields []string + Kind string + NullFields []string + func (s *OrdersUpdateMerchantOrderIdResponse) MarshalJSON() ([]byte, error) + type OrdersUpdateShipmentRequest struct + Carrier string + DeliveryDate string + ForceSendFields []string + NullFields []string + OperationId string + ShipmentId string + Status string + TrackingId string + func (s *OrdersUpdateShipmentRequest) MarshalJSON() ([]byte, error) + type OrdersUpdateShipmentResponse struct + ExecutionStatus string + ForceSendFields []string + Kind string + NullFields []string + func (s *OrdersUpdateShipmentResponse) MarshalJSON() ([]byte, error) + type OrdersUpdatelineitemshippingdetailsCall struct + 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 struct + 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 struct + 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 PickupCarrierService struct + CarrierName string + ForceSendFields []string + NullFields []string + ServiceName string + func (s *PickupCarrierService) MarshalJSON() ([]byte, error) + type PickupServicesPickupService struct + CarrierName string + Country string + ForceSendFields []string + NullFields []string + ServiceName string + func (s *PickupServicesPickupService) MarshalJSON() ([]byte, error) + type PosCustomBatchRequest struct + Entries []*PosCustomBatchRequestEntry + ForceSendFields []string + NullFields []string + func (s *PosCustomBatchRequest) MarshalJSON() ([]byte, error) + type PosCustomBatchRequestEntry struct + BatchId int64 + ForceSendFields []string + Inventory *PosInventory + MerchantId uint64 + Method string + NullFields []string + Sale *PosSale + Store *PosStore + StoreCode string + TargetMerchantId uint64 + func (s *PosCustomBatchRequestEntry) MarshalJSON() ([]byte, error) + type PosCustomBatchResponse struct + Entries []*PosCustomBatchResponseEntry + ForceSendFields []string + Kind string + NullFields []string + func (s *PosCustomBatchResponse) MarshalJSON() ([]byte, error) + type PosCustomBatchResponseEntry struct + BatchId int64 + Errors *Errors + ForceSendFields []string + Inventory *PosInventory + Kind string + NullFields []string + Sale *PosSale + Store *PosStore + func (s *PosCustomBatchResponseEntry) MarshalJSON() ([]byte, error) + type PosCustombatchCall struct + func (c *PosCustombatchCall) Context(ctx context.Context) *PosCustombatchCall + func (c *PosCustombatchCall) Do(opts ...googleapi.CallOption) (*PosCustomBatchResponse, error) + func (c *PosCustombatchCall) DryRun(dryRun bool) *PosCustombatchCall + func (c *PosCustombatchCall) Fields(s ...googleapi.Field) *PosCustombatchCall + func (c *PosCustombatchCall) Header() http.Header + type PosDataProviders struct + Country string + ForceSendFields []string + NullFields []string + PosDataProviders []*PosDataProvidersPosDataProvider + func (s *PosDataProviders) MarshalJSON() ([]byte, error) + type PosDataProvidersPosDataProvider struct + DisplayName string + ForceSendFields []string + FullName string + NullFields []string + ProviderId uint64 + func (s *PosDataProvidersPosDataProvider) MarshalJSON() ([]byte, error) + type PosDeleteCall struct + func (c *PosDeleteCall) Context(ctx context.Context) *PosDeleteCall + func (c *PosDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *PosDeleteCall) DryRun(dryRun bool) *PosDeleteCall + func (c *PosDeleteCall) Fields(s ...googleapi.Field) *PosDeleteCall + func (c *PosDeleteCall) Header() http.Header + type PosGetCall struct + 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 struct + func (c *PosInsertCall) Context(ctx context.Context) *PosInsertCall + func (c *PosInsertCall) Do(opts ...googleapi.CallOption) (*PosStore, error) + func (c *PosInsertCall) DryRun(dryRun bool) *PosInsertCall + func (c *PosInsertCall) Fields(s ...googleapi.Field) *PosInsertCall + func (c *PosInsertCall) Header() http.Header + type PosInventory struct + ContentLanguage string + ForceSendFields []string + Gtin string + ItemId string + Kind string + NullFields []string + Price *Price + Quantity int64 + StoreCode string + TargetCountry string + Timestamp string + func (s *PosInventory) MarshalJSON() ([]byte, error) + type PosInventoryCall struct + func (c *PosInventoryCall) Context(ctx context.Context) *PosInventoryCall + func (c *PosInventoryCall) Do(opts ...googleapi.CallOption) (*PosInventoryResponse, error) + func (c *PosInventoryCall) DryRun(dryRun bool) *PosInventoryCall + func (c *PosInventoryCall) Fields(s ...googleapi.Field) *PosInventoryCall + func (c *PosInventoryCall) Header() http.Header + type PosInventoryRequest struct + ContentLanguage string + ForceSendFields []string + Gtin string + ItemId string + NullFields []string + Price *Price + Quantity int64 + StoreCode string + TargetCountry string + Timestamp string + func (s *PosInventoryRequest) MarshalJSON() ([]byte, error) + type PosInventoryResponse struct + ContentLanguage string + ForceSendFields []string + Gtin string + ItemId string + Kind string + NullFields []string + Price *Price + Quantity int64 + StoreCode string + TargetCountry string + Timestamp string + func (s *PosInventoryResponse) MarshalJSON() ([]byte, error) + type PosListCall struct + 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 struct + ForceSendFields []string + Kind string + NullFields []string + Resources []*PosStore + func (s *PosListResponse) MarshalJSON() ([]byte, error) + type PosSale struct + ContentLanguage string + ForceSendFields []string + Gtin string + ItemId string + Kind string + NullFields []string + Price *Price + Quantity int64 + SaleId string + StoreCode string + TargetCountry string + Timestamp string + func (s *PosSale) MarshalJSON() ([]byte, error) + type PosSaleCall struct + func (c *PosSaleCall) Context(ctx context.Context) *PosSaleCall + func (c *PosSaleCall) Do(opts ...googleapi.CallOption) (*PosSaleResponse, error) + func (c *PosSaleCall) DryRun(dryRun bool) *PosSaleCall + func (c *PosSaleCall) Fields(s ...googleapi.Field) *PosSaleCall + func (c *PosSaleCall) Header() http.Header + type PosSaleRequest struct + ContentLanguage string + ForceSendFields []string + Gtin string + ItemId string + NullFields []string + Price *Price + Quantity int64 + SaleId string + StoreCode string + TargetCountry string + Timestamp string + func (s *PosSaleRequest) MarshalJSON() ([]byte, error) + type PosSaleResponse struct + ContentLanguage string + ForceSendFields []string + Gtin string + ItemId string + Kind string + NullFields []string + Price *Price + Quantity int64 + SaleId string + StoreCode string + TargetCountry string + Timestamp string + func (s *PosSaleResponse) MarshalJSON() ([]byte, error) + type PosService struct + func NewPosService(s *APIService) *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 struct + ForceSendFields []string + Kind string + NullFields []string + StoreAddress string + StoreCode string + func (s *PosStore) MarshalJSON() ([]byte, error) + type PostalCodeGroup struct + Country string + ForceSendFields []string + Name string + NullFields []string + PostalCodeRanges []*PostalCodeRange + func (s *PostalCodeGroup) MarshalJSON() ([]byte, error) + type PostalCodeRange struct + ForceSendFields []string + NullFields []string + PostalCodeRangeBegin string + PostalCodeRangeEnd string + func (s *PostalCodeRange) MarshalJSON() ([]byte, error) + type Price struct + Currency string + ForceSendFields []string + NullFields []string + Value string + func (s *Price) MarshalJSON() ([]byte, error) + type Product struct + AdditionalImageLinks []string + AdditionalProductTypes []string + Adult bool + AdwordsGrouping string + AdwordsLabels []string + AdwordsRedirect string + AgeGroup string + Aspects []*ProductAspect + Availability string + AvailabilityDate string + Brand string + Channel string + Color string + Condition string + ContentLanguage string + CostOfGoodsSold *Price + CustomAttributes []*CustomAttribute + CustomGroups []*CustomGroup + CustomLabel0 string + CustomLabel1 string + CustomLabel2 string + CustomLabel3 string + CustomLabel4 string + Description string + Destinations []*ProductDestination + DisplayAdsId string + DisplayAdsLink string + DisplayAdsSimilarIds []string + DisplayAdsTitle string + DisplayAdsValue float64 + EnergyEfficiencyClass string + ExpirationDate string + ForceSendFields []string + Gender string + GoogleProductCategory string + Gtin string + Id string + IdentifierExists bool + ImageLink string + Installment *Installment + IsBundle bool + ItemGroupId string + Kind string + Link string + LoyaltyPoints *LoyaltyPoints + Material string + MaxEnergyEfficiencyClass string + MaxHandlingTime int64 + MinEnergyEfficiencyClass string + MinHandlingTime int64 + MobileLink string + Mpn string + Multipack int64 + NullFields []string + OfferId string + OnlineOnly bool + Pattern string + Price *Price + ProductType string + PromotionIds []string + SalePrice *Price + SalePriceEffectiveDate string + SellOnGoogleQuantity int64 + Shipping []*ProductShipping + ShippingHeight *ProductShippingDimension + ShippingLabel string + ShippingLength *ProductShippingDimension + ShippingWeight *ProductShippingWeight + ShippingWidth *ProductShippingDimension + SizeSystem string + SizeType string + Sizes []string + Source string + TargetCountry string + Taxes []*ProductTax + Title string + UnitPricingBaseMeasure *ProductUnitPricingBaseMeasure + UnitPricingMeasure *ProductUnitPricingMeasure + ValidatedDestinations []string + Warnings []*Error + func (s *Product) MarshalJSON() ([]byte, error) + func (s *Product) UnmarshalJSON(data []byte) error + type ProductAmount struct + ForceSendFields []string + NullFields []string + PriceAmount *Price + RemittedTaxAmount *Price + TaxAmount *Price + func (s *ProductAmount) MarshalJSON() ([]byte, error) + type ProductAspect struct + AspectName string + DestinationName string + ForceSendFields []string + Intention string + NullFields []string + func (s *ProductAspect) MarshalJSON() ([]byte, error) + type ProductDestination struct + DestinationName string + ForceSendFields []string + Intention string + NullFields []string + func (s *ProductDestination) MarshalJSON() ([]byte, error) + type ProductShipping struct + Country string + ForceSendFields []string + LocationGroupName string + LocationId int64 + NullFields []string + PostalCode string + Price *Price + Region string + Service string + func (s *ProductShipping) MarshalJSON() ([]byte, error) + type ProductShippingDimension struct + ForceSendFields []string + NullFields []string + Unit string + Value float64 + func (s *ProductShippingDimension) MarshalJSON() ([]byte, error) + func (s *ProductShippingDimension) UnmarshalJSON(data []byte) error + type ProductShippingWeight struct + ForceSendFields []string + NullFields []string + Unit string + Value float64 + func (s *ProductShippingWeight) MarshalJSON() ([]byte, error) + func (s *ProductShippingWeight) UnmarshalJSON(data []byte) error + type ProductStatus struct + CreationDate string + DataQualityIssues []*ProductStatusDataQualityIssue + DestinationStatuses []*ProductStatusDestinationStatus + ForceSendFields []string + GoogleExpirationDate string + ItemLevelIssues []*ProductStatusItemLevelIssue + Kind string + LastUpdateDate string + Link string + NullFields []string + Product *Product + ProductId string + Title string + func (s *ProductStatus) MarshalJSON() ([]byte, error) + type ProductStatusDataQualityIssue struct + Destination string + Detail string + FetchStatus string + ForceSendFields []string + Id string + Location string + NullFields []string + Severity string + Timestamp string + ValueOnLandingPage string + ValueProvided string + func (s *ProductStatusDataQualityIssue) MarshalJSON() ([]byte, error) + type ProductStatusDestinationStatus struct + ApprovalPending bool + ApprovalStatus string + Destination string + ForceSendFields []string + Intention string + NullFields []string + func (s *ProductStatusDestinationStatus) MarshalJSON() ([]byte, error) + type ProductStatusItemLevelIssue struct + AttributeName string + Code string + Description string + Destination string + Detail string + Documentation string + ForceSendFields []string + NullFields []string + Resolution string + Servability string + func (s *ProductStatusItemLevelIssue) MarshalJSON() ([]byte, error) + type ProductTax struct + Country string + ForceSendFields []string + LocationId int64 + NullFields []string + PostalCode string + Rate float64 + Region string + TaxShip bool + func (s *ProductTax) MarshalJSON() ([]byte, error) + func (s *ProductTax) UnmarshalJSON(data []byte) error + type ProductUnitPricingBaseMeasure struct + ForceSendFields []string + NullFields []string + Unit string + Value int64 + func (s *ProductUnitPricingBaseMeasure) MarshalJSON() ([]byte, error) + type ProductUnitPricingMeasure struct + ForceSendFields []string + NullFields []string + Unit string + Value float64 + func (s *ProductUnitPricingMeasure) MarshalJSON() ([]byte, error) + func (s *ProductUnitPricingMeasure) UnmarshalJSON(data []byte) error + type ProductsCustomBatchRequest struct + Entries []*ProductsCustomBatchRequestEntry + ForceSendFields []string + NullFields []string + func (s *ProductsCustomBatchRequest) MarshalJSON() ([]byte, error) + type ProductsCustomBatchRequestEntry struct + BatchId int64 + ForceSendFields []string + MerchantId uint64 + Method string + NullFields []string + Product *Product + ProductId string + func (s *ProductsCustomBatchRequestEntry) MarshalJSON() ([]byte, error) + type ProductsCustomBatchResponse struct + Entries []*ProductsCustomBatchResponseEntry + ForceSendFields []string + Kind string + NullFields []string + func (s *ProductsCustomBatchResponse) MarshalJSON() ([]byte, error) + type ProductsCustomBatchResponseEntry struct + BatchId int64 + Errors *Errors + ForceSendFields []string + Kind string + NullFields []string + Product *Product + func (s *ProductsCustomBatchResponseEntry) MarshalJSON() ([]byte, error) + type ProductsCustombatchCall struct + func (c *ProductsCustombatchCall) Context(ctx context.Context) *ProductsCustombatchCall + func (c *ProductsCustombatchCall) Do(opts ...googleapi.CallOption) (*ProductsCustomBatchResponse, error) + func (c *ProductsCustombatchCall) DryRun(dryRun bool) *ProductsCustombatchCall + func (c *ProductsCustombatchCall) Fields(s ...googleapi.Field) *ProductsCustombatchCall + func (c *ProductsCustombatchCall) Header() http.Header + type ProductsDeleteCall struct + func (c *ProductsDeleteCall) Context(ctx context.Context) *ProductsDeleteCall + func (c *ProductsDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *ProductsDeleteCall) DryRun(dryRun bool) *ProductsDeleteCall + func (c *ProductsDeleteCall) Fields(s ...googleapi.Field) *ProductsDeleteCall + func (c *ProductsDeleteCall) Header() http.Header + type ProductsGetCall struct + 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 struct + func (c *ProductsInsertCall) Context(ctx context.Context) *ProductsInsertCall + func (c *ProductsInsertCall) Do(opts ...googleapi.CallOption) (*Product, error) + func (c *ProductsInsertCall) DryRun(dryRun bool) *ProductsInsertCall + func (c *ProductsInsertCall) Fields(s ...googleapi.Field) *ProductsInsertCall + func (c *ProductsInsertCall) Header() http.Header + type ProductsListCall struct + 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) IncludeInvalidInsertedItems(includeInvalidInsertedItems bool) *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 struct + ForceSendFields []string + Kind string + NextPageToken string + NullFields []string + Resources []*Product + func (s *ProductsListResponse) MarshalJSON() ([]byte, error) + type ProductsService struct + func NewProductsService(s *APIService) *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 struct + Entries []*ProductstatusesCustomBatchRequestEntry + ForceSendFields []string + NullFields []string + func (s *ProductstatusesCustomBatchRequest) MarshalJSON() ([]byte, error) + type ProductstatusesCustomBatchRequestEntry struct + BatchId int64 + Destinations []string + ForceSendFields []string + IncludeAttributes bool + MerchantId uint64 + Method string + NullFields []string + ProductId string + func (s *ProductstatusesCustomBatchRequestEntry) MarshalJSON() ([]byte, error) + type ProductstatusesCustomBatchResponse struct + Entries []*ProductstatusesCustomBatchResponseEntry + ForceSendFields []string + Kind string + NullFields []string + func (s *ProductstatusesCustomBatchResponse) MarshalJSON() ([]byte, error) + type ProductstatusesCustomBatchResponseEntry struct + BatchId int64 + Errors *Errors + ForceSendFields []string + Kind string + NullFields []string + ProductStatus *ProductStatus + func (s *ProductstatusesCustomBatchResponseEntry) MarshalJSON() ([]byte, error) + type ProductstatusesCustombatchCall struct + 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 + func (c *ProductstatusesCustombatchCall) IncludeAttributes(includeAttributes bool) *ProductstatusesCustombatchCall + type ProductstatusesGetCall struct + 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 + func (c *ProductstatusesGetCall) IncludeAttributes(includeAttributes bool) *ProductstatusesGetCall + type ProductstatusesListCall struct + 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) IncludeAttributes(includeAttributes bool) *ProductstatusesListCall + func (c *ProductstatusesListCall) IncludeInvalidInsertedItems(includeInvalidInsertedItems bool) *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 struct + ForceSendFields []string + Kind string + NextPageToken string + NullFields []string + Resources []*ProductStatus + func (s *ProductstatusesListResponse) MarshalJSON() ([]byte, error) + type ProductstatusesService struct + func NewProductstatusesService(s *APIService) *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 Promotion struct + ForceSendFields []string + NullFields []string + PromotionAmount *Amount + PromotionId string + func (s *Promotion) MarshalJSON() ([]byte, error) + type RateGroup struct + ApplicableShippingLabels []string + CarrierRates []*CarrierRate + ForceSendFields []string + MainTable *Table + Name string + NullFields []string + SingleValue *Value + Subtables []*Table + func (s *RateGroup) MarshalJSON() ([]byte, error) + type RefundReason struct + Description string + ForceSendFields []string + NullFields []string + ReasonCode string + func (s *RefundReason) MarshalJSON() ([]byte, error) + type ReturnShipment struct + CreationDate string + DeliveryDate string + ForceSendFields []string + NullFields []string + ReturnMethodType string + ShipmentId string + ShipmentTrackingInfos []*ShipmentTrackingInfo + ShippingDate string + State string + func (s *ReturnShipment) MarshalJSON() ([]byte, error) + type Row struct + Cells []*Value + ForceSendFields []string + NullFields []string + func (s *Row) MarshalJSON() ([]byte, error) + type Service struct + Active bool + Currency string + DeliveryCountry string + DeliveryTime *DeliveryTime + Eligibility string + ForceSendFields []string + MinimumOrderValue *Price + MinimumOrderValueTable *MinimumOrderValueTable + Name string + NullFields []string + PickupService *PickupCarrierService + RateGroups []*RateGroup + ShipmentType string + func (s *Service) MarshalJSON() ([]byte, error) + type ShipmentInvoice struct + ForceSendFields []string + InvoiceSummary *InvoiceSummary + LineItemInvoices []*ShipmentInvoiceLineItemInvoice + NullFields []string + ShipmentGroupId string + func (s *ShipmentInvoice) MarshalJSON() ([]byte, error) + type ShipmentInvoiceLineItemInvoice struct + ForceSendFields []string + LineItemId string + NullFields []string + ProductId string + ShipmentUnitIds []string + UnitInvoice *UnitInvoice + func (s *ShipmentInvoiceLineItemInvoice) MarshalJSON() ([]byte, error) + type ShipmentTrackingInfo struct + Carrier string + ForceSendFields []string + NullFields []string + TrackingNumber string + func (s *ShipmentTrackingInfo) MarshalJSON() ([]byte, error) + type ShippingSettings struct + AccountId uint64 + ForceSendFields []string + NullFields []string + PostalCodeGroups []*PostalCodeGroup + Services []*Service + func (s *ShippingSettings) MarshalJSON() ([]byte, error) + type ShippingsettingsCustomBatchRequest struct + Entries []*ShippingsettingsCustomBatchRequestEntry + ForceSendFields []string + NullFields []string + func (s *ShippingsettingsCustomBatchRequest) MarshalJSON() ([]byte, error) + type ShippingsettingsCustomBatchRequestEntry struct + AccountId uint64 + BatchId int64 + ForceSendFields []string + MerchantId uint64 + Method string + NullFields []string + ShippingSettings *ShippingSettings + func (s *ShippingsettingsCustomBatchRequestEntry) MarshalJSON() ([]byte, error) + type ShippingsettingsCustomBatchResponse struct + Entries []*ShippingsettingsCustomBatchResponseEntry + ForceSendFields []string + Kind string + NullFields []string + func (s *ShippingsettingsCustomBatchResponse) MarshalJSON() ([]byte, error) + type ShippingsettingsCustomBatchResponseEntry struct + BatchId int64 + Errors *Errors + ForceSendFields []string + Kind string + NullFields []string + ShippingSettings *ShippingSettings + func (s *ShippingsettingsCustomBatchResponseEntry) MarshalJSON() ([]byte, error) + type ShippingsettingsCustombatchCall struct + func (c *ShippingsettingsCustombatchCall) Context(ctx context.Context) *ShippingsettingsCustombatchCall + func (c *ShippingsettingsCustombatchCall) Do(opts ...googleapi.CallOption) (*ShippingsettingsCustomBatchResponse, error) + func (c *ShippingsettingsCustombatchCall) DryRun(dryRun bool) *ShippingsettingsCustombatchCall + func (c *ShippingsettingsCustombatchCall) Fields(s ...googleapi.Field) *ShippingsettingsCustombatchCall + func (c *ShippingsettingsCustombatchCall) Header() http.Header + type ShippingsettingsGetCall struct + 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 struct + Carriers []*CarriersCarrier + ForceSendFields []string + Kind string + NullFields []string + func (s *ShippingsettingsGetSupportedCarriersResponse) MarshalJSON() ([]byte, error) + type ShippingsettingsGetSupportedHolidaysResponse struct + ForceSendFields []string + Holidays []*HolidaysHoliday + Kind string + NullFields []string + func (s *ShippingsettingsGetSupportedHolidaysResponse) MarshalJSON() ([]byte, error) + type ShippingsettingsGetSupportedPickupServicesResponse struct + ForceSendFields []string + Kind string + NullFields []string + PickupServices []*PickupServicesPickupService + func (s *ShippingsettingsGetSupportedPickupServicesResponse) MarshalJSON() ([]byte, error) + type ShippingsettingsGetsupportedcarriersCall struct + 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 struct + 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 struct + 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 struct + 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 struct + ForceSendFields []string + Kind string + NextPageToken string + NullFields []string + Resources []*ShippingSettings + func (s *ShippingsettingsListResponse) MarshalJSON() ([]byte, error) + type ShippingsettingsService struct + func NewShippingsettingsService(s *APIService) *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 struct + func (c *ShippingsettingsUpdateCall) Context(ctx context.Context) *ShippingsettingsUpdateCall + func (c *ShippingsettingsUpdateCall) Do(opts ...googleapi.CallOption) (*ShippingSettings, error) + func (c *ShippingsettingsUpdateCall) DryRun(dryRun bool) *ShippingsettingsUpdateCall + func (c *ShippingsettingsUpdateCall) Fields(s ...googleapi.Field) *ShippingsettingsUpdateCall + func (c *ShippingsettingsUpdateCall) Header() http.Header + type Table struct + ColumnHeaders *Headers + ForceSendFields []string + Name string + NullFields []string + RowHeaders *Headers + Rows []*Row + func (s *Table) MarshalJSON() ([]byte, error) + type TestOrder struct + Customer *TestOrderCustomer + EnableOrderinvoices bool + ForceSendFields []string + Kind string + LineItems []*TestOrderLineItem + NotificationMode string + NullFields []string + PaymentMethod *TestOrderPaymentMethod + PredefinedDeliveryAddress string + PredefinedPickupDetails string + Promotions []*OrderLegacyPromotion + ShippingCost *Price + ShippingCostTax *Price + ShippingOption string + func (s *TestOrder) MarshalJSON() ([]byte, error) + type TestOrderCustomer struct + Email string + ExplicitMarketingPreference bool + ForceSendFields []string + FullName string + MarketingRightsInfo *TestOrderCustomerMarketingRightsInfo + NullFields []string + func (s *TestOrderCustomer) MarshalJSON() ([]byte, error) + type TestOrderCustomerMarketingRightsInfo struct + ExplicitMarketingPreference string + ForceSendFields []string + LastUpdatedTimestamp string + NullFields []string + func (s *TestOrderCustomerMarketingRightsInfo) MarshalJSON() ([]byte, error) + type TestOrderLineItem struct + ForceSendFields []string + NullFields []string + Product *TestOrderLineItemProduct + QuantityOrdered int64 + ReturnInfo *OrderLineItemReturnInfo + ShippingDetails *OrderLineItemShippingDetails + UnitTax *Price + func (s *TestOrderLineItem) MarshalJSON() ([]byte, error) + type TestOrderLineItemProduct struct + Brand string + Channel string + Condition string + ContentLanguage string + Fees []*OrderLineItemProductFee + ForceSendFields []string + Gtin string + ImageLink string + ItemGroupId string + Mpn string + NullFields []string + OfferId string + Price *Price + TargetCountry string + Title string + VariantAttributes []*OrderLineItemProductVariantAttribute + func (s *TestOrderLineItemProduct) MarshalJSON() ([]byte, error) + type TestOrderPaymentMethod struct + ExpirationMonth int64 + ExpirationYear int64 + ForceSendFields []string + LastFourDigits string + NullFields []string + PredefinedBillingAddress string + Type string + func (s *TestOrderPaymentMethod) MarshalJSON() ([]byte, error) + type TransitTable struct + ForceSendFields []string + NullFields []string + PostalCodeGroupNames []string + Rows []*TransitTableTransitTimeRow + TransitTimeLabels []string + func (s *TransitTable) MarshalJSON() ([]byte, error) + type TransitTableTransitTimeRow struct + ForceSendFields []string + NullFields []string + Values []*TransitTableTransitTimeRowTransitTimeValue + func (s *TransitTableTransitTimeRow) MarshalJSON() ([]byte, error) + type TransitTableTransitTimeRowTransitTimeValue struct + ForceSendFields []string + MaxTransitTimeInDays int64 + MinTransitTimeInDays int64 + NullFields []string + func (s *TransitTableTransitTimeRowTransitTimeValue) MarshalJSON() ([]byte, error) + type UnitInvoice struct + AdditionalCharges []*UnitInvoiceAdditionalCharge + ForceSendFields []string + NullFields []string + Promotions []*Promotion + UnitPricePretax *Price + UnitPriceTaxes []*UnitInvoiceTaxLine + func (s *UnitInvoice) MarshalJSON() ([]byte, error) + type UnitInvoiceAdditionalCharge struct + AdditionalChargeAmount *Amount + AdditionalChargePromotions []*Promotion + ForceSendFields []string + NullFields []string + Type string + func (s *UnitInvoiceAdditionalCharge) MarshalJSON() ([]byte, error) + type UnitInvoiceTaxLine struct + ForceSendFields []string + NullFields []string + TaxAmount *Price + TaxName string + TaxType string + func (s *UnitInvoiceTaxLine) MarshalJSON() ([]byte, error) + type Value struct + CarrierRateName string + FlatRate *Price + ForceSendFields []string + NoShipping bool + NullFields []string + PricePercentage string + SubtableName string + func (s *Value) MarshalJSON() ([]byte, error) + type Weight struct + ForceSendFields []string + NullFields []string + Unit string + Value string + func (s *Weight) MarshalJSON() ([]byte, error)