2024-10-24
▼ ▲ content.settlementreports.get
Path : {merchantId}/settlementreports/{settlementId}
Flat Path : {merchantId}/settlementreports/{settlementId}
HTTP Method : GET
Parameters :
merchantId
Description : The Merchant Center account of the settlement report.
Location : path
Required : Yes
Type : string
Format : uint64
settlementId
Description : The Google-provided ID of the settlement.
Location : path
Required : Yes
Type : string
Parameter Order :
Scopes : https://www.googleapis.com/auth/content
Description : Retrieves a settlement report from your Merchant Center account.
▼ ▲ content.settlementreports.list
Path : {merchantId}/settlementreports
Flat Path : {merchantId}/settlementreports
HTTP Method : GET
Parameters :
merchantId
Description : The Merchant Center account to list settlements for.
Location : path
Required : Yes
Type : string
Format : uint64
maxResults
Description : The maximum number of settlements to return in the response, used for paging. The default value is 200 returns per page, and the maximum allowed value is 5000 returns per page.
Location : query
Type : integer
Format : uint32
pageToken
Description : The token returned by the previous request.
Location : query
Type : string
transferStartDate
Description : Obtains settlements which have transactions after this date (inclusively), in ISO 8601 format.
Location : query
Type : string
transferEndDate
Description : Obtains settlements which have transactions before this date (inclusively), in ISO 8601 format.
Location : query
Type : string
Parameter Order : merchantId
Scopes : https://www.googleapis.com/auth/content
Description : Retrieves a list of settlement reports from your Merchant Center account.
▼ ▲ content.settlementtransactions.list
Path : {merchantId}/settlementreports/{settlementId}/transactions
Flat Path : {merchantId}/settlementreports/{settlementId}/transactions
HTTP Method : GET
Parameters :
merchantId
Description : The Merchant Center account to list transactions for.
Location : path
Required : Yes
Type : string
Format : uint64
settlementId
Description : The Google-provided ID of the settlement.
Location : path
Required : Yes
Type : string
maxResults
Description : The maximum number of transactions to return in the response, used for paging. The default value is 200 transactions per page, and the maximum allowed value is 5000 transactions per page.
Location : query
Type : integer
Format : uint32
pageToken
Description : The token returned by the previous request.
Location : query
Type : string
transactionIds
Description : The list of transactions to return. If not set, all transactions will be returned.
Location : query
Repeated : Yes
Type : string
Parameter Order :
Scopes : https://www.googleapis.com/auth/content
Description : Retrieves a list of transactions for the settlement.