class ProductsSkus extends Resource (View source)

The "skus" collection of methods.

Typical usage is:

 $cloudchannelService = new Google\Service\Cloudchannel(...);
 $skus = $cloudchannelService->products_skus;

Methods

listProductsSkus(string $parent, array $optParams = [])

Lists the SKUs for a product the reseller is authorized to sell. Possible error codes: * INVALID_ARGUMENT: Required request parameters are missing or invalid. (skus.listProductsSkus)

Details

GoogleCloudChannelV1ListSkusResponse listProductsSkus(string $parent, array $optParams = [])

Lists the SKUs for a product the reseller is authorized to sell. Possible error codes: * INVALID_ARGUMENT: Required request parameters are missing or invalid. (skus.listProductsSkus)

Parameters

string $parent

Required. The resource name of the Product to list SKUs for. Parent uses the format: products/{product_id}. Supports products/- to retrieve SKUs for all products.

array $optParams

Optional parameters.

Return Value

GoogleCloudChannelV1ListSkusResponse

Exceptions

Exception