UpdateProductRequest

constructor(name: String? = null, description: String? = null, defaultPrice: Int? = null, shippable: Boolean? = null, url: String? = null, metadata: Map<String, String>? = null)