getProduct

Gets a Product.

Return

null

Parameters

argument

null


suspend fun getProduct(branchId: String, catalogId: String, location: String, productId: String, project: String? = null): GetProductResult

Return

null

Parameters

branchId
catalogId
location
productId
project

See also


suspend fun getProduct(argument: suspend GetProductPlainArgsBuilder.() -> Unit): GetProductResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.retail.v2beta.kotlin.inputs.GetProductPlainArgs.

See also