VariantListType
No description
type VariantListType {
productId: String
productName: String
variantId: String
variantName: String
variantSku: String
category: String
created: DateTime
updated: DateTime
status: String
substatus: String
price: Float
cost: Float
currency: String
trackInventory: Boolean
allowBackorders: Boolean
weight: Float
isPublished: Boolean
sellerName: String
warehouseName: String
quantity: Int
quantityAllocated: Int
quantityAvailable: Int
sellerId: String
}
Show more ↓