1๏ธโƒฃ
Walleo API
  • ๐Ÿ––Welcome!
  • ๐Ÿ› ๏ธQuick Start
  • ๐ŸงชEnvironments
  • Partners API
    • ๐Ÿ”“Authentication
    • ๐ŸššPulling a card - Asynchronous call
    • ๐ŸššPulling a card - Synchronous call
    • ๐Ÿ“–API Reference
      • Gift Cards
      • Cards
      • Pull Requests
      • Inventories
      • Balance
Powered by GitBook
On this page
  • Get inventory
  • Get an inventory
  1. Partners API
  2. API Reference

Inventories

Get inventory

Get an inventory

GET https://api.walleo.io/partners/v1/inventories/:id

Get an inventory for a specific gift card.

Path Parameters

Name
Type
Description

id*

String

Gift card code

{
  "inventories": {
    "gift_card": {
      "code": "IKEAFR",
      "name": "Ikea France"
    },
    "end_to_end_api": {
      "enabled": true,
      "available_amount": "unlimited"
    },
    "stocks": [
      {
        "facial_value": 50,
        "owned_quantity": 5,
        "shared_quantity": 0
      }
    ]
  }
}
PreviousPull RequestsNextBalance

Last updated 1 year ago

๐Ÿ“–