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
}
]
}
}
Last updated