Required - Product External ID.
- (nonnull id)initWithSku:(nonnull NSString *)sku name:(nullable NSString *)name category:(nullable NSString *)category price:(double)price quantity:(int)quantity imageUrl:(nullable NSString *)imageUrl
Parameters
sku |
Required - Product External ID. |
name |
Recommended - Product name. |
category |
Recommended - Product category. |
price |
Recommended - Product Price. |
quantity |
Recommended - Purchase quantity. |
imageUrl |
Recommended - Link to product image. |
Return Value
the event object that can be used to submit to Bazaarvoice via the
BVPixel API.
Declared In
BVTransactionItem.h