Using sdk-platform-java with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/sdk-platform-java
Returns information about the authenticated user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://shoppingcontent.googleapis.com/content/v2/accounts/authinfo
Lists the orders in your Merchant Center account.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://shoppingcontent.googleapis.com/content/v2/{merchantId}/orders
Lists the sub-accounts in your Merchant Center account.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://shoppingcontent.googleapis.com/content/v2/{merchantId}/accounts
SDK on GitHub 📄 API Docs
SDK
sdk-platform-java
Java
API
googleapis.com
googleapis.com:shoppingcontent
At a glance
Language Java
Endpoints86
Base URLhttps://shoppingcontent.googleapis.com/content/v2
✓ Official