Products and coupons API allows publishers and merchants get a list of products / coupons shared with them by vendors and request redemption pins for those products / coupons. As a redemption pin is received they provide the pin to a consumer who can redeem the pin at a vendor's property (whether online on e-commerce site or offline in a physical store). The following products / coupons are supported:
Get a list of products / coupons Request GET https://api.sandbox.adility.com/products?filter NOTE: You can build up a filter for product / coupons based on type, denomination, location, quantity, etc. Response { "status": "OK", "products": [ {
} Request Redemption Pin Request POST https://api.sandbox.adility.com/items { "item": {
Response { "status": "OK", "item": {
Void Redemption Pin Request PUT https://api.sandbox.adility.com/items/ ff00c047e87260f7c69e55341edf7fae{ "item": {
Response { "status": "OK", "item": {
|