This APIs returns all the brands(SKUs) that are enabled for the partner and also matching the filter criteria.
/v1/partners/products
usageInstructions
howToUseInstructions
{ "data": [ { "id": "brand_id", "status": "ACTIVE/INACTIVE", "title": "Brand Title", "categories": [ "Brand Category" ], "tags": [ "tag1", "tag2" ], "denominationType": "FIXED/FLEXIBLE", "cardType": "PIN_SECURED/CARD_NO_AND_PIN", "redemptionType": "OFFLINE/ONLINE/ONLINE_AND_OFFLINE", "amountRestrictions": { "minOrderAmount": 100, "maxOrderAmount": 5000, "minVoucherAmount": 100, "maxVoucherAmount": 1000, "maxVouchersPerOrder": 5, "maxVouchersPerDenomination": 1, "maxDenominationsPerOrder": 1, "denominations": [ 100, 1000 ] }, "iconImageUrl": "https://assets.myhubble.money/brand-assets/icon-images/swiggy.png", "termsAndConditions": [ "Comes with 1 year validity", "Max. ₹10000 per month can be loaded in Swiggy Wallet for users with minimum KYC", "Max. 1 lac INR per month can be loaded in Swiggy Wallet for users with full KYC" ], "usageInstructions": { "ONLINE": [ "Comes with 1 year validity", "Max. ₹10000 per month can be loaded in Swiggy Wallet for users with minimum KYC", "Max. 1 lac INR per month can be loaded in Swiggy Wallet for users with full KYC" ], "OFFLINE": [ "Comes with 1 year validity" ] }, "howToUseInstructions": [ { "retailMode": "ONLINE", "retailModeName": "Offline", "instructions": [ "Visit the outlet near you.", "At the billing counter inform cashier that you want to use Gift Card.", "Show your Gift Card details & pay any balance amount by cash or card." ] }, { "retailMode": "OFFLINE", "retailModeName": "Online", "instructions": [ "On www.ikea.com add products to you cart", "Before purchasing GC, please ensure that IKEA delivers to your location", "To check, please follow these steps: https://coda.io/@sharad/does-ikea-deliver-to-my-location", "Alternatively, you can check your PIN code against this list: https://coda.io/@sharad/ikea-servicable-pin-codes", "Proceed to checkout, in the payment section, select Redeem an IKEA gift card", "Enter the gift card details, complete checkout." ] } ] } ], "nextCursor": { "pageNo": 1, "limit": 20 }}
/v1/partners/products/:productId
{ "id": "brand_id", "status": "ACTIVE/INACTIVE", "title": "Brand Title", "categories": [ "Brand Category" ], "tags": [ "tag1", "tag2" ], "denominationType": "FIXED/FLEXIBLE", "cardType": "PIN_SECURED/CARD_NO_AND_PIN", "redemptionType": "OFFLINE/ONLINE/ONLINE_AND_OFFLINE", "amountRestrictions": { "minOrderAmount": 100, "maxOrderAmount": 5000, "minVoucherAmount": 100, "maxVoucherAmount": 1000, "maxVouchersPerOrder": 5, "maxVouchersPerDenomination": 1, "maxDenominationsPerOrder": 1, "denominations": [ 100, 1000, 5000 ] }, "iconImageUrl": "https://assets.myhubble.money/brand-assets/icon-images/swiggy.png", "termsAndConditions": [ "Comes with 1 year validity", "Max. ₹10000 per month can be loaded in Swiggy Wallet for users with minimum KYC", "Max. 1 lac INR per month can be loaded in Swiggy Wallet for users with full KYC" ], "usageInstructions": { "ONLINE": [ "Comes with 1 year validity", "Max. ₹10000 per month can be loaded in Swiggy Wallet for users with minimum KYC", "Max. 1 lac INR per month can be loaded in Swiggy Wallet for users with full KYC" ], "OFFLINE": [ "Comes with 1 year validity" ] }, "howToUseInstructions": [ { "retailMode": "ONLINE", "retailModeName": "Offline", "instructions": [ "Visit the outlet near you.", "At the billing counter inform cashier that you want to use Gift Card.", "Show your Gift Card details & pay any balance amount by cash or card." ] }, { "retailMode": "OFFLINE", "retailModeName": "Online", "instructions": [ "On www.ikea.com add products to you cart", "Before purchasing GC, please ensure that IKEA delivers to your location", "To check, please follow these steps: https://coda.io/@sharad/does-ikea-deliver-to-my-location", "Alternatively, you can check your PIN code against this list: https://coda.io/@sharad/ikea-servicable-pin-codes", "Proceed to checkout, in the payment section, select Redeem an IKEA gift card", "Enter the gift card details, complete checkout." ] } ]}