You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Only respected when ''period'' = ''custom_range'', in the format ''YYYY-MM-DD''.'
742
742
security:
743
743
- token: []
744
+
tags:
745
+
- analytics
744
746
/v2/analytics/single:
745
747
get:
746
748
summary: Fetch a single analytics value
747
-
tags:
748
-
- global
749
749
responses:
750
750
'200':
751
751
description: OK
@@ -826,6 +826,8 @@ paths:
826
826
description: 'Only respected when ''period'' = ''custom_range'', in the format ''YYYY-MM-DD''.'
827
827
security:
828
828
- token: []
829
+
tags:
830
+
- analytics
829
831
/v2/resources/creator/update:
830
832
post:
831
833
summary: Post a resource update
@@ -1354,7 +1356,8 @@ paths:
1354
1356
/v2/resources/creator/coupons:
1355
1357
get:
1356
1358
summary: Fetch a list of your coupons
1357
-
tags: []
1359
+
tags:
1360
+
- resources/creator
1358
1361
responses:
1359
1362
'200':
1360
1363
description: OK
@@ -1389,7 +1392,6 @@ paths:
1389
1392
/v2/health:
1390
1393
get:
1391
1394
summary: Retrieve a health status
1392
-
tags: []
1393
1395
responses:
1394
1396
'200':
1395
1397
description: OK
@@ -1413,10 +1415,13 @@ paths:
1413
1415
id: t839xv25nj4y1
1414
1416
security:
1415
1417
- token: []
1418
+
tags:
1419
+
- health
1416
1420
/v2/resources/creator/stores:
1417
1421
get:
1418
1422
summary: Fetch a list of your stores
1419
-
tags: []
1423
+
tags:
1424
+
- resources/creator
1420
1425
responses:
1421
1426
'200':
1422
1427
description: OK
@@ -1448,6 +1453,125 @@ paths:
1448
1453
id: z941xq9jbm1ki
1449
1454
security:
1450
1455
- token: []
1456
+
/v2/resources/creator/batch:
1457
+
get:
1458
+
summary: Fetch a list of your batches edits
1459
+
tags: []
1460
+
responses:
1461
+
'200':
1462
+
description: OK
1463
+
content:
1464
+
application/json:
1465
+
schema:
1466
+
type: object
1467
+
properties:
1468
+
result:
1469
+
x-stoplight:
1470
+
id: vdj5lttfalg23
1471
+
enum:
1472
+
- success
1473
+
data:
1474
+
type: object
1475
+
x-stoplight:
1476
+
id: 4gavk9909u5jv
1477
+
properties:
1478
+
batches:
1479
+
type: array
1480
+
x-stoplight:
1481
+
id: snlln6bye6o3v
1482
+
items:
1483
+
$ref: '#/components/schemas/Batch'
1484
+
stats:
1485
+
$ref: '#/components/schemas/ListStats'
1486
+
operationId: get-v2-resources-creator-batch
1487
+
x-stoplight:
1488
+
id: icz9ioupc63pq
1489
+
security:
1490
+
- token: []
1491
+
parameters:
1492
+
- schema:
1493
+
type: array
1494
+
in: query
1495
+
name: batch_ids
1496
+
explode: false
1497
+
style: form
1498
+
description: A comma-separated list of batch IDs to filter on. No filter is applied if empty.
1499
+
post:
1500
+
summary: Submit a new batch edit
1501
+
tags: []
1502
+
responses:
1503
+
'200':
1504
+
description: OK
1505
+
content:
1506
+
application/json:
1507
+
schema:
1508
+
type: object
1509
+
properties:
1510
+
result:
1511
+
x-stoplight:
1512
+
id: 27p3h051x4t3x
1513
+
enum:
1514
+
- success
1515
+
data:
1516
+
type: object
1517
+
x-stoplight:
1518
+
id: txtvguoylrj8j
1519
+
properties:
1520
+
batch:
1521
+
$ref: '#/components/schemas/Batch'
1522
+
operationId: post-v2-resources-creator-batch
1523
+
x-stoplight:
1524
+
id: qa9wz2n2gcuzh
1525
+
security: []
1526
+
description: Batch edits will be processed in the background meaning a successful call to this endpoint does not guarantee that the edits have been completed. You will instead receive an identifier to a batch edit which you can then use to fetch the status of via the below endpoint. This is not an atomic operation meaning some resources may be edited successfully and others may not be due to an error. You may only batch edit resources you own currently.
0 commit comments