OrderLineReportRowType
No description
type OrderLineReportRowType {
tenantId: String!
mpoOrderId: String!
created: DateTime!
updated: DateTime!
orderLineId: String
sellerId: String
sellerName: String
sellerOrderNumber: Int
category: String
variantName: String
productName: String
quantity: Int
quantityFulfilled: Int
quantityDeclined: Int
currency: String
unitPriceNetAmount: Float
unitPriceGrossAmount: Float
unitPriceTaxes: Float
totalPriceGrossAmount: Float
totalPriceNetAmount: Float
totalPriceTaxes: Float
brand: String
variantSku: String
}
Show more ↓