Skip to content

List flash deals

GET
/api/v1/business/website/flash-deals/

Active products flagged as flash deals whose end date hasn't passed. Cached ~3 minutes.

Authorizations

apiKey

Your business API key (sb_live_*) — identifies which store the request is for. Required on every /api/v1/business/website/ request.

Type
API Key (header: X-Periscale-Key)

Parameters

Responses

Flash-deal products.

application/json
JSON
{
  
"status": true,
  
"status_code": 0,
  
"message": "string",
  
"data": {
  
  
"items": [
  
  
],
  
  
"next_cursor": "string",
  
  
"has_more": true
  
}
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI

© Periscale