PDA

View Full Version : Feature request for the API v2


Jon
04-08-08, 11:41
I would like to see 2 very simple additional methods in the API:

getSpecialOffer()

This method should accept the following parameters:
CategoryId
MerchantId
Limit
Offset (to allow for paging)

The response could be as follows:

OfferText (customer facing)
OfferImage
DeepLink
VoucherCode
Begin Date
End Date(optional)
UntilStockLast (boolean)


getManagedWidget()

This method could accept the following:
WidgetId

And the response:

ArrayOfProduct

Nice and simple!!:D