Filter Products Cards API


Description

This API is designed to allow authorized clients to retrieve a filtered list of products based on a specified category. This API is intended for use in applications that require access to product data within a specific category, enabling clients to retrieve products tailored to their needs. Clients need to provide a valid access token in the request header and specify the desired category in the request data to filter the products.

Method: POST

URL/Path: baseurl/account/filter/product/api

E.g.:budgetree.in/rest/v3/order/id/cards/?offset=offset&limit=limit


            {  

                "category" :  "Watches" 
            
            } 
            
             
            
             
                        
             

Sample Response

Request Header:

Content-Type application/json
Accept */*
application/json Authorization: Bearer [Your Authorization Token]

Sample Response    200


            {
                "id": "66",
                "sku": "EGVGBFTS001",
                "name": "Fastrack E-Gift Card",
                "description": "Fastrack is a cool, hip accessories brand that comes with an attitude. A brainchild of the World of Titan, Fastrack has revolutionized the way people perceive accessories. Within minutes of your purchase, your gift recipient receives the Fastrack e-Gift card and can go shopping!",
                "price": {
                    "price": "RANGE",
                    "type": "RANGE",
                    "min": "250",
                    "max": "10000",
                    "denominations": [],
                    "currency": {
                        "code": "INR",
                        "symbol": "₹",
                        "numericCode": "356"
                    },
                    "cpg": []
                },
                "kycEnabled": "0",
                "additionalForm": "null",
                "metaInformation": {
                    "page": {
                        "title": "Fastrack Gift Card |budgetree .in"
                    },
                    "meta": {
                        "title": "Send Fastrack E- Gift Cards Online",
                        "keywords": "fastrack e gift cards, fastrack e gift voucher, fastrack e voucher, fastrack email voucher",
                        "description": "Send Fastrack e-Gift Card instantly via email. A Fastrack e-Gift card is just perfect for any occasion, for anyone in your life.\r\n"
                    },
                    "canonical": {
                        "url": "null"
                    }
                },
                "type": "DIGITAL",
                "schedulingEnabled": "false",
                "currency": "356",
                "images": {
                    "thumbnail": "https://giftbig.s3.amazonaws.com/microsite/product/EGVGBFTS001/d/thumbnail/66_microsite.jpg",
                    "mobile": "https://giftbig.s3.amazonaws.com/microsite/product/EGVGBFTS001/d/mobile/66_microsite.jpg",
                    "base": "https://giftbig.s3.amazonaws.com/microsite/product/EGVGBFTS001/d/image/66_microsite.jpg",
                    "small": "https://giftbig.s3.amazonaws.com/microsite/product/EGVGBFTS001/d/small_image/66_microsite.png"
                },
                "tnc": {
                    "link": "https://budgetree .app.link/e/y0MYYw1n4sb",
                    "content": "Validity of the voucher is for a maximum of 6 months from the date of issuance.
VoucherPartial redemption is not allowed and is redeemable only once.
Voucher isnot applicable on discounted products and cannot be clubbed with any otheroffer in the store.
No refundor credit note would be issued against unused or partially used voucher.
This e-giftcard can be redeemed at all company authorised FASTRACK Stores.
Multiplee-gift cards (upto 5) can be used against single transaction." }, "categories": [ "7", "8", "10", "15", "50", "67", "92", "93", "104", "112", "113", "116", "147", "171", "179", "180", "181", "182", "183", "184", "185", "192", "221", "248", "264", "266", "274", "276", "279", "284", "288", "289", "312", "317", "334", "338", "359", "365", "451", "498", "508", "529", "530", "531", "588", "591", "594", "597", "598", "600", "601", "602", "607", "608", "610", "612", "624", "642", "689", "690", "692", "694", "706", "725", "732", "792", "797", "802", "803", "815" ], "themes": [], "customThemesAvailable": "false", "handlingCharges": [], "reloadCardNumber": "false", "expiry": "180 Days from the date of issue.", "formatExpiry": "null", "discounts": [ { "base": 0.08 }, { "pro": 0.1 }, { "custom": 0.12 } ], "relatedProducts": [], "storeLocatorUrl": "null", "brandName": "Fastrack", "etaMessage": "", "createdAt": "2015-06-30T13:25:00+00:00", "updatedAt": "2023-02-26T15:00:26+00:00", "cpg": { "barcode": { "encoding": "null" }, "redemptionTerms": [], "type": "clp" }, "payout": { "enabled": "true", "payment_methods": [ "svc" ], "account_types": [ "BANK_ACCOUNT", "UPI" ], "transaction_types": [ "IMPS", "NEFT", "UPI" ], "maximum_beneficiaries": "", "validate_terms_and_condition": "", "convenience_charge": { "type": "fixed", "minimum_amount": "", "maximum_amount": "", "amount": "0" }, "validation": { "amount": "1", "convenience_charge": "0" } }, "category": "Watches" }

Sample Response    400


                 "You have not register yet" 
                                     
                  

Sample Response    401


                      "You have not register yet" 
                                          
                       

Sample Response    498


                 "No token provided"  
                                     
                  
HTTP Codes
Status Code Message Description
200 Ok This indicates activated gift cards are in the response body.
400 Bad Request
401 Unauthorized (product category not passed in body)
498 Forbiddens Unknown Status Code

Articles

Last updated on: