Version: 202506
Get sales pop config
GET/openapi/2025-06/salespops/config
Retrieves the configuration details of the sales notification feature for a specific store.
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
- Array [
- ]
- Array [
- ]
codestring
error code
messagestring
error message
data object
sales_pop object
Sales pop
idstring
Sales pop ID
store_idstring
Store ID
template_config object
Template configuration
anonymity_switchboolean
Anonymity switch
titlestring
Title
templatestring
Template
replace_switchboolean
Replace switch
default_timestring
Default time
time_textstring
Time text
anonymity_namestring[]
Anonymous name
anonymity_addressstring[]
Anonymous address
background_colorstring
Background color
title_colorstring
Title color
product_colorstring
Product color
time_colorstring
Time color
icon_colorstring
Icon color
m_background_colorstring
M Background Color
first_delaystring
First delay
durationstring
Duration
intervalstring
Billing interval
times_switchstring
Times switch
max_timesstring
Maximum times
loop_switchstring
Loop switch
locatestring
Locate
pagesstring
List of pages
specify_pages object[]
Specified pages
match_stringstring
Match string
match_conditionstring
Match condition
order_statusstring
Order status
timestring
Time
time_unitstring
Time unit
statusstring
Status
created_atstring
Creation timestamp, in ISO-8601 format
updated_atstring
Last update timestamp, in ISO-8601 format
pages_list object[]
List of page items
iduint32
Page ID
namestring
Name
scriptstring
Script
{
"code": "string",
"message": "string",
"data": {
"sales_pop": {
"id": "string",
"store_id": "string",
"template_config": {
"anonymity_switch": true,
"title": "string",
"template": "string",
"replace_switch": true,
"default_time": "string",
"time_text": "string",
"anonymity_name": [
"string"
],
"anonymity_address": [
"string"
],
"background_color": "string",
"title_color": "string",
"product_color": "string",
"time_color": "string",
"icon_color": "string",
"m_background_color": "string"
},
"first_delay": "string",
"duration": "string",
"interval": "string",
"times_switch": "string",
"max_times": "string",
"loop_switch": "string",
"locate": "string",
"pages": "string",
"specify_pages": [
{
"match_string": "string",
"match_condition": "string"
}
],
"order_status": "string",
"time": "string",
"time_unit": "string",
"status": "string",
"created_at": "string",
"updated_at": "string",
"pages_list": [
{
"id": 0,
"name": "string",
"script": "string"
}
]
}
}
}