AuctionWebhook object
- Print
AuctionWebhook object
- Print
Article summary
Did you find this summary helpful?
Thank you for your feedback
AuctionWebhook object
Property name | Type | Description |
---|---|---|
action | string | START_AUCTION, END_AUCTION, RESET_AUCTION |
campaignMeta | Meta information of the campaign | |
campaignProduct | CampaignProduct object. |
Sample
{
"action": "START_AUCTION",
"campaignMeta": {
"campaignId": 1234,
"campaignKey": "{campaignKey}",
"accessKey": "{accessKey}",
"shoplivePlayerUrl": "https://www.shoplive.show/v1/player.html?ak={accessKey}&ck={campaignKey}",
"title": "Auction webhook test",
"description": "",
"campaignStatus": "ONAIR",
"rerun": false,
"userCount": 0,
"likeCount": 0,
"rehearsalPasscode": "7007",
"serveReplay": true,
"logoImageUrl": "https://image.us1.shoplive.cloud/1d32c6c3-ba4c-4e08-bf14-7b3f3e385fc4.png",
"brand": null,
"preCampaignVideoUrl": null,
"preCampaignImageUrl": "https://image.shoplive.cloud/bg_shoplive.png",
"postCampaignImageUrl": "https://image.shoplive.cloud/bg_shoplive.png",
"backgroundImageUrl": "https://image.shoplive.cloud/bg_shoplive.png",
"ieUnsupportImageUrl": "https://image.shoplive.cloud/30d4bb4e-5831-40a5-8942-f5a05f3e3d4f.png",
"tags": null,
"useEbayAuctionV2": false,
"useNewHostConsole": false,
"useEbayMaxBid": false,
"scheduledStartAt": "2024-12-04T13:00:00Z",
"scheduledEndAt": null,
"campaignStartedAt": "2024-12-04T12:38:38Z",
"campaignEndedAt": null,
"createdAt": "2024-12-04T12:31:33Z",
"updatedAt": "2024-12-04T12:41:13Z"
},
"campaignProduct": {
"productId": "1234",
"customerProductId": "abcd1234",
"name": "Tour Edge",
"brand": "Tour Edge",
"description": null,
"url": "https://www.shoplive.cloud/item/1234",
"sku": "196683866033",
"imageUrl": "https://image.us1.shoplive.cloud/{accessKey}/1.jpg",
"currency": "USD",
"showPrice": true,
"originalPrice": 32.5,
"discountPrice": 32.5,
"discountRate": 0,
"enableAuction": true,
"bidStartingPrice": 100,
"bidDuration": 1000,
"bidIncrementalAmount": 1,
"extendBidDuration": false,
"ctaButtonTitle": null,
"buyers": [],
"seller": null,
"extendedProperties": null,
"createdAt": "2024-12-04T12:31:50Z",
"updatedAt": "2024-12-04T12:46:04.081Z",
"campaignId": 378159,
"visible": true,
"purchasable": false,
"showingNow": true,
"sortOrder": 1,
"stockStatus": "IN_STOCK",
"auction": {
"productId": 1914007,
"auctionStatus": "ONGOING",
"startingPrice": 100,
"bidRound": 1,
"currentPrice": 100,
"winningPrice": null,
"recommendedPrices": [
100
],
"winner": null,
"leader": null,
"winnerCheckoutScheme": null,
"startedAt": 1733316364071,
"endingAt": 1733317364071,
"endedAt": null
}
}
}