# Quick Buy

When quick buy event happens, fire the following event

Copy

```
MagicPixel.recordEvent('mp_quick_buy', {
    currency: 'INR', /* Currency of website */
    value: 123.33, // float value of the item being viewed
    items: [/* Refer to Products Array page in reference below */],
});
```

#### [Direct link to heading](#products-ref) Products Ref

[Products Array](https://magic-pixel.gitbook.io/ingest-labs-implementation/web-sdk/tracking-events/products-array)

[PreviousPurchase](https://docs.ingestlabs.com/implementation/react-native-sdk/tracking-events/purchase) [NextView Similar Items](https://docs.ingestlabs.com/implementation/react-native-sdk/tracking-events/view-similar-items)
