Get Order Item By Name Plain Args
data class GetOrderItemByNamePlainArgs(val expand: String? = null, val orderItemName: String, val resourceGroupName: String) : ConvertibleToJava<GetOrderItemByNamePlainArgs>
Properties
Link copied to clipboard
$expand is supported on device details, forward shipping details and reverse shipping details parameters. Each of these can be provided as a comma separated list. Device Details for order item provides details on the devices of the product, Forward and Reverse Shipping details provide forward and reverse shipping details respectively.
Link copied to clipboard
The name of the order item
Link copied to clipboard
The name of the resource group. The name is case insensitive.