Modules
All endpoints that are created for managing modules
Get all base modules
[
{
"identifier": "bol.mintyconnect.order.wachtagent",
"name": "Order Wachtagent plugin",
"description": "Deze plugin biedt de mogelijkheid om bestellingen van Bol naar WooCommerce te verzenden.",
"enabled": 1,
"isBase": 1,
"users": " []",
"possibleSettings": "{\"phone\": \"\", \"email\": \"\", status: \"default\" }"
},
{
"identifier": "bol.mintyconnect.product.wachtagent",
"name": "Product wachtagent plugin",
"description": "Deze plugin biedt de mogelijkheid om product data bij te houden tussen bol en woocommerce.",
"enabled": 1,
"isBase": 1,
"users": "",
"possibleSettings": "{\"stockSync\":true,\"priceSync\":false}"
}
]Get specific base module
Path Parameters
Name
Type
Description
Create a new module
Request Body
Name
Type
Description
Update an existing module
Request Body
Name
Type
Description
Delete an existing module
Query Parameters
Name
Type
Description
Last updated