{"info":{"_postman_id":"8ee753d1-9e50-4290-9227-11b5bc320dd2","name":"PointLabs Unified API - Published Endpoints (sandbox)","description":"<html><head></head><body><p>Embed a global digital gift card marketplace directly into your product. The PointLabs Unified API gives you a live, multi-brand catalog, real-time availability checks, and order fulfillment — no manual catalog upkeep and no separate integration per supplier.</p>\n<p><strong>What you can build:</strong> a rewards or loyalty redemption store, a checkout add-on for gift cards, or an incentives flow inside an existing app — browse, price, and fulfill orders entirely through this one API.</p>\n<p><strong>Getting Started</strong> Before calling any Marketplace endpoint, exchange your API key for a Bearer access token using <strong>Client → Authenticate By Signature</strong>. Include the returned <code>AccessToken</code> in the <code>Authorization: Bearer {token}</code> header (or the collection's <code>•••••••</code> variable) on every subsequent request.</p>\n<p><strong>Base URL</strong> All endpoints use the <code>https://gateway-sandbox-backend-api-168696228707.me-central1.run.app</code> variable. Switch the active environment (top right) between <strong>Sandbox</strong> and <strong>Production</strong> to point every request at the right base URL — nothing else in this collection changes.</p>\n<p><strong>Available APIs</strong></p>\n<ul>\n<li><p><strong>Client</strong> – Exchange an issued API key for a Bearer access token. API keys themselves are issued by PointLabs during partner onboarding and are not self-service through this API.</p>\n</li>\n<li><p><strong>Marketplace</strong> – Browse the gift card catalog, check availability, and place orders. Typical flow: <em>Get Product Types</em> / <em>Get Gift Card Categories</em> → <em>Get Products</em> (search + filter) → <em>Get Product Details</em> → <em>Get Product Availability</em> → <em>Create Order</em> → <em>Get Order Details</em>.</p>\n</li>\n</ul>\n<p><strong>Authorization</strong> Type: <strong>Bearer Token</strong>, obtained from <strong>Client → Authenticate By Signature</strong>. Tokens expire after <code>ExpiresIn</code> seconds (see response) — call that endpoint again to get a fresh one.</p>\n<p><strong>Format</strong> Every request and response in this API is <code>application/json</code> only — no XML or form-data variants exist anywhere.</p>\n<p><strong>Errors</strong> Failures use a consistent shape: <code>{ ValidationResults: { IsValid, FirstCode, FirstMessage, CombinedMessages } }</code>, with <code>FirstCode</code> one of <code>400</code> (bad request / failed validation), <code>404</code> (not found), or <code>500</code> (unexpected server error). Each request below lists its specific error examples under its Responses tab.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"49288387","collectionId":"8ee753d1-9e50-4290-9227-11b5bc320dd2","publishedId":"2sBY4WpH68","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-08-13T09:28:08.000Z"},"item":[{"name":"Client","item":[{"name":"Authenticate By Signature","id":"077abd46-2070-4589-a2c7-92f87c885e60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKey\": \"aB3xK9pQ2vL7mN4rT8wY1zC6hJ0sD5fG\"\n}","options":{"raw":{"language":"json"}}},"url":"https://gateway-sandbox-backend-api-168696228707.me-central1.run.app/v1/client/Client/AuthenticateBySignature","description":"<p>Exchange a valid API key for a short-lived Bearer access token. Call this first — the returned <code>AccessToken</code> is required as a Bearer token on every endpoint in the <strong>Marketplace</strong> folder.</p>\n<p><strong>Authentication:</strong> none — this is the anonymous entry point into the API.</p>\n<p>Tokens expire after <code>ExpiresIn</code> seconds; call this endpoint again to get a fresh one when it does. API keys themselves are issued by PointLabs during partner onboarding.</p>\n<p><strong>Request:</strong> Provide below field information in request body.</p>\n<ul>\n<li><code>APIKey</code> — The API key issued to your client during onboarding.</li>\n</ul>\n","urlObject":{"path":["v1","client","Client","AuthenticateBySignature"],"host":["https://gateway-sandbox-backend-api-168696228707.me-central1.run.app"],"query":[],"variable":[]}},"response":[{"id":"9dcc261a-516c-4732-b2b9-3cd389d11427","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKey\": \"aB3xK9pQ2vL7mN4rT8wY1zC6hJ0sD5fG\"\n}","options":{"raw":{"language":"json"}}},"url":"https://gateway-sandbox-backend-api-168696228707.me-central1.run.app/v1/client/Client/AuthenticateBySignature"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ValidationResults\": {\n    \"IsValid\": true,\n    \"FirstMessage\": null,\n    \"CombinedMessages\": null\n  },\n  \"AccessToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...\",\n  \"ExpiresIn\": 3600,\n  \"TokenType\": \"Bearer\"\n}"},{"id":"96968fec-632d-42a0-9706-031136f60747","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKey\": \"aB3xK9pQ2vL7mN4rT8wY1zC6hJ0sD5fG\"\n}","options":{"raw":{"language":"json"}}},"url":"https://gateway-sandbox-backend-api-168696228707.me-central1.run.app/v1/client/Client/AuthenticateBySignature"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ValidationResults\": {\n    \"IsValid\": false,\n    \"FirstCode\": 400,\n    \"FirstMessage\": \"APIKey is invalid, expired, or has been revoked.\",\n    \"CombinedMessages\": \"APIKey is invalid, expired, or has been revoked.\"\n  }\n}"},{"id":"11ae5253-548b-4fb2-9bbd-1588cbd389da","name":"500 Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKey\": \"aB3xK9pQ2vL7mN4rT8wY1zC6hJ0sD5fG\"\n}","options":{"raw":{"language":"json"}}},"url":"https://gateway-sandbox-backend-api-168696228707.me-central1.run.app/v1/client/Client/AuthenticateBySignature"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ValidationResults\": {\n    \"IsValid\": false,\n    \"FirstCode\": 500,\n    \"FirstMessage\": \"An unexpected server-side error occurred. If this persists, contact PointLabs support with the request timestamp.\",\n    \"CombinedMessages\": \"An unexpected server-side error occurred. If this persists, contact PointLabs support with the request timestamp.\"\n  }\n}"}],"_postman_id":"077abd46-2070-4589-a2c7-92f87c885e60"}],"id":"88d71d8e-74f7-4208-8b87-02bcd56c5971","description":"<p>Exchange an issued API key for the Bearer access token used by every endpoint in the <strong>Marketplace</strong> folder below.</p>\n<p>API keys themselves are issued by PointLabs during partner onboarding and are not self-service through this API — this folder only covers exchanging a key you already have for a short-lived access token.</p>\n<p><strong>Start here</strong> — every other request in this collection depends on a token from <em>Authenticate By Signature</em>.</p>\n","_postman_id":"88d71d8e-74f7-4208-8b87-02bcd56c5971"},{"name":"Marketplace","item":[{"name":"Get Product Types","id":"d65bedb1-fe88-43c7-801d-6b503ed1d63c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://gateway-sandbox-backend-api-168696228707.me-central1.run.app/v1/marketplace/Masters/getproducttypes","description":"<p>List the product types (e.g. Gift Card, Loyalty points) used to classify catalog items.</p>\n<p><strong>Authentication:</strong> Bearer token (see <em>Client → Authenticate By Signature</em>).</p>\n<p><strong>Response:</strong> Lists all product types with below information.</p>\n<ul>\n<li><p>productAttributes: attributes of product</p>\n</li>\n<li><p>variantAttributes: attributes of variant</p>\n</li>\n</ul>\n<p>Use a result's <code>Id</code> as the <code>Filter.ProductType</code> value on <em>Get Products</em>.</p>\n","urlObject":{"path":["v1","marketplace","Masters","getproducttypes"],"host":["https://gateway-sandbox-backend-api-168696228707.me-central1.run.app"],"query":[],"variable":[]}},"response":[{"id":"299094c9-2a1a-4cdd-8346-d2a0de88e651","name":"Example","originalRequest":{"method":"GET","header":[],"url":"https://TBD-set-once-production-exists.example.com/v1/marketplace/Masters/getproducttypes"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"UHJvZHVjdFR5cGU6OTI=\",\n        \"name\": \"Gift Card\",\n        \"slug\": \"giftcards\",\n        \"hasVariants\": true,\n        \"isShippingRequired\": false,\n        \"productAttributes\": [\n            {\n                \"id\": \"QXR0cmlidXRlOjU2Mw==\",\n                \"name\": \"Giftcard Country\",\n                \"slug\": \"giftcard-country\",\n                \"type\": \"PRODUCT_TYPE\"\n            },\n            {\n                \"id\": \"QXR0cmlidXRlOjEwMQ==\",\n                \"name\": \"Giftcard Category\",\n                \"slug\": \"giftcard-category\",\n                \"type\": \"PRODUCT_TYPE\"\n            },\n            {\n                \"id\": \"QXR0cmlidXRlOjEwMg==\",\n                \"name\": \"Giftcard T&C\",\n                \"slug\": \"giftcard-tnc\",\n                \"type\": \"PRODUCT_TYPE\"\n            },\n            {\n                \"id\": \"QXR0cmlidXRlOjI4MQ==\",\n                \"name\": \"Giftcard Validity\",\n                \"slug\": \"giftcard-validity\",\n                \"type\": \"PRODUCT_TYPE\"\n            },\n            {\n                \"id\": \"QXR0cmlidXRlOjUyOQ==\",\n                \"name\": \"Giftcard Brand\",\n                \"slug\": \"giftcard-brand\",\n                \"type\": \"PRODUCT_TYPE\"\n            },\n            {\n                \"id\": \"QXR0cmlidXRlOjUzMA==\",\n                \"name\": \"Giftcard Redemption Instruction\",\n                \"slug\": \"giftcard-redemption-instruction\",\n                \"type\": \"PRODUCT_TYPE\"\n            }\n        ],\n        \"variantAttributes\": [\n            {\n                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                \"name\": \"Giftcard Value\",\n                \"slug\": \"giftcard-value\",\n                \"type\": \"PRODUCT_TYPE\"\n            },\n            {\n                \"id\": \"QXR0cmlidXRlOjk5\",\n                \"name\": \"Giftcard Currency\",\n                \"slug\": \"giftcard-currency\",\n                \"type\": \"PRODUCT_TYPE\"\n            }\n        ],\n        \"metadata\": []\n    },\n    {\n        \"id\": \"UHJvZHVjdFR5cGU6MTY4\",\n        \"name\": \"LoyaltyPoints\",\n        \"slug\": \"loyalitypoints\",\n        \"hasVariants\": true,\n        \"isShippingRequired\": false,\n        \"productAttributes\": [\n            {\n                \"id\": \"QXR0cmlidXRlOjE5OA==\",\n                \"name\": \"Loyalty Outer Id\",\n                \"slug\": \"loyalty-outer-id\",\n                \"type\": \"PRODUCT_TYPE\"\n            },\n            {\n                \"id\": \"QXR0cmlidXRlOjI0MA==\",\n                \"name\": \"Loyalty Program Name\",\n                \"slug\": \"loyalty-program-name\",\n                \"type\": \"PRODUCT_TYPE\"\n            },\n            {\n                \"id\": \"QXR0cmlidXRlOjIwMA==\",\n                \"name\": \"Loyalty Currency\",\n                \"slug\": \"loyalty-currency\",\n                \"type\": \"PRODUCT_TYPE\"\n            },\n            {\n                \"id\": \"QXR0cmlidXRlOjIwNA==\",\n                \"name\": \"Loyalty Max Points\",\n                \"slug\": \"loyalty-max-points\",\n                \"type\": \"PRODUCT_TYPE\"\n            },\n            {\n                \"id\": \"QXR0cmlidXRlOjIwMw==\",\n                \"name\": \"Loyalty Min Points\",\n                \"slug\": \"loyalty-min-points\",\n                \"type\": \"PRODUCT_TYPE\"\n            },\n            {\n                \"id\": \"QXR0cmlidXRlOjIwNg==\",\n                \"name\": \"Loyalty Max Value\",\n                \"slug\": \"loyalty-max-value\",\n                \"type\": \"PRODUCT_TYPE\"\n            },\n            {\n                \"id\": \"QXR0cmlidXRlOjIwNQ==\",\n                \"name\": \"Loyalty Min Value\",\n                \"slug\": \"loyalty-min-value\",\n                \"type\": \"PRODUCT_TYPE\"\n            },\n            {\n                \"id\": \"QXR0cmlidXRlOjI0Mg==\",\n                \"name\": \"Loyalty Terms and Conditions\",\n                \"slug\": \"loyalty-terms-and-conditions\",\n                \"type\": \"PRODUCT_TYPE\"\n            },\n            {\n                \"id\": \"QXR0cmlidXRlOjU5Ng==\",\n                \"name\": \"Loyalty Category\",\n                \"slug\": \"loyalty-category\",\n                \"type\": \"PRODUCT_TYPE\"\n            }\n        ],\n        \"variantAttributes\": [\n            {\n                \"id\": \"QXR0cmlidXRlOjI0MQ==\",\n                \"name\": \"Loyalty Points\",\n                \"slug\": \"loyalty-points\",\n                \"type\": \"PRODUCT_TYPE\"\n            }\n        ],\n        \"metadata\": []\n    }\n]"}],"_postman_id":"d65bedb1-fe88-43c7-801d-6b503ed1d63c"},{"name":"Get Gift Card Categories","id":"5b97af2c-2169-4745-b237-33e7b6fb2120","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://gateway-sandbox-backend-api-168696228707.me-central1.run.app/v1/marketplace/Masters/getgiftcardcategories","description":"<p>List gift card categories as key/value pairs.</p>\n<p><strong>Authentication:</strong> Bearer token (see <em>Client → Authenticate By Signature</em>).</p>\n<p><strong>Response:</strong> Lists all gift card categories as key/value pairs to filter gift card products using Get products API.</p>\n<p>Use a result's <code>value</code> as the <code>Filter.GiftCard.Category</code> value on <em>Get Products</em>.</p>\n","urlObject":{"path":["v1","marketplace","Masters","getgiftcardcategories"],"host":["https://gateway-sandbox-backend-api-168696228707.me-central1.run.app"],"query":[],"variable":[]}},"response":[{"id":"9ba4ccfb-f569-4c2f-bcdb-cc922f883bfe","name":"Example","originalRequest":{"method":"GET","header":[],"url":"/v1/marketplace/Masters/getgiftcardcategories"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MTk4\",\n        \"value\": \"Experiences & Entertainment\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6ODU0\",\n        \"value\": \"Telecommunication & Internet\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6ODU3\",\n        \"value\": \"Gaming\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6ODYw\",\n        \"value\": \"Entertainment\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6ODY1\",\n        \"value\": \"Dining & Restaurants\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6ODY2\",\n        \"value\": \"Mobile Application\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6ODcz\",\n        \"value\": \"Prepaid Cards\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6ODgw\",\n        \"value\": \"eCommerce\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6ODg5\",\n        \"value\": \"Department Stores\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6ODkw\",\n        \"value\": \"Shopping Mall\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6ODkz\",\n        \"value\": \"Electronics\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MTE1Mg==\",\n        \"value\": \"Most Popular\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MTE1Mw==\",\n        \"value\": \"Single Brands\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MTE1NA==\",\n        \"value\": \"Spas & Fitness\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MTE2MQ==\",\n        \"value\": \"Fashion & Accessories\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MTE2Mg==\",\n        \"value\": \"Beauty & Cosmetics\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MTE2Ng==\",\n        \"value\": \"Payout & Budgeting\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MTE2Nw==\",\n        \"value\": \"Home & Garden\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MTE3Nw==\",\n        \"value\": \"Online Shopping\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MTE4Nw==\",\n        \"value\": \"HappyYOU\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MTE4OA==\",\n        \"value\": \"Sportswear & Equipment\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MTE5Mg==\",\n        \"value\": \"Hotels & Travel\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MTIwOA==\",\n        \"value\": \"Kids & Fun\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MTIwOQ==\",\n        \"value\": \"Jewellery\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MTIxMw==\",\n        \"value\": \"Mobile Recharge & Subscriptions\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MTIyMA==\",\n        \"value\": \"Digital Entertainment\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NDI3Mw==\",\n        \"value\": \"Supermarkets & Hypermarkets\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NDI4Mg==\",\n        \"value\": \"Beauty Wellness & Spa\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NDI4Nw==\",\n        \"value\": \"Travel & Leisure\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NDI5MA==\",\n        \"value\": \"Tools & Home Improvement\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NDI5Nw==\",\n        \"value\": \"Sports & Lifestyle\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NDMwMA==\",\n        \"value\": \"Kids Fashion & Toys\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NDk2OQ==\",\n        \"value\": \"Airlines & Hotels\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NDk5MA==\",\n        \"value\": \"E-Money\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NDk5Nw==\",\n        \"value\": \"Learning & Education\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NTQ2Mg==\",\n        \"value\": \"Food and Drinks\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NjIxNw==\",\n        \"value\": \"Gifting\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NjIyMQ==\",\n        \"value\": \"test_category_20Jan\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NjIyNQ==\",\n        \"value\": \"Gifting,test_category_20Jan\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NjI4MQ==\",\n        \"value\": \"beauty\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NjQ2OQ==\",\n        \"value\": \"Test Products\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NjU1MA==\",\n        \"value\": \"Xbox Games\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NjgyMQ==\",\n        \"value\": \"Beauty & Wellness\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NzE3MQ==\",\n        \"value\": \"Health & Wellness\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NzI0MA==\",\n        \"value\": \"Pet Shop & Pet Care\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NzMxNQ==\",\n        \"value\": \"Drugstore\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NzMyMA==\",\n        \"value\": \"Retail & Department Stores\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NzM4NQ==\",\n        \"value\": \"In-Games Currencies\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NzYzNA==\",\n        \"value\": \"Bookstore\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NzcwMQ==\",\n        \"value\": \"PC Games\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6OTI2MA==\",\n        \"value\": \"Gaming Subscriptions\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6OTQ0Mw==\",\n        \"value\": \"Mobile Top Up\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MTAzODY=\",\n        \"value\": \"Gas Station\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MTA4NDQ=\",\n        \"value\": \"Crypto\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MTM2ODQ=\",\n        \"value\": \"Food Delivery\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MTg1MTU=\",\n        \"value\": \"Petrol & Utilities\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MTkwNTM=\",\n        \"value\": \"Retail\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MjAwNTk=\",\n        \"value\": \"Mobile Games\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MjA2MjE=\",\n        \"value\": \"Software\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MjU2NDY=\",\n        \"value\": \"Experiences\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MjU5NjM=\",\n        \"value\": \"Nintendo Games\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MjcwNzg=\",\n        \"value\": \"Ubisoft Games\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MzM4Nzk=\",\n        \"value\": \"Steam Games\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6MzQ5MTM=\",\n        \"value\": \"EA Games\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6NDExMzE=\",\n        \"value\": \"Transportation\"\n    }\n]"}],"_postman_id":"5b97af2c-2169-4745-b237-33e7b6fb2120"},{"name":"Get Product Collections","id":"ca8ca3cc-4076-44d2-99f2-e99e5ec96bab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://gateway-sandbox-backend-api-168696228707.me-central1.run.app/v1/marketplace/Masters/getproductcollections","description":"<p>List the product collections available to your account, as key/value pairs. Results are scoped to the authenticated client, so different partners may see different collections.</p>\n<p><strong>Authentication:</strong> Bearer token (see <em>Client → Authenticate By Signature</em>).</p>\n<p><strong>Response:</strong> Lists all product collections as key/value pairs.</p>\n<p>Use a result's <code>Key</code> as the <code>Filter.Collection</code> value on <em>Get Products</em>.</p>\n","urlObject":{"path":["v1","marketplace","Masters","getproductcollections"],"host":["https://gateway-sandbox-backend-api-168696228707.me-central1.run.app"],"query":[],"variable":[]}},"response":[{"id":"722d5ec1-612a-45ff-8f20-4b9638839cfe","name":"Example","originalRequest":{"method":"GET","header":[],"url":"/v1/marketplace/Masters/getproductcollections"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": \"Q29sbGVjdGlvbjoxODE=\",\n        \"value\": \"Gift Cards\"\n    },\n    {\n        \"key\": \"Q29sbGVjdGlvbjoyMTQ=\",\n        \"value\": \"Miles Exchange\"\n    }\n]"}],"_postman_id":"ca8ca3cc-4076-44d2-99f2-e99e5ec96bab"},{"name":"Get Loyalty Points Categories","id":"3b143684-fe17-4ebe-a9fa-e38bc2a18aed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://gateway-sandbox-backend-api-168696228707.me-central1.run.app/v1/marketplace/Masters/getloyaltycategories","description":"<p>List loyalty-points redemption categories as key/value pairs.</p>\n<p><strong>Authentication:</strong> Bearer token (see <em>Client → Authenticate By Signature</em>).</p>\n<p><strong>Response:</strong> Lists all loyalty-points redemption categories as key/value pairs.</p>\n<p>Use a result's <code>value</code> as the <code>Filter.LoyaltyPoints.Category</code> value on <em>Get Products</em>.</p>\n","urlObject":{"path":["v1","marketplace","Masters","getloyaltycategories"],"host":["https://gateway-sandbox-backend-api-168696228707.me-central1.run.app"],"query":[],"variable":[]}},"response":[{"id":"b550ed32-5ba2-4f4e-bbc1-5bdf1a1a4b1f","name":"Example","originalRequest":{"method":"GET","header":[],"url":"/v1/marketplace/Masters/getloyalitycategories"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6Nzg4OQ==\",\n        \"value\": \"Retail\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6Nzg5MA==\",\n        \"value\": \"Hotel\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6Nzg5MQ==\",\n        \"value\": \"Airline\"\n    },\n    {\n        \"key\": \"QXR0cmlidXRlVmFsdWU6Nzg5Mg==\",\n        \"value\": \"Fintech\"\n    }\n]"}],"_postman_id":"3b143684-fe17-4ebe-a9fa-e38bc2a18aed"},{"name":"Get Products","id":"41dd6da5-1d8b-49a4-88ac-d59501d6ecd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://gateway-sandbox-backend-api-168696228707.me-central1.run.app/v1/marketplace/Products/getproducts?First=10&Last=&After=&Before=&Filter.Search=search by product name&Filter.Collection=collection Id&Filter.ProductType=product type id&Filter.GiftCard.Category=gift card category&Filter.GiftCard.CountryCode=US&Filter.GiftCard.Brand=&Filter.LoyaltyPoints.Category=&SortBy.Field=NAME&SortBy.Direction=ASC","description":"<p>Search the gift card or loyalty points catalog with cursor-based pagination and optional filters.</p>\n<p><strong>Authentication:</strong> Bearer token (see <em>Client → Authenticate By Signature</em>).</p>\n<p><strong>Request</strong>: Request contains below query parameters</p>\n<ul>\n<li><p><strong>Pagination:</strong> page forward with <code>First</code>/<code>After</code>, or backward with <code>Last</code>/<code>Before</code> (Relay-cursor style) — don't set both directions in the same request.</p>\n</li>\n<li><p><strong>Filtering:</strong> narrow results with below filter inputs</p>\n</li>\n</ul>\n<ol>\n<li><p><code>Filter.Search -not mandatory</code> (free text search on product name)</p>\n</li>\n<li><p><code>Filter.Collection - mandatory</code> (see <em>Get Product Collections</em>)</p>\n</li>\n<li><p><code>Filter.ProductType - mandatory</code> (see <em>Get Product Types</em>)</p>\n</li>\n<li><p><code>Filter.GiftCard.Category</code> <code>not mandatory</code> (see <em>Get Gift Card Categories</em>),</p>\n</li>\n<li><p><code>Filter.GiftCard.CountryCode -mandatory for gift card product type</code>(2 char ISO country code e.g. US)</p>\n</li>\n<li><p><code>Filter.GiftCard.Brand- not mandatory</code> ( product brand name)</p>\n</li>\n<li><p><code>Filter.LoyaltyPoints.Category - not mandatory</code> (see <em>Get Loyalty Points Categories</em>).</p>\n</li>\n</ol>\n<ul>\n<li><strong>Sorting:</strong> <code>SortBy.Field</code> (sort by field name as <code>NAME</code>) with <code>SortBy.Direction</code> (<code>ASC</code>/<code>DESC</code>).</li>\n</ul>\n<p><strong>Response</strong>: Lists all products with variants for input query parameters. Response consist of below information.</p>\n<ul>\n<li><p>Product details: id,name, description, thumbnail url, media image url and product type.</p>\n</li>\n<li><p><code>attributes</code>: list of product attribute/value pair</p>\n</li>\n<li><p><code>variants</code>: list of variants for each product with name, price and list of attibute/value pair information.</p>\n</li>\n<li><p>validation error codes</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error code</th>\n<th>Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>4001</td>\n<td>Collection Id is required</td>\n</tr>\n<tr>\n<td>4002</td>\n<td>Product Type Id is required</td>\n</tr>\n<tr>\n<td>4003</td>\n<td>Invalid Collection Id</td>\n</tr>\n<tr>\n<td>4004</td>\n<td>Invalid Product Type Id</td>\n</tr>\n<tr>\n<td>4005</td>\n<td>Gift Card Country code is required for Gift Card Product Type</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","marketplace","Products","getproducts"],"host":["https://gateway-sandbox-backend-api-168696228707.me-central1.run.app"],"query":[{"key":"First","value":"10"},{"key":"Last","value":""},{"key":"After","value":""},{"key":"Before","value":""},{"key":"Filter.Search","value":"search by product name"},{"key":"Filter.Collection","value":"collection Id"},{"key":"Filter.ProductType","value":"product type id"},{"key":"Filter.GiftCard.Category","value":"gift card category"},{"key":"Filter.GiftCard.CountryCode","value":"US"},{"key":"Filter.GiftCard.Brand","value":""},{"key":"Filter.LoyaltyPoints.Category","value":""},{"key":"SortBy.Field","value":"NAME"},{"key":"SortBy.Direction","value":"ASC"}],"variable":[]}},"response":[{"id":"a9733b90-64a6-4660-92a3-48bfb838292f","name":"Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"/v1/marketplace/Products/getproducts?First=10&Filter.Collection=Q29sbGVjdGlvbjoxODE=&Filter.ProductType=UHJvZHVjdFR5cGU6OTI=&Filter.GiftCard.Category=&Filter.GiftCard.CountryCode=US&SortBy.Field=NAME&SortBy.Direction=ASC","path":["v1","marketplace","Products","getproducts"],"query":[{"key":"First","value":"10"},{"key":"Last","value":"","disabled":true},{"key":"After","value":"","disabled":true},{"key":"Before","value":"","disabled":true},{"key":"Filter.Search","value":"","disabled":true},{"key":"Filter.Collection","value":"Q29sbGVjdGlvbjoxODE="},{"key":"Filter.ProductType","value":"UHJvZHVjdFR5cGU6OTI="},{"key":"Filter.GiftCard.Category","value":""},{"key":"Filter.GiftCard.CountryCode","value":"US"},{"key":"Filter.GiftCard.Brand","value":"","disabled":true},{"key":"Filter.LoyaltyPoints.Category","value":"","disabled":true},{"key":"SortBy.Field","value":"NAME"},{"key":"SortBy.Direction","value":"ASC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"products\": [\n        {\n            \"id\": \"UHJvZHVjdDo0NDQ4\",\n            \"name\": \"babyGap USA\",\n            \"slug\": \"BC_1549\",\n            \"description\": \"{\\\"time\\\": 1785502921423, \\\"blocks\\\": [{\\\"data\\\": {\\\"text\\\": \\\"Cute and comfortable, babyGap has th\\\\ne latest styles in baby clothes for\\\\ntoddlers, baby boys and baby girls. Our baby clothing collection includes jeans,\\\\nshirts, sweaters, dresses, socks, underwear, shoes, coats and even rainwear to\\\\nmake your baby top the best\\\\n-\\\\ndressed list. For the nearest st\\\\nore, call 1\\\\n-\\\\n800\\\\n-\\\\nGAP\\\\n-\\\\nSTYLE, or shop our always\\\\n-\\\\nopen\\\\ngap.com\\\\nstore.\\\"}, \\\"type\\\": \\\"paragraph\\\"}], \\\"version\\\": \\\"2.30.7\\\"}\",\n            \"rating\": null,\n            \"thumbnail\": {\n                \"url\": \"https://unifiedapi-uat.eu.saleor.cloud/media/thumbnails/products/logo_a75ac28d_thumbnail_256.png\",\n                \"alt\": \"\"\n            },\n            \"media\": [\n                {\n                    \"type\": \"IMAGE\",\n                    \"url\": \"https://unifiedapi-uat.eu.saleor.cloud/thumbnail/UHJvZHVjdE1lZGlhOjM5MDE=/4096/\",\n                    \"alt\": \"\",\n                    \"oembedData\": \"{}\"\n                }\n            ],\n            \"productType\": {\n                \"id\": \"UHJvZHVjdFR5cGU6OTI=\",\n                \"name\": \"Gift Card\",\n                \"slug\": \"giftcards\"\n            },\n            \"variants\": [\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk5MDM=\",\n                    \"name\": \"babyGap_USD_10\",\n                    \"sku\": \"1299274_10\",\n                    \"price\": {\n                        \"amount\": 37.46,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"10.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk5MDY=\",\n                    \"name\": \"babyGap_USD_100\",\n                    \"sku\": \"1299274_100\",\n                    \"price\": {\n                        \"amount\": 374.59,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"100.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk5MDQ=\",\n                    \"name\": \"babyGap_USD_20\",\n                    \"sku\": \"1299274_20\",\n                    \"price\": {\n                        \"amount\": 74.92,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"20.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk5MDc=\",\n                    \"name\": \"babyGap_USD_200\",\n                    \"sku\": \"1299274_200\",\n                    \"price\": {\n                        \"amount\": 749.17,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"200.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk5MDU=\",\n                    \"name\": \"babyGap_USD_50\",\n                    \"sku\": \"1299274_50\",\n                    \"price\": {\n                        \"amount\": 187.29,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"50.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk5MDg=\",\n                    \"name\": \"babyGap_USD_500\",\n                    \"sku\": \"1299274_500\",\n                    \"price\": {\n                        \"amount\": 1872.93,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"500.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                }\n            ],\n            \"attributes\": [\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjU2Mw==\",\n                        \"slug\": \"giftcard-country\",\n                        \"name\": \"Giftcard Country\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"US\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjEwMQ==\",\n                        \"slug\": \"giftcard-category\",\n                        \"name\": \"Giftcard Category\",\n                        \"type\": \"VALUES\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": [\n                            \"Kids Fashion & Toys\"\n                        ],\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjEwMg==\",\n                        \"slug\": \"giftcard-tnc\",\n                        \"name\": \"Giftcard T&C\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"Gap, Old Navy, Banana Republic and, Athleta eGift Cards are issued by and represent an obligation of Direct Consumer Services (“DCS”). The eGiftCard may be redeemed for merchandise at any Gap, Old Navy, Banana Republic and, Athleta location, including Outlet and Factory stores. The eGiftCard may also be redeemed online for merchandise at gap.com, gapfactory.com, oldnavy.com, bananarepublic.com, brfactory.com and, athleta.com. If you return merchandise originally purchased with an eGiftCard, any refund will be issued in the form of a plastic gift card issued by DCS which may be used at any of these stores or online. Any merchandise purchased with an eGiftCard is subject to the applicable store or online return policies. Purchases will be deducted from the amount of this eGiftCard until the value reaches zero. This eGiftCard may not be used or redeemed with certain promotional offers and may not be applied as payment on any account. You may not use an eGiftCard to purchase other eGiftCards. Value may not be added to this card, new card purchase required for additional value. Not redeemable for cash unless required by law. Restricted to use in the USA, Puerto Rico and Canada. Void if resold or transferred for value. By purchasing this eGiftCard, you agree that the laws of the State of California, without regard to principles of conflict of laws, will govern this Agreement. Limit 5 eGiftCards redeemable per online transaction.\\r\\n1-800-GAPSTYLE. No replacement cards will be issued without original receipt. Gift card does not expire.\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjI4MQ==\",\n                        \"slug\": \"giftcard-validity\",\n                        \"name\": \"Giftcard Validity\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjUyOQ==\",\n                        \"slug\": \"giftcard-brand\",\n                        \"name\": \"Giftcard Brand\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"babyGap USA\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjUzMA==\",\n                        \"slug\": \"giftcard-redemption-instruction\",\n                        \"name\": \"Giftcard Redemption Instruction\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                }\n            ],\n            \"customerRequiredInfo\": []\n        },\n        {\n            \"id\": \"UHJvZHVjdDo0NDM0\",\n            \"name\": \"Barnes & Noble USA\",\n            \"slug\": \"BC_1508\",\n            \"description\":\"{\\\"time\\\": 1785502902378, \\\"blocks\\\": [{\\\"data\\\": {\\\"text\\\": \\\"Choose from an unmatched selection of books, NOOK Devices, NOOK Books\\™, CDs, DVDs, toys, games, and more. Good at all BN stores, BN College Booksellers LLC, and online at\\\\nBN.COM\\\"}, \\\"type\\\": \\\"paragraph\\\"}], \\\"version\\\": \\\"2.30.7\\\"}\",\n            \"rating\": null,\n            \"thumbnail\": {\n                \"url\": \"https://unifiedapi-uat.eu.saleor.cloud/media/thumbnails/products/logo_16078f70_thumbnail_256.jpg\",\n                \"alt\": \"\"\n            },\n            \"media\": [\n                {\n                    \"type\": \"IMAGE\",\n                    \"url\": \"https://unifiedapi-uat.eu.saleor.cloud/thumbnail/UHJvZHVjdE1lZGlhOjM4ODc=/4096/\",\n                    \"alt\": \"\",\n                    \"oembedData\": \"{}\"\n                }\n            ],\n            \"productType\": {\n                \"id\": \"UHJvZHVjdFR5cGU6OTI=\",\n                \"name\": \"Gift Card\",\n                \"slug\": \"giftcards\"\n            },\n            \"variants\": [\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk4MjE=\",\n                    \"name\": \"Barnes_&_Noble_USD_10\",\n                    \"sku\": \"1299239_10\",\n                    \"price\": {\n                        \"amount\": 37.46,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"10.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk4MjQ=\",\n                    \"name\": \"Barnes_&_Noble_USD_100\",\n                    \"sku\": \"1299239_100\",\n                    \"price\": {\n                        \"amount\": 374.59,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"100.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk4MjI=\",\n                    \"name\": \"Barnes_&_Noble_USD_20\",\n                    \"sku\": \"1299239_20\",\n                    \"price\": {\n                        \"amount\": 74.92,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"20.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk4MjU=\",\n                    \"name\": \"Barnes_&_Noble_USD_200\",\n                    \"sku\": \"1299239_200\",\n                    \"price\": {\n                        \"amount\": 749.17,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"200.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk4MjA=\",\n                    \"name\": \"Barnes_&_Noble_USD_5\",\n                    \"sku\": \"1299239_5\",\n                    \"price\": {\n                        \"amount\": 18.73,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"5.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk4MjM=\",\n                    \"name\": \"Barnes_&_Noble_USD_50\",\n                    \"sku\": \"1299239_50\",\n                    \"price\": {\n                        \"amount\": 187.29,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"50.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk4MjY=\",\n                    \"name\": \"Barnes_&_Noble_USD_500\",\n                    \"sku\": \"1299239_500\",\n                    \"price\": {\n                        \"amount\": 1872.93,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"500.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                }\n            ],\n            \"attributes\": [\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjU2Mw==\",\n                        \"slug\": \"giftcard-country\",\n                        \"name\": \"Giftcard Country\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"US\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjEwMQ==\",\n                        \"slug\": \"giftcard-category\",\n                        \"name\": \"Giftcard Category\",\n                        \"type\": \"VALUES\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": [\n                            \"Entertainment\",\n                            \"Gaming\",\n                            \"Bookstore\"\n                        ],\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjEwMg==\",\n                        \"slug\": \"giftcard-tnc\",\n                        \"name\": \"Giftcard T&C\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"Barnes & Noble eGift Cards can be used at any Barnes & Noble store nationwide and at BN.com (www.bn.com). They can also be used at any Barnes & Noble College location. Maintenance, dormancy or service fees do not apply to balances on eGift Cards. Barnes & Noble eGift Cards have no expiration dates. They may be used to purchase annual memberships in the Barnes & Noble Membership program (continuous billing memberships require a valid credit card).   Barnes & Noble eGift Cards will not be replaced if lost or stolen.  Barnes & Noble eGift Cards will not be exchangeable for cash except where required by law.  Barnes & Noble eGift Cards are issued by Barnes & Noble Marketing Services LLC.  Other conditions may apply. Barnes & Noble is not a sponsor or co-sponsor of this promotion. Please see back of gift card or visit bn.com for terms and conditions of use. Barnes & Noble is not liable for any alleged or actual claims related to this offer.\\r\\n1. EXPIRATION DATE: Does not expire\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjI4MQ==\",\n                        \"slug\": \"giftcard-validity\",\n                        \"name\": \"Giftcard Validity\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjUyOQ==\",\n                        \"slug\": \"giftcard-brand\",\n                        \"name\": \"Giftcard Brand\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"Barnes & Noble USA\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjUzMA==\",\n                        \"slug\": \"giftcard-redemption-instruction\",\n                        \"name\": \"Giftcard Redemption Instruction\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                }\n            ],\n            \"customerRequiredInfo\": []\n        },\n        {\n            \"id\": \"UHJvZHVjdDo0NTEx\",\n            \"name\": \"Blizzard (Battle.net) USA\",\n            \"slug\": \"BC_2018\",\n            \"description\":\"{\\\"time\\\": 1785503009444, \\\"blocks\\\": [{\\\"data\\\": {\\\"text\\\": \\\"At Blizzard Entertainment, we pour our hearts and souls into everything we create. We embrace our core values every day so that we can continue creating epic entertainment experiences for all our players. It doesn\\’t matter who you are or where you\\’re located\\—if you\\’re a member of our evolving and vibrant community, working with us at one of our offices around the globe, or taking a piece of Blizzard with you into space\\—you\\’re welcome here.\\\\n\\\"}, \\\"type\\\": \\\"paragraph\\\"}], \\\"version\\\": \\\"2.30.7\\\"}\",\n            \"rating\": null,\n            \"thumbnail\": {\n                \"url\": \"https://unifiedapi-uat.eu.saleor.cloud/media/thumbnails/products/logo_5fe143d3_thumbnail_256.jpg\",\n                \"alt\": \"\"\n            },\n            \"media\": [\n                {\n                    \"type\": \"IMAGE\",\n                    \"url\": \"https://unifiedapi-uat.eu.saleor.cloud/thumbnail/UHJvZHVjdE1lZGlhOjM5NjQ=/4096/\",\n                    \"alt\": \"\",\n                    \"oembedData\": \"{}\"\n                }\n            ],\n            \"productType\": {\n                \"id\": \"UHJvZHVjdFR5cGU6OTI=\",\n                \"name\": \"Gift Card\",\n                \"slug\": \"giftcards\"\n            },\n            \"variants\": [\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MjAzNTc=\",\n                    \"name\": \"Blizzard USA 20 USD\",\n                    \"sku\": \"1299104\",\n                    \"price\": {\n                        \"amount\": 74.92,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"20.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MjAzNTg=\",\n                    \"name\": \"Blizzard USA 50 USD\",\n                    \"sku\": \"1299105\",\n                    \"price\": {\n                        \"amount\": 187.29,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"50.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MjAzNTk=\",\n                    \"name\": \"Blizzard USA 5 USD\",\n                    \"sku\": \"1870425\",\n                    \"price\": {\n                        \"amount\": 18.73,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"5.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MjAzNjA=\",\n                    \"name\": \"Blizzard USA 10 USD\",\n                    \"sku\": \"1870572\",\n                    \"price\": {\n                        \"amount\": 37.46,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"10.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                }\n            ],\n            \"attributes\": [\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjU2Mw==\",\n                        \"slug\": \"giftcard-country\",\n                        \"name\": \"Giftcard Country\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"US\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjEwMQ==\",\n                        \"slug\": \"giftcard-category\",\n                        \"name\": \"Giftcard Category\",\n                        \"type\": \"VALUES\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": [\n                            \"Entertainment\",\n                            \"Gaming\"\n                        ],\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjEwMg==\",\n                        \"slug\": \"giftcard-tnc\",\n                        \"name\": \"Giftcard T&C\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"For t&c visit: https://www.blizzard.com/en-us/legal/fba4d00f-c7e4-4883-b8b9-1b4500a402ea/blizzard-end-user-license-agreement\\r\\n\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjI4MQ==\",\n                        \"slug\": \"giftcard-validity\",\n                        \"name\": \"Giftcard Validity\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjUyOQ==\",\n                        \"slug\": \"giftcard-brand\",\n                        \"name\": \"Giftcard Brand\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"Blizzard (Battle.net) USA\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjUzMA==\",\n                        \"slug\": \"giftcard-redemption-instruction\",\n                        \"name\": \"Giftcard Redemption Instruction\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                }\n            ],\n            \"customerRequiredInfo\": []\n        },\n        {\n            \"id\": \"UHJvZHVjdDo0NDM1\",\n            \"name\": \"Celebrity Cruises USA\",\n            \"slug\": \"BC_1510\",\n            \"description\": \"{\\\"time\\\": 1785502902378, \\\"blocks\\\": [{\\\"data\\\": {\\\"text\\\": \\\"Celebrity is an award-winning resort at sea where guests can sail on the world's best places to the world's best places. Visit up to 8 destinations in one sailing, dine in a new restaurant at every meal, rest in spaces thoughtfully\\\\ndesigned to the last detail for comfort, find your well-being miles away at sea,\\\\nall with the world at your service. Our fifteen award-winning ships offer unique experiences in more than 300 destinations on all seven continents.\\\"}, \\\"type\\\": \\\"paragraph\\\"}], \\\"version\\\": \\\"2.30.7\\\"}\",\n            \"rating\": null,\n            \"thumbnail\": {\n                \"url\": \"https://unifiedapi-uat.eu.saleor.cloud/media/thumbnails/products/logo_b889992f_thumbnail_256.jpg\",\n                \"alt\": \"\"\n            },\n            \"media\": [\n                {\n                    \"type\": \"IMAGE\",\n                    \"url\": \"https://unifiedapi-uat.eu.saleor.cloud/thumbnail/UHJvZHVjdE1lZGlhOjM4ODg=/4096/\",\n                    \"alt\": \"\",\n                    \"oembedData\": \"{}\"\n                }\n            ],\n            \"productType\": {\n                \"id\": \"UHJvZHVjdFR5cGU6OTI=\",\n                \"name\": \"Gift Card\",\n                \"slug\": \"giftcards\"\n            },\n            \"variants\": [\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk4Mjc=\",\n                    \"name\": \"Celebrity Cruises USA 500 USD\",\n                    \"sku\": \"1299243\",\n                    \"price\": {\n                        \"amount\": 1872.93,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"500.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                }\n            ],\n            \"attributes\": [\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjU2Mw==\",\n                        \"slug\": \"giftcard-country\",\n                        \"name\": \"Giftcard Country\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"US\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjEwMQ==\",\n                        \"slug\": \"giftcard-category\",\n                        \"name\": \"Giftcard Category\",\n                        \"type\": \"VALUES\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": [\n                            \"Travel & Leisure\"\n                        ],\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjEwMg==\",\n                        \"slug\": \"giftcard-tnc\",\n                        \"name\": \"Giftcard T&C\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"The following explains Celebrity Cruises Inc.’s policies regarding the purchase and use of this gift certificate/card. By purchasing, redeeming, or otherwise using the Certificate/Card, you hereby agree to accept and comply with these terms and conditions.\\r\\n\\r\\n1. Certificate may be used only as a form of payment toward a new\\r\\nreservation made directly with Celebrity Cruises.\\r\\n2. Certificate value may only be applied toward the cruise fare for\\r\\nCelebrity Cruises sailings quoted in USD and cannot be used toward payment of the required initial deposit. The initial deposit\\r\\nmust be paid in USD (by cash or credit card) at the time of booking.\\r\\n3. To redeem this Certificate/Card send email request to celebritygiftcertificateprogram@celebrity.com or call (888) 837-5676.\\r\\n4. Certificate may not be applied in partial amounts.\\r\\n5. There are no blackout dates and no restrictions as to ship, itinerary or stateroom category; however, all reservations are subject to availability at the time of booking.\\r\\n6. Certificate may not be applied to a reservation within a group,\\r\\ncharter, casino program or other promotion.\\r\\n7. Certificate may not\\r\\nbe used to obtain onboard credit or to settle any shipboard charges.\\r\\n8. Multiple certificates may\\r\\nbe applied toward the cruise fare of the same reservation if there is a balance on the reservation. Full\\r\\nCertificate balance must be used within any given reservation. Once the reservation has been made, Celebrity Cruises normal policies regarding cancellation, changes, and deadlines for the payment of deposits and all other payments, shall apply.\\r\\n9. Certificate is transferable only by gift and bears no expiration date.\\r\\n10. Certificate is nonrefundable, has no cash value, and will be not replaced if lost, stolen o\\r\\nr if the reservation is cancelled.\\r\\n11. Certificate shall be void where prohibited or restricted by law and if sold for cash or other consideration.\\r\\n12. Passenger Ticket Contract.\\r\\nAll passengers must sign and agree to the terms and conditions of Celebrity Cruises’ Cruise Ticket Contract available online at www.celebrity.com.\\r\\nThose terms and conditions\\r\\nare hereby incorporated by reference.\\r\\n\\r\\nIMPORTANT NOTICE: THE\\r\\nCRUISE TICKET CONTRACT CONTAINS IMPORTANT LIMITATIONS ON THE RIGHTS OF PASSENGERS.\\r\\nAmong other things, any disputes\\r\\nbetween passengers and Celebrity Cruises must take place in Miami/Dade County, Florida and must be filed within a certain\\r\\nperiod of time.\\r\\nBy redeeming the certificate, the Recipient/holder agrees to be bound by all such terms and conditions.\\r\\n13. Celebrity Cruises’ other policies and terms and conditions shall also\\r\\napply. Among other things, Celebrity Cruises has minimum age requirements, restrictions on infant travel and other terms and\\r\\nconditions which shall apply.\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjI4MQ==\",\n                        \"slug\": \"giftcard-validity\",\n                        \"name\": \"Giftcard Validity\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjUyOQ==\",\n                        \"slug\": \"giftcard-brand\",\n                        \"name\": \"Giftcard Brand\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"Celebrity Cruises USA\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjUzMA==\",\n                        \"slug\": \"giftcard-redemption-instruction\",\n                        \"name\": \"Giftcard Redemption Instruction\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                }\n            ],\n            \"customerRequiredInfo\": []\n        },\n        {\n            \"id\": \"UHJvZHVjdDo0NTE5\",\n            \"name\": \"Chipotle USA\",\n            \"slug\": \"BC_2116\",\n            \"description\":\"{\\\"time\\\": 1785503021967, \\\"blocks\\\": [{\\\"data\\\": {\\\"text\\\": \\\"Whether you\\’re treating a friend or yourself(hey, no judgment here), we have the answer for you\\–an E-GiftCard from Chipotle Mexican Grill.\\\\n\\\\nWe are proof that food served fast doesn't have to be a typical \\“fast-food\\” experience.\\\\n\\\\nSo no matter the occasion, Chipotle E-Gift Cards= instant happiness, joy, elation, and euphoria of the\\\\nmouth.\\\\nLeave the wrapping to us, you can thank us later.\\\\n\\\\nOur focus has always been on using higher quality ingredients and classic cooking techniques to make\\\\ngreat food accessible at reasonable prices. We also work to know the sources for all of our ingredients, so that we can be sure they are as flavorful as possible while being mindful of the environmental and societal impact of our business. We call this idea, Food With Integrity, and it guides how we run our business\\—the end result of which is delicious.\\\"}, \\\"type\\\": \\\"paragraph\\\"}], \\\"version\\\": \\\"2.30.7\\\"}\",\n            \"rating\": null,\n            \"thumbnail\": {\n                \"url\": \"https://unifiedapi-uat.eu.saleor.cloud/media/thumbnails/products/logo_a0c365dc_thumbnail_256.jpg\",\n                \"alt\": \"\"\n            },\n            \"media\": [\n                {\n                    \"type\": \"IMAGE\",\n                    \"url\": \"https://unifiedapi-uat.eu.saleor.cloud/thumbnail/UHJvZHVjdE1lZGlhOjM5NzI=/4096/\",\n                    \"alt\": \"\",\n                    \"oembedData\": \"{}\"\n                }\n            ],\n            \"productType\": {\n                \"id\": \"UHJvZHVjdFR5cGU6OTI=\",\n                \"name\": \"Gift Card\",\n                \"slug\": \"giftcards\"\n            },\n            \"variants\": [\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MjA0MTA=\",\n                    \"name\": \"Chipotle_USD_10\",\n                    \"sku\": \"1299170_10\",\n                    \"price\": {\n                        \"amount\": 37.46,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"10.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MjA0MTM=\",\n                    \"name\": \"Chipotle_USD_100\",\n                    \"sku\": \"1299170_100\",\n                    \"price\": {\n                        \"amount\": 374.59,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"100.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MjA0MTE=\",\n                    \"name\": \"Chipotle_USD_20\",\n                    \"sku\": \"1299170_20\",\n                    \"price\": {\n                        \"amount\": 74.92,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"20.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MjA0MTQ=\",\n                    \"name\": \"Chipotle_USD_200\",\n                    \"sku\": \"1299170_200\",\n                    \"price\": {\n                        \"amount\": 749.17,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"200.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MjA0MDk=\",\n                    \"name\": \"Chipotle_USD_5\",\n                    \"sku\": \"1299170_5\",\n                    \"price\": {\n                        \"amount\": 18.73,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"5.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MjA0MTI=\",\n                    \"name\": \"Chipotle_USD_50\",\n                    \"sku\": \"1299170_50\",\n                    \"price\": {\n                        \"amount\": 187.29,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"50.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                }\n            ],\n            \"attributes\": [\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjU2Mw==\",\n                        \"slug\": \"giftcard-country\",\n                        \"name\": \"Giftcard Country\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"US\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjEwMQ==\",\n                        \"slug\": \"giftcard-category\",\n                        \"name\": \"Giftcard Category\",\n                        \"type\": \"VALUES\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": [\n                            \"Dining & Restaurants\"\n                        ],\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjEwMg==\",\n                        \"slug\": \"giftcard-tnc\",\n                        \"name\": \"Giftcard T&C\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"©2023 CMGGC,LLC. All rights reserved. Printed in the USA. Treat your Chipotle gift card like cash. Cash that may only be used for making purchases at Chipotle restaurants. You can try and use it someplace else, but it won’t be accepted and they’ll probably laugh at you. It cannot be redeemed for cash or applied as payment to any account unless required by law. It cannot be used to purchase other Chipotle gift cards, that’s like wishing for more wishes. If you purchase this card from a re-seller, you do so at your own risk, as cards sold by a re-seller may not have any value. Chipotle is not responsible for unauthorized use of this card, namely someone other than the rightful owner using it to score a burrito. Except in certain circumstances, the value on the card will not be replaced if the card is lost, stolen or destroyed. Use of this card constitutes acceptance of these terms and conditions. These cards are made from material that is 0% PCMI and has low VOC emission in production. This can only be redeemed in the USA. Check your balance at any Chipotle restaurant, online at www.chipotle.com, or call 1-877-925-4878.\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjI4MQ==\",\n                        \"slug\": \"giftcard-validity\",\n                        \"name\": \"Giftcard Validity\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjUyOQ==\",\n                        \"slug\": \"giftcard-brand\",\n                        \"name\": \"Giftcard Brand\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"Chipotle USA\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjUzMA==\",\n                        \"slug\": \"giftcard-redemption-instruction\",\n                        \"name\": \"Giftcard Redemption Instruction\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                }\n            ],\n            \"customerRequiredInfo\": []\n        },\n        {\n            \"id\": \"UHJvZHVjdDo0Mzkx\",\n            \"name\": \"Dave & Buster's USA\",\n            \"slug\": \"BC_1142\",\n            \"description\":\"{\\\"time\\\": 1785502852206, \\\"blocks\\\": [{\\\"data\\\": {\\\"text\\\": \\\"Dave &amp; Buster\\’s is the new mix of FUN. Eat the latest chef-crafted dishes.\\\\nDrink with friends at one of our bars. Play the hottest interactive games.\\\\nWatch your favorite teams on game day. You can have it all under one roof.\\\\nFind your location for fun at daveandbusters.com.\\\"}, \\\"type\\\": \\\"paragraph\\\"}], \\\"version\\\": \\\"2.30.7\\\"}\",\n            \"rating\": null,\n            \"thumbnail\": {\n                \"url\": \"https://unifiedapi-uat.eu.saleor.cloud/media/thumbnails/products/Dave_and_Busters_NoDenom_CR80_092321_300x190_RGB_e8c4ccf7_thumbnail_256.png\",\n                \"alt\": \"\"\n            },\n            \"media\": [\n                {\n                    \"type\": \"IMAGE\",\n                    \"url\": \"https://unifiedapi-uat.eu.saleor.cloud/thumbnail/UHJvZHVjdE1lZGlhOjM4NDQ=/4096/\",\n                    \"alt\": \"\",\n                    \"oembedData\": \"{}\"\n                }\n            ],\n            \"productType\": {\n                \"id\": \"UHJvZHVjdFR5cGU6OTI=\",\n                \"name\": \"Gift Card\",\n                \"slug\": \"giftcards\"\n            },\n            \"variants\": [\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk1ODI=\",\n                    \"name\": \"Dave_&_Buster's_USD_100\",\n                    \"sku\": \"1299228_100\",\n                    \"price\": {\n                        \"amount\": 374.59,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"100.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk1ODA=\",\n                    \"name\": \"Dave_&_Buster's_USD_20\",\n                    \"sku\": \"1299228_20\",\n                    \"price\": {\n                        \"amount\": 74.92,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"20.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk1ODM=\",\n                    \"name\": \"Dave_&_Buster's_USD_200\",\n                    \"sku\": \"1299228_200\",\n                    \"price\": {\n                        \"amount\": 749.17,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"200.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk1ODE=\",\n                    \"name\": \"Dave_&_Buster's_USD_50\",\n                    \"sku\": \"1299228_50\",\n                    \"price\": {\n                        \"amount\": 187.29,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"50.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk1ODQ=\",\n                    \"name\": \"Dave_&_Buster's_USD_500\",\n                    \"sku\": \"1299228_500\",\n                    \"price\": {\n                        \"amount\": 1872.93,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"500.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                }\n            ],\n            \"attributes\": [\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjU2Mw==\",\n                        \"slug\": \"giftcard-country\",\n                        \"name\": \"Giftcard Country\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"US\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjEwMQ==\",\n                        \"slug\": \"giftcard-category\",\n                        \"name\": \"Giftcard Category\",\n                        \"type\": \"VALUES\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": [\n                            \"Entertainment\",\n                            \"Dining & Restaurants\"\n                        ],\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjEwMg==\",\n                        \"slug\": \"giftcard-tnc\",\n                        \"name\": \"Giftcard T&C\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"Terms and Conditions\\r\\nUse of this gift card (“Card”) constitutes acceptance of the following terms and conditions: This Card may only be redeemed for the purchase of food, beverages, game play, merchandise, taxes and gratuities, but not special events or private parties at any Dave & Buster’s in the United States. This Card will not be redeemed for cash except as may be required by law. This is not a credit/debit Card and has no implied warranties. If the Card is lost, stolen or damaged, it will not be honored or replaced except as may be required by law. House policies vary by location – please check www.daveandbusters.com/locations for details. This Card is issued by D&B Marketing Company, LLC a Virginia limited liability company. © 2018 All rights reserved.\\r\\nFor Card balance information, call 1-888-386-5230 or visit daveandbusters.com/giftcards.\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjI4MQ==\",\n                        \"slug\": \"giftcard-validity\",\n                        \"name\": \"Giftcard Validity\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjUyOQ==\",\n                        \"slug\": \"giftcard-brand\",\n                        \"name\": \"Giftcard Brand\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"Dave & Buster's USA\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjUzMA==\",\n                        \"slug\": \"giftcard-redemption-instruction\",\n                        \"name\": \"Giftcard Redemption Instruction\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                }\n            ],\n            \"customerRequiredInfo\": []\n        },\n        {\n            \"id\": \"UHJvZHVjdDo0NDEz\",\n            \"name\": \"EA USA\",\n            \"slug\": \"BC_1235\",\n            \"description\":\"{\\\"time\\\": 1785502880680, \\\"blocks\\\": [{\\\"data\\\": {\\\"text\\\": \\\"Get great PC games from franchises like The Sims\\™, Battlefield\\™, EA SPORTS\\™, FIFA, Dragon Age\\™, Need for Speed\\™ and more!\\\\n\\\\nUse this gift card for EA PC purchases, including full games, DLC, &amp; EA PLAY subscription.\\\"}, \\\"type\\\": \\\"paragraph\\\"}], \\\"version\\\": \\\"2.30.7\\\"}\",\n            \"rating\": null,\n            \"thumbnail\": {\n                \"url\": \"https://unifiedapi-uat.eu.saleor.cloud/media/thumbnails/products/EAPlay_NoDenom_DIG_M6NS_020321_180x260_20ca7e6b_thumbnail_256.png\",\n                \"alt\": \"\"\n            },\n            \"media\": [\n                {\n                    \"type\": \"IMAGE\",\n                    \"url\": \"https://unifiedapi-uat.eu.saleor.cloud/thumbnail/UHJvZHVjdE1lZGlhOjM4NjY=/4096/\",\n                    \"alt\": \"\",\n                    \"oembedData\": \"{}\"\n                }\n            ],\n            \"productType\": {\n                \"id\": \"UHJvZHVjdFR5cGU6OTI=\",\n                \"name\": \"Gift Card\",\n                \"slug\": \"giftcards\"\n            },\n            \"variants\": [\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk3MTc=\",\n                    \"name\": \"EA US 15 USD\",\n                    \"sku\": \"1299221\",\n                    \"price\": {\n                        \"amount\": 56.19,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"15.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk3MTg=\",\n                    \"name\": \"EA US 25 USA\",\n                    \"sku\": \"1299222\",\n                    \"price\": {\n                        \"amount\": 93.65,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"25.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                }\n            ],\n            \"attributes\": [\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjU2Mw==\",\n                        \"slug\": \"giftcard-country\",\n                        \"name\": \"Giftcard Country\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"US\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjEwMQ==\",\n                        \"slug\": \"giftcard-category\",\n                        \"name\": \"Giftcard Category\",\n                        \"type\": \"VALUES\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": [\n                            \"Entertainment\",\n                            \"Gaming\"\n                        ],\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjEwMg==\",\n                        \"slug\": \"giftcard-tnc\",\n                        \"name\": \"Giftcard T&C\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"Use of this Card constitutes acceptance of the following terms:\\r\\n1. This EA prepaid card is issued by Electronic Arts Inc. and is valid in the U.S. You must be a U.S. resident to use this prepaid card.\\r\\n2. This EA prepaid card is redeemable at www.ea.com/redeem or other EA online stores.\\r\\n3. An EA account, registration of an EA wallet and acceptance of the EA wallet and gift card terms and conditions (https://www.ea.com/ea-card-terms-and-conditions) is required.\\r\\n4. To open an EA account, you must be at least 13 years of age and accept EA’s User Agreement and Privacy and Cookie Policy. See www.ea.com.\\r\\n*COMPATIBLE SOFTWARE, HARDWARE AND INTERNET ACCESS (FEES MAY APPLY) REQUIRED. YOU ARE ENTITLED TO OPEN, ACCESS AND USE ONE EA WALLET (TIED TO A SINGLE CURRENCY). EA RESERVES THE RIGHT TO CHANGE ANY OF THESE TERMS AND CONDITIONS FROM TIME TO TIME WITHOUT NOTICE. THIS CARD CAN ONLY BE REDEEMED ONCE. THIS CARD IS NOT REDEEMABLE FOR CASH, EXCEPT IF REQUIRED BY LAW. NONREFUNDABLE, NONTRANSFERABLE AND NONEXCHANGEABLE, EXCEPT IF REQUIRED BY LAW. RISK OF LOSS AND TITLE FOR CARD PASSES TO PURCHASER ON TRANSFER. EA IS NOT RESPONSIBLE FOR ANY LOSS OR DAMAGE RESULTING FROM LOST, DAMAGED OR STOLEN CARDS. EA AND ITS LICENSEES, AFFILIATES AND LICENSORS MAKE NO EXPRESS OR IMPLIED WARRANTIES WITH RESPECT TO THIS CARD OR ANY EA ONLINE STORE. EA DISCLAIMS ANY AND ALL WARRANTIES TO THE FULLEST EXTENT PERMISSIBLE BY LAW. THESE LIMITATIONS MAY NOT APPLY TO YOU. VOID WHERE PROHIBITED OR RESTRICTED BY LAW. NOT FOR RESALE. TO REDEEM THIS GIFT CARD, GO TO\\r\\nwww.ea.com/redeem AND FOLLOW THE INSTRUCTIONS.\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjI4MQ==\",\n                        \"slug\": \"giftcard-validity\",\n                        \"name\": \"Giftcard Validity\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjUyOQ==\",\n                        \"slug\": \"giftcard-brand\",\n                        \"name\": \"Giftcard Brand\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"EA USA\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjUzMA==\",\n                        \"slug\": \"giftcard-redemption-instruction\",\n                        \"name\": \"Giftcard Redemption Instruction\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                }\n            ],\n            \"customerRequiredInfo\": []\n        },\n        {\n            \"id\": \"UHJvZHVjdDo0NDMw\",\n            \"name\": \"Fairmont Hotels & Resorts USA\",\n            \"slug\": \"BC_1492\",\n            \"description\": \"{\\\"time\\\": 1785502897729, \\\"blocks\\\": [{\\\"data\\\": {\\\"text\\\": \\\"At Fairmont, our passion is to connect our guests to the very best of our destinations. From the beaches of Hawaii and Bermuda to the deserts of the United Arab Emirates to the heart of London, our hotels offer guests extraordinary places, created by combining unique architecture and structure, expressive decor and artistry, and magnificent features. Add great service, and\\\\nthe result is an unforgettable guest experience.\\\"}, \\\"type\\\": \\\"paragraph\\\"}], \\\"version\\\": \\\"2.30.7\\\"}\",\n            \"rating\": null,\n            \"thumbnail\": {\n                \"url\": \"https://unifiedapi-uat.eu.saleor.cloud/media/thumbnails/products/CIR_001598_00_1af0482e_thumbnail_256.png\",\n                \"alt\": \"\"\n            },\n            \"media\": [\n                {\n                    \"type\": \"IMAGE\",\n                    \"url\": \"https://unifiedapi-uat.eu.saleor.cloud/thumbnail/UHJvZHVjdE1lZGlhOjM4ODM=/4096/\",\n                    \"alt\": \"\",\n                    \"oembedData\": \"{}\"\n                }\n            ],\n            \"productType\": {\n                \"id\": \"UHJvZHVjdFR5cGU6OTI=\",\n                \"name\": \"Gift Card\",\n                \"slug\": \"giftcards\"\n            },\n            \"variants\": [\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk4MTA=\",\n                    \"name\": \"Fairmont Hotels & Resorts US 100 USD\",\n                    \"sku\": \"1299231\",\n                    \"price\": {\n                        \"amount\": 374.59,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"100.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk4MTE=\",\n                    \"name\": \"Fairmont Hotels & Resorts US 25 USD \",\n                    \"sku\": \"1299233\",\n                    \"price\": {\n                        \"amount\": 93.65,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"25.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                }\n            ],\n            \"attributes\": [\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjU2Mw==\",\n                        \"slug\": \"giftcard-country\",\n                        \"name\": \"Giftcard Country\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"US\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjEwMQ==\",\n                        \"slug\": \"giftcard-category\",\n                        \"name\": \"Giftcard Category\",\n                        \"type\": \"VALUES\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": [\n                            \"Airlines & Hotels\"\n                        ],\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjEwMg==\",\n                        \"slug\": \"giftcard-tnc\",\n                        \"name\": \"Giftcard T&C\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"Terms and Conditions\\r\\nGift Cards are not replaceable if lost, stolen or destroyed unless recipient has properly registered them. Only the balance remaining on registered Gift Cards will be replaced. Gift Cards may not be valid where restricted by law. Gift Cards are not redeemable for cash and are void if sold for cash or other consideration. Any tax liability, including disclosure, connected with receipt or use of this certificate is the recipient’s responsibility. Locations listed on certificate are subject to change without notice. Gift Cards are fully transferable and combinable. Gift Cards may be used for the aforementioned at Fairmont Hotels & Resorts locations, Raffles Hotels & Resorts and Swissôtel Hotels & Resorts. They may NOT be used interchangeably. For full Gift Card terms and conditions, please visit http://www.fairmont.com/promotions/giftcardterms/, http://www.raffles.com/offers/gift-card/terms-and-conditions/ http://www.swissotel.com/about-swissotel/gift-card/\\r\\nUse of the Gift Card constitutes the user’s acceptance of all terms and conditions.\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjI4MQ==\",\n                        \"slug\": \"giftcard-validity\",\n                        \"name\": \"Giftcard Validity\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjUyOQ==\",\n                        \"slug\": \"giftcard-brand\",\n                        \"name\": \"Giftcard Brand\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"Fairmont Hotels & Resorts USA\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjUzMA==\",\n                        \"slug\": \"giftcard-redemption-instruction\",\n                        \"name\": \"Giftcard Redemption Instruction\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                }\n            ],\n            \"customerRequiredInfo\": []\n        },\n        {\n            \"id\": \"UHJvZHVjdDo0NDQ5\",\n            \"name\": \"Gap USA\",\n            \"slug\": \"BC_1550\",\n            \"description\":\"{\\\"time\\\": 1785502921423, \\\"blocks\\\": [{\\\"data\\\": {\\\"text\\\": \\\"Gap has everything you need to express your personal style. Whether you\\’re\\\\nlooking for wardrobe essentials such as t-shirts, hoodies, great-fitting pants, or denim, you\\’ll find great clothes and accessories for men, women, boys, girls and baby at Gap. For the nearest store, call 1-800-GAP-STYLE, or shop our always-open\\\\ngap.com store.\\\"}, \\\"type\\\": \\\"paragraph\\\"}], \\\"version\\\": \\\"2.30.7\\\"}\",\n            \"rating\": null,\n            \"thumbnail\": {\n                \"url\": \"https://unifiedapi-uat.eu.saleor.cloud/media/thumbnails/products/logo_adc26ab0_thumbnail_256.jpg\",\n                \"alt\": \"\"\n            },\n            \"media\": [\n                {\n                    \"type\": \"IMAGE\",\n                    \"url\": \"https://unifiedapi-uat.eu.saleor.cloud/thumbnail/UHJvZHVjdE1lZGlhOjM5MDI=/4096/\",\n                    \"alt\": \"\",\n                    \"oembedData\": \"{}\"\n                }\n            ],\n            \"productType\": {\n                \"id\": \"UHJvZHVjdFR5cGU6OTI=\",\n                \"name\": \"Gift Card\",\n                \"slug\": \"giftcards\"\n            },\n            \"variants\": [\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk5MDk=\",\n                    \"name\": \"Gap_USD_10\",\n                    \"sku\": \"1299275_10\",\n                    \"price\": {\n                        \"amount\": 37.46,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"10.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk5MTI=\",\n                    \"name\": \"Gap_USD_100\",\n                    \"sku\": \"1299275_100\",\n                    \"price\": {\n                        \"amount\": 374.59,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"100.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk5MTA=\",\n                    \"name\": \"Gap_USD_20\",\n                    \"sku\": \"1299275_20\",\n                    \"price\": {\n                        \"amount\": 74.92,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"20.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk5MTM=\",\n                    \"name\": \"Gap_USD_200\",\n                    \"sku\": \"1299275_200\",\n                    \"price\": {\n                        \"amount\": 749.17,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"200.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk5MTE=\",\n                    \"name\": \"Gap_USD_50\",\n                    \"sku\": \"1299275_50\",\n                    \"price\": {\n                        \"amount\": 187.29,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"50.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk5MTQ=\",\n                    \"name\": \"Gap_USD_500\",\n                    \"sku\": \"1299275_500\",\n                    \"price\": {\n                        \"amount\": 1872.93,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"500.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                }\n            ],\n            \"attributes\": [\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjU2Mw==\",\n                        \"slug\": \"giftcard-country\",\n                        \"name\": \"Giftcard Country\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"US\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjEwMQ==\",\n                        \"slug\": \"giftcard-category\",\n                        \"name\": \"Giftcard Category\",\n                        \"type\": \"VALUES\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": [\n                            \"Fashion & Accessories\",\n                            \"Kids Fashion & Toys\"\n                        ],\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjEwMg==\",\n                        \"slug\": \"giftcard-tnc\",\n                        \"name\": \"Giftcard T&C\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"Terms and Conditions\\r\\nGap, Old Navy, Banana Republic and, Athleta eGift Cards are issued by and represent an obligation of Direct Consumer Services (“DCS”). The eGiftCard may be redeemed for merchandise at any Gap, Old Navy, Banana Republic and, Athleta location, including Outlet and Factory stores. The eGiftCard may also be redeemed online for merchandise at gap.com, gapfactory.com, oldnavy.com, bananarepublic.com, brfactory.com and, athleta.com. If you return merchandise originally purchased with an eGiftCard, any refund will be issued in the form of a plastic gift card issued by DCS which may be used at any of these stores or online. Any merchandise purchased with an eGiftCard is subject to the applicable store or online return policies. Purchases will be deducted from the amount of this eGiftCard until the value reaches zero. This eGiftCard may not be used or redeemed with certain promotional offers and may not be applied as payment on any account. You may not use an eGiftCard to purchase other eGiftCards. Value may not be added to this card, new card purchase required for additional value. Not redeemable for cash unless required by law. Restricted to use in the USA, Puerto Rico and Canada. Void if resold or transferred for value. By purchasing this eGiftCard, you agree that the laws of the State of California, without regard to principles of conflict of laws, will govern this Agreement. Limit 5 eGiftCards redeemable per online transaction.\\r\\n1-800-GAPSTYLE. No replacement cards will be issued without original receipt.\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjI4MQ==\",\n                        \"slug\": \"giftcard-validity\",\n                        \"name\": \"Giftcard Validity\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjUyOQ==\",\n                        \"slug\": \"giftcard-brand\",\n                        \"name\": \"Giftcard Brand\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"Gap USA\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjUzMA==\",\n                        \"slug\": \"giftcard-redemption-instruction\",\n                        \"name\": \"Giftcard Redemption Instruction\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                }\n            ],\n            \"customerRequiredInfo\": []\n        },\n        {\n            \"id\": \"UHJvZHVjdDo0NDM2\",\n            \"name\": \"Guild Wars 2 Gem Card USA\",\n            \"slug\": \"BC_1515\",\n            \"description\": \"{\\\"time\\\": 1785502902378, \\\"blocks\\\": [{\\\"data\\\": {\\\"text\\\": \\\"Gems are the in-game currency required to purchase things from the Gem Store. Gems may be bought with real-world money and spent to get convenience items, account services, or decorative items. Like in-game items, they can be traded to other players for coin at the Trading Post.\\\"}, \\\"type\\\": \\\"paragraph\\\"}], \\\"version\\\": \\\"2.30.7\\\"}\",\n            \"rating\": null,\n            \"thumbnail\": {\n                \"url\": \"https://unifiedapi-uat.eu.saleor.cloud/media/thumbnails/products/NCSOFT_GuildWars_2000_CR80_033121_300x190_RGB_d0d1611a_thumbnail_256.png\",\n                \"alt\": \"\"\n            },\n            \"media\": [\n                {\n                    \"type\": \"IMAGE\",\n                    \"url\": \"https://unifiedapi-uat.eu.saleor.cloud/thumbnail/UHJvZHVjdE1lZGlhOjM4ODk=/4096/\",\n                    \"alt\": \"\",\n                    \"oembedData\": \"{}\"\n                }\n            ],\n            \"productType\": {\n                \"id\": \"UHJvZHVjdFR5cGU6OTI=\",\n                \"name\": \"Gift Card\",\n                \"slug\": \"giftcards\"\n            },\n            \"variants\": [\n                {\n                    \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk4Mjg=\",\n                    \"name\": \"Guild Wars 2 Gem Card US 25 USD\",\n                    \"sku\": \"1299245\",\n                    \"price\": {\n                        \"amount\": 93.65,\n                        \"currency\": \"AED\"\n                    },\n                    \"attributes\": [\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                                \"slug\": \"giftcard-value\",\n                                \"name\": \"Giftcard Value\",\n                                \"type\": \"NUMERIC\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": \"25.0\",\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": null,\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        },\n                        {\n                            \"attribute\": {\n                                \"id\": \"QXR0cmlidXRlOjk5\",\n                                \"slug\": \"giftcard-currency\",\n                                \"name\": \"Giftcard Currency\",\n                                \"type\": \"PLAIN_TEXT\"\n                            },\n                            \"value\": {\n                                \"name\": null,\n                                \"value\": null,\n                                \"values\": null,\n                                \"reference\": null,\n                                \"richText\": null,\n                                \"plainText\": \"USD\",\n                                \"boolean\": null,\n                                \"date\": null\n                            }\n                        }\n                    ]\n                }\n            ],\n            \"attributes\": [\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjU2Mw==\",\n                        \"slug\": \"giftcard-country\",\n                        \"name\": \"Giftcard Country\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"US\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjEwMQ==\",\n                        \"slug\": \"giftcard-category\",\n                        \"name\": \"Giftcard Category\",\n                        \"type\": \"VALUES\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": [\n                            \"Gaming\"\n                        ],\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjEwMg==\",\n                        \"slug\": \"giftcard-tnc\",\n                        \"name\": \"Giftcard T&C\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"Terms and Conditions: Use of this Gem Card requires the full Guild Wars 2 game, which is not included. This card may be redeemed only in the US by persons age 13 or older. Permanent internet access is required to play Guild Wars 2 and to redeem the Gem Card. Player is responsible for internet fees. Acceptance of an applicable User agreement, which can be found at www.guildwars2.com/legal, is required for redemption of this Gem Card, use of Gems, and to play Guild Wars 2. The redemption value for each Gem Card is based on the $25 at the gem exchange rate on the date of redemption. \",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjI4MQ==\",\n                        \"slug\": \"giftcard-validity\",\n                        \"name\": \"Giftcard Validity\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjUyOQ==\",\n                        \"slug\": \"giftcard-brand\",\n                        \"name\": \"Giftcard Brand\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": \"Guild Wars 2 Gem Card USA\",\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                },\n                {\n                    \"attribute\": {\n                        \"id\": \"QXR0cmlidXRlOjUzMA==\",\n                        \"slug\": \"giftcard-redemption-instruction\",\n                        \"name\": \"Giftcard Redemption Instruction\",\n                        \"type\": \"PLAIN_TEXT\"\n                    },\n                    \"value\": {\n                        \"name\": null,\n                        \"value\": null,\n                        \"values\": null,\n                        \"reference\": null,\n                        \"richText\": null,\n                        \"plainText\": null,\n                        \"boolean\": null,\n                        \"date\": null\n                    }\n                }\n            ],\n            \"customerRequiredInfo\": []\n        }\n    ],\n    \"pageInfo\": {\n        \"hasNextPage\": true,\n        \"hasPreviousPage\": false,\n        \"startCursor\": \"WyJiYWJ5R2FwIFVTQSIsIkJDXzE1NDkiXQ==\",\n        \"endCursor\": \"WyJHdWlsZCBXYXJzIDIgR2VtIENhcmQgVVNBIiwiQkNfMTUxNSJd\"\n    },\n    \"totalCount\": 28,\n    \"validationResults\": {\n        \"combinedMessages\": null,\n        \"firstCode\": 0,\n        \"firstMessage\": null,\n        \"isValid\": true\n    }\n}"}],"_postman_id":"41dd6da5-1d8b-49a4-88ac-d59501d6ecd3"},{"name":"Get Product Details","id":"d4d63180-84c8-46d1-a315-7df3dbb7187c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://gateway-sandbox-backend-api-168696228707.me-central1.run.app/v1/marketplace/Products/getproductdetails?ProductId=UHJvZHVjdDo0NDQ4","description":"<p>Fetch full details — pricing, variants, media — for a single product by ID.</p>\n<p><strong>Authentication:</strong> Bearer token (see <em>Client → Authenticate By Signature</em>).</p>\n<p><strong>Request</strong> : Use the <code>Id</code> returned by <em>Get Products</em> as <code>ProductId</code> query parameter.</p>\n<p><strong>Response</strong>: Details product with variants for input product id query parameter. Response consist of below information.</p>\n<ul>\n<li><p>Product detail: id,name, description, thumbnail url, media image url and product type.</p>\n</li>\n<li><p><code>attributes</code>: list of product attribute/value pair</p>\n</li>\n<li><p><code>variants</code>: list of variants for product with name, price and list of attibute/value pair information.</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","marketplace","Products","getproductdetails"],"host":["https://gateway-sandbox-backend-api-168696228707.me-central1.run.app"],"query":[{"key":"ProductId","value":"UHJvZHVjdDo0NDQ4"}],"variable":[]}},"response":[{"id":"ecfdd265-2f15-471a-9325-aeebb1a8732f","name":"Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"/v1/marketplace/Products/getproductdetails?ProductId=sample-product-id","path":["v1","marketplace","Products","getproductdetails"],"query":[{"key":"ProductId","value":"sample-product-id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"product\": {\n        \"id\": \"UHJvZHVjdDo0NDQ4\",\n        \"name\": \"babyGap USA\",\n        \"slug\": \"BC_1549\",\n        \"description\": \"{\\\"time\\\": 1785502921423, \\\"blocks\\\": [{\\\"data\\\": {\\\"text\\\": \\\"Cute and comfortable, babyGap has th\\\\ne latest styles in baby clothes for\\\\ntoddlers, baby boys and baby girls. Our baby clothing collection includes jeans,\\\\nshirts, sweaters, dresses, socks, underwear, shoes, coats and even rainwear to\\\\nmake your baby top the best\\\\n-\\\\ndressed list. For the nearest st\\\\nore, call 1\\\\n-\\\\n800\\\\n-\\\\nGAP\\\\n-\\\\nSTYLE, or shop our always\\\\n-\\\\nopen\\\\ngap.com\\\\nstore.\\\"}, \\\"type\\\": \\\"paragraph\\\"}], \\\"version\\\": \\\"2.30.7\\\"}\",\n        \"rating\": null,\n        \"thumbnail\": {\n            \"url\": \"https://unifiedapi-uat.eu.saleor.cloud/media/thumbnails/products/logo_a75ac28d_thumbnail_256.png\",\n            \"alt\": \"\"\n        },\n        \"media\": [\n            {\n                \"type\": \"IMAGE\",\n                \"url\": \"https://unifiedapi-uat.eu.saleor.cloud/thumbnail/UHJvZHVjdE1lZGlhOjM5MDE=/4096/\",\n                \"alt\": \"\",\n                \"oembedData\": \"{}\"\n            }\n        ],\n        \"productType\": {\n            \"id\": \"UHJvZHVjdFR5cGU6OTI=\",\n            \"name\": \"Gift Card\",\n            \"slug\": \"giftcards\"\n        },\n        \"variants\": [\n            {\n                \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk5MDM=\",\n                \"name\": \"babyGap_USD_10\",\n                \"sku\": \"1299274_10\",\n                \"price\": {\n                    \"amount\": 37.46,\n                    \"currency\": \"AED\"\n                },\n                \"attributes\": [\n                    {\n                        \"attribute\": {\n                            \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                            \"slug\": \"giftcard-value\",\n                            \"name\": \"Giftcard Value\",\n                            \"type\": \"NUMERIC\"\n                        },\n                        \"value\": {\n                            \"name\": null,\n                            \"value\": \"10.0\",\n                            \"values\": null,\n                            \"reference\": null,\n                            \"richText\": null,\n                            \"plainText\": null,\n                            \"boolean\": null,\n                            \"date\": null\n                        }\n                    },\n                    {\n                        \"attribute\": {\n                            \"id\": \"QXR0cmlidXRlOjk5\",\n                            \"slug\": \"giftcard-currency\",\n                            \"name\": \"Giftcard Currency\",\n                            \"type\": \"PLAIN_TEXT\"\n                        },\n                        \"value\": {\n                            \"name\": null,\n                            \"value\": null,\n                            \"values\": null,\n                            \"reference\": null,\n                            \"richText\": null,\n                            \"plainText\": \"USD\",\n                            \"boolean\": null,\n                            \"date\": null\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk5MDY=\",\n                \"name\": \"babyGap_USD_100\",\n                \"sku\": \"1299274_100\",\n                \"price\": {\n                    \"amount\": 374.59,\n                    \"currency\": \"AED\"\n                },\n                \"attributes\": [\n                    {\n                        \"attribute\": {\n                            \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                            \"slug\": \"giftcard-value\",\n                            \"name\": \"Giftcard Value\",\n                            \"type\": \"NUMERIC\"\n                        },\n                        \"value\": {\n                            \"name\": null,\n                            \"value\": \"100.0\",\n                            \"values\": null,\n                            \"reference\": null,\n                            \"richText\": null,\n                            \"plainText\": null,\n                            \"boolean\": null,\n                            \"date\": null\n                        }\n                    },\n                    {\n                        \"attribute\": {\n                            \"id\": \"QXR0cmlidXRlOjk5\",\n                            \"slug\": \"giftcard-currency\",\n                            \"name\": \"Giftcard Currency\",\n                            \"type\": \"PLAIN_TEXT\"\n                        },\n                        \"value\": {\n                            \"name\": null,\n                            \"value\": null,\n                            \"values\": null,\n                            \"reference\": null,\n                            \"richText\": null,\n                            \"plainText\": \"USD\",\n                            \"boolean\": null,\n                            \"date\": null\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk5MDQ=\",\n                \"name\": \"babyGap_USD_20\",\n                \"sku\": \"1299274_20\",\n                \"price\": {\n                    \"amount\": 74.92,\n                    \"currency\": \"AED\"\n                },\n                \"attributes\": [\n                    {\n                        \"attribute\": {\n                            \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                            \"slug\": \"giftcard-value\",\n                            \"name\": \"Giftcard Value\",\n                            \"type\": \"NUMERIC\"\n                        },\n                        \"value\": {\n                            \"name\": null,\n                            \"value\": \"20.0\",\n                            \"values\": null,\n                            \"reference\": null,\n                            \"richText\": null,\n                            \"plainText\": null,\n                            \"boolean\": null,\n                            \"date\": null\n                        }\n                    },\n                    {\n                        \"attribute\": {\n                            \"id\": \"QXR0cmlidXRlOjk5\",\n                            \"slug\": \"giftcard-currency\",\n                            \"name\": \"Giftcard Currency\",\n                            \"type\": \"PLAIN_TEXT\"\n                        },\n                        \"value\": {\n                            \"name\": null,\n                            \"value\": null,\n                            \"values\": null,\n                            \"reference\": null,\n                            \"richText\": null,\n                            \"plainText\": \"USD\",\n                            \"boolean\": null,\n                            \"date\": null\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk5MDc=\",\n                \"name\": \"babyGap_USD_200\",\n                \"sku\": \"1299274_200\",\n                \"price\": {\n                    \"amount\": 749.17,\n                    \"currency\": \"AED\"\n                },\n                \"attributes\": [\n                    {\n                        \"attribute\": {\n                            \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                            \"slug\": \"giftcard-value\",\n                            \"name\": \"Giftcard Value\",\n                            \"type\": \"NUMERIC\"\n                        },\n                        \"value\": {\n                            \"name\": null,\n                            \"value\": \"200.0\",\n                            \"values\": null,\n                            \"reference\": null,\n                            \"richText\": null,\n                            \"plainText\": null,\n                            \"boolean\": null,\n                            \"date\": null\n                        }\n                    },\n                    {\n                        \"attribute\": {\n                            \"id\": \"QXR0cmlidXRlOjk5\",\n                            \"slug\": \"giftcard-currency\",\n                            \"name\": \"Giftcard Currency\",\n                            \"type\": \"PLAIN_TEXT\"\n                        },\n                        \"value\": {\n                            \"name\": null,\n                            \"value\": null,\n                            \"values\": null,\n                            \"reference\": null,\n                            \"richText\": null,\n                            \"plainText\": \"USD\",\n                            \"boolean\": null,\n                            \"date\": null\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk5MDU=\",\n                \"name\": \"babyGap_USD_50\",\n                \"sku\": \"1299274_50\",\n                \"price\": {\n                    \"amount\": 187.29,\n                    \"currency\": \"AED\"\n                },\n                \"attributes\": [\n                    {\n                        \"attribute\": {\n                            \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                            \"slug\": \"giftcard-value\",\n                            \"name\": \"Giftcard Value\",\n                            \"type\": \"NUMERIC\"\n                        },\n                        \"value\": {\n                            \"name\": null,\n                            \"value\": \"50.0\",\n                            \"values\": null,\n                            \"reference\": null,\n                            \"richText\": null,\n                            \"plainText\": null,\n                            \"boolean\": null,\n                            \"date\": null\n                        }\n                    },\n                    {\n                        \"attribute\": {\n                            \"id\": \"QXR0cmlidXRlOjk5\",\n                            \"slug\": \"giftcard-currency\",\n                            \"name\": \"Giftcard Currency\",\n                            \"type\": \"PLAIN_TEXT\"\n                        },\n                        \"value\": {\n                            \"name\": null,\n                            \"value\": null,\n                            \"values\": null,\n                            \"reference\": null,\n                            \"richText\": null,\n                            \"plainText\": \"USD\",\n                            \"boolean\": null,\n                            \"date\": null\n                        }\n                    }\n                ]\n            },\n            {\n                \"id\": \"UHJvZHVjdFZhcmlhbnQ6MTk5MDg=\",\n                \"name\": \"babyGap_USD_500\",\n                \"sku\": \"1299274_500\",\n                \"price\": {\n                    \"amount\": 1872.93,\n                    \"currency\": \"AED\"\n                },\n                \"attributes\": [\n                    {\n                        \"attribute\": {\n                            \"id\": \"QXR0cmlidXRlOjEwMw==\",\n                            \"slug\": \"giftcard-value\",\n                            \"name\": \"Giftcard Value\",\n                            \"type\": \"NUMERIC\"\n                        },\n                        \"value\": {\n                            \"name\": null,\n                            \"value\": \"500.0\",\n                            \"values\": null,\n                            \"reference\": null,\n                            \"richText\": null,\n                            \"plainText\": null,\n                            \"boolean\": null,\n                            \"date\": null\n                        }\n                    },\n                    {\n                        \"attribute\": {\n                            \"id\": \"QXR0cmlidXRlOjk5\",\n                            \"slug\": \"giftcard-currency\",\n                            \"name\": \"Giftcard Currency\",\n                            \"type\": \"PLAIN_TEXT\"\n                        },\n                        \"value\": {\n                            \"name\": null,\n                            \"value\": null,\n                            \"values\": null,\n                            \"reference\": null,\n                            \"richText\": null,\n                            \"plainText\": \"USD\",\n                            \"boolean\": null,\n                            \"date\": null\n                        }\n                    }\n                ]\n            }\n        ],\n        \"attributes\": [\n            {\n                \"attribute\": {\n                    \"id\": \"QXR0cmlidXRlOjU2Mw==\",\n                    \"slug\": \"giftcard-country\",\n                    \"name\": \"Giftcard Country\",\n                    \"type\": \"PLAIN_TEXT\"\n                },\n                \"value\": {\n                    \"name\": null,\n                    \"value\": null,\n                    \"values\": null,\n                    \"reference\": null,\n                    \"richText\": null,\n                    \"plainText\": \"US\",\n                    \"boolean\": null,\n                    \"date\": null\n                }\n            },\n            {\n                \"attribute\": {\n                    \"id\": \"QXR0cmlidXRlOjEwMQ==\",\n                    \"slug\": \"giftcard-category\",\n                    \"name\": \"Giftcard Category\",\n                    \"type\": \"VALUES\"\n                },\n                \"value\": {\n                    \"name\": null,\n                    \"value\": null,\n                    \"values\": [\n                        \"Kids Fashion & Toys\"\n                    ],\n                    \"reference\": null,\n                    \"richText\": null,\n                    \"plainText\": null,\n                    \"boolean\": null,\n                    \"date\": null\n                }\n            },\n            {\n                \"attribute\": {\n                    \"id\": \"QXR0cmlidXRlOjEwMg==\",\n                    \"slug\": \"giftcard-tnc\",\n                    \"name\": \"Giftcard T&C\",\n                    \"type\": \"PLAIN_TEXT\"\n                },\n                \"value\": {\n                    \"name\": null,\n                    \"value\": null,\n                    \"values\": null,\n                    \"reference\": null,\n                    \"richText\": null,\n                    \"plainText\": \"Gap, Old Navy, Banana Republic and, Athleta eGift Cards are issued by and represent an obligation of Direct Consumer Services (“DCS”). The eGiftCard may be redeemed for merchandise at any Gap, Old Navy, Banana Republic and, Athleta location, including Outlet and Factory stores. The eGiftCard may also be redeemed online for merchandise at gap.com, gapfactory.com, oldnavy.com, bananarepublic.com, brfactory.com and, athleta.com. If you return merchandise originally purchased with an eGiftCard, any refund will be issued in the form of a plastic gift card issued by DCS which may be used at any of these stores or online. Any merchandise purchased with an eGiftCard is subject to the applicable store or online return policies. Purchases will be deducted from the amount of this eGiftCard until the value reaches zero. This eGiftCard may not be used or redeemed with certain promotional offers and may not be applied as payment on any account. You may not use an eGiftCard to purchase other eGiftCards. Value may not be added to this card, new card purchase required for additional value. Not redeemable for cash unless required by law. Restricted to use in the USA, Puerto Rico and Canada. Void if resold or transferred for value. By purchasing this eGiftCard, you agree that the laws of the State of California, without regard to principles of conflict of laws, will govern this Agreement. Limit 5 eGiftCards redeemable per online transaction.\\r\\n1-800-GAPSTYLE. No replacement cards will be issued without original receipt. Gift card does not expire.\",\n                    \"boolean\": null,\n                    \"date\": null\n                }\n            },\n            {\n                \"attribute\": {\n                    \"id\": \"QXR0cmlidXRlOjI4MQ==\",\n                    \"slug\": \"giftcard-validity\",\n                    \"name\": \"Giftcard Validity\",\n                    \"type\": \"PLAIN_TEXT\"\n                },\n                \"value\": {\n                    \"name\": null,\n                    \"value\": null,\n                    \"values\": null,\n                    \"reference\": null,\n                    \"richText\": null,\n                    \"plainText\": null,\n                    \"boolean\": null,\n                    \"date\": null\n                }\n            },\n            {\n                \"attribute\": {\n                    \"id\": \"QXR0cmlidXRlOjUyOQ==\",\n                    \"slug\": \"giftcard-brand\",\n                    \"name\": \"Giftcard Brand\",\n                    \"type\": \"PLAIN_TEXT\"\n                },\n                \"value\": {\n                    \"name\": null,\n                    \"value\": null,\n                    \"values\": null,\n                    \"reference\": null,\n                    \"richText\": null,\n                    \"plainText\": \"babyGap USA\",\n                    \"boolean\": null,\n                    \"date\": null\n                }\n            },\n            {\n                \"attribute\": {\n                    \"id\": \"QXR0cmlidXRlOjUzMA==\",\n                    \"slug\": \"giftcard-redemption-instruction\",\n                    \"name\": \"Giftcard Redemption Instruction\",\n                    \"type\": \"PLAIN_TEXT\"\n                },\n                \"value\": {\n                    \"name\": null,\n                    \"value\": null,\n                    \"values\": null,\n                    \"reference\": null,\n                    \"richText\": null,\n                    \"plainText\": null,\n                    \"boolean\": null,\n                    \"date\": null\n                }\n            }\n        ],\n        \"customerRequiredInfo\": []\n    },\n    \"validationResults\": {\n        \"combinedMessages\": null,\n        \"firstCode\": 0,\n        \"firstMessage\": null,\n        \"isValid\": true\n    }\n}"}],"_postman_id":"d4d63180-84c8-46d1-a315-7df3dbb7187c"},{"name":"Get Product Availability","id":"f38997a3-7565-4e0c-b972-c616406fec8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://gateway-sandbox-backend-api-168696228707.me-central1.run.app/v1/marketplace/Products/getproductavailability?ProductId=UHJvZHVjdDoxMjM=&VariantId=UHJvZHVjdFZhcmlhbnQ6MQ==","description":"<p>Check whether a specific product variant is currently in stock and purchasable. Call this immediately before <em>Create Order</em> — order creation does not automatically retry or roll back if the variant turns out to be unavailable.</p>\n<p><strong>Authentication:</strong> Bearer token (see <em>Client → Authenticate By Signature</em>).</p>\n<p><strong>Request</strong>: Provide Product Id and Variant Id returned from Get Products API or Get Product details API</p>\n<p><strong>Response</strong>: provide <code>IsAvailable</code> response for product and variant id.</p>\n","urlObject":{"path":["v1","marketplace","Products","getproductavailability"],"host":["https://gateway-sandbox-backend-api-168696228707.me-central1.run.app"],"query":[{"key":"ProductId","value":"UHJvZHVjdDoxMjM="},{"key":"VariantId","value":"UHJvZHVjdFZhcmlhbnQ6MQ=="}],"variable":[]}},"response":[{"id":"15e08ba7-0f57-407a-abcf-d6b185361cdd","name":"Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://gateway-sandbox-backend-api-168696228707.me-central1.run.app/v1/marketplace/Products/getproductavailability?ProductId=UHJvZHVjdDoxMjM=&VariantId=UHJvZHVjdFZhcmlhbnQ6MQ==","host":["https://gateway-sandbox-backend-api-168696228707.me-central1.run.app"],"path":["v1","marketplace","Products","getproductavailability"],"query":[{"key":"ProductId","value":"UHJvZHVjdDoxMjM="},{"key":"VariantId","value":"UHJvZHVjdFZhcmlhbnQ6MQ=="}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"IsAvailable\": true,\n  \"validationResult\": {\n    \"IsValid\": true,\n    \"FirstMessage\": null,\n    \"CombinedMessages\": null\n  }\n}"}],"_postman_id":"f38997a3-7565-4e0c-b972-c616406fec8c"},{"name":"Create Order","id":"e600c566-a427-4510-ad6b-200668da29e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ProductId\": \"UHJvZHVjdDoxMjM=\",\n  \"VariantId\": \"UHJvZHVjdFZhcmlhbnQ6MQ==\",\n  \"Quantity\": 1,\n  \"CustomerRequiredInfo\": [\n    {\n      \"Key\": \"destinationuserid\",\n      \"Value\": \"Test\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://gateway-sandbox-backend-api-168696228707.me-central1.run.app/v1/marketplace/Orders/createorder","description":"<p>Place an order for a single product variant.</p>\n<p><strong>Before calling this:</strong> confirm the variant is in stock via <em>Get Product Availability</em>.</p>\n<p><strong>Authentication:</strong> Bearer token (see <em>Client → Authenticate By Signature</em>). The client and customer identity are taken from claims on your bearer token, not from the request body — you cannot place an order on behalf of a different client.</p>\n<p><strong>Request</strong>: Provide below field information in request body.</p>\n<ul>\n<li><p>ProductId: Product Id of selected product</p>\n</li>\n<li><p>VariantId: Variant id of selected product</p>\n</li>\n<li><p>Quantity: Number of quantity. Maximum quantity for Gift product is 1 per request</p>\n</li>\n<li><p>CustomerRequiredInfo: Customer required information as key/value pair. Mandatory if product requires customer information as Getproducts API response.</p>\n</li>\n<li><p>Validation error codes</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error code</th>\n<th>Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>4011</td>\n<td>Invalid Product Id</td>\n</tr>\n<tr>\n<td>4012</td>\n<td>{Customer required field name} required in Customer Required Information</td>\n</tr>\n<tr>\n<td>4013</td>\n<td>Atleast 1 quantity must be added for {product type} product</td>\n</tr>\n<tr>\n<td>4014</td>\n<td>Only 1 quantity allowed for {product type} product</td>\n</tr>\n<tr>\n<td>4015</td>\n<td>Invalid Client</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong>: returns <code>OrderId</code>,<code>OrderNumber</code> and <code>Status</code> of order created. Use the returned <code>OrderId</code> with <em>Get Order Details</em> to check fulfillment status.</p>\n","urlObject":{"path":["v1","marketplace","Orders","createorder"],"host":["https://gateway-sandbox-backend-api-168696228707.me-central1.run.app"],"query":[],"variable":[]}},"response":[{"id":"31fc9fe2-158b-4c7e-b49d-c8e907a08d0c","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ProductId\": \"UHJvZHVjdDoxMjM=\",\n  \"VariantId\": \"UHJvZHVjdFZhcmlhbnQ6MQ==\",\n  \"Quantity\": 1,\n  \"CustomerRequiredInfo\": [\n    {\n      \"Key\": \"destinationuserid\",\n      \"Value\": \"Test\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"/v1/marketplace/Orders/createorder"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"OrderId\": \"T3JkZXI6ODQy\",\n  \"OrderNumber\": \"1042\",\n  \"Status\": \"UNFULFILLED\",\n  \"ValidationResults\": {\n    \"IsValid\": true,\n    \"FirstMessage\": null,\n    \"CombinedMessages\": null\n  }\n}"}],"_postman_id":"e600c566-a427-4510-ad6b-200668da29e2"},{"name":"Get Order Details","id":"49172909-ed12-4512-aa7d-fecb65fd7a1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://gateway-sandbox-backend-api-168696228707.me-central1.run.app/v1/marketplace/Orders/getorderdetails?OrderId=T3JkZXI6NDU2","description":"<p>Fetch the order and line items details for a previously placed order.</p>\n<p><strong>Authentication:</strong> Bearer token (see <em>Client → Authenticate By Signature</em>).</p>\n<p><strong>Request</strong>: Provide <code>OrderId</code> value returned by <em>Create Order</em>.</p>\n<p><strong>Response</strong>: returns below information for input order id.</p>\n<ul>\n<li><p>Order details: provide details like <code>orderId,orderNumber,status</code> and <code>total</code> amount for order</p>\n</li>\n<li><p><code>orderLines</code>: provide details like <code>productName,variantName,quantity,unitPrice,totalPrice</code> and <code>productDetails</code> as key/value pair for product variant ordered.</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","marketplace","Orders","getorderdetails"],"host":["https://gateway-sandbox-backend-api-168696228707.me-central1.run.app"],"query":[{"key":"OrderId","value":"T3JkZXI6NDU2"}],"variable":[]}},"response":[{"id":"af8abec4-98c5-4673-86ac-cd7628b462d3","name":"Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"/v1/marketplace/Orders/getorderdetails?OrderId=T3JkZXI6ODQy","path":["v1","marketplace","Orders","getorderdetails"],"query":[{"key":"OrderId","value":"T3JkZXI6ODQy"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"orderId\": \"T3JkZXI6ODQy\",\n        \"orderNumber\": \"1822\",\n        \"status\": \"FULFILLED\",\n        \"total\": {\n            \"gross\": {\n                \"amount\": 374.59,\n                \"currency\": \"AED\"\n            },\n            \"net\": {\n                \"amount\": 374.59,\n                \"currency\": \"AED\"\n            },\n            \"tax\": {\n                \"amount\": 0,\n                \"currency\": \"AED\"\n            },\n            \"currency\": \"AED\"\n        },\n        \"orderLines\": [\n            {\n                \"id\": \"T3JkZXJMaW5lOjQ0NWRiZDQ2LTEyNWYtNGNhOC1iZjdjLWU3ZTgzMmY2MTFjZA==\",\n                \"productName\": \"babyGap USA\",\n                \"productId\": \"UHJvZHVjdDo0NDQ4\",\n                \"variantId\": \"UHJvZHVjdFZhcmlhbnQ6MTk5MDY=\",\n                \"variantName\": \"babyGap_USD_100\",\n                \"quantity\": 1,\n                \"unitPrice\": {\n                    \"gross\": {\n                        \"amount\": 374.59,\n                        \"currency\": \"AED\"\n                    },\n                    \"net\": {\n                        \"amount\": 374.59,\n                        \"currency\": \"AED\"\n                    },\n                    \"tax\": {\n                        \"amount\": 0,\n                        \"currency\": \"AED\"\n                    },\n                    \"currency\": \"AED\"\n                },\n                \"totalPrice\": {\n                    \"gross\": {\n                        \"amount\": 374.59,\n                        \"currency\": \"AED\"\n                    },\n                    \"net\": {\n                        \"amount\": 374.59,\n                        \"currency\": \"AED\"\n                    },\n                    \"tax\": {\n                        \"amount\": 0,\n                        \"currency\": \"AED\"\n                    },\n                    \"currency\": \"AED\"\n                },\n                \"productType\": \"Gift Card\",\n                \"productDetails\": [\n                    {\n                        \"key\": \"CardCode\",\n                        \"value\": \"89de04cab1e14171aab3ce13e88b888e\"\n                    },\n                    {\n                        \"key\": \"CardNumber\",\n                        \"value\": \"4b21e1f3-ea19-4eb3-9f40-03990b27b26d\"\n                    },\n                    {\n                        \"key\": \"CardPin\",\n                        \"value\": \"123\"\n                    },\n                    {\n                        \"key\": \"ExpiryDate\",\n                        \"value\": \"07/31/2027 15:50:52\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"validationResults\": {\n        \"combinedMessages\": null,\n        \"firstCode\": 0,\n        \"firstMessage\": null,\n        \"isValid\": true\n    }\n}"}],"_postman_id":"49172909-ed12-4512-aa7d-fecb65fd7a1c"}],"id":"a596fada-58b1-4f0f-a627-c0e436ff5891","description":"<p>Browse the gift card catalog, check availability, and place orders.</p>\n<p><strong>Authentication:</strong> every endpoint in this folder requires a Bearer access token. Obtain one first from <strong>Client → Authenticate By Signature</strong>, then set it as the <code>Authorization: Bearer {token}</code> header (or the collection's <code>{{accessToken}}</code> variable) on requests here.</p>\n<p><strong>Typical flow:</strong> Get Product Types / Get Gift Card Categories → Get Products (search + filter) → Get Product Details → Get Product Availability → Create Order → Get Order Details.</p>\n","_postman_id":"a596fada-58b1-4f0f-a627-c0e436ff5891"}],"variable":[{"key":"baseUrl","value":"https://gateway-sandbox-backend-api-168696228707.me-central1.run.app","type":"string"}]}