Cloud Commerce Partner Procurement API

Partner API for the Cloud Commerce Procurement Service.

Service: cloudcommerceprocurement.googleapis.com

To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.

Discovery document

A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:

Service endpoint

A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:

  • https://cloudcommerceprocurement.googleapis.com

REST Resource: v1.providers.accounts

Methods
approve POST /v1/{name=providers/*/accounts/*}:approve
Grants an approval on an Account.
get GET /v1/{name=providers/*/accounts/*}
Gets a requested Account resource.
list GET /v1/{parent=providers/*}/accounts
Lists Accounts that the provider has access to.
reject POST /v1/{name=providers/*/accounts/*}:reject
Rejects an approval on an Account.
reset POST /v1/{name=providers/*/accounts/*}:reset
Resets an Account and cancels all associated Entitlements.

REST Resource: v1.providers.entitlements

Methods
approve POST /v1/{name=providers/*/entitlements/*}:approve
Approves an entitlement that is in the EntitlementState.ENTITLEMENT_ACTIVATION_REQUESTED state.
approvePlanChange POST /v1/{name=providers/*/entitlements/*}:approvePlanChange
Approves an entitlement plan change that is in the EntitlementState.ENTITLEMENT_PENDING_PLAN_CHANGE_APPROVAL state.
get GET /v1/{name=providers/*/entitlements/*}
Gets a requested Entitlement resource.
list GET /v1/{parent=providers/*}/entitlements
Lists Entitlements for which the provider has read access.
patch PATCH /v1/{name=providers/*/entitlements/*}
Updates an existing Entitlement.
reject POST /v1/{name=providers/*/entitlements/*}:reject
Rejects an entitlement that is in the EntitlementState.ENTITLEMENT_ACTIVATION_REQUESTED state.
rejectPlanChange POST /v1/{name=providers/*/entitlements/*}:rejectPlanChange
Rejects an entitlement plan change that is in the EntitlementState.ENTITLEMENT_PENDING_PLAN_CHANGE_APPROVAL state.
suspend POST /v1/{name=providers/*/entitlements/*}:suspend
Requests suspension of an active Entitlement.