Get Single Offer
Updated: 06th June 2024
Supported arguments
Name
Value
Param
Param Type
Type
Required
Description
{
"message": "string",
"statusCode": 200,
"data": {
"pages": 0,
"offer": {
"offerId": 0,
"slug": "string",
"title": "string",
"countryRestrictions": "string",
"languages": "string",
"description": "string",
"platform": "string",
"productImage": "string",
"yourPrice": "string",
"commission": "number",
"createdAt": "string",
"updatedAt": "string",
"lastUpdate": "string",
"status": 0,
"productStatus": 0,
"productId": 0,
"regionId": "string",
"storeId": 0,
"productType": "string",
"minPrice": "string",
"totalInActive": 0,
"totalAvailable": 0,
"totalDeclaredStock": 0,
"declaredStockReservedKeys": 0,
"inventoryReservedKeys": 0,
"totalSold": 0,
"totalDefective": 0,
"price": {
"yourPrice": 5,
"retailPrice": 5.46
},
"automatePriceOptions": {
"automatePriceStatus": "disable",
"lowerPriceLimit": 1.71,
"higherPriceLimit": 8.36,
"priceChangeInterval": 300,
"priceChangeFactor": 0.01
},
"formFields": [
{
"name": "userid",
"type": "string"
},
{
"name": "device",
"type": "enum",
"value": "android | ios"
}
]
},
"stock": {
"totalCount": 0,
"keys": [
{
"keyId": 0,
"hash": "string",
"value": "string",
"status": 0,
"created": "string",
"soldAt": "string",
"cogs": 0,
"format": "text"
}
]
},
"wholesale": {
"enabled": true,
"tiers": [
{
"discount": 10,
"level": 1,
"yourPrice": 135,
"retailPrice": 136.36,
"levelRange": "10 to 99 Keys"
},
{
"discount": 15,
"level": 2,
"yourPrice": 127.5,
"retailPrice": 128.14,
"levelRange": "100+ Keys"
}
]
}
}
}Conditional Notes
1. Top-up Products (productType: "topup") Direct Topup Webhook
productType: "topup") Direct Topup Webhook2. Digital Key / Standard Products (productType: "game")
productType: "game")3. Price & Automate Options
Example Summary Table
Product Type
formFields
wholesale
stock
Last updated