Skip to content

Instantly share code, notes, and snippets.

@Lohit9
Lohit9 / README.md
Last active May 16, 2017 14:28
Pre Review service description

Pre Review Service

This repository defines the internal and external APIs for the Client Health service.

The Pre Review service is intended to allow Bazaarvoice to obtain more specific information about why a certain customer bought a specific product.

An Example Use Case

Consider a customer looking to buy a TV that fits on his small 40'' by 40'' wall and selects and buys a Sony TV that fits the requirements, and later writes up a positive review about the TV. The written review may only state that the TV was great but doesn't really say much about the other factors that led to the customer buying the TV(the size in this case).

@Lohit9
Lohit9 / mws_scratchpad_filler.py
Created June 13, 2016 17:31
Py script to autofill MWS scratchpad details : To use install Splinter - ' [sudo] pip install splinter '
# Please fill in your MWS credentials:
SellerId = 'xxx'
MWSAuthToken = 'xxx'
AWSAccessKeyId = 'xxx'
SecretKey = 'xxx'