@@ -15,7 +15,6 @@ type Endpoint struct {
15
15
}
16
16
17
17
type ServiceEndpoints struct {
18
- InventoryTransaction Endpoint `json:"inventory-transaction"`
19
18
Cafa Endpoint `json:"cafa"`
20
19
Pim Endpoint `json:"pim"`
21
20
Wms Endpoint `json:"wms"`
@@ -42,5 +41,20 @@ type ServiceEndpoints struct {
42
41
Inventory Endpoint `json:"inventory"`
43
42
Chair Endpoint `json:"chair"`
44
43
PosAPI Endpoint `json:"pos-api"`
44
+ Vin Endpoint `json:"vin"`
45
+ IntegrationLogs Endpoint `json:"integration-logs"`
46
+ InventoryTransaction Endpoint `json:"inventory-transaction"`
47
+ InventoryDocuments Endpoint `json:"inventory-documents"`
48
+ EInvoice Endpoint `json:"e-invoice"`
49
+ Memberships Endpoint `json:"memberships"`
50
+ CustomData Endpoint `json:"custom-data"`
51
+ Stripe Endpoint `json:"stripe"`
52
+ GoERP Endpoint `json:"goerp"`
53
+ Logfiles Endpoint `json:"logfiles"`
54
+ CommandBroker Endpoint `json:"command-broker"`
55
+ EcomShopify Endpoint `json:"ecom-shopify"`
56
+ Automation Endpoint `json:"automation"`
57
+ WooCommerce Endpoint `json:"woocommerce"`
58
+ Billing Endpoint `json:"billing"`
45
59
Erply Endpoint `json:"erply"`
46
60
}
0 commit comments