CustomCartItem
open class CustomCartItem : Codable
A custom cart item
-
Undocumented
Declaration
Swift
public init(withName name: String, sku: String?, quantity: Int, description: String?, price: CartItemPrice, withAttributes attributes: [String: String]? = nil)