OpenLineItemDTO
purchasable_typePurchasableType (string)required
Possible values: [RearTips, Charge, Listing]
purchasable_idstring
just for purchaseable_type = Listing
pricestringrequired
quantitystringrequired
totalstringrequired
labelProduct Name (string)
Product Name
OpenLineItemDTO
{
"purchasable_type": "RearTips",
"purchasable_id": "string",
"price": "string",
"quantity": "string",
"total": "string",
"label": "string"
}