-
Notifications
You must be signed in to change notification settings - Fork 1
/
toc.json
130 lines (130 loc) · 3.13 KB
/
toc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"items": [
{
"type": "item",
"title": "Intro",
"uri": "markdown/welcome.md"
},
{
"type": "divider",
"title": "Guides"
},
{
"type": "group",
"title": "Catalog Integration",
"items": [
{
"type": "item",
"title": "Integration Overview",
"uri": "markdown/guides/integrations/catalog/general-integration-info.md"
},
{
"type": "item",
"title": "Concepts and Entities",
"uri": "markdown/guides/integrations/catalog/concepts-and-entities.md"
},
{
"type": "item",
"title": "CSV Import",
"uri": "markdown/guides/integrations/catalog/csv-import.md"
},
{
"type": "item",
"title": "JSON Import",
"uri": "markdown/guides/integrations/catalog/bulk-file-import.md"
},
{
"type": "item",
"title": "Catalog API Integration",
"uri": "markdown/guides/integrations/catalog/near-realtime-import.md"
}
]
},
{
"type": "group",
"title": "Webhook Integration",
"items": [
{
"type": "item",
"title": "Integration Overview",
"uri": "markdown/guides/integrations/webhook/overview.md"
},
{
"type": "item",
"title": "Available Webhooks",
"uri": "markdown/guides/integrations/webhook/available-webhooks.md"
}
]
},
{
"type": "item",
"title": "Notifications",
"uri": "markdown/guides/integrations/notifications.md"
},
{
"type": "item",
"title": "Segmentation",
"uri": "markdown/guides/integrations/segmentation.md"
},
{
"type": "group",
"title": "Order Integration",
"items": [
{
"type": "item",
"title": "Integration Overview",
"uri": "markdown/guides/integrations/order/overview.md"
}
]
},
{
"type": "divider",
"title": "API Reference"
},
{
"type": "item",
"title": "Authentication",
"uri": "markdown/api-reference/general/authentication.md"
},
{
"type": "item",
"title": "Batch Routes",
"uri": "markdown/api-reference/general/batch-routes.md"
},
{
"type": "item",
"title": "Service URLs",
"uri": "markdown/api-reference/general/service-urls.md"
},
{
"type": "item",
"title": "Sorting and Filtering",
"uri": "markdown/api-reference/general/sorting-and-filtering.md"
},
{
"type": "item",
"title": "Catalog",
"uri": "swagger/services/catalog/swagger.yaml"
},
{
"type": "item",
"title": "Customer",
"uri": "swagger/services/customer/swagger.yaml"
},
{
"type": "item",
"title": "Import",
"uri": "swagger/services/import/import-crud.json"
},
{
"type": "item",
"title": "Order",
"uri": "swagger/services/order/swagger.yaml"
},
{
"type": "item",
"title": "Webhook",
"uri": "swagger/services/webhook/swagger.yaml"
}
]
}